diff --git a/Modules/Loc/Sources/Loc/Generated/Strings.swift b/Modules/Loc/Sources/Loc/Generated/Strings.swift index a6007b85a7..f8f9671600 100644 --- a/Modules/Loc/Sources/Loc/Generated/Strings.swift +++ b/Modules/Loc/Sources/Loc/Generated/Strings.swift @@ -10,2520 +10,2518 @@ import Foundation // swiftlint:disable explicit_type_interface function_parameter_count identifier_name line_length // swiftlint:disable nesting type_body_length type_name vertical_whitespace_opening_braces public enum Loc { - public static let about = Loc.tr("Localizable", "About", fallback: "About") - public static let access = Loc.tr("Localizable", "Access", fallback: "Key") - public static let accessToKeyFromKeychain = Loc.tr("Localizable", "Access to key from keychain", fallback: "Access to key from keychain") - public static let actionFocusedLayoutWithACheckbox = Loc.tr("Localizable", "Action-focused layout with a checkbox", fallback: "Action-focused layout with a checkbox") - public static let actions = Loc.tr("Localizable", "Actions", fallback: "Actions") - public static let add = Loc.tr("Localizable", "Add", fallback: "Add") - public static let addADescription = Loc.tr("Localizable", "Add a description", fallback: "Add a description...") - public static let addBelow = Loc.tr("Localizable", "Add below", fallback: "Add below") - public static let addEmail = Loc.tr("Localizable", "Add email", fallback: "Add email") - public static let addLink = Loc.tr("Localizable", "Add link", fallback: "Add link") - public static let addPhone = Loc.tr("Localizable", "Add phone", fallback: "Add phone") - public static let addProperty = Loc.tr("Localizable", "Add property", fallback: "Add property") - public static let addToFavorite = Loc.tr("Localizable", "Add To Favorite", fallback: "Add To Pinned") public static func agreementDisclamer(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "Agreement Disclamer", String(describing: p1), String(describing: p2), fallback: "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)") - } - public static let alignCenter = Loc.tr("Localizable", "Align center", fallback: "Align center") - public static let alignJustify = Loc.tr("Localizable", "Align justify", fallback: "Align justify") - public static let alignLeft = Loc.tr("Localizable", "Align left", fallback: "Align left") - public static let alignRight = Loc.tr("Localizable", "Align right", fallback: "Align right") - public static let alignment = Loc.tr("Localizable", "Alignment", fallback: "Alignment") - public static let all = Loc.tr("Localizable", "All", fallback: "All") - public static let allObjects = Loc.tr("Localizable", "All objects", fallback: "All Objects") - public static let amber = Loc.tr("Localizable", "Amber", fallback: "Amber") - public static let amberBackground = Loc.tr("Localizable", "Amber background", fallback: "Amber background") - public static let anytypeLibrary = Loc.tr("Localizable", "Anytype Library", fallback: "Anytype Library") - public static let anytypeNetwork = Loc.tr("Localizable", "Anytype Network", fallback: "Anytype Network") - public static let appearance = Loc.tr("Localizable", "Appearance", fallback: "Appearance") - public static let application = Loc.tr("Localizable", "Application", fallback: "Application") - public static let applicationIcon = Loc.tr("Localizable", "Application icon", fallback: "Application icon") - public static let apply = Loc.tr("Localizable", "Apply", fallback: "Apply") + return Loc.tr("Auth", "Agreement Disclamer", String(describing: p1), String(describing: p2), fallback: "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)") + } + public static let loginKey = Loc.tr("Auth", "Login key", fallback: "Login Key") + public enum AnyApp { + public enum BetaAlert { + public static let description = Loc.tr("Auth", "AnyApp.BetaAlert.Description", fallback: "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates.") + public static let title = Loc.tr("Auth", "AnyApp.BetaAlert.Title", fallback: "Welcome to the Alpha version") + } + } + public enum Auth { + public static let cameraPermissionTitle = Loc.tr("Auth", "Auth.CameraPermissionTitle", fallback: "Please allow access") + public static let logIn = Loc.tr("Auth", "Auth.LogIn", fallback: "I already have a key") + public static let next = Loc.tr("Auth", "Auth.Next", fallback: "Next") + public enum Button { + public static let join = Loc.tr("Auth", "Auth.Button.Join", fallback: "I am new here") + } + public enum JoinFlow { + public enum Email { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.Email.description", fallback: "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever.") + public static let incorrectError = Loc.tr("Auth", "Auth.JoinFlow.Email.incorrectError", fallback: "Incorrect email") + public static let placeholder = Loc.tr("Auth", "Auth.JoinFlow.Email.placeholder", fallback: "Enter your email") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Email.title", fallback: "Stay in the loop") + } + public enum Key { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.Key.Description", fallback: "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings.") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.Title", fallback: "This is your Key") + public enum Button { + public enum Copy { + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.Button.Copy.Title", fallback: "Copy to clipboard") + } + public enum Info { + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.Button.Info.Title", fallback: "Read more") + } + public enum Later { + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.Button.Later.Title", fallback: "Not now") + } + public enum Saved { + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.Button.Saved.Title", fallback: "Next") + } + public enum Show { + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.Button.Show.Title", fallback: "Reveal and copy") + } + } + public enum ReadMore { + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Title", fallback: "How the Key works?") + public enum Option1 { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Option1.description", fallback: "Your key is represented by a recovery phrase — 12 random words that generate your vault on this device.") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Option1.title", fallback: "It’s your login and password") + } + public enum Option2 { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Option2.description", fallback: "Anyone who knows these words can access your vault. Right now, you are the only person in the world who knows them.") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Option2.title", fallback: "Whoever has the key, has access") + } + public enum Option3 { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Option3.description", fallback: "All computational resources on Earth are not enough to break in. If you lose your key, it cannot be recovered. Store it somewhere safe — in a password manager or written down on paper.") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Key.ReadMore.Option3.title", fallback: "Only you responsible for it") + } + } + } + public enum PersonaInfo { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.PersonaInfo.description", fallback: "Select one role or background that best fits you") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.PersonaInfo.title", fallback: "Tell Us About Yourself") + } + public enum SelectionOption { + public enum Persona { + public static let artist = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.artist", fallback: "Artist / Content Creator") + public static let consultant = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.consultant", fallback: "Consultant") + public static let designer = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.designer", fallback: "Designer") + public static let developer = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.developer", fallback: "Software Developer") + public static let entrepreneur = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.entrepreneur", fallback: "Founder / Entrepreneur") + public static let manager = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.manager", fallback: "Manager / IT Professional") + public static let marketer = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.marketer", fallback: "Marketer") + public static let researcher = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.researcher", fallback: "Researcher / Academic") + public static let student = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.student", fallback: "Student") + public static let writer = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.Persona.writer", fallback: "Writer / Journalist") + } + public enum UseCase { + public static let habitTracking = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.habitTracking", fallback: "Habit tracking") + public static let knowledge = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.knowledge", fallback: "Personal knowledge base / PKM") + public static let lifePlanning = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.lifePlanning", fallback: "Life planning") + public static let messaging = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.messaging", fallback: "Messaging & group chats") + public static let notes = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.notes", fallback: "Personal note-taking") + public static let projects = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.projects", fallback: "Projects & tasks management") + public static let teamWork = Loc.tr("Auth", "Auth.JoinFlow.SelectionOption.UseCase.teamWork", fallback: "Team work & shared docs") + } + } + public enum Soul { + public static let button = Loc.tr("Auth", "Auth.JoinFlow.Soul.Button", fallback: "Done") + public static let description = Loc.tr("Auth", "Auth.JoinFlow.Soul.Description", fallback: "Only seen by people you share something with. There is no central registry of these names.") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.Soul.Title", fallback: "Add Your Name") + } + public enum UseCaseInfo { + public static let description = Loc.tr("Auth", "Auth.JoinFlow.UseCaseInfo.description", fallback: "Pick one use case that fits you best") + public static let title = Loc.tr("Auth", "Auth.JoinFlow.UseCaseInfo.title", fallback: "What do you want to use Anytype for?") + } + } + public enum Login { + public enum Or { + public static let title = Loc.tr("Auth", "Auth.Login.Or.title", fallback: "or enter with") + } + } + public enum LoginFlow { + public static let or = Loc.tr("Auth", "Auth.LoginFlow.Or", fallback: "OR") + public enum Enter { + public static let title = Loc.tr("Auth", "Auth.LoginFlow.Enter.Title", fallback: "Enter my Vault") + } + public enum Entering { + public enum Void { + public static let title = Loc.tr("Auth", "Auth.LoginFlow.Entering.Void.Title", fallback: "Entering the Void") + } + } + public enum Textfield { + public static let placeholder = Loc.tr("Auth", "Auth.LoginFlow.Textfield.Placeholder", fallback: "Enter your key") + } + public enum Use { + public enum Keychain { + public static let title = Loc.tr("Auth", "Auth.LoginFlow.Use.Keychain.Title", fallback: "Use keychain") + } + } + } + public enum Primary { + public enum Greeting { + public static let pt1 = Loc.tr("Auth", "Auth.Primary.Greeting.pt1", fallback: "Encrypted, local,") + public static let pt2 = Loc.tr("Auth", "Auth.Primary.Greeting.pt2", fallback: "yours forever") + } + } + } + public enum Initial { + public enum UnstableMiddle { + public static let `continue` = Loc.tr("Auth", "Initial.UnstableMiddle.Continue", fallback: "Continue with current vault") + public static let logout = Loc.tr("Auth", "Initial.UnstableMiddle.Logout", fallback: "Logout from current vault") + public static let message = Loc.tr("Auth", "Initial.UnstableMiddle.Message", fallback: "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken.") + public static let title = Loc.tr("Auth", "Initial.UnstableMiddle.Title", fallback: "Warning") + public static let wontUseProd = Loc.tr("Auth", "Initial.UnstableMiddle.WontUseProd", fallback: "I won't be using my production vault") + } + } + public enum Keychain { + public static let haveYouBackedUpYourKey = Loc.tr("Auth", "Keychain.Have you backed up your key?", fallback: "Have you backed up your key?") + public static let key = Loc.tr("Auth", "Keychain.Key", fallback: "Key") + public static let seedPhrasePlaceholder = Loc.tr("Auth", "Keychain.SeedPhrasePlaceholder", fallback: "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair") + public static let showAndCopyKey = Loc.tr("Auth", "Keychain.Show and copy key", fallback: "Show and copy key") + public enum Error { + public static let dataToStringConversionError = Loc.tr("Auth", "Keychain.Error.Data to String conversion error", fallback: "Data to String conversion error") + public static let stringToDataConversionError = Loc.tr("Auth", "Keychain.Error.String to Data conversion error", fallback: "String to Data conversion error") + public static let unknownKeychainError = Loc.tr("Auth", "Keychain.Error.Unknown Keychain Error", fallback: "Unknown Keychain Error") + } + public enum Key { + public static let description = Loc.tr("Auth", "Keychain.Key.description", fallback: "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault.") + public enum Copy { + public enum Toast { + public static let title = Loc.tr("Auth", "Keychain.Key.Copy.Toast.title", fallback: "Key copied") + } + } + } + } + public enum Migration { + public enum Error { + public enum NotEnoughtSpace { + public static func message(_ p1: Any) -> String { + return Loc.tr("Auth", "Migration.Error.NotEnoughtSpace.message", String(describing: p1), fallback: "Please clear approximately %@ of space and run the process again.") + } + public static let title = Loc.tr("Auth", "Migration.Error.NotEnoughtSpace.title", fallback: "Not enough space") + } + } + public enum Initial { + public static let readMore = Loc.tr("Auth", "Migration.Initial.readMore", fallback: "Read More") + public static let startUpdate = Loc.tr("Auth", "Migration.Initial.startUpdate", fallback: "Start Update") + public static let subtitle = Loc.tr("Auth", "Migration.Initial.subtitle", fallback: "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience. It might take a little while, but don't worry, your data is safe.") + public static let title = Loc.tr("Auth", "Migration.Initial.title", fallback: "New Version Update") + } + public enum Progress { + public static let subtitle = Loc.tr("Auth", "Migration.Progress.subtitle", fallback: "This may take some time. Please don’t close the app until the process is complete.") + public static let title = Loc.tr("Auth", "Migration.Progress.title", fallback: "Update is in progress...") + } + public enum ReadMore { + public static let description1 = Loc.tr("Auth", "Migration.ReadMore.description1", fallback: "You'll see a loading screen during the update. Once finished, you can continue using the app normally.") + public static let description2 = Loc.tr("Auth", "Migration.ReadMore.description2", fallback: "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format.") + public static let description3 = Loc.tr("Auth", "Migration.ReadMore.description3", fallback: "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen.") + public static let option1 = Loc.tr("Auth", "Migration.ReadMore.option1", fallback: "What to Expect") + public static let option2 = Loc.tr("Auth", "Migration.ReadMore.option2", fallback: "Your Data Remains Safe") + } + } + public enum Vault { + public enum Select { + public enum Incompatible { + public enum Version { + public enum Error { + public static let text = Loc.tr("Auth", "Vault.Select.Incompatible.Version.Error.Text", fallback: "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version.") + } + } + } + } + } + public static let about = Loc.tr("UI", "About", fallback: "About") + public static let access = Loc.tr("UI", "Access", fallback: "Key") + public static let accessToKeyFromKeychain = Loc.tr("UI", "Access to key from keychain", fallback: "Access to key from keychain") + public static let actionFocusedLayoutWithACheckbox = Loc.tr("UI", "Action-focused layout with a checkbox", fallback: "Action-focused layout with a checkbox") + public static let actions = Loc.tr("UI", "Actions", fallback: "Actions") + public static let add = Loc.tr("UI", "Add", fallback: "Add") + public static let addADescription = Loc.tr("UI", "Add a description", fallback: "Add a description...") + public static let addBelow = Loc.tr("UI", "Add below", fallback: "Add below") + public static let addEmail = Loc.tr("UI", "Add email", fallback: "Add email") + public static let addLink = Loc.tr("UI", "Add link", fallback: "Add link") + public static let addPhone = Loc.tr("UI", "Add phone", fallback: "Add phone") + public static let addProperty = Loc.tr("UI", "Add property", fallback: "Add property") + public static let addToFavorite = Loc.tr("UI", "Add To Favorite", fallback: "Add To Pinned") + public static let alignCenter = Loc.tr("UI", "Align center", fallback: "Align center") + public static let alignJustify = Loc.tr("UI", "Align justify", fallback: "Align justify") + public static let alignLeft = Loc.tr("UI", "Align left", fallback: "Align left") + public static let alignRight = Loc.tr("UI", "Align right", fallback: "Align right") + public static let alignment = Loc.tr("UI", "Alignment", fallback: "Alignment") + public static let all = Loc.tr("UI", "All", fallback: "All") + public static let allObjects = Loc.tr("UI", "All objects", fallback: "All Objects") + public static let amber = Loc.tr("UI", "Amber", fallback: "Amber") + public static let amberBackground = Loc.tr("UI", "Amber background", fallback: "Amber background") + public static let anytypeLibrary = Loc.tr("UI", "Anytype Library", fallback: "Anytype Library") + public static let anytypeNetwork = Loc.tr("UI", "Anytype Network", fallback: "Anytype Network") + public static let appearance = Loc.tr("UI", "Appearance", fallback: "Appearance") + public static let application = Loc.tr("UI", "Application", fallback: "Application") + public static let applicationIcon = Loc.tr("UI", "Application icon", fallback: "Application icon") + public static let apply = Loc.tr("UI", "Apply", fallback: "Apply") public static func areYouSureYouWantToDelete(_ p1: Int) -> String { - return Loc.tr("Localizable", "Are you sure you want to delete", p1, fallback: "Are you sure you want to delete %#@object@?") + return Loc.tr("UI", "Are you sure you want to delete", p1, fallback: "Are you sure you want to delete %#@object@?") } - public static let areYouSure = Loc.tr("Localizable", "AreYouSure", fallback: "Are you sure?") - public static let attachObject = Loc.tr("Localizable", "Attach Object", fallback: "Attach Object") + public static let areYouSure = Loc.tr("UI", "AreYouSure", fallback: "Are you sure?") + public static let attachObject = Loc.tr("UI", "Attach Object", fallback: "Attach Object") public static func attachment(_ p1: Int) -> String { - return Loc.tr("Localizable", "Attachment", p1, fallback: "Plural format key: Attachment") + return Loc.tr("UI", "Attachment", p1, fallback: "Plural format key: Attachment") } public static func audio(_ p1: Int) -> String { - return Loc.tr("Localizable", "Audio", p1, fallback: "Plural format key: Audio") + return Loc.tr("UI", "Audio", p1, fallback: "Plural format key: Audio") } - public static let back = Loc.tr("Localizable", "Back", fallback: "Back") - public static let backUpKey = Loc.tr("Localizable", "Back up key", fallback: "Back up key") - public static let background = Loc.tr("Localizable", "Background", fallback: "Background") + public static let back = Loc.tr("UI", "Back", fallback: "Back") + public static let backUpKey = Loc.tr("UI", "Back up key", fallback: "Back up key") + public static let background = Loc.tr("UI", "Background", fallback: "Background") public static func backlinksCount(_ p1: Int) -> String { - return Loc.tr("Localizable", "Backlinks count", p1, fallback: "Plural format key: Backlinks count") - } - public static let basic = Loc.tr("Localizable", "Basic", fallback: "Basic") - public static let bin = Loc.tr("Localizable", "Bin", fallback: "Bin") - public static let black = Loc.tr("Localizable", "Black", fallback: "Black") - public static let blue = Loc.tr("Localizable", "Blue", fallback: "Blue") - public static let blueBackground = Loc.tr("Localizable", "Blue background", fallback: "Blue background") - public static let blurredIcon = Loc.tr("Localizable", "Blurred icon", fallback: "Blurred\n icon") + return Loc.tr("UI", "Backlinks count", p1, fallback: "Plural format key: Backlinks count") + } + public static let basic = Loc.tr("UI", "Basic", fallback: "Basic") + public static let bin = Loc.tr("UI", "Bin", fallback: "Bin") + public static let black = Loc.tr("UI", "Black", fallback: "Black") + public static let blue = Loc.tr("UI", "Blue", fallback: "Blue") + public static let blueBackground = Loc.tr("UI", "Blue background", fallback: "Blue background") + public static let blurredIcon = Loc.tr("UI", "Blurred icon", fallback: "Blurred\n icon") public static func bookmark(_ p1: Int) -> String { - return Loc.tr("Localizable", "Bookmark", p1, fallback: "Plural format key: Bookmark") - } - public static let bookmarks = Loc.tr("Localizable", "Bookmarks", fallback: "Bookmarks") - public static let callout = Loc.tr("Localizable", "Callout", fallback: "Callout") - public static let camera = Loc.tr("Localizable", "Camera", fallback: "Camera") - public static let cameraBlockTitle = Loc.tr("Localizable", "Camera block title", fallback: "Take photo or video") - public static let cancel = Loc.tr("Localizable", "Cancel", fallback: "Cancel") - public static let cancelDeletion = Loc.tr("Localizable", "Cancel deletion", fallback: "Cancel deletion") - public static let changeCover = Loc.tr("Localizable", "Change cover", fallback: "Change cover") - public static let changeEmail = Loc.tr("Localizable", "Change email", fallback: "Change email") - public static let changeIcon = Loc.tr("Localizable", "Change icon", fallback: "Change icon") - public static let changeType = Loc.tr("Localizable", "Change type", fallback: "Change type") - public static let changeWallpaper = Loc.tr("Localizable", "Change wallpaper", fallback: "Change wallpaper") - public static let channelType = Loc.tr("Localizable", "ChannelType", fallback: "Channel Type") - public static let chat = Loc.tr("Localizable", "Chat", fallback: "Chat") - public static let chooseDefaultObjectType = Loc.tr("Localizable", "Choose default object type", fallback: "Choose default object type") - public static let chooseLayoutType = Loc.tr("Localizable", "Choose layout type", fallback: "Choose layout type") - public static let clear = Loc.tr("Localizable", "Clear", fallback: "Clear") - public static let close = Loc.tr("Localizable", "Close", fallback: "Close") - public static let codeSnippet = Loc.tr("Localizable", "Code snippet", fallback: "Code snippet") - public static let collaboration = Loc.tr("Localizable", "Collaboration", fallback: "Collaboration") - public static let collection = Loc.tr("Localizable", "Collection", fallback: "Collection") - public static let collectionOfObjects = Loc.tr("Localizable", "Collection of objects", fallback: "Collection of objects") - public static let collections = Loc.tr("Localizable", "Collections", fallback: "Collections") - public static let color = Loc.tr("Localizable", "Color", fallback: "Color") - public static let companiesContactsFriendsAndFamily = Loc.tr("Localizable", "Companies, contacts, friends and family", fallback: "Companies, contacts, friends and family") - public static let confirm = Loc.tr("Localizable", "Confirm", fallback: "Confirm") - public static let connecting = Loc.tr("Localizable", "Connecting", fallback: "Connecting...") - public static let contentModel = Loc.tr("Localizable", "Content Model", fallback: "Content Model") - public static let `continue` = Loc.tr("Localizable", "Continue", fallback: "Continue") - public static let copied = Loc.tr("Localizable", "Copied", fallback: "Copied") + return Loc.tr("UI", "Bookmark", p1, fallback: "Plural format key: Bookmark") + } + public static let bookmarks = Loc.tr("UI", "Bookmarks", fallback: "Bookmarks") + public static let callout = Loc.tr("UI", "Callout", fallback: "Callout") + public static let camera = Loc.tr("UI", "Camera", fallback: "Camera") + public static let cameraBlockTitle = Loc.tr("UI", "Camera block title", fallback: "Take photo or video") + public static let cancel = Loc.tr("UI", "Cancel", fallback: "Cancel") + public static let cancelDeletion = Loc.tr("UI", "Cancel deletion", fallback: "Cancel deletion") + public static let changeCover = Loc.tr("UI", "Change cover", fallback: "Change cover") + public static let changeEmail = Loc.tr("UI", "Change email", fallback: "Change email") + public static let changeIcon = Loc.tr("UI", "Change icon", fallback: "Change icon") + public static let changeType = Loc.tr("UI", "Change type", fallback: "Change type") + public static let changeWallpaper = Loc.tr("UI", "Change wallpaper", fallback: "Change wallpaper") + public static let channelType = Loc.tr("UI", "ChannelType", fallback: "Channel Type") + public static let chat = Loc.tr("UI", "Chat", fallback: "Chat") + public static let chooseDefaultObjectType = Loc.tr("UI", "Choose default object type", fallback: "Choose default object type") + public static let chooseLayoutType = Loc.tr("UI", "Choose layout type", fallback: "Choose layout type") + public static let clear = Loc.tr("UI", "Clear", fallback: "Clear") + public static let close = Loc.tr("UI", "Close", fallback: "Close") + public static let codeSnippet = Loc.tr("UI", "Code snippet", fallback: "Code snippet") + public static let collection = Loc.tr("UI", "Collection", fallback: "Collection") + public static let collectionOfObjects = Loc.tr("UI", "Collection of objects", fallback: "Collection of objects") + public static let collections = Loc.tr("UI", "Collections", fallback: "Collections") + public static let color = Loc.tr("UI", "Color", fallback: "Color") + public static let companiesContactsFriendsAndFamily = Loc.tr("UI", "Companies, contacts, friends and family", fallback: "Companies, contacts, friends and family") + public static let confirm = Loc.tr("UI", "Confirm", fallback: "Confirm") + public static let connecting = Loc.tr("UI", "Connecting", fallback: "Connecting...") + public static let contentModel = Loc.tr("UI", "Content Model", fallback: "Content Model") + public static let `continue` = Loc.tr("UI", "Continue", fallback: "Continue") + public static let copied = Loc.tr("UI", "Copied", fallback: "Copied") public static func copiedToClipboard(_ p1: Any) -> String { - return Loc.tr("Localizable", "copied to clipboard", String(describing: p1), fallback: "%@ copied to clipboard") - } - public static let copy = Loc.tr("Localizable", "Copy", fallback: "Copy") - public static let copyLink = Loc.tr("Localizable", "Copy link", fallback: "Copy link") - public static let copySpaceInfo = Loc.tr("Localizable", "Copy space info", fallback: "Copy space info") - public static let cover = Loc.tr("Localizable", "Cover", fallback: "Cover") - public static let create = Loc.tr("Localizable", "Create", fallback: "Create") - public static let createANewOneOrSearchForSomethingElse = Loc.tr("Localizable", "Create a new one or search for something else", fallback: "Create a new one or search for something else") - public static let createNewObject = Loc.tr("Localizable", "Create new object", fallback: "Create new object") + return Loc.tr("UI", "copied to clipboard", String(describing: p1), fallback: "%@ copied to clipboard") + } + public static let copy = Loc.tr("UI", "Copy", fallback: "Copy") + public static let copyLink = Loc.tr("UI", "Copy link", fallback: "Copy link") + public static let copySpaceInfo = Loc.tr("UI", "Copy space info", fallback: "Copy space info") + public static let cover = Loc.tr("UI", "Cover", fallback: "Cover") + public static let create = Loc.tr("UI", "Create", fallback: "Create") + public static let createANewOneOrSearchForSomethingElse = Loc.tr("UI", "Create a new one or search for something else", fallback: "Create a new one or search for something else") + public static let createNewObject = Loc.tr("UI", "Create new object", fallback: "Create new object") public static func createNewObjectWithName(_ p1: Any) -> String { - return Loc.tr("Localizable", "Create new object with name", String(describing: p1), fallback: "Create new object \"%@\"") + return Loc.tr("UI", "Create new object with name", String(describing: p1), fallback: "Create new object \"%@\"") } - public static let createNewType = Loc.tr("Localizable", "Create new type", fallback: "Create new type") - public static let createObject = Loc.tr("Localizable", "Create object", fallback: "Create Object") - public static let createObjectFromClipboard = Loc.tr("Localizable", "Create object from clipboard", fallback: "Create object from clipboard") + public static let createNewType = Loc.tr("UI", "Create new type", fallback: "Create new type") + public static let createObject = Loc.tr("UI", "Create object", fallback: "Create Object") + public static let createObjectFromClipboard = Loc.tr("UI", "Create object from clipboard", fallback: "Create object from clipboard") public static func createOptionWith(_ p1: Any) -> String { - return Loc.tr("Localizable", "Create option with", String(describing: p1), fallback: "Create option ‘%@’") + return Loc.tr("UI", "Create option with", String(describing: p1), fallback: "Create option ‘%@’") } public static func createRelation(_ p1: Any) -> String { - return Loc.tr("Localizable", "Create relation", String(describing: p1), fallback: "Create property ‘%@’") - } - public static let createSet = Loc.tr("Localizable", "Create Set", fallback: "Create Query") - public static let createSpace = Loc.tr("Localizable", "Create Space", fallback: "Create Space") - public static let createType = Loc.tr("Localizable", "Create type", fallback: "Create type") - public static let createChat = Loc.tr("Localizable", "CreateChat", fallback: "Create Chat") - public static let current = Loc.tr("Localizable", "Current", fallback: "Current") - public static let customizeURL = Loc.tr("Localizable", "Customize URL", fallback: "Customize URL") + return Loc.tr("UI", "Create relation", String(describing: p1), fallback: "Create property ‘%@’") + } + public static let createSet = Loc.tr("UI", "Create Set", fallback: "Create Query") + public static let createSpace = Loc.tr("UI", "Create Space", fallback: "Create Space") + public static let createType = Loc.tr("UI", "Create type", fallback: "Create type") + public static let current = Loc.tr("UI", "Current", fallback: "Current") + public static let customizeURL = Loc.tr("UI", "Customize URL", fallback: "Customize URL") public static func date(_ p1: Int) -> String { - return Loc.tr("Localizable", "Date", p1, fallback: "Plural format key: Date") + return Loc.tr("UI", "Date", p1, fallback: "Plural format key: Date") } - public static let dates = Loc.tr("Localizable", "Dates", fallback: "Dates") + public static let dates = Loc.tr("UI", "Dates", fallback: "Dates") public static func daysToDeletionVault(_ p1: Int) -> String { - return Loc.tr("Localizable", "Days to deletion vault", p1, fallback: "This vault will be deleted %#@days@") - } - public static let defaultBackground = Loc.tr("Localizable", "Default background", fallback: "Default background") - public static let defaultObjectType = Loc.tr("Localizable", "Default object type", fallback: "Default object type") - public static let delete = Loc.tr("Localizable", "Delete", fallback: "Delete") - public static let deleteVault = Loc.tr("Localizable", "Delete vault", fallback: "Delete vault") - public static let deleted = Loc.tr("Localizable", "Deleted", fallback: "Deleted") - public static let deleteObjectType = Loc.tr("Localizable", "DeleteObjectType", fallback: "Delete Object Type") - public static let deletionError = Loc.tr("Localizable", "Deletion error", fallback: "Deletion error") - public static let description = Loc.tr("Localizable", "Description", fallback: "Description") - public static let deselect = Loc.tr("Localizable", "Deselect", fallback: "Deselect") - public static let deselectAll = Loc.tr("Localizable", "Deselect all", fallback: "Deselect all") - public static let designedToCaptureThoughtsQuickly = Loc.tr("Localizable", "Designed to capture thoughts quickly", fallback: "Designed to capture thoughts quickly") + return Loc.tr("UI", "Days to deletion vault", p1, fallback: "This vault will be deleted %#@days@") + } + public static let defaultBackground = Loc.tr("UI", "Default background", fallback: "Default background") + public static let defaultObjectType = Loc.tr("UI", "Default object type", fallback: "Default object type") + public static let delete = Loc.tr("UI", "Delete", fallback: "Delete") + public static let deleteVault = Loc.tr("UI", "Delete vault", fallback: "Delete vault") + public static let deleted = Loc.tr("UI", "Deleted", fallback: "Deleted") + public static let deleteObjectType = Loc.tr("UI", "DeleteObjectType", fallback: "Delete Object Type") + public static let deletionError = Loc.tr("UI", "Deletion error", fallback: "Deletion error") + public static let description = Loc.tr("UI", "Description", fallback: "Description") + public static let deselect = Loc.tr("UI", "Deselect", fallback: "Deselect") + public static let deselectAll = Loc.tr("UI", "Deselect all", fallback: "Deselect all") + public static let designedToCaptureThoughtsQuickly = Loc.tr("UI", "Designed to capture thoughts quickly", fallback: "Designed to capture thoughts quickly") public static func devicesConnected(_ p1: Int) -> String { - return Loc.tr("Localizable", "Devices connected", p1, fallback: "%#@device@ connected") - } - public static let disabled = Loc.tr("Localizable", "Disabled", fallback: "Disabled") - public static let documentScanFailed = Loc.tr("Localizable", "Document scan failed", fallback: "Document scan failed") - public static let done = Loc.tr("Localizable", "Done", fallback: "Done") - public static let download = Loc.tr("Localizable", "Download", fallback: "Download") - public static let downloadingOrUploadingDataToSomeNode = Loc.tr("Localizable", "Downloading or uploading data to some node", fallback: "Downloading or uploading data to some node") - public static let duplicate = Loc.tr("Localizable", "Duplicate", fallback: "Duplicate") - public static let eMail = Loc.tr("Localizable", "E-mail", fallback: "E-mail") - public static let edit = Loc.tr("Localizable", "Edit", fallback: "Edit") - public static let editField = Loc.tr("Localizable", "Edit field", fallback: "Edit property") - public static let editProfile = Loc.tr("Localizable", "Edit Profile", fallback: "Edit Profile") - public static let editType = Loc.tr("Localizable", "Edit type", fallback: "Edit type") - public static let egProject = Loc.tr("Localizable", "egProject", fallback: "e.g. Project") - public static let egProjects = Loc.tr("Localizable", "egProjects", fallback: "e.g. Projects") - public static let emailSuccessfullyValidated = Loc.tr("Localizable", "Email successfully validated", fallback: "Email successfully validated") - public static let emoji = Loc.tr("Localizable", "Emoji", fallback: "Emoji") - public static let empty = Loc.tr("Localizable", "Empty", fallback: "Empty") - public static let enabled = Loc.tr("Localizable", "Enabled", fallback: "Enabled") - public static let enter = Loc.tr("Localizable", "Enter", fallback: "Enter") - public static let enterEmail = Loc.tr("Localizable", "Enter email", fallback: "Enter email") - public static let enterNumber = Loc.tr("Localizable", "Enter number", fallback: "Enter number") - public static let enterPhoneNumber = Loc.tr("Localizable", "Enter phone number", fallback: "Enter phone number") - public static let enterText = Loc.tr("Localizable", "Enter text", fallback: "Enter text") - public static let enterURL = Loc.tr("Localizable", "Enter URL", fallback: "Enter URL") - public static let enterValue = Loc.tr("Localizable", "Enter value", fallback: "Enter value") - public static let error = Loc.tr("Localizable", "Error", fallback: "Error") - public static let errorCreatingWallet = Loc.tr("Localizable", "Error creating wallet", fallback: "Error creating wallet") - public static let errorSelectVault = Loc.tr("Localizable", "Error select vault", fallback: "Error select vault") - public static let errorWalletRecoverVault = Loc.tr("Localizable", "Error wallet recover vault", fallback: "Error wallet recover vault") - public static let everywhere = Loc.tr("Localizable", "Everywhere", fallback: "Everywhere") - public static let exactDay = Loc.tr("Localizable", "Exact day", fallback: "Exact day") - public static let existingProperties = Loc.tr("Localizable", "Existing properties", fallback: "Existing properties") - public static let experimentalFeatures = Loc.tr("Localizable", "Experimental Features", fallback: "Experimental Features") - public static let export = Loc.tr("Localizable", "Export", fallback: "Export") - public static let failedToSyncTryingAgain = Loc.tr("Localizable", "Failed to sync, trying again...", fallback: "Failed to sync, trying again...") - public static let featuredRelations = Loc.tr("Localizable", "Featured relations", fallback: "Featured properties") - public static let fields = Loc.tr("Localizable", "Fields", fallback: "Properties") + return Loc.tr("UI", "Devices connected", p1, fallback: "%#@device@ connected") + } + public static let disabled = Loc.tr("UI", "Disabled", fallback: "Disabled") + public static let documentScanFailed = Loc.tr("UI", "Document scan failed", fallback: "Document scan failed") + public static let done = Loc.tr("UI", "Done", fallback: "Done") + public static let download = Loc.tr("UI", "Download", fallback: "Download") + public static let downloadingOrUploadingDataToSomeNode = Loc.tr("UI", "Downloading or uploading data to some node", fallback: "Downloading or uploading data to some node") + public static let duplicate = Loc.tr("UI", "Duplicate", fallback: "Duplicate") + public static let eMail = Loc.tr("UI", "E-mail", fallback: "E-mail") + public static let edit = Loc.tr("UI", "Edit", fallback: "Edit") + public static let editField = Loc.tr("UI", "Edit field", fallback: "Edit property") + public static let editProfile = Loc.tr("UI", "Edit Profile", fallback: "Edit Profile") + public static let editType = Loc.tr("UI", "Edit type", fallback: "Edit type") + public static let egProject = Loc.tr("UI", "egProject", fallback: "e.g. Project") + public static let egProjects = Loc.tr("UI", "egProjects", fallback: "e.g. Projects") + public static let emailSuccessfullyValidated = Loc.tr("UI", "Email successfully validated", fallback: "Email successfully validated") + public static let emoji = Loc.tr("UI", "Emoji", fallback: "Emoji") + public static let empty = Loc.tr("UI", "Empty", fallback: "Empty") + public static let enabled = Loc.tr("UI", "Enabled", fallback: "Enabled") + public static let enter = Loc.tr("UI", "Enter", fallback: "Enter") + public static let enterEmail = Loc.tr("UI", "Enter email", fallback: "Enter email") + public static let enterNumber = Loc.tr("UI", "Enter number", fallback: "Enter number") + public static let enterPhoneNumber = Loc.tr("UI", "Enter phone number", fallback: "Enter phone number") + public static let enterText = Loc.tr("UI", "Enter text", fallback: "Enter text") + public static let enterURL = Loc.tr("UI", "Enter URL", fallback: "Enter URL") + public static let enterValue = Loc.tr("UI", "Enter value", fallback: "Enter value") + public static let error = Loc.tr("UI", "Error", fallback: "Error") + public static let errorCreatingWallet = Loc.tr("UI", "Error creating wallet", fallback: "Error creating wallet") + public static let errorSelectVault = Loc.tr("UI", "Error select vault", fallback: "Error select vault") + public static let errorWalletRecoverVault = Loc.tr("UI", "Error wallet recover vault", fallback: "Error wallet recover vault") + public static let everywhere = Loc.tr("UI", "Everywhere", fallback: "Everywhere") + public static let exactDay = Loc.tr("UI", "Exact day", fallback: "Exact day") + public static let existingProperties = Loc.tr("UI", "Existing properties", fallback: "Existing properties") + public static let experimentalFeatures = Loc.tr("UI", "Experimental Features", fallback: "Experimental Features") + public static let export = Loc.tr("UI", "Export", fallback: "Export") + public static let failedToSyncTryingAgain = Loc.tr("UI", "Failed to sync, trying again...", fallback: "Failed to sync, trying again...") + public static let featuredRelations = Loc.tr("UI", "Featured relations", fallback: "Featured properties") + public static let fields = Loc.tr("UI", "Fields", fallback: "Properties") public static func file(_ p1: Int) -> String { - return Loc.tr("Localizable", "File", p1, fallback: "Plural format key: File") - } - public static let files = Loc.tr("Localizable", "Files", fallback: "Files") - public static let filter = Loc.tr("Localizable", "Filter", fallback: "Filter") - public static let forever = Loc.tr("Localizable", "Forever", fallback: "Forever") - public static let foreverFree = Loc.tr("Localizable", "Forever free", fallback: "Forever free") - public static let format = Loc.tr("Localizable", "Format", fallback: "Format") - public static let gallery = Loc.tr("Localizable", "Gallery", fallback: "Gallery") - public static let goBack = Loc.tr("Localizable", "Go back", fallback: "Go back") - public static let gotIt = Loc.tr("Localizable", "Got it", fallback: "I got it!") - public static let gradients = Loc.tr("Localizable", "Gradients", fallback: "Gradients") - public static let green = Loc.tr("Localizable", "Green", fallback: "Green") - public static let greenBackground = Loc.tr("Localizable", "Green background", fallback: "Green background") - public static let grey = Loc.tr("Localizable", "Grey", fallback: "Grey") - public static let greyBackground = Loc.tr("Localizable", "Grey background", fallback: "Grey background") - public static let header = Loc.tr("Localizable", "Header", fallback: "Header") - public static let hidden = Loc.tr("Localizable", "Hidden", fallback: "Hidden") - public static let hide = Loc.tr("Localizable", "Hide", fallback: "Hide") - public static let hideTypes = Loc.tr("Localizable", "Hide types", fallback: "Hide types") - public static let highlight = Loc.tr("Localizable", "Highlight", fallback: "Highlight") - public static let history = Loc.tr("Localizable", "History", fallback: "History") - public static let home = Loc.tr("Localizable", "Home", fallback: "Home") - public static let icon = Loc.tr("Localizable", "Icon", fallback: "Icon") + return Loc.tr("UI", "File", p1, fallback: "Plural format key: File") + } + public static let files = Loc.tr("UI", "Files", fallback: "Files") + public static let filter = Loc.tr("UI", "Filter", fallback: "Filter") + public static let forever = Loc.tr("UI", "Forever", fallback: "Forever") + public static let foreverFree = Loc.tr("UI", "Forever free", fallback: "Forever free") + public static let format = Loc.tr("UI", "Format", fallback: "Format") + public static let gallery = Loc.tr("UI", "Gallery", fallback: "Gallery") + public static let goBack = Loc.tr("UI", "Go back", fallback: "Go back") + public static let gotIt = Loc.tr("UI", "Got it", fallback: "I got it!") + public static let gradients = Loc.tr("UI", "Gradients", fallback: "Gradients") + public static let green = Loc.tr("UI", "Green", fallback: "Green") + public static let greenBackground = Loc.tr("UI", "Green background", fallback: "Green background") + public static let grey = Loc.tr("UI", "Grey", fallback: "Grey") + public static let greyBackground = Loc.tr("UI", "Grey background", fallback: "Grey background") + public static let header = Loc.tr("UI", "Header", fallback: "Header") + public static let hidden = Loc.tr("UI", "Hidden", fallback: "Hidden") + public static let hide = Loc.tr("UI", "Hide", fallback: "Hide") + public static let hideTypes = Loc.tr("UI", "Hide types", fallback: "Hide types") + public static let highlight = Loc.tr("UI", "Highlight", fallback: "Highlight") + public static let history = Loc.tr("UI", "History", fallback: "History") + public static let home = Loc.tr("UI", "Home", fallback: "Home") + public static let icon = Loc.tr("UI", "Icon", fallback: "Icon") public static func image(_ p1: Int) -> String { - return Loc.tr("Localizable", "Image", p1, fallback: "Plural format key: Image") - } - public static let imageFromPhotoLibrary = Loc.tr("Localizable", "Image from Photo Library", fallback: "Image from Photo Library") - public static let inThisObject = Loc.tr("Localizable", "In this object", fallback: "In this object") - public static let incompatibleVersion = Loc.tr("Localizable", "Incompatible version", fallback: "Incompatible version") - public static let initializingSync = Loc.tr("Localizable", "Initializing sync", fallback: "Initializing sync") - public static let intoObject = Loc.tr("Localizable", "Into object", fallback: "Into object") - public static let invite = Loc.tr("Localizable", "Invite", fallback: "Invite") + return Loc.tr("UI", "Image", p1, fallback: "Plural format key: Image") + } + public static let imageFromPhotoLibrary = Loc.tr("UI", "Image from Photo Library", fallback: "Image from Photo Library") + public static let inThisObject = Loc.tr("UI", "In this object", fallback: "In this object") + public static let incompatibleVersion = Loc.tr("UI", "Incompatible version", fallback: "Incompatible version") + public static let initializingSync = Loc.tr("UI", "Initializing sync", fallback: "Initializing sync") + public static let intoObject = Loc.tr("UI", "Into object", fallback: "Into object") public static func itemsSyncing(_ p1: Int) -> String { - return Loc.tr("Localizable", "Items syncing", p1, fallback: "%#@item@ syncing...") - } - public static let join = Loc.tr("Localizable", "Join", fallback: "Join") - public static let joinSpace = Loc.tr("Localizable", "Join Space", fallback: "Join Space") - public static let joinSpaceButton = Loc.tr("Localizable", "Join Space Button", fallback: "Join Space Button") - public static let justEMail = Loc.tr("Localizable", "Just e-mail", fallback: "Just e-mail") - public static let keychain = Loc.tr("Localizable", "Keychain", fallback: "Keychain") - public static let layout = Loc.tr("Localizable", "Layout", fallback: "Layout") - public static let learnMore = Loc.tr("Localizable", "Learn more", fallback: "Learn more") - public static let leaveASpace = Loc.tr("Localizable", "Leave a space", fallback: "Leave a space") - public static let letsGo = Loc.tr("Localizable", "Lets Go", fallback: "Let’s Go") - public static let letsTryIt = Loc.tr("Localizable", "LetsTryIt", fallback: "Let's try it") - public static let limitObjectTypes = Loc.tr("Localizable", "Limit object types", fallback: "Limit object types") - public static let link = Loc.tr("Localizable", "Link", fallback: "Link") - public static let linkTo = Loc.tr("Localizable", "Link to", fallback: "Link to") + return Loc.tr("UI", "Items syncing", p1, fallback: "%#@item@ syncing...") + } + public static let join = Loc.tr("UI", "Join", fallback: "Join") + public static let justEMail = Loc.tr("UI", "Just e-mail", fallback: "Just e-mail") + public static let keychain = Loc.tr("UI", "Keychain", fallback: "Keychain") + public static let layout = Loc.tr("UI", "Layout", fallback: "Layout") + public static let learnMore = Loc.tr("UI", "Learn more", fallback: "Learn more") + public static let leaveASpace = Loc.tr("UI", "Leave a space", fallback: "Leave a space") + public static let letsGo = Loc.tr("UI", "Lets Go", fallback: "Let’s Go") + public static let letsTryIt = Loc.tr("UI", "LetsTryIt", fallback: "Let's try it") + public static let limitObjectTypes = Loc.tr("UI", "Limit object types", fallback: "Limit object types") + public static let link = Loc.tr("UI", "Link", fallback: "Link") + public static let linkTo = Loc.tr("UI", "Link to", fallback: "Link to") public static func linksCount(_ p1: Int) -> String { - return Loc.tr("Localizable", "Links count", p1, fallback: "Plural format key: Links count") + return Loc.tr("UI", "Links count", p1, fallback: "Plural format key: Links count") } public static func list(_ p1: Int) -> String { - return Loc.tr("Localizable", "List", p1, fallback: "Plural format key: List") - } - public static let lists = Loc.tr("Localizable", "Lists", fallback: "Lists") - public static let loadingPleaseWait = Loc.tr("Localizable", "Loading, please wait", fallback: "Loading, please wait") - public static let localOnly = Loc.tr("Localizable", "Local Only", fallback: "Local Only") - public static let lock = Loc.tr("Localizable", "Lock", fallback: "Lock") - public static let logOut = Loc.tr("Localizable", "Log out", fallback: "Log Out") - public static let loginKey = Loc.tr("Localizable", "Login key", fallback: "Login Key") - public static let logoutAndClearData = Loc.tr("Localizable", "Logout and clear data", fallback: "Logout and clear data") - public static let managePayment = Loc.tr("Localizable", "Manage payment", fallback: "Manage payment") - public static let media = Loc.tr("Localizable", "Media", fallback: "Media") - public static let members = Loc.tr("Localizable", "Members", fallback: "Members") - public static let membership = Loc.tr("Localizable", "Membership", fallback: "Membership") + return Loc.tr("UI", "List", p1, fallback: "Plural format key: List") + } + public static let lists = Loc.tr("UI", "Lists", fallback: "Lists") + public static let loadingPleaseWait = Loc.tr("UI", "Loading, please wait", fallback: "Loading, please wait") + public static let localOnly = Loc.tr("UI", "Local Only", fallback: "Local Only") + public static let lock = Loc.tr("UI", "Lock", fallback: "Lock") + public static let logOut = Loc.tr("UI", "Log out", fallback: "Log Out") + public static let logoutAndClearData = Loc.tr("UI", "Logout and clear data", fallback: "Logout and clear data") + public static let managePayment = Loc.tr("UI", "Manage payment", fallback: "Manage payment") + public static let media = Loc.tr("UI", "Media", fallback: "Media") public static func membersPlural(_ p1: Int) -> String { - return Loc.tr("Localizable", "membersPlural", p1, fallback: "Plural format key: membersPlural") + return Loc.tr("UI", "membersPlural", p1, fallback: "Plural format key: membersPlural") } - public static let mentions = Loc.tr("Localizable", "Mentions", fallback: "Mentions") + public static let mentions = Loc.tr("UI", "Mentions", fallback: "Mentions") public static func minXCharacters(_ p1: Any) -> String { - return Loc.tr("Localizable", "Min X characters", String(describing: p1), fallback: "Min %@ characters") - } - public static let misc = Loc.tr("Localizable", "Misc", fallback: "Misc") - public static let mode = Loc.tr("Localizable", "Mode", fallback: "Mode") - public static let more = Loc.tr("Localizable", "More", fallback: "More") - public static let moreInfo = Loc.tr("Localizable", "MoreInfo", fallback: "More info") - public static let move = Loc.tr("Localizable", "Move", fallback: "Move") - public static let moveTo = Loc.tr("Localizable", "Move to", fallback: "Move to") - public static let moveToBin = Loc.tr("Localizable", "Move To Bin", fallback: "Move To Bin") - public static let mute = Loc.tr("Localizable", "Mute", fallback: "Mute") - public static let myFirstSpace = Loc.tr("Localizable", "My First Space", fallback: "My First Space") - public static let myProperties = Loc.tr("Localizable", "My Properties", fallback: "My Properties") - public static let mySites = Loc.tr("Localizable", "My Sites", fallback: "My Sites") - public static let mySpaces = Loc.tr("Localizable", "My spaces", fallback: "My Spaces") - public static let myself = Loc.tr("Localizable", "Myself", fallback: "Myself") - public static let name = Loc.tr("Localizable", "Name", fallback: "Name") - public static let new = Loc.tr("Localizable", "New", fallback: "New") - public static let newField = Loc.tr("Localizable", "New field", fallback: "New property") - public static let newPage = Loc.tr("Localizable", "New Page", fallback: "New Page") - public static let newSet = Loc.tr("Localizable", "New set", fallback: "New query") - public static let newObject = Loc.tr("Localizable", "NewObject", fallback: "New Object") - public static let newProperty = Loc.tr("Localizable", "NewProperty", fallback: "New Property") - public static let next = Loc.tr("Localizable", "Next", fallback: "Next") - public static let noConnection = Loc.tr("Localizable", "No connection", fallback: "No connection") - public static let noDate = Loc.tr("Localizable", "No date", fallback: "No date") - public static let noItemsMatchFilter = Loc.tr("Localizable", "No items match filter", fallback: "No items match filter") - public static let noMatchesFound = Loc.tr("Localizable", "No matches found", fallback: "No matches found.\nTry a different keyword or check your spelling.") - public static let noPropertiesYet = Loc.tr("Localizable", "No properties yet", fallback: "No properties yet. Add some to this type.") - public static let noRelatedOptionsHere = Loc.tr("Localizable", "No related options here", fallback: "No related options here. You can add some") + return Loc.tr("UI", "Min X characters", String(describing: p1), fallback: "Min %@ characters") + } + public static let misc = Loc.tr("UI", "Misc", fallback: "Misc") + public static let mode = Loc.tr("UI", "Mode", fallback: "Mode") + public static let more = Loc.tr("UI", "More", fallback: "More") + public static let moreInfo = Loc.tr("UI", "MoreInfo", fallback: "More info") + public static let move = Loc.tr("UI", "Move", fallback: "Move") + public static let moveTo = Loc.tr("UI", "Move to", fallback: "Move to") + public static let moveToBin = Loc.tr("UI", "Move To Bin", fallback: "Move To Bin") + public static let mute = Loc.tr("UI", "Mute", fallback: "Mute") + public static let myFirstSpace = Loc.tr("UI", "My First Space", fallback: "My First Space") + public static let myProperties = Loc.tr("UI", "My Properties", fallback: "My Properties") + public static let mySites = Loc.tr("UI", "My Sites", fallback: "My Sites") + public static let mySpaces = Loc.tr("UI", "My spaces", fallback: "My Spaces") + public static let myself = Loc.tr("UI", "Myself", fallback: "Myself") + public static let name = Loc.tr("UI", "Name", fallback: "Name") + public static let new = Loc.tr("UI", "New", fallback: "New") + public static let newField = Loc.tr("UI", "New field", fallback: "New property") + public static let newPage = Loc.tr("UI", "New Page", fallback: "New Page") + public static let newSet = Loc.tr("UI", "New set", fallback: "New query") + public static let newObject = Loc.tr("UI", "NewObject", fallback: "New Object") + public static let next = Loc.tr("UI", "Next", fallback: "Next") + public static let noConnection = Loc.tr("UI", "No connection", fallback: "No connection") + public static let noDate = Loc.tr("UI", "No date", fallback: "No date") + public static let noItemsMatchFilter = Loc.tr("UI", "No items match filter", fallback: "No items match filter") + public static let noMatchesFound = Loc.tr("UI", "No matches found", fallback: "No matches found.\nTry a different keyword or check your spelling.") + public static let noPropertiesYet = Loc.tr("UI", "No properties yet", fallback: "No properties yet. Add some to this type.") + public static let noRelatedOptionsHere = Loc.tr("UI", "No related options here", fallback: "No related options here. You can add some") public static func noTypeFoundText(_ p1: Any) -> String { - return Loc.tr("Localizable", "No type found text", String(describing: p1), fallback: "No type “%@” found. Change your request or create new type.") - } - public static let nonExistentObject = Loc.tr("Localizable", "Non-existent object", fallback: "Non-existent object") - public static let `none` = Loc.tr("Localizable", "None", fallback: "None") - public static let note = Loc.tr("Localizable", "Note", fallback: "Note") - public static let nothingFound = Loc.tr("Localizable", "Nothing found", fallback: "Nothing found") - public static let nothingToRedo = Loc.tr("Localizable", "Nothing to redo", fallback: "Nothing to redo") - public static let nothingToUndo = Loc.tr("Localizable", "Nothing to undo", fallback: "Nothing to undo") - public static let notifications = Loc.tr("Localizable", "Notifications", fallback: "Notifications") + return Loc.tr("UI", "No type found text", String(describing: p1), fallback: "No type “%@” found. Change your request or create new type.") + } + public static let nonExistentObject = Loc.tr("UI", "Non-existent object", fallback: "Non-existent object") + public static let `none` = Loc.tr("UI", "None", fallback: "None") + public static let nothingFound = Loc.tr("UI", "Nothing found", fallback: "Nothing found") + public static let nothingToRedo = Loc.tr("UI", "Nothing to redo", fallback: "Nothing to redo") + public static let nothingToUndo = Loc.tr("UI", "Nothing to undo", fallback: "Nothing to undo") public static func object(_ p1: Int) -> String { - return Loc.tr("Localizable", "Object", p1, fallback: "Plural format key: Object") + return Loc.tr("UI", "Object", p1, fallback: "Plural format key: Object") } public static func objectSelected(_ p1: Int) -> String { - return Loc.tr("Localizable", "Object selected", p1, fallback: "%#@object@ selected") + return Loc.tr("UI", "Object selected", p1, fallback: "%#@object@ selected") } public static func objectType(_ p1: Int) -> String { - return Loc.tr("Localizable", "Object type", p1, fallback: "Plural format key: Object type") - } - public static let objectTypes = Loc.tr("Localizable", "Object Types", fallback: "Object Types") - public static let objects = Loc.tr("Localizable", "Objects", fallback: "Objects") - public static let ok = Loc.tr("Localizable", "Ok", fallback: "Ok") - public static let okay = Loc.tr("Localizable", "Okay", fallback: "Okay") - public static let onAnalytics = Loc.tr("Localizable", "On analytics", fallback: "On analytics") - public static let `open` = Loc.tr("Localizable", "Open", fallback: "Open") - public static let openAsObject = Loc.tr("Localizable", "Open as Object", fallback: "Open as Object") - public static let openFile = Loc.tr("Localizable", "Open file", fallback: "Open file") - public static let openObject = Loc.tr("Localizable", "Open object", fallback: "Open object") - public static let openSet = Loc.tr("Localizable", "Open Set", fallback: "Open Query") - public static let openSource = Loc.tr("Localizable", "Open source", fallback: "Open source") + return Loc.tr("UI", "Object type", p1, fallback: "Plural format key: Object type") + } + public static let objectTypes = Loc.tr("UI", "Object Types", fallback: "Object Types") + public static let objects = Loc.tr("UI", "Objects", fallback: "Objects") + public static let ok = Loc.tr("UI", "Ok", fallback: "Ok") + public static let okay = Loc.tr("UI", "Okay", fallback: "Okay") + public static let onAnalytics = Loc.tr("UI", "On analytics", fallback: "On analytics") + public static let `open` = Loc.tr("UI", "Open", fallback: "Open") + public static let openAsObject = Loc.tr("UI", "Open as Object", fallback: "Open as Object") + public static let openFile = Loc.tr("UI", "Open file", fallback: "Open file") + public static let openObject = Loc.tr("UI", "Open object", fallback: "Open object") + public static let openSet = Loc.tr("UI", "Open Set", fallback: "Open Query") + public static let openSource = Loc.tr("UI", "Open source", fallback: "Open source") public static func openTypeError(_ p1: Any) -> String { - return Loc.tr("Localizable", "Open Type Error", String(describing: p1), fallback: "Not supported type \"%@\". You can open it via desktop.") - } - public static let openWebPage = Loc.tr("Localizable", "Open web page", fallback: "Open web page") - public static let openSettings = Loc.tr("Localizable", "OpenSettings", fallback: "Open Settings") - public static let other = Loc.tr("Localizable", "Other", fallback: "Other") - public static let otherRelations = Loc.tr("Localizable", "Other relations", fallback: "Other properties") - public static let p2PConnection = Loc.tr("Localizable", "P2P Connection", fallback: "P2P Connection") - public static let page = Loc.tr("Localizable", "Page", fallback: "Page") - public static let pages = Loc.tr("Localizable", "Pages", fallback: "Pages") + return Loc.tr("UI", "Open Type Error", String(describing: p1), fallback: "Not supported type \"%@\". You can open it via desktop.") + } + public static let openWebPage = Loc.tr("UI", "Open web page", fallback: "Open web page") + public static let openSettings = Loc.tr("UI", "OpenSettings", fallback: "Open Settings") + public static let other = Loc.tr("UI", "Other", fallback: "Other") + public static let otherRelations = Loc.tr("UI", "Other relations", fallback: "Other properties") + public static let p2PConnection = Loc.tr("UI", "P2P Connection", fallback: "P2P Connection") public static func paidBy(_ p1: Any) -> String { - return Loc.tr("Localizable", "Paid by", String(describing: p1), fallback: "Paid by %@") + return Loc.tr("UI", "Paid by", String(describing: p1), fallback: "Paid by %@") } - public static let paste = Loc.tr("Localizable", "Paste", fallback: "Paste") - public static let pasteOrTypeURL = Loc.tr("Localizable", "Paste or type URL", fallback: "Paste or type URL") - public static let pasteProcessing = Loc.tr("Localizable", "Paste processing...", fallback: "Paste processing...") - public static let payByCard = Loc.tr("Localizable", "Pay by Card", fallback: "Pay by Card") + public static let paste = Loc.tr("UI", "Paste", fallback: "Paste") + public static let pasteOrTypeURL = Loc.tr("UI", "Paste or type URL", fallback: "Paste or type URL") + public static let pasteProcessing = Loc.tr("UI", "Paste processing...", fallback: "Paste processing...") + public static let payByCard = Loc.tr("UI", "Pay by Card", fallback: "Pay by Card") public static func pdf(_ p1: Int) -> String { - return Loc.tr("Localizable", "PDF", p1, fallback: "Plural format key: PDF") + return Loc.tr("UI", "PDF", p1, fallback: "Plural format key: PDF") } - public static let pending = Loc.tr("Localizable", "Pending", fallback: "Pending...") - public static let pendingDeletionText = Loc.tr("Localizable", "Pending deletion text", fallback: "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node.") - public static let per = Loc.tr("Localizable", "per", fallback: "per") + public static let pending = Loc.tr("UI", "Pending", fallback: "Pending...") + public static let pendingDeletionText = Loc.tr("UI", "Pending deletion text", fallback: "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node.") + public static let per = Loc.tr("UI", "per", fallback: "per") public static func perDay(_ p1: Int) -> String { - return Loc.tr("Localizable", "Per Day", p1, fallback: "per %#@day@") + return Loc.tr("UI", "Per Day", p1, fallback: "per %#@day@") } public static func perMonth(_ p1: Int) -> String { - return Loc.tr("Localizable", "Per Month", p1, fallback: "per %#@month@") + return Loc.tr("UI", "Per Month", p1, fallback: "per %#@month@") } public static func perWeek(_ p1: Int) -> String { - return Loc.tr("Localizable", "Per Week", p1, fallback: "per %#@week@") + return Loc.tr("UI", "Per Week", p1, fallback: "per %#@week@") } public static func perYear(_ p1: Int) -> String { - return Loc.tr("Localizable", "Per Year", p1, fallback: "per %#@year@") + return Loc.tr("UI", "Per Year", p1, fallback: "per %#@year@") } - public static let personalization = Loc.tr("Localizable", "Personalization", fallback: "Personalization") - public static let photo = Loc.tr("Localizable", "Photo", fallback: "Photo") - public static let photos = Loc.tr("Localizable", "Photos", fallback: "Photos") - public static let picture = Loc.tr("Localizable", "Picture", fallback: "Picture") - public static let pin = Loc.tr("Localizable", "Pin", fallback: "Pin") + public static let personalization = Loc.tr("UI", "Personalization", fallback: "Personalization") + public static let photo = Loc.tr("UI", "Photo", fallback: "Photo") + public static let photos = Loc.tr("UI", "Photos", fallback: "Photos") + public static let picture = Loc.tr("UI", "Picture", fallback: "Picture") + public static let pin = Loc.tr("UI", "Pin", fallback: "Pin") public static func pinLimitReached(_ p1: Int) -> String { - return Loc.tr("Localizable", "Pin limit reached", p1, fallback: "You've reached the limit of %d pinned spaces.") - } - public static let pinOnTop = Loc.tr("Localizable", "Pin on top", fallback: "Pin on top") - public static let pink = Loc.tr("Localizable", "Pink", fallback: "Pink") - public static let pinkBackground = Loc.tr("Localizable", "Pink background", fallback: "Pink background") - public static let pinned = Loc.tr("Localizable", "Pinned", fallback: "Pinned") - public static let preferences = Loc.tr("Localizable", "Preferences", fallback: "Preferences") - public static let preview = Loc.tr("Localizable", "Preview", fallback: "Preview") - public static let previewLayout = Loc.tr("Localizable", "Preview layout", fallback: "Preview layout") - public static let profile = Loc.tr("Localizable", "Profile", fallback: "Profile") - public static let progress = Loc.tr("Localizable", "Progress...", fallback: "Progress...") - public static let properties = Loc.tr("Localizable", "Properties", fallback: "Properties") - public static let propertiesFormats = Loc.tr("Localizable", "Properties formats", fallback: "Properties formats") - public static let publish = Loc.tr("Localizable", "Publish", fallback: "Publish") - public static let publishToWeb = Loc.tr("Localizable", "Publish to Web", fallback: "Publish to Web") - public static let purple = Loc.tr("Localizable", "Purple", fallback: "Purple") - public static let purpleBackground = Loc.tr("Localizable", "Purple background", fallback: "Purple background") - public static let puzzle = Loc.tr("Localizable", "Puzzle", fallback: "Puzzle") - public static let puzzles = Loc.tr("Localizable", "Puzzles", fallback: "Puzzles") - public static let qrCode = Loc.tr("Localizable", "QR Code", fallback: "QR Code") - public static let random = Loc.tr("Localizable", "Random", fallback: "Random") - public static let recent = Loc.tr("Localizable", "Recent", fallback: "Recent") - public static let red = Loc.tr("Localizable", "Red", fallback: "Red") - public static let redBackground = Loc.tr("Localizable", "Red background", fallback: "Red background") - public static let redo = Loc.tr("Localizable", "Redo", fallback: "Redo") + return Loc.tr("UI", "Pin limit reached", p1, fallback: "You've reached the limit of %d pinned spaces.") + } + public static let pinOnTop = Loc.tr("UI", "Pin on top", fallback: "Pin on top") + public static let pink = Loc.tr("UI", "Pink", fallback: "Pink") + public static let pinkBackground = Loc.tr("UI", "Pink background", fallback: "Pink background") + public static let pinned = Loc.tr("UI", "Pinned", fallback: "Pinned") + public static let preferences = Loc.tr("UI", "Preferences", fallback: "Preferences") + public static let preview = Loc.tr("UI", "Preview", fallback: "Preview") + public static let previewLayout = Loc.tr("UI", "Preview layout", fallback: "Preview layout") + public static let profile = Loc.tr("UI", "Profile", fallback: "Profile") + public static let progress = Loc.tr("UI", "Progress...", fallback: "Progress...") + public static let publish = Loc.tr("UI", "Publish", fallback: "Publish") + public static let publishToWeb = Loc.tr("UI", "Publish to Web", fallback: "Publish to Web") + public static let purple = Loc.tr("UI", "Purple", fallback: "Purple") + public static let purpleBackground = Loc.tr("UI", "Purple background", fallback: "Purple background") + public static let puzzle = Loc.tr("UI", "Puzzle", fallback: "Puzzle") + public static let puzzles = Loc.tr("UI", "Puzzles", fallback: "Puzzles") + public static let qrCode = Loc.tr("UI", "QR Code", fallback: "QR Code") + public static let random = Loc.tr("UI", "Random", fallback: "Random") + public static let recent = Loc.tr("UI", "Recent", fallback: "Recent") + public static let red = Loc.tr("UI", "Red", fallback: "Red") + public static let redBackground = Loc.tr("UI", "Red background", fallback: "Red background") + public static let redo = Loc.tr("UI", "Redo", fallback: "Redo") public static func relation(_ p1: Int) -> String { - return Loc.tr("Localizable", "Relation", p1, fallback: "Plural format key: Relation") + return Loc.tr("UI", "Relation", p1, fallback: "Plural format key: Relation") } - public static let remove = Loc.tr("Localizable", "Remove", fallback: "Remove") - public static let removeFromFavorite = Loc.tr("Localizable", "Remove From Favorite", fallback: "Remove From Pinned") - public static let removePhoto = Loc.tr("Localizable", "Remove photo", fallback: "Remove photo") - public static let resend = Loc.tr("Localizable", "Resend", fallback: "Resend") + public static let remove = Loc.tr("UI", "Remove", fallback: "Remove") + public static let removeFromFavorite = Loc.tr("UI", "Remove From Favorite", fallback: "Remove From Pinned") + public static let removePhoto = Loc.tr("UI", "Remove photo", fallback: "Remove photo") + public static let resend = Loc.tr("UI", "Resend", fallback: "Resend") public static func resendIn(_ p1: Any) -> String { - return Loc.tr("Localizable", "Resend in", String(describing: p1), fallback: "Resend in %@ sec") - } - public static let resetToDefault = Loc.tr("Localizable", "Reset to default", fallback: "Reset to default") - public static let resolveLayoutConflict = Loc.tr("Localizable", "Resolve layout conflict", fallback: "Resolve layout conflict") - public static let restore = Loc.tr("Localizable", "Restore", fallback: "Restore") - public static let restoreFromKeychain = Loc.tr("Localizable", "Restore from keychain", fallback: "Restore from keychain") - public static let restoreKeyFromKeychain = Loc.tr("Localizable", "Restore key from keychain", fallback: "Restore Key from the keychain") - public static let save = Loc.tr("Localizable", "Save", fallback: "Save") - public static let scanDocuments = Loc.tr("Localizable", "Scan documents", fallback: "Scan documents") - public static let scanQRCode = Loc.tr("Localizable", "Scan QR code", fallback: "Scan QR code") - public static let search = Loc.tr("Localizable", "Search", fallback: "Search...") - public static let searchForLanguage = Loc.tr("Localizable", "Search for language", fallback: "Search for language") - public static let searchOrCreateNew = Loc.tr("Localizable", "Search or create new", fallback: "Search or create new") - public static let selectAll = Loc.tr("Localizable", "Select all", fallback: "Select all") - public static let selectDate = Loc.tr("Localizable", "Select date", fallback: "Select date") - public static let selectFile = Loc.tr("Localizable", "Select file", fallback: "Select file") - public static let selectObject = Loc.tr("Localizable", "Select object", fallback: "Select object") - public static let selectObjects = Loc.tr("Localizable", "Select Objects", fallback: "Select Objects") - public static let selectOption = Loc.tr("Localizable", "Select option", fallback: "Select option") - public static let selectOptions = Loc.tr("Localizable", "Select options", fallback: "Select options") - public static let selectRelationType = Loc.tr("Localizable", "Select relation type", fallback: "Select property format") - public static let selectVaultError = Loc.tr("Localizable", "Select vault error", fallback: "Select vault error") + return Loc.tr("UI", "Resend in", String(describing: p1), fallback: "Resend in %@ sec") + } + public static let resetToDefault = Loc.tr("UI", "Reset to default", fallback: "Reset to default") + public static let resolveLayoutConflict = Loc.tr("UI", "Resolve layout conflict", fallback: "Resolve layout conflict") + public static let restore = Loc.tr("UI", "Restore", fallback: "Restore") + public static let restoreFromKeychain = Loc.tr("UI", "Restore from keychain", fallback: "Restore from keychain") + public static let restoreKeyFromKeychain = Loc.tr("UI", "Restore key from keychain", fallback: "Restore Key from the keychain") + public static let save = Loc.tr("UI", "Save", fallback: "Save") + public static let scanDocuments = Loc.tr("UI", "Scan documents", fallback: "Scan documents") + public static let scanQRCode = Loc.tr("UI", "Scan QR code", fallback: "Scan QR code") + public static let search = Loc.tr("UI", "Search", fallback: "Search...") + public static let searchForLanguage = Loc.tr("UI", "Search for language", fallback: "Search for language") + public static let searchOrCreateNew = Loc.tr("UI", "Search or create new", fallback: "Search or create new") + public static let selectAll = Loc.tr("UI", "Select all", fallback: "Select all") + public static let selectDate = Loc.tr("UI", "Select date", fallback: "Select date") + public static let selectFile = Loc.tr("UI", "Select file", fallback: "Select file") + public static let selectObject = Loc.tr("UI", "Select object", fallback: "Select object") + public static let selectObjects = Loc.tr("UI", "Select Objects", fallback: "Select Objects") + public static let selectOption = Loc.tr("UI", "Select option", fallback: "Select option") + public static let selectOptions = Loc.tr("UI", "Select options", fallback: "Select options") + public static let selectRelationType = Loc.tr("UI", "Select relation type", fallback: "Select property format") + public static let selectVaultError = Loc.tr("UI", "Select vault error", fallback: "Select vault error") public static func selectedBlocks(_ p1: Int) -> String { - return Loc.tr("Localizable", "Selected blocks", p1, fallback: "Plural format key: Selected blocks") + return Loc.tr("UI", "Selected blocks", p1, fallback: "Plural format key: Selected blocks") } - public static let selfHost = Loc.tr("Localizable", "Self Host", fallback: "Self Host") - public static let send = Loc.tr("Localizable", "Send", fallback: "Send") - public static let `set` = Loc.tr("Localizable", "Set", fallback: "Query") - public static let setAccess = Loc.tr("Localizable", "Set access", fallback: "Set access") - public static let setAsDefault = Loc.tr("Localizable", "Set as default", fallback: "Set as default") + public static let selfHost = Loc.tr("UI", "Self Host", fallback: "Self Host") + public static let send = Loc.tr("UI", "Send", fallback: "Send") + public static let `set` = Loc.tr("UI", "Set", fallback: "Query") + public static let setAccess = Loc.tr("UI", "Set access", fallback: "Set access") + public static let setAsDefault = Loc.tr("UI", "Set as default", fallback: "Set as default") public static func setOf(_ p1: Any) -> String { - return Loc.tr("Localizable", "Set of", String(describing: p1), fallback: "Query of %@") - } - public static let sets = Loc.tr("Localizable", "Sets", fallback: "Queries") - public static let settings = Loc.tr("Localizable", "Settings", fallback: "Settings") - public static let share = Loc.tr("Localizable", "Share", fallback: "Share") - public static let shared = Loc.tr("Localizable", "Shared", fallback: "Shared") - public static let show = Loc.tr("Localizable", "Show", fallback: "Show") - public static let showTypes = Loc.tr("Localizable", "Show types", fallback: "Show types") - public static let skip = Loc.tr("Localizable", "Skip", fallback: "Skip") - public static let sky = Loc.tr("Localizable", "Sky", fallback: "Sky") - public static let skyBackground = Loc.tr("Localizable", "Sky background", fallback: "Sky background") - public static let solidColors = Loc.tr("Localizable", "Solid colors", fallback: "Solid colors") - public static let sort = Loc.tr("Localizable", "Sort", fallback: "Sort") - public static let standardLayoutForCanvasBlocks = Loc.tr("Localizable", "Standard layout for canvas blocks", fallback: "Standard layout for canvas blocks") - public static let start = Loc.tr("Localizable", "Start", fallback: "Start") - public static let style = Loc.tr("Localizable", "Style", fallback: "Style") - public static let submit = Loc.tr("Localizable", "Submit", fallback: "Submit") + return Loc.tr("UI", "Set of", String(describing: p1), fallback: "Query of %@") + } + public static let sets = Loc.tr("UI", "Sets", fallback: "Queries") + public static let settings = Loc.tr("UI", "Settings", fallback: "Settings") + public static let share = Loc.tr("UI", "Share", fallback: "Share") + public static let show = Loc.tr("UI", "Show", fallback: "Show") + public static let showTypes = Loc.tr("UI", "Show types", fallback: "Show types") + public static let skip = Loc.tr("UI", "Skip", fallback: "Skip") + public static let sky = Loc.tr("UI", "Sky", fallback: "Sky") + public static let skyBackground = Loc.tr("UI", "Sky background", fallback: "Sky background") + public static let solidColors = Loc.tr("UI", "Solid colors", fallback: "Solid colors") + public static let sort = Loc.tr("UI", "Sort", fallback: "Sort") + public static let standardLayoutForCanvasBlocks = Loc.tr("UI", "Standard layout for canvas blocks", fallback: "Standard layout for canvas blocks") + public static let start = Loc.tr("UI", "Start", fallback: "Start") + public static let style = Loc.tr("UI", "Style", fallback: "Style") + public static let submit = Loc.tr("UI", "Submit", fallback: "Submit") public static func successfullyDeleted(_ p1: Any) -> String { - return Loc.tr("Localizable", "SuccessfullyDeleted ", String(describing: p1), fallback: "%@ deleted successfully") + return Loc.tr("UI", "SuccessfullyDeleted ", String(describing: p1), fallback: "%@ deleted successfully") } - public static let synced = Loc.tr("Localizable", "Synced", fallback: "Synced") - public static let systemProperties = Loc.tr("Localizable", "System Properties", fallback: "System Properties") + public static let synced = Loc.tr("UI", "Synced", fallback: "Synced") + public static let systemProperties = Loc.tr("UI", "System Properties", fallback: "System Properties") public static func tag(_ p1: Int) -> String { - return Loc.tr("Localizable", "Tag", p1, fallback: "Plural format key: Tag") - } - public static let task = Loc.tr("Localizable", "Task", fallback: "Task") - public static let teal = Loc.tr("Localizable", "Teal", fallback: "Teal") - public static let tealBackground = Loc.tr("Localizable", "Teal background", fallback: "Teal background") - public static let templates = Loc.tr("Localizable", "Templates", fallback: "Templates") - public static let textStyle = Loc.tr("Localizable", "Text Style", fallback: "Text Style") - public static let thereAreNoSpacesYet = Loc.tr("Localizable", "There are no spaces yet", fallback: "There are no spaces yet") - public static let thereIsNoEmojiNamed = Loc.tr("Localizable", "There is no emoji named", fallback: "There is no emoji named") - public static let thereIsNoIconNamed = Loc.tr("Localizable", "There is no icon named", fallback: "There is no icon named") + return Loc.tr("UI", "Tag", p1, fallback: "Plural format key: Tag") + } + public static let teal = Loc.tr("UI", "Teal", fallback: "Teal") + public static let tealBackground = Loc.tr("UI", "Teal background", fallback: "Teal background") + public static let templates = Loc.tr("UI", "Templates", fallback: "Templates") + public static let textStyle = Loc.tr("UI", "Text Style", fallback: "Text Style") + public static let thereAreNoSpacesYet = Loc.tr("UI", "There are no spaces yet", fallback: "There are no spaces yet") + public static let thereIsNoEmojiNamed = Loc.tr("UI", "There is no emoji named", fallback: "There is no emoji named") + public static let thereIsNoIconNamed = Loc.tr("UI", "There is no icon named", fallback: "There is no icon named") public static func thereIsNoObjectNamed(_ p1: Any) -> String { - return Loc.tr("Localizable", "There is no object named", String(describing: p1), fallback: "There is no object named %@") + return Loc.tr("UI", "There is no object named", String(describing: p1), fallback: "There is no object named %@") } public static func thereIsNoPropertyNamed(_ p1: Any) -> String { - return Loc.tr("Localizable", "There is no property named", String(describing: p1), fallback: "There is no property named %@") + return Loc.tr("UI", "There is no property named", String(describing: p1), fallback: "There is no property named %@") } public static func thereIsNoTypeNamed(_ p1: Any) -> String { - return Loc.tr("Localizable", "There is no type named", String(describing: p1), fallback: "There is no type named %@") - } - public static let theseObjectsWillBeDeletedIrrevocably = Loc.tr("Localizable", "These objects will be deleted irrevocably", fallback: "These objects will be deleted irrevocably. You can’t undo this action.") - public static let toBin = Loc.tr("Localizable", "To Bin", fallback: "To Bin") - public static let today = Loc.tr("Localizable", "Today", fallback: "Today") - public static let tomorrow = Loc.tr("Localizable", "Tomorrow", fallback: "Tomorrow") - public static let tryToFindANewOne = Loc.tr("Localizable", "Try to find a new one", fallback: "Try to find a new one") - public static let tryToFindANewOneOrUploadYourImage = Loc.tr("Localizable", "Try to find a new one or upload your image", fallback: "Try to find a new one or upload your image") - public static let tryAgain = Loc.tr("Localizable", "TryAgain", fallback: "Try again") - public static let typeName = Loc.tr("Localizable", "Type Name", fallback: "Type Name") - public static let typePluralName = Loc.tr("Localizable", "Type Plural name", fallback: "Type Plural name") - public static let types = Loc.tr("Localizable", "Types", fallback: "Types") - public static let undo = Loc.tr("Localizable", "Undo", fallback: "Undo") - public static let undoTyping = Loc.tr("Localizable", "Undo typing", fallback: "Undo typing") - public static let undoRedo = Loc.tr("Localizable", "Undo/Redo", fallback: "Undo/Redo") - public static let unknown = Loc.tr("Localizable", "Unknown", fallback: "Unknown") - public static let unknownError = Loc.tr("Localizable", "Unknown error", fallback: "Unknown error") - public static let unlimited = Loc.tr("Localizable", "unlimited", fallback: "Unlimited") - public static let unlock = Loc.tr("Localizable", "Unlock", fallback: "Unlock") - public static let unmute = Loc.tr("Localizable", "Unmute", fallback: "Unmute") - public static let unpin = Loc.tr("Localizable", "Unpin", fallback: "Unpin") - public static let unpublish = Loc.tr("Localizable", "Unpublish", fallback: "Unpublish") - public static let unread = Loc.tr("Localizable", "Unread", fallback: "Unread") - public static let unselectAll = Loc.tr("Localizable", "Unselect all", fallback: "Unselect all") - public static let unsetAsDefault = Loc.tr("Localizable", "Unset as default", fallback: "Unset as default") - public static let unsetDefault = Loc.tr("Localizable", "Unset default", fallback: "Unset default") - public static let unsplash = Loc.tr("Localizable", "Unsplash", fallback: "Unsplash") - public static let unsupported = Loc.tr("Localizable", "Unsupported", fallback: "Unsupported") - public static let unsupportedBlock = Loc.tr("Localizable", "Unsupported block", fallback: "Unsupported block") - public static let unsupportedDeeplink = Loc.tr("Localizable", "Unsupported deeplink", fallback: "Unsupported deeplink") - public static let unsupportedValue = Loc.tr("Localizable", "Unsupported value", fallback: "Unsupported value") - public static let untitled = Loc.tr("Localizable", "Untitled", fallback: "Untitled") - public static let update = Loc.tr("Localizable", "Update", fallback: "Update") - public static let upgrade = Loc.tr("Localizable", "Upgrade", fallback: "Upgrade") - public static let upload = Loc.tr("Localizable", "Upload", fallback: "Upload") - public static let validUntil = Loc.tr("Localizable", "Valid until", fallback: "Valid until:") + return Loc.tr("UI", "There is no type named", String(describing: p1), fallback: "There is no type named %@") + } + public static let theseObjectsWillBeDeletedIrrevocably = Loc.tr("UI", "These objects will be deleted irrevocably", fallback: "These objects will be deleted irrevocably. You can’t undo this action.") + public static let toBin = Loc.tr("UI", "To Bin", fallback: "To Bin") + public static let today = Loc.tr("UI", "Today", fallback: "Today") + public static let tomorrow = Loc.tr("UI", "Tomorrow", fallback: "Tomorrow") + public static let tryToFindANewOne = Loc.tr("UI", "Try to find a new one", fallback: "Try to find a new one") + public static let tryToFindANewOneOrUploadYourImage = Loc.tr("UI", "Try to find a new one or upload your image", fallback: "Try to find a new one or upload your image") + public static let tryAgain = Loc.tr("UI", "TryAgain", fallback: "Try again") + public static let typeName = Loc.tr("UI", "Type Name", fallback: "Type Name") + public static let typePluralName = Loc.tr("UI", "Type Plural name", fallback: "Type Plural name") + public static let types = Loc.tr("UI", "Types", fallback: "Types") + public static let undo = Loc.tr("UI", "Undo", fallback: "Undo") + public static let undoTyping = Loc.tr("UI", "Undo typing", fallback: "Undo typing") + public static let undoRedo = Loc.tr("UI", "Undo/Redo", fallback: "Undo/Redo") + public static let unknown = Loc.tr("UI", "Unknown", fallback: "Unknown") + public static let unknownError = Loc.tr("UI", "Unknown error", fallback: "Unknown error") + public static let unlimited = Loc.tr("UI", "unlimited", fallback: "Unlimited") + public static let unlock = Loc.tr("UI", "Unlock", fallback: "Unlock") + public static let unmute = Loc.tr("UI", "Unmute", fallback: "Unmute") + public static let unpin = Loc.tr("UI", "Unpin", fallback: "Unpin") + public static let unpublish = Loc.tr("UI", "Unpublish", fallback: "Unpublish") + public static let unread = Loc.tr("UI", "Unread", fallback: "Unread") + public static let unselectAll = Loc.tr("UI", "Unselect all", fallback: "Unselect all") + public static let unsetAsDefault = Loc.tr("UI", "Unset as default", fallback: "Unset as default") + public static let unsetDefault = Loc.tr("UI", "Unset default", fallback: "Unset default") + public static let unsplash = Loc.tr("UI", "Unsplash", fallback: "Unsplash") + public static let unsupported = Loc.tr("UI", "Unsupported", fallback: "Unsupported") + public static let unsupportedBlock = Loc.tr("UI", "Unsupported block", fallback: "Unsupported block") + public static let unsupportedDeeplink = Loc.tr("UI", "Unsupported deeplink", fallback: "Unsupported deeplink") + public static let unsupportedValue = Loc.tr("UI", "Unsupported value", fallback: "Unsupported value") + public static let untitled = Loc.tr("UI", "Untitled", fallback: "Untitled") + public static let update = Loc.tr("UI", "Update", fallback: "Update") + public static let upgrade = Loc.tr("UI", "Upgrade", fallback: "Upgrade") + public static let upload = Loc.tr("UI", "Upload", fallback: "Upload") + public static let validUntil = Loc.tr("UI", "Valid until", fallback: "Valid until:") public static func validUntilDate(_ p1: Any) -> String { - return Loc.tr("Localizable", "Valid until date", String(describing: p1), fallback: "Valid until %@") + return Loc.tr("UI", "Valid until date", String(describing: p1), fallback: "Valid until %@") } - public static let vault = Loc.tr("Localizable", "Vault", fallback: "Vault") - public static let vaultDeleted = Loc.tr("Localizable", "Vault deleted", fallback: "Vault deleted") - public static let vaultRecoverError = Loc.tr("Localizable", "Vault recover error", fallback: "Vault recover error, try again") - public static let vaultRecoverErrorNoInternet = Loc.tr("Localizable", "Vault recover error no internet", fallback: "Vault recover error, probably no internet connection") + public static let vault = Loc.tr("UI", "Vault", fallback: "Vault") + public static let vaultDeleted = Loc.tr("UI", "Vault deleted", fallback: "Vault deleted") + public static let vaultRecoverError = Loc.tr("UI", "Vault recover error", fallback: "Vault recover error, try again") + public static let vaultRecoverErrorNoInternet = Loc.tr("UI", "Vault recover error no internet", fallback: "Vault recover error, probably no internet connection") public static func video(_ p1: Int) -> String { - return Loc.tr("Localizable", "Video", p1, fallback: "Plural format key: Video") - } - public static let view = Loc.tr("Localizable", "View", fallback: "View") - public static let viewInBrowser = Loc.tr("Localizable", "View in Browser", fallback: "View in Browser") - public static let views = Loc.tr("Localizable", "Views", fallback: "Views") - public static let wallpaper = Loc.tr("Localizable", "Wallpaper", fallback: "Wallpaper") - public static let webPages = Loc.tr("Localizable", "Web pages", fallback: "Web pages") - public static let whatSIncluded = Loc.tr("Localizable", "What’s included", fallback: "What’s included") - public static let yellow = Loc.tr("Localizable", "Yellow", fallback: "Yellow") - public static let yellowBackground = Loc.tr("Localizable", "Yellow background", fallback: "Yellow background") - public static let yesterday = Loc.tr("Localizable", "Yesterday", fallback: "Yesterday") + return Loc.tr("UI", "Video", p1, fallback: "Plural format key: Video") + } + public static let view = Loc.tr("UI", "View", fallback: "View") + public static let viewInBrowser = Loc.tr("UI", "View in Browser", fallback: "View in Browser") + public static let views = Loc.tr("UI", "Views", fallback: "Views") + public static let wallpaper = Loc.tr("UI", "Wallpaper", fallback: "Wallpaper") + public static let webPages = Loc.tr("UI", "Web pages", fallback: "Web pages") + public static let whatSIncluded = Loc.tr("UI", "What’s included", fallback: "What’s included") + public static let yellow = Loc.tr("UI", "Yellow", fallback: "Yellow") + public static let yellowBackground = Loc.tr("UI", "Yellow background", fallback: "Yellow background") + public static let yesterday = Loc.tr("UI", "Yesterday", fallback: "Yesterday") public static func youJoined(_ p1: Any) -> String { - return Loc.tr("Localizable", "You joined", String(describing: p1), fallback: "You joined %@") + return Loc.tr("UI", "You joined", String(describing: p1), fallback: "You joined %@") } - public static let yourCurrentStatus = Loc.tr("Localizable", "Your current status", fallback: "Your current status:") + public static let yourCurrentStatus = Loc.tr("UI", "Your current status", fallback: "Your current status:") public enum About { public static func analyticsId(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.analyticsId", String(describing: p1), fallback: "Analytics ID: %@") + return Loc.tr("UI", "About.analyticsId", String(describing: p1), fallback: "Analytics ID: %@") } - public static let anytypeCommunity = Loc.tr("Localizable", "About.AnytypeCommunity", fallback: "Anytype Community") + public static let anytypeCommunity = Loc.tr("UI", "About.AnytypeCommunity", fallback: "Anytype Community") public static func anytypeId(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.anytypeId", String(describing: p1), fallback: "Anytype ID: %@") + return Loc.tr("UI", "About.anytypeId", String(describing: p1), fallback: "Anytype ID: %@") } public static func appVersion(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.AppVersion", String(describing: p1), fallback: "App version: %@") + return Loc.tr("UI", "About.AppVersion", String(describing: p1), fallback: "App version: %@") } public static func buildNumber(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.BuildNumber", String(describing: p1), fallback: "Build number: %@") + return Loc.tr("UI", "About.BuildNumber", String(describing: p1), fallback: "Build number: %@") } - public static let contactUs = Loc.tr("Localizable", "About.ContactUs", fallback: "Contact Us") + public static let contactUs = Loc.tr("UI", "About.ContactUs", fallback: "Contact Us") public static func device(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.Device", String(describing: p1), fallback: "Device: %@") + return Loc.tr("UI", "About.Device", String(describing: p1), fallback: "Device: %@") } public static func deviceId(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.deviceId", String(describing: p1), fallback: "Device ID: %@") + return Loc.tr("UI", "About.deviceId", String(describing: p1), fallback: "Device ID: %@") } - public static let helpCommunity = Loc.tr("Localizable", "About.HelpCommunity", fallback: "Help & Community") - public static let helpTutorials = Loc.tr("Localizable", "About.HelpTutorials", fallback: "Help & Tutorials") - public static let legal = Loc.tr("Localizable", "About.Legal", fallback: "Legal") + public static let helpCommunity = Loc.tr("UI", "About.HelpCommunity", fallback: "Help & Community") + public static let helpTutorials = Loc.tr("UI", "About.HelpTutorials", fallback: "Help & Tutorials") + public static let legal = Loc.tr("UI", "About.Legal", fallback: "Legal") public static func library(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.Library", String(describing: p1), fallback: "Library version: %@") + return Loc.tr("UI", "About.Library", String(describing: p1), fallback: "Library version: %@") } public static func osVersion(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.OSVersion", String(describing: p1), fallback: "OS version: %@") + return Loc.tr("UI", "About.OSVersion", String(describing: p1), fallback: "OS version: %@") } - public static let privacyPolicy = Loc.tr("Localizable", "About.PrivacyPolicy", fallback: "Privacy Policy") - public static let techInfo = Loc.tr("Localizable", "About.TechInfo", fallback: "Tech Info") - public static let termsOfUse = Loc.tr("Localizable", "About.TermsOfUse", fallback: "Terms of Use") - public static let whatsNew = Loc.tr("Localizable", "About.WhatsNew", fallback: "What’s New") + public static let privacyPolicy = Loc.tr("UI", "About.PrivacyPolicy", fallback: "Privacy Policy") + public static let techInfo = Loc.tr("UI", "About.TechInfo", fallback: "Tech Info") + public static let termsOfUse = Loc.tr("UI", "About.TermsOfUse", fallback: "Terms of Use") + public static let whatsNew = Loc.tr("UI", "About.WhatsNew", fallback: "What’s New") public enum Mail { public static func body(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.Mail.Body", String(describing: p1), fallback: "\n\nTechnical information\n%@") + return Loc.tr("UI", "About.Mail.Body", String(describing: p1), fallback: "\n\nTechnical information\n%@") } public static func subject(_ p1: Any) -> String { - return Loc.tr("Localizable", "About.Mail.Subject", String(describing: p1), fallback: "Support request, Vault ID %@") + return Loc.tr("UI", "About.Mail.Subject", String(describing: p1), fallback: "Support request, Vault ID %@") } } } public enum Actions { - public static let linkItself = Loc.tr("Localizable", "Actions.LinkItself", fallback: "Link to") - public static let makeAsTemplate = Loc.tr("Localizable", "Actions.MakeAsTemplate", fallback: "Make template") - public static let templateMakeDefault = Loc.tr("Localizable", "Actions.TemplateMakeDefault", fallback: "Make default") + public static let linkItself = Loc.tr("UI", "Actions.LinkItself", fallback: "Link to") + public static let makeAsTemplate = Loc.tr("UI", "Actions.MakeAsTemplate", fallback: "Make template") + public static let templateMakeDefault = Loc.tr("UI", "Actions.TemplateMakeDefault", fallback: "Make default") public enum CreateWidget { - public static let success = Loc.tr("Localizable", "Actions.CreateWidget.Success", fallback: "New widget was created") - public static let title = Loc.tr("Localizable", "Actions.CreateWidget.Title", fallback: "To widgets") + public static let success = Loc.tr("UI", "Actions.CreateWidget.Success", fallback: "New widget was created") + public static let title = Loc.tr("UI", "Actions.CreateWidget.Title", fallback: "To widgets") } } public enum Alert { public enum CameraPermissions { - public static let goToSettings = Loc.tr("Localizable", "Alert.CameraPermissions.GoToSettings", fallback: "Generate") - public static let settings = Loc.tr("Localizable", "Alert.CameraPermissions.Settings", fallback: "Settings") + public static let goToSettings = Loc.tr("UI", "Alert.CameraPermissions.GoToSettings", fallback: "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON") + public static let settings = Loc.tr("UI", "Alert.CameraPermissions.Settings", fallback: "Settings") } } public enum AllObjects { public enum Search { public enum Empty { public enum State { - public static let subtitle = Loc.tr("Localizable", "AllObjects.Search.Empty.State.subtitle", fallback: "Try searching with different keywords.") - public static let title = Loc.tr("Localizable", "AllObjects.Search.Empty.State.title", fallback: "No results found.") + public static let subtitle = Loc.tr("UI", "AllObjects.Search.Empty.State.subtitle", fallback: "Try searching with different keywords.") + public static let title = Loc.tr("UI", "AllObjects.Search.Empty.State.title", fallback: "No results found.") } } } public enum Settings { - public static let viewBin = Loc.tr("Localizable", "AllObjects.Settings.ViewBin", fallback: "View Bin") + public static let viewBin = Loc.tr("UI", "AllObjects.Settings.ViewBin", fallback: "View Bin") public enum Sort { - public static let title = Loc.tr("Localizable", "AllObjects.Settings.Sort.Title", fallback: "Sort by") + public static let title = Loc.tr("UI", "AllObjects.Settings.Sort.Title", fallback: "Sort by") } public enum Unlinked { - public static let description = Loc.tr("Localizable", "AllObjects.Settings.Unlinked.Description", fallback: "Unlinked objects that do not have a direct link or backlink with other objects in the graph.") - public static let title = Loc.tr("Localizable", "AllObjects.Settings.Unlinked.Title", fallback: "Only unlinked") + public static let description = Loc.tr("UI", "AllObjects.Settings.Unlinked.Description", fallback: "Unlinked objects that do not have a direct link or backlink with other objects in the graph.") + public static let title = Loc.tr("UI", "AllObjects.Settings.Unlinked.Title", fallback: "Only unlinked") } } public enum Sort { - public static let dateCreated = Loc.tr("Localizable", "AllObjects.Sort.DateCreated", fallback: "Date created") - public static let dateUpdated = Loc.tr("Localizable", "AllObjects.Sort.DateUpdated", fallback: "Date updated") + public static let dateCreated = Loc.tr("UI", "AllObjects.Sort.DateCreated", fallback: "Date created") + public static let dateUpdated = Loc.tr("UI", "AllObjects.Sort.DateUpdated", fallback: "Date updated") public enum Date { - public static let asc = Loc.tr("Localizable", "AllObjects.Sort.Date.Asc", fallback: "Oldest first") - public static let desc = Loc.tr("Localizable", "AllObjects.Sort.Date.Desc", fallback: "Newest first") + public static let asc = Loc.tr("UI", "AllObjects.Sort.Date.Asc", fallback: "Oldest first") + public static let desc = Loc.tr("UI", "AllObjects.Sort.Date.Desc", fallback: "Newest first") } public enum Name { - public static let asc = Loc.tr("Localizable", "AllObjects.Sort.Name.Asc", fallback: "A → Z") - public static let desc = Loc.tr("Localizable", "AllObjects.Sort.Name.Desc", fallback: "Z → A") + public static let asc = Loc.tr("UI", "AllObjects.Sort.Name.Asc", fallback: "A → Z") + public static let desc = Loc.tr("UI", "AllObjects.Sort.Name.Desc", fallback: "Z → A") } } } - public enum AnyApp { - public enum BetaAlert { - public static let description = Loc.tr("Localizable", "AnyApp.BetaAlert.Description", fallback: "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates.") - public static let title = Loc.tr("Localizable", "AnyApp.BetaAlert.Title", fallback: "Welcome to the Alpha version") + public enum BlockLink { + public enum PreviewSettings { + public enum IconSize { + public static let medium = Loc.tr("UI", "BlockLink.PreviewSettings.IconSize.Medium", fallback: "Medium") + public static let `none` = Loc.tr("UI", "BlockLink.PreviewSettings.IconSize.None", fallback: "None") + public static let small = Loc.tr("UI", "BlockLink.PreviewSettings.IconSize.Small", fallback: "Small") + } + public enum Layout { + public enum Card { + public static let title = Loc.tr("UI", "BlockLink.PreviewSettings.Layout.Card.Title", fallback: "Card") + } + public enum Text { + public static let title = Loc.tr("UI", "BlockLink.PreviewSettings.Layout.Text.Title", fallback: "Text") + } + } } } - public enum Auth { - public static let cameraPermissionTitle = Loc.tr("Localizable", "Auth.CameraPermissionTitle", fallback: "Please allow access") - public static let logIn = Loc.tr("Localizable", "Auth.LogIn", fallback: "I already have a key") - public static let next = Loc.tr("Localizable", "Auth.Next", fallback: "Next") - public enum Button { - public static let join = Loc.tr("Localizable", "Auth.Button.Join", fallback: "I am new here") + public enum BlockText { + public enum ContentType { + public enum Bulleted { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Bulleted.Placeholder", fallback: "Bulleted list item") + } + public enum Checkbox { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Checkbox.Placeholder", fallback: "Checkbox") + } + public enum Description { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Description.Placeholder", fallback: "Add a description") + } + public enum Header { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Header.Placeholder", fallback: "Title") + } + public enum Header2 { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Header2.Placeholder", fallback: "Heading") + } + public enum Header3 { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Header3.Placeholder", fallback: "Subheading") + } + public enum Numbered { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Numbered.Placeholder", fallback: "Numbered list item") + } + public enum Quote { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Quote.Placeholder", fallback: "Highlighted text") + } + public enum Title { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Title.Placeholder", fallback: "Untitled") + } + public enum Toggle { + public static let placeholder = Loc.tr("UI", "BlockText.ContentType.Toggle.Placeholder", fallback: "Toggle block") + } } - public enum JoinFlow { - public enum Email { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.Email.description", fallback: "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever.") - public static let incorrectError = Loc.tr("Localizable", "Auth.JoinFlow.Email.incorrectError", fallback: "Incorrect email") - public static let placeholder = Loc.tr("Localizable", "Auth.JoinFlow.Email.placeholder", fallback: "Enter your email") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Email.title", fallback: "Stay in the loop") + } + public enum ClearCache { + public static let error = Loc.tr("UI", "ClearCache.Error", fallback: "Error, try again later") + public static let success = Loc.tr("UI", "ClearCache.Success", fallback: "Cache sucessfully cleared") + } + public enum ClearCacheAlert { + public static let description = Loc.tr("UI", "ClearCacheAlert.Description", fallback: "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.") + public static let title = Loc.tr("UI", "ClearCacheAlert.Title", fallback: "Are you sure?") + } + public enum CommonOpenErrorView { + public static let message = Loc.tr("UI", "CommonOpenErrorView.Message", fallback: "No data found") + } + public enum ConvertChannelTypeAlert { + public static let confirm = Loc.tr("UI", "ConvertChannelTypeAlert.confirm", fallback: "Yes, convert") + public static let message = Loc.tr("UI", "ConvertChannelTypeAlert.message", fallback: "Switching between Space and Chat will significantly change the experience.") + public static let title = Loc.tr("UI", "ConvertChannelTypeAlert.title", fallback: "Convert Channel Type?") + } + public enum DataviewType { + public static let calendar = Loc.tr("UI", "DataviewType.calendar", fallback: "Calendar") + public static let gallery = Loc.tr("UI", "DataviewType.gallery", fallback: "Gallery") + public static let graph = Loc.tr("UI", "DataviewType.graph", fallback: "Graph") + public static let grid = Loc.tr("UI", "DataviewType.grid", fallback: "Grid") + public static let kanban = Loc.tr("UI", "DataviewType.kanban", fallback: "Kanban") + public static let list = Loc.tr("UI", "DataviewType.list", fallback: "List") + } + public enum Date { + public enum Object { + public enum Empty { + public enum State { + public static let title = Loc.tr("UI", "Date.Object.Empty.State.title", fallback: "There is nothing here for this date yet") + } } - public enum Key { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.Key.Description", fallback: "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings.") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.Title", fallback: "This is your Key") - public enum Button { - public enum Copy { - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.Button.Copy.Title", fallback: "Copy to clipboard") - } - public enum Info { - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.Button.Info.Title", fallback: "Read more") - } - public enum Later { - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.Button.Later.Title", fallback: "Not now") - } - public enum Saved { - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.Button.Saved.Title", fallback: "Next") - } - public enum Show { - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.Button.Show.Title", fallback: "Reveal and copy") - } + } + public enum Open { + public enum Action { + public static let title = Loc.tr("UI", "Date.Open.Action.title", fallback: "Open selected date") + } + } + } + public enum Debug { + public static let info = Loc.tr("UI", "Debug.Info", fallback: "Debug Info") + public static func mimeTypes(_ p1: Any) -> String { + return Loc.tr("UI", "Debug.MimeTypes", String(describing: p1), fallback: "Mime Types - %@") + } + } + public enum DebugMenu { + public static func toggleAuthor(_ p1: Any, _ p2: Any) -> String { + return Loc.tr("UI", "DebugMenu.ToggleAuthor", String(describing: p1), String(describing: p2), fallback: "Release: %@, %@") + } + } + public enum DeletionAlert { + public static let description = Loc.tr("UI", "DeletionAlert.description", fallback: "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently.") + public static let title = Loc.tr("UI", "DeletionAlert.title", fallback: "Are you sure you want to delete your vault?") + } + public enum Embed { + public enum Block { + public enum Content { + public static func title(_ p1: Any) -> String { + return Loc.tr("UI", "Embed.Block.Content.title", String(describing: p1), fallback: "%@ embed. This content is not available on mobile") } - public enum ReadMore { - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Title", fallback: "How the Key works?") - public enum Option1 { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Option1.description", fallback: "Your key is represented by a recovery phrase — 12 random words that generate your vault on this device.") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Option1.title", fallback: "It’s your login and password") - } - public enum Option2 { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Option2.description", fallback: "Anyone who knows these words can access your vault. Right now, you are the only person in the world who knows them.") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Option2.title", fallback: "Whoever has the key, has access") - } - public enum Option3 { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Option3.description", fallback: "All computational resources on Earth are not enough to break in. If you lose your key, it cannot be recovered. Store it somewhere safe — in a password manager or written down on paper.") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Key.ReadMore.Option3.title", fallback: "Only you responsible for it") + public enum Url { + public static func title(_ p1: Any) -> String { + return Loc.tr("UI", "Embed.Block.Content.Url.title", String(describing: p1), fallback: "%@ embed. Opens in external app or browser") } } } - public enum PersonaInfo { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.PersonaInfo.description", fallback: "Select one role or background that best fits you") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.PersonaInfo.title", fallback: "Tell Us About Yourself") - } - public enum SelectionOption { - public enum Persona { - public static let artist = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.artist", fallback: "Artist / Content Creator") - public static let consultant = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.consultant", fallback: "Consultant") - public static let designer = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.designer", fallback: "Designer") - public static let developer = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.developer", fallback: "Software Developer") - public static let entrepreneur = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.entrepreneur", fallback: "Founder / Entrepreneur") - public static let manager = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.manager", fallback: "Manager / IT Professional") - public static let marketer = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.marketer", fallback: "Marketer") - public static let researcher = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.researcher", fallback: "Researcher / Academic") - public static let student = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.student", fallback: "Student") - public static let writer = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.Persona.writer", fallback: "Writer / Journalist") - } - public enum UseCase { - public static let habitTracking = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.habitTracking", fallback: "Habit tracking") - public static let knowledge = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.knowledge", fallback: "Personal knowledge base / PKM") - public static let lifePlanning = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.lifePlanning", fallback: "Life planning") - public static let messaging = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.messaging", fallback: "Messaging & group chats") - public static let notes = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.notes", fallback: "Personal note-taking") - public static let projects = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.projects", fallback: "Projects & tasks management") - public static let teamWork = Loc.tr("Localizable", "Auth.JoinFlow.SelectionOption.UseCase.teamWork", fallback: "Team work & shared docs") + public enum Empty { + public static func title(_ p1: Any) -> String { + return Loc.tr("UI", "Embed.Block.Empty.title", String(describing: p1), fallback: "%@ embed is empty") } } - public enum Soul { - public static let button = Loc.tr("Localizable", "Auth.JoinFlow.Soul.Button", fallback: "Done") - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.Soul.Description", fallback: "Only seen by people you share something with. There is no central registry of these names.") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.Soul.Title", fallback: "Add Your Name") + } + } + public enum EmptyView { + public enum Bin { + public static let subtitle = Loc.tr("UI", "EmptyView.Bin.subtitle", fallback: "Looks like you’re all tidy and organized!") + public static let title = Loc.tr("UI", "EmptyView.Bin.title", fallback: "Your bin is empty.") + } + public enum Default { + public static let subtitle = Loc.tr("UI", "EmptyView.Default.subtitle", fallback: "Create your first objects to get started.") + public static let title = Loc.tr("UI", "EmptyView.Default.title", fallback: "It’s empty here.") + } + public enum Publishing { + public static let subtitle = Loc.tr("UI", "EmptyView.Publishing.subtitle", fallback: "Publish your first web site to get started.") + } + } + public enum Error { + public static let unableToConnect = Loc.tr("UI", "Error.UnableToConnect", fallback: "Please connect to the internet") + public enum AnytypeNeedsUpgrate { + public static let confirm = Loc.tr("UI", "Error.AnytypeNeedsUpgrate.Confirm", fallback: "Update") + public static let message = Loc.tr("UI", "Error.AnytypeNeedsUpgrate.Message", fallback: "This object was modified in a newer version of Anytype. Please update the app to open it on this device") + public static let title = Loc.tr("UI", "Error.AnytypeNeedsUpgrate.Title", fallback: "Update Your App") + } + public enum Common { + public static let message = Loc.tr("UI", "Error.Common.Message", fallback: "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug).") + public static let title = Loc.tr("UI", "Error.Common.Title", fallback: "Oops!") + } + } + public enum ErrorOccurred { + public static let pleaseTryAgain = Loc.tr("UI", "Error occurred. Please try again", fallback: "Error occurred. Please try again") + } + public enum Experimental { + public enum NewObjectCreationMenu { + public static let subtitle = Loc.tr("UI", "Experimental.NewObjectCreationMenu.subtitle", fallback: "Always pick object type when creating") + public static let title = Loc.tr("UI", "Experimental.NewObjectCreationMenu.title", fallback: "New Object Creation Menu") + } + } + public enum FileStorage { + public static let cleanUpFiles = Loc.tr("UI", "FileStorage.CleanUpFiles", fallback: "Clean up files") + public static let limitError = Loc.tr("UI", "FileStorage.LimitError", fallback: "You exceeded file limit upload") + public static let offloadTitle = Loc.tr("UI", "FileStorage.OffloadTitle", fallback: "Offload files") + public static let title = Loc.tr("UI", "FileStorage.Title", fallback: "File storage") + public enum LimitLegend { + public static func current(_ p1: Any, _ p2: Any) -> String { + return Loc.tr("UI", "FileStorage.LimitLegend.Current", String(describing: p1), String(describing: p2), fallback: "%@ | %@") } - public enum UseCaseInfo { - public static let description = Loc.tr("Localizable", "Auth.JoinFlow.UseCaseInfo.description", fallback: "Pick one use case that fits you best") - public static let title = Loc.tr("Localizable", "Auth.JoinFlow.UseCaseInfo.title", fallback: "What do you want to use Anytype for?") + public static func free(_ p1: Any) -> String { + return Loc.tr("UI", "FileStorage.LimitLegend.Free", String(describing: p1), fallback: "Free | %@") + } + public static func other(_ p1: Any) -> String { + return Loc.tr("UI", "FileStorage.LimitLegend.Other", String(describing: p1), fallback: "Other spaces | %@") } } - public enum Login { - public enum Or { - public static let title = Loc.tr("Localizable", "Auth.Login.Or.title", fallback: "or enter with") + public enum Local { + public static let instruction = Loc.tr("UI", "FileStorage.Local.Instruction", fallback: "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.") + public static let title = Loc.tr("UI", "FileStorage.Local.Title", fallback: "Local Storage") + public static func used(_ p1: Any) -> String { + return Loc.tr("UI", "FileStorage.Local.Used", String(describing: p1), fallback: "%@ used") } } - public enum LoginFlow { - public static let or = Loc.tr("Localizable", "Auth.LoginFlow.Or", fallback: "OR") - public enum Enter { - public static let title = Loc.tr("Localizable", "Auth.LoginFlow.Enter.Title", fallback: "Enter my Vault") + public enum Space { + public static let getMore = Loc.tr("UI", "FileStorage.Space.GetMore", fallback: "Get more space") + public static func instruction(_ p1: Any) -> String { + return Loc.tr("UI", "FileStorage.Space.Instruction", String(describing: p1), fallback: "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.") } - public enum Entering { - public enum Void { - public static let title = Loc.tr("Localizable", "Auth.LoginFlow.Entering.Void.Title", fallback: "Entering the Void") + public static let localOnlyInstruction = Loc.tr("UI", "FileStorage.Space.LocalOnlyInstruction", fallback: "Remote storage is not available in local-only mode. Your files are stored locally on your device.") + public static let title = Loc.tr("UI", "FileStorage.Space.Title", fallback: "Remote storage") + public static func used(_ p1: Any, _ p2: Any) -> String { + return Loc.tr("UI", "FileStorage.Space.Used", String(describing: p1), String(describing: p2), fallback: "%@ of %@ used") + } + } + } + public enum FilesList { + public static let title = Loc.tr("UI", "FilesList.Title", fallback: "Clean up files") + public enum ForceDelete { + public static let title = Loc.tr("UI", "FilesList.ForceDelete.Title", fallback: "Are you sure you want to permanently delete the files?") + } + } + public enum Gallery { + public static func author(_ p1: Any) -> String { + return Loc.tr("UI", "Gallery.Author", String(describing: p1), fallback: "Made by @%@") + } + public static let install = Loc.tr("UI", "Gallery.Install", fallback: "Install") + public static let installToNew = Loc.tr("UI", "Gallery.InstallToNew", fallback: "Install to new space") + public enum Notification { + public static let button = Loc.tr("UI", "Gallery.Notification.Button", fallback: "Go to space") + public static func error(_ p1: Any) -> String { + return Loc.tr("UI", "Gallery.Notification.Error", String(describing: p1), fallback: "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum.") + } + public static func success(_ p1: Any) -> String { + return Loc.tr("UI", "Gallery.Notification.Success", String(describing: p1), fallback: "Experience was successfully installed to the \"%@\" space. You can now open and start using it.") + } + } + } + public enum GlobalSearch { + public enum EmptyFilteredState { + public static let title = Loc.tr("UI", "GlobalSearch.EmptyFilteredState.title", fallback: "No related objects found") + } + public enum EmptyState { + public static let subtitle = Loc.tr("UI", "GlobalSearch.EmptyState.subtitle", fallback: "Create new object or search for something else") + } + public enum Swipe { + public enum Tip { + public static let subtitle = Loc.tr("UI", "GlobalSearch.Swipe.Tip.subtitle", fallback: "Swipe left to see related objects. Note, it works only for objects that have related objects.") + public static let title = Loc.tr("UI", "GlobalSearch.Swipe.Tip.title", fallback: "Related objects") + } + } + } + public enum Home { + public enum Snackbar { + public static let library = Loc.tr("UI", "Home.Snackbar.Library", fallback: "Library is available in desktop app") + } + } + public enum InterfaceStyle { + public static let dark = Loc.tr("UI", "InterfaceStyle.dark", fallback: "Dark") + public static let light = Loc.tr("UI", "InterfaceStyle.light", fallback: "Light") + public static let system = Loc.tr("UI", "InterfaceStyle.system", fallback: "System") + } + public enum LinkAppearance { + public enum Description { + public enum Content { + public static let title = Loc.tr("UI", "LinkAppearance.Description.Content.Title", fallback: "Content preview") + } + public enum None { + public static let title = Loc.tr("UI", "LinkAppearance.Description.None.Title", fallback: "None") + } + public enum Object { + public static let title = Loc.tr("UI", "LinkAppearance.Description.Object.Title", fallback: "Object description") + } + } + public enum ObjectType { + public static let title = Loc.tr("UI", "LinkAppearance.ObjectType.Title", fallback: "Object type") + } + } + public enum LinkPaste { + public static let bookmark = Loc.tr("UI", "LinkPaste.bookmark", fallback: "Create bookmark") + public static let link = Loc.tr("UI", "LinkPaste.link", fallback: "Paste as link") + public static let text = Loc.tr("UI", "LinkPaste.text", fallback: "Paste as text") + } + public enum LongTapCreateTip { + public static let message = Loc.tr("UI", "LongTapCreateTip.Message", fallback: "Long tap on Create Object button to open menu with types") + public static let title = Loc.tr("UI", "LongTapCreateTip.Title", fallback: "Create Objects with specific Type") + } + public enum Mention { + public enum Subtitle { + public static let placeholder = Loc.tr("UI", "Mention.Subtitle.Placeholder", fallback: "Object") + } + } + public enum ObjectTypeDeleteAlert { + public static let message = Loc.tr("UI", "ObjectTypeDeleteAlert.message", fallback: "Are you sure you want to delete this Type? All existing objects of this type will be preserved, but will no longer be associated with it.") + public static let title = Loc.tr("UI", "ObjectTypeDeleteAlert.title", fallback: "Delete Object Type?") + } + public enum Primitives { + public enum LayoutConflict { + public static let description = Loc.tr("UI", "Primitives.LayoutConflict.Description", fallback: "This layout differs from the type's default. Reset to match?") + } + } + public enum QuickAction { + public static func create(_ p1: Any) -> String { + return Loc.tr("UI", "QuickAction.create", String(describing: p1), fallback: "Create %@") + } + } + public enum RedactedText { + public static let pageTitle = Loc.tr("UI", "RedactedText.pageTitle", fallback: "Wake up, Neo") + public static let pageType = Loc.tr("UI", "RedactedText.pageType", fallback: "Red pill") + } + public enum ReindexingWarningAlert { + public static let description = Loc.tr("UI", "ReindexingWarningAlert.Description", fallback: "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes.") + public static let title = Loc.tr("UI", "ReindexingWarningAlert.Title", fallback: "Upgrading your search experience") + } + public enum RelativeFormatter { + public static let days14 = Loc.tr("UI", "RelativeFormatter.days14", fallback: "Previous 14 days") + public static let days7 = Loc.tr("UI", "RelativeFormatter.days7", fallback: "Previous 7 days") + } + public enum ReturnToWidgets { + public enum Tip { + public static let text = Loc.tr("UI", "ReturnToWidgets.Tip.Text", fallback: "Long press the back button to return to widgets instead of tapping it repeatedly.") + public static let title = Loc.tr("UI", "ReturnToWidgets.Tip.Title", fallback: "Long Press to Return to Widgets") + } + } + public enum Scanner { + public enum Error { + public static let scanningNotSupported = Loc.tr("UI", "Scanner.Error.Scanning not supported", fallback: "Scanning not supported") + } + } + public enum Search { + public enum Links { + public enum Header { + public static func title(_ p1: Any) -> String { + return Loc.tr("UI", "Search.Links.Header.title", String(describing: p1), fallback: "Related to: %@") + } + } + public enum Show { + public static let title = Loc.tr("UI", "Search.Links.Show.title", fallback: "Show related objects") + } + public enum Swipe { + public static let title = Loc.tr("UI", "Search.Links.Swipe.title", fallback: "Related to") + } + } + } + public enum SecureAlert { + public static let message = Loc.tr("UI", "SecureAlert.message", fallback: "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data.") + public static let title = Loc.tr("UI", "SecureAlert.title", fallback: "Secure your phone") + public enum Proceed { + public static let button = Loc.tr("UI", "SecureAlert.Proceed.button", fallback: "Proceed anyway") + } + } + public enum Server { + public static let addButton = Loc.tr("UI", "Server.AddButton", fallback: "Add Self-hosted Network") + public static let anytype = Loc.tr("UI", "Server.Anytype", fallback: "Anytype") + public static let localOnly = Loc.tr("UI", "Server.LocalOnly", fallback: "Local-only") + public static let network = Loc.tr("UI", "Server.Network", fallback: "Select Network") + public static let networks = Loc.tr("UI", "Server.Networks", fallback: "Networks") + public enum LocalOnly { + public enum Alert { + public static let message = Loc.tr("UI", "Server.LocalOnly.Alert.message", fallback: "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur.") + public static let title = Loc.tr("UI", "Server.LocalOnly.Alert.title", fallback: "Are you sure?") + public enum Action { + public static let agree = Loc.tr("UI", "Server.LocalOnly.Alert.Action.agree", fallback: "Yes, I accept risks") + public static let disagree = Loc.tr("UI", "Server.LocalOnly.Alert.Action.disagree", fallback: "No, don’t use it") } } + } + } + public enum SetViewTypesPicker { + public static let title = Loc.tr("UI", "SetViewTypesPicker.Title", fallback: "Edit view") + public enum New { + public static let title = Loc.tr("UI", "SetViewTypesPicker.New.Title", fallback: "New view") + } + public enum Section { + public enum Types { + public static let title = Loc.tr("UI", "SetViewTypesPicker.Section.Types.Title", fallback: "View as") + } + } + public enum Settings { + public enum Delete { + public static let view = Loc.tr("UI", "SetViewTypesPicker.Settings.Delete.View", fallback: "Delete view") + } + public enum Duplicate { + public static let view = Loc.tr("UI", "SetViewTypesPicker.Settings.Duplicate.View", fallback: "Duplicate") + } public enum Textfield { - public static let placeholder = Loc.tr("Localizable", "Auth.LoginFlow.Textfield.Placeholder", fallback: "Enter your key") + public enum Placeholder { + public static let untitled = Loc.tr("UI", "SetViewTypesPicker.Settings.Textfield.Placeholder.Untitled", fallback: "Untitled") + public enum New { + public static let view = Loc.tr("UI", "SetViewTypesPicker.Settings.Textfield.Placeholder.New.View", fallback: "New view") + } + } } - public enum Use { - public enum Keychain { - public static let title = Loc.tr("Localizable", "Auth.LoginFlow.Use.Keychain.Title", fallback: "Use keychain") + } + } + public enum Settings { + public static let autoCreateTypeWidgets = Loc.tr("UI", "Settings.AutoCreateTypeWidgets", fallback: "Auto Create Type Widgets") + public static let chatDisabled = Loc.tr("UI", "Settings.ChatDisabled", fallback: "Chat is disabled") + public static let chatEnabled = Loc.tr("UI", "Settings.ChatEnabled", fallback: "Chat is enabled") + public static let dataManagement = Loc.tr("UI", "Settings.DataManagement", fallback: "Data Management") + public static let editPicture = Loc.tr("UI", "Settings.Edit picture", fallback: "Edit picture") + public static let spaceType = Loc.tr("UI", "Settings.SpaceType", fallback: "Space type") + public static let title = Loc.tr("UI", "Settings.Title", fallback: "Settings") + public static let updated = Loc.tr("UI", "Settings.Updated", fallback: "Space information updated") + } + public enum SimpleTableMenu { + public enum Item { + public static let clearContents = Loc.tr("UI", "SimpleTableMenu.Item.clearContents", fallback: "Clear") + public static let clearStyle = Loc.tr("UI", "SimpleTableMenu.Item.clearStyle", fallback: "Reset style") + public static let color = Loc.tr("UI", "SimpleTableMenu.Item.color", fallback: "Color") + public static let delete = Loc.tr("UI", "SimpleTableMenu.Item.Delete", fallback: "Delete") + public static let duplicate = Loc.tr("UI", "SimpleTableMenu.Item.Duplicate", fallback: "Duplicate") + public static let insertAbove = Loc.tr("UI", "SimpleTableMenu.Item.InsertAbove", fallback: "Insert above") + public static let insertBelow = Loc.tr("UI", "SimpleTableMenu.Item.InsertBelow", fallback: "Insert below") + public static let insertLeft = Loc.tr("UI", "SimpleTableMenu.Item.InsertLeft", fallback: "Insert left") + public static let insertRight = Loc.tr("UI", "SimpleTableMenu.Item.InsertRight", fallback: "Insert right") + public static let moveDown = Loc.tr("UI", "SimpleTableMenu.Item.MoveDown", fallback: "Move down") + public static let moveLeft = Loc.tr("UI", "SimpleTableMenu.Item.MoveLeft", fallback: "Move left") + public static let moveRight = Loc.tr("UI", "SimpleTableMenu.Item.MoveRight", fallback: "Move right") + public static let moveUp = Loc.tr("UI", "SimpleTableMenu.Item.MoveUp", fallback: "Move up") + public static let sort = Loc.tr("UI", "SimpleTableMenu.Item.Sort", fallback: "Sort") + public static let style = Loc.tr("UI", "SimpleTableMenu.Item.style", fallback: "Style") + } + } + public enum StoreKitServiceError { + public static let needUserAction = Loc.tr("UI", "StoreKitServiceError.needUserAction", fallback: "Payment unsuccessfull, User Actions on Apple side required to pay.") + public static let userCancelled = Loc.tr("UI", "StoreKitServiceError.userCancelled", fallback: "Purchase cancelled") + } + public enum StyleMenu { + public enum Color { + public enum TextColor { + public static let placeholder = Loc.tr("UI", "StyleMenu.Color.TextColor.Placeholder", fallback: "A") + } + } + } + public enum Swipe { + public enum Tip { + public static let subtitle = Loc.tr("UI", "Swipe.Tip.Subtitle", fallback: "Create objects inside widgets by easily swiping them left.") + public static let title = Loc.tr("UI", "Swipe.Tip.Title", fallback: "Swipe to Create Objects") + } + } + public enum Sync { + public enum Status { + public enum Version { + public enum Outdated { + public static let description = Loc.tr("UI", "Sync.Status.Version.Outdated.Description", fallback: "Version outdated. Please update Anytype") } } } - public enum Primary { - public enum Greeting { - public static let pt1 = Loc.tr("Localizable", "Auth.Primary.Greeting.pt1", fallback: "Encrypted, local,") - public static let pt2 = Loc.tr("Localizable", "Auth.Primary.Greeting.pt2", fallback: "yours forever") - } + } + public enum SyncStatus { + public enum Error { + public static let incompatibleVersion = Loc.tr("UI", "SyncStatus.Error.incompatibleVersion", fallback: "Incompatible version") + public static let networkError = Loc.tr("UI", "SyncStatus.Error.networkError", fallback: "No access to the space") + public static let storageLimitExceed = Loc.tr("UI", "SyncStatus.Error.storageLimitExceed", fallback: "Storage limit reached") + public static let unrecognized = Loc.tr("UI", "SyncStatus.Error.UNRECOGNIZED", fallback: "Unrecognized error") + } + public enum Info { + public static let anytypeNetwork = Loc.tr("UI", "SyncStatus.Info.AnytypeNetwork", fallback: "End-to-end encrypted") + public static let localOnly = Loc.tr("UI", "SyncStatus.Info.localOnly", fallback: "Data backup is disabled") + public static let networkNeedsUpdate = Loc.tr("UI", "SyncStatus.Info.NetworkNeedsUpdate", fallback: "Sync might be slow. Update the app.") + } + public enum P2P { + public static let notConnected = Loc.tr("UI", "SyncStatus.P2P.NotConnected", fallback: "Not connected") + public static let notPossible = Loc.tr("UI", "SyncStatus.P2P.NotPossible", fallback: "Connection not possible") + public static let restricted = Loc.tr("UI", "SyncStatus.P2P.Restricted", fallback: "Restricted. Tap to open device settings.") } } - public enum BlockLink { - public enum PreviewSettings { - public enum IconSize { - public static let medium = Loc.tr("Localizable", "BlockLink.PreviewSettings.IconSize.Medium", fallback: "Medium") - public static let `none` = Loc.tr("Localizable", "BlockLink.PreviewSettings.IconSize.None", fallback: "None") - public static let small = Loc.tr("Localizable", "BlockLink.PreviewSettings.IconSize.Small", fallback: "Small") - } - public enum Layout { - public enum Card { - public static let title = Loc.tr("Localizable", "BlockLink.PreviewSettings.Layout.Card.Title", fallback: "Card") - } - public enum Text { - public static let title = Loc.tr("Localizable", "BlockLink.PreviewSettings.Layout.Text.Title", fallback: "Text") + public enum TalbeOfContents { + public static let empty = Loc.tr("UI", "TalbeOfContents.Empty", fallback: "Add headings to create a table of contents") + } + public enum Templates { + public enum Popup { + public static let `default` = Loc.tr("UI", "Templates.Popup.Default", fallback: "The template was set as default") + public static let duplicated = Loc.tr("UI", "Templates.Popup.Duplicated", fallback: "The template was duplicated") + public static let removed = Loc.tr("UI", "Templates.Popup.Removed", fallback: "The template was removed") + public static let wasAddedTo = Loc.tr("UI", "Templates.Popup.WasAddedTo", fallback: "New template was added to the type") + public enum WasAddedTo { + public static func title(_ p1: Any) -> String { + return Loc.tr("UI", "Templates.Popup.WasAddedTo.title", String(describing: p1), fallback: "New template was added to the type %@") } } } } - public enum BlockText { - public enum ContentType { - public enum Bulleted { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Bulleted.Placeholder", fallback: "Bulleted list item") + public enum TextStyle { + public enum Bold { + public static let title = Loc.tr("UI", "TextStyle.Bold.Title", fallback: "Bold") + } + public enum Bulleted { + public static let title = Loc.tr("UI", "TextStyle.Bulleted.Title", fallback: "Bulleted") + } + public enum Callout { + public static let title = Loc.tr("UI", "TextStyle.Callout.Title", fallback: "Callout") + } + public enum Checkbox { + public static let title = Loc.tr("UI", "TextStyle.Checkbox.Title", fallback: "Checkbox") + } + public enum Code { + public static let title = Loc.tr("UI", "TextStyle.Code.Title", fallback: "Code") + } + public enum Heading { + public static let title = Loc.tr("UI", "TextStyle.Heading.Title", fallback: "Heading") + } + public enum Highlighted { + public static let title = Loc.tr("UI", "TextStyle.Highlighted.Title", fallback: "Highlighted") + } + public enum Italic { + public static let title = Loc.tr("UI", "TextStyle.Italic.Title", fallback: "Italic") + } + public enum Link { + public static let title = Loc.tr("UI", "TextStyle.Link.Title", fallback: "Link") + } + public enum Numbered { + public static let title = Loc.tr("UI", "TextStyle.Numbered.Title", fallback: "Numbered list") + } + public enum Strikethrough { + public static let title = Loc.tr("UI", "TextStyle.Strikethrough.Title", fallback: "Strikethrough") + } + public enum Subheading { + public static let title = Loc.tr("UI", "TextStyle.Subheading.Title", fallback: "Subheading") + } + public enum Text { + public static let title = Loc.tr("UI", "TextStyle.Text.Title", fallback: "Text") + } + public enum Title { + public static let title = Loc.tr("UI", "TextStyle.Title.Title", fallback: "Title") + } + public enum Toggle { + public static let title = Loc.tr("UI", "TextStyle.Toggle.Title", fallback: "Toggle") + } + public enum Underline { + public static let title = Loc.tr("UI", "TextStyle.Underline.Title", fallback: "Underline") + } + } + public enum ToggleEmpty { + public static let tapToCreateBlock = Loc.tr("UI", "Toggle empty. Tap to create block.", fallback: "Toggle empty. Tap to create block.") + } + public enum VersionHistory { + public static let title = Loc.tr("UI", "VersionHistory.Title", fallback: "Version History") + public enum Toast { + public static func message(_ p1: Any) -> String { + return Loc.tr("UI", "VersionHistory.Toast.message", String(describing: p1), fallback: "Version %@ was restored") } - public enum Checkbox { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Checkbox.Placeholder", fallback: "Checkbox") + } + } + public enum Wallet { + public enum Recovery { + public enum Error { + public static let description = Loc.tr("UI", "Wallet.Recovery.Error.description", fallback: "Invalid Key") } - public enum Description { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Description.Placeholder", fallback: "Add a description") + } + } + public enum WidgetExtension { + public enum LockScreen { + public static let description = Loc.tr("UI", "WidgetExtension.LockScreen.Description", fallback: "Create a new object on the fly") + public static let title = Loc.tr("UI", "WidgetExtension.LockScreen.Title", fallback: "New object") + } + } + public enum WidgetObjectList { + public enum ForceDelete { + public static let message = Loc.tr("UI", "WidgetObjectList.ForceDelete.Message", fallback: "You can’t undo this action.") + } + } + public enum Widgets { + public static let appUpdate = Loc.tr("UI", "Widgets.AppUpdate", fallback: "Anytype is ready to update") + public static func autoAddedAlert(_ p1: Any) -> String { + return Loc.tr("UI", "Widgets.AutoAddedAlert", String(describing: p1), fallback: "Widget %@ was added") + } + public static let sourceSearch = Loc.tr("UI", "Widgets.SourceSearch", fallback: "Widget source") + public enum Actions { + public static let addBelow = Loc.tr("UI", "Widgets.Actions.AddBelow", fallback: "Add Below") + public static let addWidget = Loc.tr("UI", "Widgets.Actions.AddWidget", fallback: "Add Widget") + public static func binConfirm(_ p1: Int) -> String { + return Loc.tr("UI", "Widgets.Actions.BinConfirm", p1, fallback: "Plural format key: Widgets.Actions.BinConfirm") } - public enum Header { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Header.Placeholder", fallback: "Title") + public static let changeWidgetType = Loc.tr("UI", "Widgets.Actions.ChangeWidgetType", fallback: "Change Widget Type") + public static let editWidgets = Loc.tr("UI", "Widgets.Actions.EditWidgets", fallback: "Edit Widgets") + public static let emptyBin = Loc.tr("UI", "Widgets.Actions.EmptyBin", fallback: "Empty Bin") + public static let newObject = Loc.tr("UI", "Widgets.Actions.NewObject", fallback: "New Object") + public static let removeWidget = Loc.tr("UI", "Widgets.Actions.RemoveWidget", fallback: "Remove Widget") + public static let seeAllObjects = Loc.tr("UI", "Widgets.Actions.SeeAllObjects", fallback: "See all objects") + } + public enum Empty { + public static let createObject = Loc.tr("UI", "Widgets.Empty.CreateObject", fallback: "Create Object") + public static let title = Loc.tr("UI", "Widgets.Empty.Title", fallback: "There are no objects here") + } + public enum Layout { + public enum CompactList { + public static let description = Loc.tr("UI", "Widgets.Layout.CompactList.Description", fallback: "Widget with a compact list view") + public static let title = Loc.tr("UI", "Widgets.Layout.CompactList.Title", fallback: "Сompact list") } - public enum Header2 { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Header2.Placeholder", fallback: "Heading") + public enum Link { + public static let description = Loc.tr("UI", "Widgets.Layout.Link.Description", fallback: "Compact widget view") + public static let title = Loc.tr("UI", "Widgets.Layout.Link.Title", fallback: "Link") } - public enum Header3 { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Header3.Placeholder", fallback: "Subheading") + public enum List { + public static let description = Loc.tr("UI", "Widgets.Layout.List.Description", fallback: "Widget with a list view") + public static let title = Loc.tr("UI", "Widgets.Layout.List.Title", fallback: "List") } - public enum Numbered { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Numbered.Placeholder", fallback: "Numbered list item") + public enum Screen { + public static let title = Loc.tr("UI", "Widgets.Layout.Screen.Title", fallback: "Widget type") } - public enum Quote { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Quote.Placeholder", fallback: "Highlighted text") + public enum Tree { + public static let description = Loc.tr("UI", "Widgets.Layout.Tree.Description", fallback: "Widget with a hierarchical structure") + public static let title = Loc.tr("UI", "Widgets.Layout.Tree.Title", fallback: "Tree") } - public enum Title { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Title.Placeholder", fallback: "Untitled") + public enum View { + public static let description = Loc.tr("UI", "Widgets.Layout.View.Description", fallback: "Widget with a Query or Collection layout") + public static let title = Loc.tr("UI", "Widgets.Layout.View.Title", fallback: "View") } - public enum Toggle { - public static let placeholder = Loc.tr("Localizable", "BlockText.ContentType.Toggle.Placeholder", fallback: "Toggle block") + } + public enum Library { + public enum RecentlyEdited { + public static let name = Loc.tr("UI", "Widgets.Library.RecentlyEdited.Name", fallback: "Recently edited") + } + public enum RecentlyOpened { + public static let description = Loc.tr("UI", "Widgets.Library.RecentlyOpened.Description", fallback: "On this device") + public static let name = Loc.tr("UI", "Widgets.Library.RecentlyOpened.Name", fallback: "Recently opened") } } - } + public enum Source { + public static let library = Loc.tr("UI", "Widgets.Source.Library", fallback: "System") + public static let objects = Loc.tr("UI", "Widgets.Source.Objects", fallback: "Your objects") + public static let suggested = Loc.tr("UI", "Widgets.Source.Suggested", fallback: "Suggested") + } + public enum System { + public enum DeleteAlert { + public static let message = Loc.tr("UI", "Widgets.System.DeleteAlert.message", fallback: "We’ve redesigned how widgets work, and this widget is no longer supported. Once deleted, this widget cannot be restored.") + public static let title = Loc.tr("UI", "Widgets.System.DeleteAlert.title", fallback: "This Widget Cannot Be Restored") + } + } + } + public static let collaboration = Loc.tr("Workspace", "Collaboration", fallback: "Collaboration") + public static let createChat = Loc.tr("Workspace", "CreateChat", fallback: "Create Chat") + public static let invite = Loc.tr("Workspace", "Invite", fallback: "Invite") + public static let joinSpace = Loc.tr("Workspace", "Join Space", fallback: "Join Space") + public static let joinSpaceButton = Loc.tr("Workspace", "Join Space Button", fallback: "Join Space Button") + public static let members = Loc.tr("Workspace", "Members", fallback: "Members") + public static let membership = Loc.tr("Workspace", "Membership", fallback: "Membership") + public static let newProperty = Loc.tr("Workspace", "NewProperty", fallback: "New Property") + public static let note = Loc.tr("Workspace", "Note", fallback: "Note") + public static let notifications = Loc.tr("Workspace", "Notifications", fallback: "Notifications") + public static let page = Loc.tr("Workspace", "Page", fallback: "Page") + public static let pages = Loc.tr("Workspace", "Pages", fallback: "Pages") + public static let properties = Loc.tr("Workspace", "Properties", fallback: "Properties") + public static let propertiesFormats = Loc.tr("Workspace", "Properties formats", fallback: "Properties formats") + public static let shared = Loc.tr("Workspace", "Shared", fallback: "Shared") + public static let task = Loc.tr("Workspace", "Task", fallback: "Task") public enum Chat { - public static let editMessage = Loc.tr("Localizable", "Chat.EditMessage", fallback: "Edit Message") - public static let newMessages = Loc.tr("Localizable", "Chat.NewMessages", fallback: "New Messages") + public static let editMessage = Loc.tr("Workspace", "Chat.EditMessage", fallback: "Edit Message") + public static let newMessages = Loc.tr("Workspace", "Chat.NewMessages", fallback: "New Messages") public static func replyTo(_ p1: Any) -> String { - return Loc.tr("Localizable", "Chat.ReplyTo", String(describing: p1), fallback: "Reply to %@") + return Loc.tr("Workspace", "Chat.ReplyTo", String(describing: p1), fallback: "Reply to %@") } public enum AttachedObject { - public static let attach = Loc.tr("Localizable", "Chat.AttachedObject.Attach", fallback: "Attach") + public static let attach = Loc.tr("Workspace", "Chat.AttachedObject.Attach", fallback: "Attach") } public enum AttachmentsError { - public static let fileCreationFailed = Loc.tr("Localizable", "Chat.AttachmentsError.fileCreationFailed", fallback: "Failed to create file. Try again.") - public static let invalidFile = Loc.tr("Localizable", "Chat.AttachmentsError.invalidFile", fallback: "Invalid file. Try again") + public static let fileCreationFailed = Loc.tr("Workspace", "Chat.AttachmentsError.fileCreationFailed", fallback: "Failed to create file. Try again.") + public static let invalidFile = Loc.tr("Workspace", "Chat.AttachmentsError.invalidFile", fallback: "Invalid file. Try again") public static func limitExceeded(_ p1: Int) -> String { - return Loc.tr("Localizable", "Chat.AttachmentsError.LimitExceeded", p1, fallback: "Plural format key: Chat.AttachmentsError.LimitExceeded") + return Loc.tr("Workspace", "Chat.AttachmentsError.LimitExceeded", p1, fallback: "Plural format key: Chat.AttachmentsError.LimitExceeded") } } public enum CreateObject { public enum Dismiss { - public static let message = Loc.tr("Localizable", "Chat.CreateObject.Dismiss.Message", fallback: "If you leave it, all your changes will be lost.") - public static let ok = Loc.tr("Localizable", "Chat.CreateObject.Dismiss.Ok", fallback: "Yes, close") - public static let title = Loc.tr("Localizable", "Chat.CreateObject.Dismiss.Title", fallback: "Are you sure you want to close this screen?") + public static let message = Loc.tr("Workspace", "Chat.CreateObject.Dismiss.Message", fallback: "If you leave it, all your changes will be lost.") + public static let ok = Loc.tr("Workspace", "Chat.CreateObject.Dismiss.Ok", fallback: "Yes, close") + public static let title = Loc.tr("Workspace", "Chat.CreateObject.Dismiss.Title", fallback: "Are you sure you want to close this screen?") } } public enum DeleteMessage { - public static let description = Loc.tr("Localizable", "Chat.DeleteMessage.Description", fallback: "It cannot be restored after confirmation") - public static let title = Loc.tr("Localizable", "Chat.DeleteMessage.Title", fallback: "Delete this message?") + public static let description = Loc.tr("Workspace", "Chat.DeleteMessage.Description", fallback: "It cannot be restored after confirmation") + public static let title = Loc.tr("Workspace", "Chat.DeleteMessage.Title", fallback: "Delete this message?") } public enum Empty { - public static let title = Loc.tr("Localizable", "Chat.Empty.Title", fallback: "You just created a chat") + public static let title = Loc.tr("Workspace", "Chat.Empty.Title", fallback: "You just created a chat") public enum Button { - public static let title = Loc.tr("Localizable", "Chat.Empty.Button.title", fallback: "Invite members") + public static let title = Loc.tr("Workspace", "Chat.Empty.Button.title", fallback: "Invite members") } public enum Editor { - public static let description = Loc.tr("Localizable", "Chat.Empty.Editor.Description", fallback: "Write the first message to spark it up!") + public static let description = Loc.tr("Workspace", "Chat.Empty.Editor.Description", fallback: "Write the first message to spark it up!") } public enum Owner { - public static let description = Loc.tr("Localizable", "Chat.Empty.Owner.Description", fallback: "Invite people and start the conversation!") + public static let description = Loc.tr("Workspace", "Chat.Empty.Owner.Description", fallback: "Invite people and start the conversation!") } } public enum FileSyncError { public enum IncompatibleVersion { - public static let action = Loc.tr("Localizable", "Chat.FileSyncError.IncompatibleVersion.Action", fallback: "Update App") - public static let description = Loc.tr("Localizable", "Chat.FileSyncError.IncompatibleVersion.Description", fallback: "This version doesn’t support sending files or images. Update the app to share media in chats.") - public static let title = Loc.tr("Localizable", "Chat.FileSyncError.IncompatibleVersion.Title", fallback: "Incompatible Version") + public static let action = Loc.tr("Workspace", "Chat.FileSyncError.IncompatibleVersion.Action", fallback: "Update App") + public static let description = Loc.tr("Workspace", "Chat.FileSyncError.IncompatibleVersion.Description", fallback: "This version doesn’t support sending files or images. Update the app to share media in chats.") + public static let title = Loc.tr("Workspace", "Chat.FileSyncError.IncompatibleVersion.Title", fallback: "Incompatible Version") } public enum Network { - public static let description = Loc.tr("Localizable", "Chat.FileSyncError.Network.description", fallback: "We couldn’t connect right now. This may be due to no internet or a temporary sync issue. We’ll keep trying in the background.") - public static let done = Loc.tr("Localizable", "Chat.FileSyncError.Network.done", fallback: "Got it") - public static let title = Loc.tr("Localizable", "Chat.FileSyncError.Network.title", fallback: "Network Error") + public static let description = Loc.tr("Workspace", "Chat.FileSyncError.Network.description", fallback: "We couldn’t connect right now. This may be due to no internet or a temporary sync issue. We’ll keep trying in the background.") + public static let done = Loc.tr("Workspace", "Chat.FileSyncError.Network.done", fallback: "Got it") + public static let title = Loc.tr("Workspace", "Chat.FileSyncError.Network.title", fallback: "Network Error") } } public enum Participant { - public static let badge = Loc.tr("Localizable", "Chat.Participant.Badge", fallback: "(You)") + public static let badge = Loc.tr("Workspace", "Chat.Participant.Badge", fallback: "(You)") } public enum Reactions { public enum Empty { - public static let subtitle = Loc.tr("Localizable", "Chat.Reactions.Empty.Subtitle", fallback: "Probably someone has just removed the reaction or technical issue happened") - public static let title = Loc.tr("Localizable", "Chat.Reactions.Empty.Title", fallback: "No reactions yet") + public static let subtitle = Loc.tr("Workspace", "Chat.Reactions.Empty.Subtitle", fallback: "Probably someone has just removed the reaction or technical issue happened") + public static let title = Loc.tr("Workspace", "Chat.Reactions.Empty.Title", fallback: "No reactions yet") } } public enum Reply { public static func attachments(_ p1: Any) -> String { - return Loc.tr("Localizable", "Chat.Reply.Attachments", String(describing: p1), fallback: "Attachments (%@)") + return Loc.tr("Workspace", "Chat.Reply.Attachments", String(describing: p1), fallback: "Attachments (%@)") } public static func files(_ p1: Any) -> String { - return Loc.tr("Localizable", "Chat.Reply.Files", String(describing: p1), fallback: "Files (%@)") + return Loc.tr("Workspace", "Chat.Reply.Files", String(describing: p1), fallback: "Files (%@)") } public static func images(_ p1: Any) -> String { - return Loc.tr("Localizable", "Chat.Reply.Images", String(describing: p1), fallback: "Images (%@)") + return Loc.tr("Workspace", "Chat.Reply.Images", String(describing: p1), fallback: "Images (%@)") } } public enum SendLimitAlert { - public static let message = Loc.tr("Localizable", "Chat.SendLimitAlert.Message", fallback: "Looks like you're sending messages at lightning speed. Give it a sec before your next one.") - public static let title = Loc.tr("Localizable", "Chat.SendLimitAlert.Title", fallback: "Hold up! Turbo typing detected!") + public static let message = Loc.tr("Workspace", "Chat.SendLimitAlert.Message", fallback: "Looks like you're sending messages at lightning speed. Give it a sec before your next one.") + public static let title = Loc.tr("Workspace", "Chat.SendLimitAlert.Title", fallback: "Hold up! Turbo typing detected!") } } public enum ChatTip { public enum Step1 { - public static let description = Loc.tr("Localizable", "ChatTip.Step1.Description", fallback: "Anytype now supports real-time chat in Shared Channels — so your thoughts and dialogues can grow together.") - public static let title = Loc.tr("Localizable", "ChatTip.Step1.Title", fallback: "Ideas need conversations") + public static let description = Loc.tr("Workspace", "ChatTip.Step1.Description", fallback: "Anytype now supports real-time chat in Shared Channels — so your thoughts and dialogues can grow together.") + public static let title = Loc.tr("Workspace", "ChatTip.Step1.Title", fallback: "Ideas need conversations") } public enum Step2 { - public static let description = Loc.tr("Localizable", "ChatTip.Step2.Description", fallback: "Spaces and Chats now show live previews and updates — one place to follow everything that matters.") - public static let title = Loc.tr("Localizable", "ChatTip.Step2.Title", fallback: "Your Vault just leveled up") + public static let description = Loc.tr("Workspace", "ChatTip.Step2.Description", fallback: "Spaces and Chats now show live previews and updates — one place to follow everything that matters.") + public static let title = Loc.tr("Workspace", "ChatTip.Step2.Title", fallback: "Your Vault just leveled up") } public enum Step3 { - public static let description = Loc.tr("Localizable", "ChatTip.Step3.Description", fallback: "Share ideas, drop docs, edit together — everything flows in real time.") - public static let title = Loc.tr("Localizable", "ChatTip.Step3.Title", fallback: "Chats that do more") + public static let description = Loc.tr("Workspace", "ChatTip.Step3.Description", fallback: "Share ideas, drop docs, edit together — everything flows in real time.") + public static let title = Loc.tr("Workspace", "ChatTip.Step3.Title", fallback: "Chats that do more") } public enum Step4 { - public static let description = Loc.tr("Localizable", "ChatTip.Step4.Description", fallback: "Your pages, lists, and files — structured, surfaced, and always within reach.") - public static let title = Loc.tr("Localizable", "ChatTip.Step4.Title", fallback: "Everything in Its Right Place") + public static let description = Loc.tr("Workspace", "ChatTip.Step4.Description", fallback: "Your pages, lists, and files — structured, surfaced, and always within reach.") + public static let title = Loc.tr("Workspace", "ChatTip.Step4.Title", fallback: "Everything in Its Right Place") } } - public enum ClearCache { - public static let error = Loc.tr("Localizable", "ClearCache.Error", fallback: "Error, try again later") - public static let success = Loc.tr("Localizable", "ClearCache.Success", fallback: "Cache sucessfully cleared") - } - public enum ClearCacheAlert { - public static let description = Loc.tr("Localizable", "ClearCacheAlert.Description", fallback: "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.") - public static let title = Loc.tr("Localizable", "ClearCacheAlert.Title", fallback: "Are you sure?") - } public enum Collection { public enum View { public enum Empty { - public static let subtitle = Loc.tr("Localizable", "Collection.View.Empty.Subtitle", fallback: "Create first object to continue") - public static let title = Loc.tr("Localizable", "Collection.View.Empty.Title", fallback: "No objects") + public static let subtitle = Loc.tr("Workspace", "Collection.View.Empty.Subtitle", fallback: "Create first object to continue") + public static let title = Loc.tr("Workspace", "Collection.View.Empty.Title", fallback: "No objects") public enum Button { - public static let title = Loc.tr("Localizable", "Collection.View.Empty.Button.Title", fallback: "Create object") + public static let title = Loc.tr("Workspace", "Collection.View.Empty.Button.Title", fallback: "Create object") } } } } - public enum CommonOpenErrorView { - public static let message = Loc.tr("Localizable", "CommonOpenErrorView.Message", fallback: "No data found") - } public enum Content { public enum Audio { - public static let upload = Loc.tr("Localizable", "Content.Audio.Upload", fallback: "Upload audio") + public static let upload = Loc.tr("Workspace", "Content.Audio.Upload", fallback: "Upload audio") } public enum Bookmark { - public static let add = Loc.tr("Localizable", "Content.Bookmark.Add", fallback: "Add a web bookmark") - public static let loading = Loc.tr("Localizable", "Content.Bookmark.Loading", fallback: "Loading, please wait...") + public static let add = Loc.tr("Workspace", "Content.Bookmark.Add", fallback: "Add a web bookmark") + public static let loading = Loc.tr("Workspace", "Content.Bookmark.Loading", fallback: "Loading, please wait...") } public enum Common { - public static let error = Loc.tr("Localizable", "Content.Common.Error", fallback: "Something went wrong, try again") - public static let uploading = Loc.tr("Localizable", "Content.Common.Uploading", fallback: "Uploading...") + public static let error = Loc.tr("Workspace", "Content.Common.Error", fallback: "Something went wrong, try again") + public static let uploading = Loc.tr("Workspace", "Content.Common.Uploading", fallback: "Uploading...") } public enum DataView { public enum InlineCollection { - public static let subtitle = Loc.tr("Localizable", "Content.DataView.InlineCollection.Subtitle", fallback: "Inline collection") - public static let untitled = Loc.tr("Localizable", "Content.DataView.InlineCollection.Untitled", fallback: "Untitled collection") + public static let subtitle = Loc.tr("Workspace", "Content.DataView.InlineCollection.Subtitle", fallback: "Inline collection") + public static let untitled = Loc.tr("Workspace", "Content.DataView.InlineCollection.Untitled", fallback: "Untitled collection") } public enum InlineSet { - public static let noData = Loc.tr("Localizable", "Content.DataView.InlineSet.NoData", fallback: "No data") - public static let noSource = Loc.tr("Localizable", "Content.DataView.InlineSet.NoSource", fallback: "No source") - public static let subtitle = Loc.tr("Localizable", "Content.DataView.InlineSet.Subtitle", fallback: "Inline query") - public static let untitled = Loc.tr("Localizable", "Content.DataView.InlineSet.Untitled", fallback: "Untitled query") + public static let noData = Loc.tr("Workspace", "Content.DataView.InlineSet.NoData", fallback: "No data") + public static let noSource = Loc.tr("Workspace", "Content.DataView.InlineSet.NoSource", fallback: "No source") + public static let subtitle = Loc.tr("Workspace", "Content.DataView.InlineSet.Subtitle", fallback: "Inline query") + public static let untitled = Loc.tr("Workspace", "Content.DataView.InlineSet.Untitled", fallback: "Untitled query") public enum Toast { - public static let failure = Loc.tr("Localizable", "Content.DataView.InlineSet.Toast.Failure", fallback: "This inline query doesn’t have a source") + public static let failure = Loc.tr("Workspace", "Content.DataView.InlineSet.Toast.Failure", fallback: "This inline query doesn’t have a source") } } } public enum File { - public static let upload = Loc.tr("Localizable", "Content.File.Upload", fallback: "Upload a file") + public static let upload = Loc.tr("Workspace", "Content.File.Upload", fallback: "Upload a file") } public enum Picture { - public static let upload = Loc.tr("Localizable", "Content.Picture.Upload", fallback: "Upload a picture") + public static let upload = Loc.tr("Workspace", "Content.Picture.Upload", fallback: "Upload a picture") } public enum Video { - public static let upload = Loc.tr("Localizable", "Content.Video.Upload", fallback: "Upload a video") - } - } - public enum ConvertChannelTypeAlert { - public static let confirm = Loc.tr("Localizable", "ConvertChannelTypeAlert.confirm", fallback: "Yes, convert") - public static let message = Loc.tr("Localizable", "ConvertChannelTypeAlert.message", fallback: "Switching between Space and Chat will significantly change the experience.") - public static let title = Loc.tr("Localizable", "ConvertChannelTypeAlert.title", fallback: "Convert Channel Type?") - } - public enum DataviewType { - public static let calendar = Loc.tr("Localizable", "DataviewType.calendar", fallback: "Calendar") - public static let gallery = Loc.tr("Localizable", "DataviewType.gallery", fallback: "Gallery") - public static let graph = Loc.tr("Localizable", "DataviewType.graph", fallback: "Graph") - public static let grid = Loc.tr("Localizable", "DataviewType.grid", fallback: "Grid") - public static let kanban = Loc.tr("Localizable", "DataviewType.kanban", fallback: "Kanban") - public static let list = Loc.tr("Localizable", "DataviewType.list", fallback: "List") - } - public enum Date { - public enum Object { - public enum Empty { - public enum State { - public static let title = Loc.tr("Localizable", "Date.Object.Empty.State.title", fallback: "There is nothing here for this date yet") - } - } - } - public enum Open { - public enum Action { - public static let title = Loc.tr("Localizable", "Date.Open.Action.title", fallback: "Open selected date") - } - } - } - public enum Debug { - public static let info = Loc.tr("Localizable", "Debug.Info", fallback: "Debug Info") - public static func mimeTypes(_ p1: Any) -> String { - return Loc.tr("Localizable", "Debug.MimeTypes", String(describing: p1), fallback: "Mime Types - %@") - } - } - public enum DebugMenu { - public static func toggleAuthor(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "DebugMenu.ToggleAuthor", String(describing: p1), String(describing: p2), fallback: "Release: %@, %@") + public static let upload = Loc.tr("Workspace", "Content.Video.Upload", fallback: "Upload a video") } } - public enum DeletionAlert { - public static let description = Loc.tr("Localizable", "DeletionAlert.description", fallback: "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently.") - public static let title = Loc.tr("Localizable", "DeletionAlert.title", fallback: "Are you sure you want to delete your vault?") - } public enum EditSet { public enum Popup { public enum Filter { public enum Condition { public enum Checkbox { - public static let equal = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Checkbox.Equal", fallback: "Is") - public static let notEqual = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Checkbox.NotEqual", fallback: "Is not") + public static let equal = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Checkbox.Equal", fallback: "Is") + public static let notEqual = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Checkbox.NotEqual", fallback: "Is not") } public enum Date { - public static let after = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Date.After", fallback: "Is after") - public static let before = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Date.Before", fallback: "Is before") - public static let equal = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Date.Equal", fallback: "Is") - public static let `in` = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Date.In", fallback: "Is within") - public static let onOrAfter = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Date.OnOrAfter", fallback: "Is on or after") - public static let onOrBefore = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Date.OnOrBefore", fallback: "Is on or before") + public static let after = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Date.After", fallback: "Is after") + public static let before = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Date.Before", fallback: "Is before") + public static let equal = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Date.Equal", fallback: "Is") + public static let `in` = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Date.In", fallback: "Is within") + public static let onOrAfter = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Date.OnOrAfter", fallback: "Is on or after") + public static let onOrBefore = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Date.OnOrBefore", fallback: "Is on or before") } public enum General { - public static let empty = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.General.Empty", fallback: "Is empty") - public static let `none` = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.General.None", fallback: "All") - public static let notEmpty = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.General.NotEmpty", fallback: "Is not empty") + public static let empty = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.General.Empty", fallback: "Is empty") + public static let `none` = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.General.None", fallback: "All") + public static let notEmpty = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.General.NotEmpty", fallback: "Is not empty") } public enum Number { - public static let equal = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Number.Equal", fallback: "Is equal to") - public static let greater = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Number.Greater", fallback: "Is greater than") - public static let greaterOrEqual = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Number.GreaterOrEqual", fallback: "Is greater than or equal to") - public static let less = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Number.Less", fallback: "Is less than") - public static let lessOrEqual = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Number.LessOrEqual", fallback: "Is less than or equal to") - public static let notEqual = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Number.NotEqual", fallback: "Is not equal to") + public static let equal = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Number.Equal", fallback: "Is equal to") + public static let greater = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Number.Greater", fallback: "Is greater than") + public static let greaterOrEqual = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Number.GreaterOrEqual", fallback: "Is greater than or equal to") + public static let less = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Number.Less", fallback: "Is less than") + public static let lessOrEqual = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Number.LessOrEqual", fallback: "Is less than or equal to") + public static let notEqual = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Number.NotEqual", fallback: "Is not equal to") } public enum Selected { - public static let allIn = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Selected.AllIn", fallback: "Has all of") - public static let `in` = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Selected.In", fallback: "Has any of") - public static let notIn = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Selected.NotIn", fallback: "Has none of") + public static let allIn = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Selected.AllIn", fallback: "Has all of") + public static let `in` = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Selected.In", fallback: "Has any of") + public static let notIn = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Selected.NotIn", fallback: "Has none of") } public enum Text { - public static let equal = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Text.Equal", fallback: "Is") - public static let like = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Text.Like", fallback: "Contains") - public static let notEqual = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Text.NotEqual", fallback: "Is not") - public static let notLike = Loc.tr("Localizable", "EditSet.Popup.Filter.Condition.Text.NotLike", fallback: "Doesn't contain") + public static let equal = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Text.Equal", fallback: "Is") + public static let like = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Text.Like", fallback: "Contains") + public static let notEqual = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Text.NotEqual", fallback: "Is not") + public static let notLike = Loc.tr("Workspace", "EditSet.Popup.Filter.Condition.Text.NotLike", fallback: "Doesn't contain") } } public enum Date { public enum Option { - public static let currentMonth = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.CurrentMonth", fallback: "Current month") - public static let currentWeek = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.CurrentWeek", fallback: "Current week") - public static let currentYear = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.CurrentYear", fallback: "Current year") - public static let exactDate = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.ExactDate", fallback: "Exact date") - public static let lastMonth = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.LastMonth", fallback: "Last month") - public static let lastWeek = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.LastWeek", fallback: "Last week") - public static let lastYear = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.LastYear", fallback: "Last year") - public static let nextMonth = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NextMonth", fallback: "Next month") - public static let nextWeek = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NextWeek", fallback: "Next week") - public static let nextYear = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NextYear", fallback: "Next year") - public static let numberOfDaysAgo = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo", fallback: "Number of days ago") - public static let numberOfDaysFromNow = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow", fallback: "Number of days from now") - public static let today = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.Today", fallback: "Today") - public static let tomorrow = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.Tomorrow", fallback: "Tomorrow") - public static let yesterday = Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.Yesterday", fallback: "Yesterday") + public static let currentMonth = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.CurrentMonth", fallback: "Current month") + public static let currentWeek = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.CurrentWeek", fallback: "Current week") + public static let currentYear = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.CurrentYear", fallback: "Current year") + public static let exactDate = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.ExactDate", fallback: "Exact date") + public static let lastMonth = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.LastMonth", fallback: "Last month") + public static let lastWeek = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.LastWeek", fallback: "Last week") + public static let lastYear = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.LastYear", fallback: "Last year") + public static let nextMonth = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NextMonth", fallback: "Next month") + public static let nextWeek = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NextWeek", fallback: "Next week") + public static let nextYear = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NextYear", fallback: "Next year") + public static let numberOfDaysAgo = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo", fallback: "Number of days ago") + public static let numberOfDaysFromNow = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow", fallback: "Number of days from now") + public static let today = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.Today", fallback: "Today") + public static let tomorrow = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.Tomorrow", fallback: "Tomorrow") + public static let yesterday = Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.Yesterday", fallback: "Yesterday") public enum NumberOfDaysAgo { public static func short(_ p1: Int) -> String { - return Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo.Short", p1, fallback: "Plural format key: EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo.Short") + return Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo.Short", p1, fallback: "Plural format key: EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo.Short") } } public enum NumberOfDaysFromNow { public static func short(_ p1: Int) -> String { - return Loc.tr("Localizable", "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow.Short", p1, fallback: "Plural format key: EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow.Short") + return Loc.tr("Workspace", "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow.Short", p1, fallback: "Plural format key: EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow.Short") } } } } public enum Value { - public static let checked = Loc.tr("Localizable", "EditSet.Popup.Filter.Value.Checked", fallback: "Checked") - public static let unchecked = Loc.tr("Localizable", "EditSet.Popup.Filter.Value.Unchecked", fallback: "Unchecked") + public static let checked = Loc.tr("Workspace", "EditSet.Popup.Filter.Value.Checked", fallback: "Checked") + public static let unchecked = Loc.tr("Workspace", "EditSet.Popup.Filter.Value.Unchecked", fallback: "Unchecked") } } public enum Filters { public enum EmptyView { - public static let title = Loc.tr("Localizable", "EditSet.Popup.Filters.EmptyView.Title", fallback: "No filters here. You can add some") + public static let title = Loc.tr("Workspace", "EditSet.Popup.Filters.EmptyView.Title", fallback: "No filters here. You can add some") } public enum NavigationView { - public static let title = Loc.tr("Localizable", "EditSet.Popup.Filters.NavigationView.Title", fallback: "Filters") + public static let title = Loc.tr("Workspace", "EditSet.Popup.Filters.NavigationView.Title", fallback: "Filters") } public enum TextView { - public static let placeholder = Loc.tr("Localizable", "EditSet.Popup.Filters.TextView.Placeholder", fallback: "Value") + public static let placeholder = Loc.tr("Workspace", "EditSet.Popup.Filters.TextView.Placeholder", fallback: "Value") } } public enum Sort { public enum Add { - public static let searchPlaceholder = Loc.tr("Localizable", "EditSet.Popup.Sort.Add.SearchPlaceholder", fallback: "Сhoose a property to sort") + public static let searchPlaceholder = Loc.tr("Workspace", "EditSet.Popup.Sort.Add.SearchPlaceholder", fallback: "Сhoose a property to sort") } public enum EmptyTypes { - public static let end = Loc.tr("Localizable", "EditSet.Popup.Sort.EmptyTypes.End", fallback: "On bottom") - public static let start = Loc.tr("Localizable", "EditSet.Popup.Sort.EmptyTypes.Start", fallback: "On top") + public static let end = Loc.tr("Workspace", "EditSet.Popup.Sort.EmptyTypes.End", fallback: "On bottom") + public static let start = Loc.tr("Workspace", "EditSet.Popup.Sort.EmptyTypes.Start", fallback: "On top") public enum Section { - public static let title = Loc.tr("Localizable", "EditSet.Popup.Sort.EmptyTypes.Section.Title", fallback: "Show empty values") + public static let title = Loc.tr("Workspace", "EditSet.Popup.Sort.EmptyTypes.Section.Title", fallback: "Show empty values") } } public enum Types { - public static let ascending = Loc.tr("Localizable", "EditSet.Popup.Sort.Types.Ascending", fallback: "Ascending") - public static let descending = Loc.tr("Localizable", "EditSet.Popup.Sort.Types.Descending", fallback: "Descending") + public static let ascending = Loc.tr("Workspace", "EditSet.Popup.Sort.Types.Ascending", fallback: "Ascending") + public static let descending = Loc.tr("Workspace", "EditSet.Popup.Sort.Types.Descending", fallback: "Descending") } } public enum Sorts { public enum EmptyView { - public static let title = Loc.tr("Localizable", "EditSet.Popup.Sorts.EmptyView.Title", fallback: "No sorts here. You can add some") + public static let title = Loc.tr("Workspace", "EditSet.Popup.Sorts.EmptyView.Title", fallback: "No sorts here. You can add some") } public enum NavigationView { - public static let title = Loc.tr("Localizable", "EditSet.Popup.Sorts.NavigationView.Title", fallback: "Sorts") + public static let title = Loc.tr("Workspace", "EditSet.Popup.Sorts.NavigationView.Title", fallback: "Sorts") } } } } public enum Editor { public enum LinkToObject { - public static let linkedTo = Loc.tr("Localizable", "Editor.LinkToObject.LinkedTo", fallback: "Linked to") - public static let pasteFromClipboard = Loc.tr("Localizable", "Editor.LinkToObject.PasteFromClipboard", fallback: "Paste from clipboard") - public static let removeLink = Loc.tr("Localizable", "Editor.LinkToObject.RemoveLink", fallback: "Remove link") - public static let searchPlaceholder = Loc.tr("Localizable", "Editor.LinkToObject.SearchPlaceholder", fallback: "Paste link or search objects") + public static let linkedTo = Loc.tr("Workspace", "Editor.LinkToObject.LinkedTo", fallback: "Linked to") + public static let pasteFromClipboard = Loc.tr("Workspace", "Editor.LinkToObject.PasteFromClipboard", fallback: "Paste from clipboard") + public static let removeLink = Loc.tr("Workspace", "Editor.LinkToObject.RemoveLink", fallback: "Remove link") + public static let searchPlaceholder = Loc.tr("Workspace", "Editor.LinkToObject.SearchPlaceholder", fallback: "Paste link or search objects") } public enum MovingState { - public static let scrollToSelectedPlace = Loc.tr("Localizable", "Editor.MovingState.ScrollToSelectedPlace", fallback: "Scroll to select a place") + public static let scrollToSelectedPlace = Loc.tr("Workspace", "Editor.MovingState.ScrollToSelectedPlace", fallback: "Scroll to select a place") } public enum Toast { - public static let linkedTo = Loc.tr("Localizable", "Editor.Toast.LinkedTo", fallback: "linked to") - public static let movedTo = Loc.tr("Localizable", "Editor.Toast.MovedTo", fallback: "Block moved to") - } - } - public enum EditorSet { - public enum View { - public enum Not { - public enum Supported { - public static let title = Loc.tr("Localizable", "EditorSet.View.Not.Supported.Title", fallback: "Unsupported") - } - } - } - } - public enum Embed { - public enum Block { - public enum Content { - public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Embed.Block.Content.title", String(describing: p1), fallback: "%@ embed. This content is not available on mobile") - } - public enum Url { - public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Embed.Block.Content.Url.title", String(describing: p1), fallback: "%@ embed. Opens in external app or browser") - } - } - } - public enum Empty { - public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Embed.Block.Empty.title", String(describing: p1), fallback: "%@ embed is empty") - } - } - } - } - public enum EmptyView { - public enum Bin { - public static let subtitle = Loc.tr("Localizable", "EmptyView.Bin.subtitle", fallback: "Looks like you’re all tidy and organized!") - public static let title = Loc.tr("Localizable", "EmptyView.Bin.title", fallback: "Your bin is empty.") - } - public enum Default { - public static let subtitle = Loc.tr("Localizable", "EmptyView.Default.subtitle", fallback: "Create your first objects to get started.") - public static let title = Loc.tr("Localizable", "EmptyView.Default.title", fallback: "It’s empty here.") - } - public enum Publishing { - public static let subtitle = Loc.tr("Localizable", "EmptyView.Publishing.subtitle", fallback: "Publish your first web site to get started.") - } - } - public enum Error { - public static let unableToConnect = Loc.tr("Localizable", "Error.UnableToConnect", fallback: "Please connect to the internet") - public enum AnytypeNeedsUpgrate { - public static let confirm = Loc.tr("Localizable", "Error.AnytypeNeedsUpgrate.Confirm", fallback: "Update") - public static let message = Loc.tr("Localizable", "Error.AnytypeNeedsUpgrate.Message", fallback: "This object was modified in a newer version of Anytype. Please update the app to open it on this device") - public static let title = Loc.tr("Localizable", "Error.AnytypeNeedsUpgrate.Title", fallback: "Update Your App") - } - public enum Common { - public static let message = Loc.tr("Localizable", "Error.Common.Message", fallback: "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug).") - public static let title = Loc.tr("Localizable", "Error.Common.Title", fallback: "Oops!") - } - } - public enum ErrorOccurred { - public static let pleaseTryAgain = Loc.tr("Localizable", "Error occurred. Please try again", fallback: "Error occurred. Please try again") - } - public enum Experimental { - public enum NewObjectCreationMenu { - public static let subtitle = Loc.tr("Localizable", "Experimental.NewObjectCreationMenu.subtitle", fallback: "Always pick object type when creating") - public static let title = Loc.tr("Localizable", "Experimental.NewObjectCreationMenu.title", fallback: "New Object Creation Menu") - } - } - public enum Fields { - public static let addToType = Loc.tr("Localizable", "Fields.addToType", fallback: "Add to the current type") - public static func created(_ p1: Any) -> String { - return Loc.tr("Localizable", "Fields.Created", String(describing: p1), fallback: "Property ‘%@’ has been created") - } - public static let foundInObjects = Loc.tr("Localizable", "Fields.foundInObjects", fallback: "Found in objects") - public static let local = Loc.tr("Localizable", "Fields.local", fallback: "Local") - public static let menu = Loc.tr("Localizable", "Fields.menu", fallback: "Properties panel") - public static let missingInfo = Loc.tr("Localizable", "Fields.missingInfo", fallback: "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type.") - public static let removeFromObject = Loc.tr("Localizable", "Fields.removeFromObject", fallback: "Remove from the object") - public static func updated(_ p1: Any) -> String { - return Loc.tr("Localizable", "Fields.Updated", String(describing: p1), fallback: "Property ‘%@’ has been updated") - } - } - public enum FileStorage { - public static let cleanUpFiles = Loc.tr("Localizable", "FileStorage.CleanUpFiles", fallback: "Clean up files") - public static let limitError = Loc.tr("Localizable", "FileStorage.LimitError", fallback: "You exceeded file limit upload") - public static let offloadTitle = Loc.tr("Localizable", "FileStorage.OffloadTitle", fallback: "Offload files") - public static let title = Loc.tr("Localizable", "FileStorage.Title", fallback: "File storage") - public enum LimitLegend { - public static func current(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "FileStorage.LimitLegend.Current", String(describing: p1), String(describing: p2), fallback: "%@ | %@") - } - public static func free(_ p1: Any) -> String { - return Loc.tr("Localizable", "FileStorage.LimitLegend.Free", String(describing: p1), fallback: "Free | %@") - } - public static func other(_ p1: Any) -> String { - return Loc.tr("Localizable", "FileStorage.LimitLegend.Other", String(describing: p1), fallback: "Other spaces | %@") - } - } - public enum Local { - public static let instruction = Loc.tr("Localizable", "FileStorage.Local.Instruction", fallback: "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.") - public static let title = Loc.tr("Localizable", "FileStorage.Local.Title", fallback: "Local Storage") - public static func used(_ p1: Any) -> String { - return Loc.tr("Localizable", "FileStorage.Local.Used", String(describing: p1), fallback: "%@ used") - } - } - public enum Space { - public static let getMore = Loc.tr("Localizable", "FileStorage.Space.GetMore", fallback: "Get more space") - public static func instruction(_ p1: Any) -> String { - return Loc.tr("Localizable", "FileStorage.Space.Instruction", String(describing: p1), fallback: "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.") - } - public static let localOnlyInstruction = Loc.tr("Localizable", "FileStorage.Space.LocalOnlyInstruction", fallback: "Remote storage is not available in local-only mode. Your files are stored locally on your device.") - public static let title = Loc.tr("Localizable", "FileStorage.Space.Title", fallback: "Remote storage") - public static func used(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "FileStorage.Space.Used", String(describing: p1), String(describing: p2), fallback: "%@ of %@ used") - } - } - } - public enum FilesList { - public static let title = Loc.tr("Localizable", "FilesList.Title", fallback: "Clean up files") - public enum ForceDelete { - public static let title = Loc.tr("Localizable", "FilesList.ForceDelete.Title", fallback: "Are you sure you want to permanently delete the files?") - } - } - public enum Gallery { - public static func author(_ p1: Any) -> String { - return Loc.tr("Localizable", "Gallery.Author", String(describing: p1), fallback: "Made by @%@") - } - public static let install = Loc.tr("Localizable", "Gallery.Install", fallback: "Install") - public static let installToNew = Loc.tr("Localizable", "Gallery.InstallToNew", fallback: "Install to new space") - public enum Notification { - public static let button = Loc.tr("Localizable", "Gallery.Notification.Button", fallback: "Go to space") - public static func error(_ p1: Any) -> String { - return Loc.tr("Localizable", "Gallery.Notification.Error", String(describing: p1), fallback: "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum.") - } - public static func success(_ p1: Any) -> String { - return Loc.tr("Localizable", "Gallery.Notification.Success", String(describing: p1), fallback: "Experience was successfully installed to the \"%@\" space. You can now open and start using it.") - } - } - } - public enum GlobalSearch { - public enum EmptyFilteredState { - public static let title = Loc.tr("Localizable", "GlobalSearch.EmptyFilteredState.title", fallback: "No related objects found") - } - public enum EmptyState { - public static let subtitle = Loc.tr("Localizable", "GlobalSearch.EmptyState.subtitle", fallback: "Create new object or search for something else") - } - public enum Swipe { - public enum Tip { - public static let subtitle = Loc.tr("Localizable", "GlobalSearch.Swipe.Tip.subtitle", fallback: "Swipe left to see related objects. Note, it works only for objects that have related objects.") - public static let title = Loc.tr("Localizable", "GlobalSearch.Swipe.Tip.title", fallback: "Related objects") - } - } - } - public enum Home { - public enum Snackbar { - public static let library = Loc.tr("Localizable", "Home.Snackbar.Library", fallback: "Library is available in desktop app") - } - } - public enum Initial { - public enum UnstableMiddle { - public static let `continue` = Loc.tr("Localizable", "Initial.UnstableMiddle.Continue", fallback: "Continue with current vault") - public static let logout = Loc.tr("Localizable", "Initial.UnstableMiddle.Logout", fallback: "Logout from current vault") - public static let message = Loc.tr("Localizable", "Initial.UnstableMiddle.Message", fallback: "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken.") - public static let title = Loc.tr("Localizable", "Initial.UnstableMiddle.Title", fallback: "Warning") - public static let wontUseProd = Loc.tr("Localizable", "Initial.UnstableMiddle.WontUseProd", fallback: "I won't be using my production vault") - } - } - public enum InterfaceStyle { - public static let dark = Loc.tr("Localizable", "InterfaceStyle.dark", fallback: "Dark") - public static let light = Loc.tr("Localizable", "InterfaceStyle.light", fallback: "Light") - public static let system = Loc.tr("Localizable", "InterfaceStyle.system", fallback: "System") - } - public enum Keychain { - public static let haveYouBackedUpYourKey = Loc.tr("Localizable", "Keychain.Have you backed up your key?", fallback: "Have you backed up your key?") - public static let key = Loc.tr("Localizable", "Keychain.Key", fallback: "Key") - public static let seedPhrasePlaceholder = Loc.tr("Localizable", "Keychain.SeedPhrasePlaceholder", fallback: "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair") - public static let showAndCopyKey = Loc.tr("Localizable", "Keychain.Show and copy key", fallback: "Show and copy key") - public enum Error { - public static let dataToStringConversionError = Loc.tr("Localizable", "Keychain.Error.Data to String conversion error", fallback: "Data to String conversion error") - public static let stringToDataConversionError = Loc.tr("Localizable", "Keychain.Error.String to Data conversion error", fallback: "String to Data conversion error") - public static let unknownKeychainError = Loc.tr("Localizable", "Keychain.Error.Unknown Keychain Error", fallback: "Unknown Keychain Error") + public static let linkedTo = Loc.tr("Workspace", "Editor.Toast.LinkedTo", fallback: "linked to") + public static let movedTo = Loc.tr("Workspace", "Editor.Toast.MovedTo", fallback: "Block moved to") } - public enum Key { - public static let description = Loc.tr("Localizable", "Keychain.Key.description", fallback: "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault.") - public enum Copy { - public enum Toast { - public static let title = Loc.tr("Localizable", "Keychain.Key.Copy.Toast.title", fallback: "Key copied") + } + public enum EditorSet { + public enum View { + public enum Not { + public enum Supported { + public static let title = Loc.tr("Workspace", "EditorSet.View.Not.Supported.Title", fallback: "Unsupported") } } } } - public enum LinkAppearance { - public enum Description { - public enum Content { - public static let title = Loc.tr("Localizable", "LinkAppearance.Description.Content.Title", fallback: "Content preview") - } - public enum None { - public static let title = Loc.tr("Localizable", "LinkAppearance.Description.None.Title", fallback: "None") - } - public enum Object { - public static let title = Loc.tr("Localizable", "LinkAppearance.Description.Object.Title", fallback: "Object description") - } + public enum Fields { + public static let addToType = Loc.tr("Workspace", "Fields.addToType", fallback: "Add to the current type") + public static func created(_ p1: Any) -> String { + return Loc.tr("Workspace", "Fields.Created", String(describing: p1), fallback: "Property ‘%@’ has been created") } - public enum ObjectType { - public static let title = Loc.tr("Localizable", "LinkAppearance.ObjectType.Title", fallback: "Object type") + public static let foundInObjects = Loc.tr("Workspace", "Fields.foundInObjects", fallback: "Found in objects") + public static let local = Loc.tr("Workspace", "Fields.local", fallback: "Local") + public static let menu = Loc.tr("Workspace", "Fields.menu", fallback: "Properties panel") + public static let missingInfo = Loc.tr("Workspace", "Fields.missingInfo", fallback: "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type.") + public static let removeFromObject = Loc.tr("Workspace", "Fields.removeFromObject", fallback: "Remove from the object") + public static func updated(_ p1: Any) -> String { + return Loc.tr("Workspace", "Fields.Updated", String(describing: p1), fallback: "Property ‘%@’ has been updated") } } - public enum LinkPaste { - public static let bookmark = Loc.tr("Localizable", "LinkPaste.bookmark", fallback: "Create bookmark") - public static let link = Loc.tr("Localizable", "LinkPaste.link", fallback: "Paste as link") - public static let text = Loc.tr("Localizable", "LinkPaste.text", fallback: "Paste as text") - } - public enum LongTapCreateTip { - public static let message = Loc.tr("Localizable", "LongTapCreateTip.Message", fallback: "Long tap on Create Object button to open menu with types") - public static let title = Loc.tr("Localizable", "LongTapCreateTip.Title", fallback: "Create Objects with specific Type") - } public enum Membership { - public static let emailValidation = Loc.tr("Localizable", "Membership.EmailValidation", fallback: "Enter the code sent to your email") - public static let unavailable = Loc.tr("Localizable", "Membership.unavailable", fallback: "This tier is not available in the app. We know it's not ideal.") + public static let emailValidation = Loc.tr("Workspace", "Membership.EmailValidation", fallback: "Enter the code sent to your email") + public static let unavailable = Loc.tr("Workspace", "Membership.unavailable", fallback: "This tier is not available in the app. We know it's not ideal.") public enum Ad { - public static let subtitle = Loc.tr("Localizable", "Membership.Ad.Subtitle", fallback: "Joining Anytype network means contributing to its story") - public static let title = Loc.tr("Localizable", "Membership.Ad.Title", fallback: "Membership") + public static let subtitle = Loc.tr("Workspace", "Membership.Ad.Subtitle", fallback: "Joining Anytype network means contributing to its story") + public static let title = Loc.tr("Workspace", "Membership.Ad.Title", fallback: "Membership") } public enum Banner { - public static let subtitle1 = Loc.tr("Localizable", "Membership.Banner.Subtitle1", fallback: "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap.") - public static let subtitle2 = Loc.tr("Localizable", "Membership.Banner.Subtitle2", fallback: "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network.") - public static let subtitle3 = Loc.tr("Localizable", "Membership.Banner.Subtitle3", fallback: "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network.") - public static let subtitle4 = Loc.tr("Localizable", "Membership.Banner.Subtitle4", fallback: "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network.") - public static let title1 = Loc.tr("Localizable", "Membership.Banner.Title1", fallback: "Build the Vision Together") - public static let title2 = Loc.tr("Localizable", "Membership.Banner.Title2", fallback: "Unlock Member Benefits") - public static let title3 = Loc.tr("Localizable", "Membership.Banner.Title3", fallback: "Support Digital Independence") - public static let title4 = Loc.tr("Localizable", "Membership.Banner.Title4", fallback: "Invest in Connectivity") + public static let subtitle1 = Loc.tr("Workspace", "Membership.Banner.Subtitle1", fallback: "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap.") + public static let subtitle2 = Loc.tr("Workspace", "Membership.Banner.Subtitle2", fallback: "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network.") + public static let subtitle3 = Loc.tr("Workspace", "Membership.Banner.Subtitle3", fallback: "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network.") + public static let subtitle4 = Loc.tr("Workspace", "Membership.Banner.Subtitle4", fallback: "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network.") + public static let title1 = Loc.tr("Workspace", "Membership.Banner.Title1", fallback: "Build the Vision Together") + public static let title2 = Loc.tr("Workspace", "Membership.Banner.Title2", fallback: "Unlock Member Benefits") + public static let title3 = Loc.tr("Workspace", "Membership.Banner.Title3", fallback: "Support Digital Independence") + public static let title4 = Loc.tr("Workspace", "Membership.Banner.Title4", fallback: "Invest in Connectivity") } public enum Email { - public static let body = Loc.tr("Localizable", "Membership.Email.Body", fallback: "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here.") + public static let body = Loc.tr("Workspace", "Membership.Email.Body", fallback: "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here.") } public enum EmailForm { - public static let subtitle = Loc.tr("Localizable", "Membership.EmailForm.Subtitle", fallback: "It is not linked to your account in any way.") - public static let title = Loc.tr("Localizable", "Membership.EmailForm.Title", fallback: "Get updates and enjoy free perks!") + public static let subtitle = Loc.tr("Workspace", "Membership.EmailForm.Subtitle", fallback: "It is not linked to your account in any way.") + public static let title = Loc.tr("Workspace", "Membership.EmailForm.Title", fallback: "Get updates and enjoy free perks!") } public enum Feature { - public static let localName = Loc.tr("Localizable", "Membership.Feature.LocalName", fallback: "Local, non-unique name") + public static let localName = Loc.tr("Workspace", "Membership.Feature.LocalName", fallback: "Local, non-unique name") public static func sharedSpaces(_ p1: Int) -> String { - return Loc.tr("Localizable", "Membership.Feature.SharedSpaces", p1, fallback: "Plural format key: Membership.Feature.SharedSpaces") + return Loc.tr("Workspace", "Membership.Feature.SharedSpaces", p1, fallback: "Plural format key: Membership.Feature.SharedSpaces") } public static func spaceWriters(_ p1: Int) -> String { - return Loc.tr("Localizable", "Membership.Feature.SpaceWriters", p1, fallback: "Plural format key: Membership.Feature.SpaceWriters") + return Loc.tr("Workspace", "Membership.Feature.SpaceWriters", p1, fallback: "Plural format key: Membership.Feature.SpaceWriters") } public static func storageGB(_ p1: Any) -> String { - return Loc.tr("Localizable", "Membership.Feature.StorageGB", String(describing: p1), fallback: "%@ GB of backup & sync space on the Anytype network") + return Loc.tr("Workspace", "Membership.Feature.StorageGB", String(describing: p1), fallback: "%@ GB of backup & sync space on the Anytype network") } public static func uniqueName(_ p1: Any) -> String { - return Loc.tr("Localizable", "Membership.Feature.UniqueName", String(describing: p1), fallback: "Unique Network name (%@+ characters)") + return Loc.tr("Workspace", "Membership.Feature.UniqueName", String(describing: p1), fallback: "Unique Network name (%@+ characters)") } - public static let unlimitedViewers = Loc.tr("Localizable", "Membership.Feature.UnlimitedViewers", fallback: "Unlimited Viewers for shared spaces") + public static let unlimitedViewers = Loc.tr("Workspace", "Membership.Feature.UnlimitedViewers", fallback: "Unlimited Viewers for shared spaces") public static func viewers(_ p1: Int) -> String { - return Loc.tr("Localizable", "Membership.Feature.Viewers", p1, fallback: "Plural format key: Membership.Feature.Viewers") + return Loc.tr("Workspace", "Membership.Feature.Viewers", p1, fallback: "Plural format key: Membership.Feature.Viewers") } } public enum Legal { - public static let alreadyPurchasedTier = Loc.tr("Localizable", "Membership.Legal.AlreadyPurchasedTier", fallback: "Already purchased tier?") - public static let details = Loc.tr("Localizable", "Membership.Legal.Details", fallback: "Membership plan details") - public static let letUsKnow = Loc.tr("Localizable", "Membership.Legal.LetUsKnow", fallback: "Please let us know here.") - public static let privacy = Loc.tr("Localizable", "Membership.Legal.Privacy", fallback: "Privacy policy") - public static let restorePurchases = Loc.tr("Localizable", "Membership.Legal.RestorePurchases", fallback: "Restore purchases") - public static let terms = Loc.tr("Localizable", "Membership.Legal.Terms", fallback: "Terms and conditions") - public static let wouldYouLike = Loc.tr("Localizable", "Membership.Legal.WouldYouLike", fallback: "Would you like to use Anytype for business, education, etc.?") + public static let alreadyPurchasedTier = Loc.tr("Workspace", "Membership.Legal.AlreadyPurchasedTier", fallback: "Already purchased tier?") + public static let details = Loc.tr("Workspace", "Membership.Legal.Details", fallback: "Membership plan details") + public static let letUsKnow = Loc.tr("Workspace", "Membership.Legal.LetUsKnow", fallback: "Please let us know here.") + public static let privacy = Loc.tr("Workspace", "Membership.Legal.Privacy", fallback: "Privacy policy") + public static let restorePurchases = Loc.tr("Workspace", "Membership.Legal.RestorePurchases", fallback: "Restore purchases") + public static let terms = Loc.tr("Workspace", "Membership.Legal.Terms", fallback: "Terms and conditions") + public static let wouldYouLike = Loc.tr("Workspace", "Membership.Legal.WouldYouLike", fallback: "Would you like to use Anytype for business, education, etc.?") } public enum ManageTier { - public static let android = Loc.tr("Localizable", "Membership.ManageTier.Android", fallback: "You can manage tier on Android platform") - public static let appleId = Loc.tr("Localizable", "Membership.ManageTier.AppleId", fallback: "You can manage tier on another AppleId account") - public static let desktop = Loc.tr("Localizable", "Membership.ManageTier.Desktop", fallback: "You can manage tier on Desktop platform") + public static let android = Loc.tr("Workspace", "Membership.ManageTier.Android", fallback: "You can manage tier on Android platform") + public static let appleId = Loc.tr("Workspace", "Membership.ManageTier.AppleId", fallback: "You can manage tier on another AppleId account") + public static let desktop = Loc.tr("Workspace", "Membership.ManageTier.Desktop", fallback: "You can manage tier on Desktop platform") } public enum NameForm { - public static let subtitle = Loc.tr("Localizable", "Membership.NameForm.Subtitle", fallback: "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed.") - public static let title = Loc.tr("Localizable", "Membership.NameForm.Title", fallback: "Pick your unique name") - public static let validated = Loc.tr("Localizable", "Membership.NameForm.Validated", fallback: "This name is up for grabs") - public static let validating = Loc.tr("Localizable", "Membership.NameForm.Validating", fallback: "Wait a second...") + public static let subtitle = Loc.tr("Workspace", "Membership.NameForm.Subtitle", fallback: "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed.") + public static let title = Loc.tr("Workspace", "Membership.NameForm.Title", fallback: "Pick your unique name") + public static let validated = Loc.tr("Workspace", "Membership.NameForm.Validated", fallback: "This name is up for grabs") + public static let validating = Loc.tr("Workspace", "Membership.NameForm.Validating", fallback: "Wait a second...") } public enum Payment { - public static let appleSubscription = Loc.tr("Localizable", "Membership.Payment.Apple subscription", fallback: "Apple subscription") - public static let card = Loc.tr("Localizable", "Membership.Payment.Card", fallback: "Card") - public static let crypto = Loc.tr("Localizable", "Membership.Payment.Crypto", fallback: "Crypto") - public static let googleSubscription = Loc.tr("Localizable", "Membership.Payment.Google subscription", fallback: "Google subscription") + public static let appleSubscription = Loc.tr("Workspace", "Membership.Payment.Apple subscription", fallback: "Apple subscription") + public static let card = Loc.tr("Workspace", "Membership.Payment.Card", fallback: "Card") + public static let crypto = Loc.tr("Workspace", "Membership.Payment.Crypto", fallback: "Crypto") + public static let googleSubscription = Loc.tr("Workspace", "Membership.Payment.Google subscription", fallback: "Google subscription") } public enum Success { - public static let curiosity = Loc.tr("Localizable", "Membership.Success.Curiosity", fallback: "Big cheers for your curiosity!") - public static let support = Loc.tr("Localizable", "Membership.Success.Support", fallback: "Big cheers for your support!") + public static let curiosity = Loc.tr("Workspace", "Membership.Success.Curiosity", fallback: "Big cheers for your curiosity!") + public static let support = Loc.tr("Workspace", "Membership.Success.Support", fallback: "Big cheers for your support!") public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Membership.Success.Title", String(describing: p1), fallback: "Welcome to the network, %@") + return Loc.tr("Workspace", "Membership.Success.Title", String(describing: p1), fallback: "Welcome to the network, %@") } } public enum Upgrade { - public static let button = Loc.tr("Localizable", "Membership.Upgrade.Button", fallback: "Contact Anytype Team") - public static let moreMembers = Loc.tr("Localizable", "Membership.Upgrade.MoreMembers", fallback: "Upgrade to add more members") - public static let moreSpaces = Loc.tr("Localizable", "Membership.Upgrade.MoreSpaces", fallback: "Upgrade to add more spaces") - public static let noMoreEditors = Loc.tr("Localizable", "Membership.Upgrade.NoMoreEditors", fallback: "You can’t add more editors") - public static let noMoreMembers = Loc.tr("Localizable", "Membership.Upgrade.NoMoreMembers", fallback: "You can’t add more members") + public static let button = Loc.tr("Workspace", "Membership.Upgrade.Button", fallback: "Contact Anytype Team") + public static let moreMembers = Loc.tr("Workspace", "Membership.Upgrade.MoreMembers", fallback: "Upgrade to add more members") + public static let moreSpaces = Loc.tr("Workspace", "Membership.Upgrade.MoreSpaces", fallback: "Upgrade to add more spaces") + public static let noMoreEditors = Loc.tr("Workspace", "Membership.Upgrade.NoMoreEditors", fallback: "You can’t add more editors") + public static let noMoreMembers = Loc.tr("Workspace", "Membership.Upgrade.NoMoreMembers", fallback: "You can’t add more members") public static func spacesLimit(_ p1: Int) -> String { - return Loc.tr("Localizable", "Membership.Upgrade.SpacesLimit", p1, fallback: "Plural format key: Membership.Upgrade.SpacesLimit") + return Loc.tr("Workspace", "Membership.Upgrade.SpacesLimit", p1, fallback: "Plural format key: Membership.Upgrade.SpacesLimit") } - public static let text = Loc.tr("Localizable", "Membership.Upgrade.Text", fallback: "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs.") - public static let title = Loc.tr("Localizable", "Membership.Upgrade.Title", fallback: "Membership upgrade") + public static let text = Loc.tr("Workspace", "Membership.Upgrade.Text", fallback: "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs.") + public static let title = Loc.tr("Workspace", "Membership.Upgrade.Title", fallback: "Membership upgrade") } } public enum MembershipServiceError { - public static let invalidBillingIdFormat = Loc.tr("Localizable", "MembershipServiceError.invalidBillingIdFormat", fallback: "Internal problem with billing format, we are working on this. Try again later or contact support.") - public static let tierNotFound = Loc.tr("Localizable", "MembershipServiceError.tierNotFound", fallback: "Not found tier data, restart app and try again") - } - public enum Mention { - public enum Subtitle { - public static let placeholder = Loc.tr("Localizable", "Mention.Subtitle.Placeholder", fallback: "Object") - } + public static let invalidBillingIdFormat = Loc.tr("Workspace", "MembershipServiceError.invalidBillingIdFormat", fallback: "Internal problem with billing format, we are working on this. Try again later or contact support.") + public static let tierNotFound = Loc.tr("Workspace", "MembershipServiceError.tierNotFound", fallback: "Not found tier data, restart app and try again") } public enum Message { - public static let edited = Loc.tr("Localizable", "Message.edited", fallback: "edited") + public static let edited = Loc.tr("Workspace", "Message.edited", fallback: "edited") public enum Action { - public static let addReaction = Loc.tr("Localizable", "Message.Action.AddReaction", fallback: "Add Reaction") - public static let copyPlainText = Loc.tr("Localizable", "Message.Action.CopyPlainText", fallback: "Copy Plain Text") - public static let reply = Loc.tr("Localizable", "Message.Action.Reply", fallback: "Reply") - public static let unread = Loc.tr("Localizable", "Message.Action.Unread", fallback: "Mark Unread") + public static let addReaction = Loc.tr("Workspace", "Message.Action.AddReaction", fallback: "Add Reaction") + public static let copyPlainText = Loc.tr("Workspace", "Message.Action.CopyPlainText", fallback: "Copy Plain Text") + public static let reply = Loc.tr("Workspace", "Message.Action.Reply", fallback: "Reply") + public static let unread = Loc.tr("Workspace", "Message.Action.Unread", fallback: "Mark Unread") } public enum ChatTitle { - public static let placeholder = Loc.tr("Localizable", "Message.ChatTitle.Placeholder", fallback: "Untitled Chat") + public static let placeholder = Loc.tr("Workspace", "Message.ChatTitle.Placeholder", fallback: "Untitled Chat") } public enum Input { public enum Chat { - public static let emptyPlaceholder = Loc.tr("Localizable", "Message.Input.Chat.EmptyPlaceholder", fallback: "Write a message...") + public static let emptyPlaceholder = Loc.tr("Workspace", "Message.Input.Chat.EmptyPlaceholder", fallback: "Write a message...") } public enum Stream { - public static let emptyPlaceholder = Loc.tr("Localizable", "Message.Input.Stream.EmptyPlaceholder", fallback: "Broadcast") - } - } - } - public enum Migration { - public enum Error { - public enum NotEnoughtSpace { - public static func message(_ p1: Any) -> String { - return Loc.tr("Localizable", "Migration.Error.NotEnoughtSpace.message", String(describing: p1), fallback: "Please clear approximately %@ of space and run the process again.") - } - public static let title = Loc.tr("Localizable", "Migration.Error.NotEnoughtSpace.title", fallback: "Not enough space") + public static let emptyPlaceholder = Loc.tr("Workspace", "Message.Input.Stream.EmptyPlaceholder", fallback: "Broadcast") } } - public enum Initial { - public static let readMore = Loc.tr("Localizable", "Migration.Initial.readMore", fallback: "Read More") - public static let startUpdate = Loc.tr("Localizable", "Migration.Initial.startUpdate", fallback: "Start Update") - public static let subtitle = Loc.tr("Localizable", "Migration.Initial.subtitle", fallback: "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience. It might take a little while, but don't worry, your data is safe.") - public static let title = Loc.tr("Localizable", "Migration.Initial.title", fallback: "New Version Update") - } - public enum Progress { - public static let subtitle = Loc.tr("Localizable", "Migration.Progress.subtitle", fallback: "This may take some time. Please don’t close the app until the process is complete.") - public static let title = Loc.tr("Localizable", "Migration.Progress.title", fallback: "Update is in progress...") - } - public enum ReadMore { - public static let description1 = Loc.tr("Localizable", "Migration.ReadMore.description1", fallback: "You'll see a loading screen during the update. Once finished, you can continue using the app normally.") - public static let description2 = Loc.tr("Localizable", "Migration.ReadMore.description2", fallback: "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format.") - public static let description3 = Loc.tr("Localizable", "Migration.ReadMore.description3", fallback: "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen.") - public static let option1 = Loc.tr("Localizable", "Migration.ReadMore.option1", fallback: "What to Expect") - public static let option2 = Loc.tr("Localizable", "Migration.ReadMore.option2", fallback: "Your Data Remains Safe") - } } public enum Object { public enum Deleted { - public static let placeholder = Loc.tr("Localizable", "Object.Deleted.Placeholder", fallback: "Deleted object") + public static let placeholder = Loc.tr("Workspace", "Object.Deleted.Placeholder", fallback: "Deleted object") } } public enum ObjectType { public static func addedToLibrary(_ p1: Any) -> String { - return Loc.tr("Localizable", "ObjectType.AddedToLibrary", String(describing: p1), fallback: "Type ‘%@’ has been created") + return Loc.tr("Workspace", "ObjectType.AddedToLibrary", String(describing: p1), fallback: "Type ‘%@’ has been created") } - public static let deletedName = Loc.tr("Localizable", "ObjectType.DeletedName", fallback: "Deleted type") - public static let editingType = Loc.tr("Localizable", "ObjectType.editingType", fallback: "You're editing type") - public static let fallbackDescription = Loc.tr("Localizable", "ObjectType.fallbackDescription", fallback: "Blank canvas with no title") - public static let myTypes = Loc.tr("Localizable", "ObjectType.MyTypes", fallback: "My Types") - public static let search = Loc.tr("Localizable", "ObjectType.Search", fallback: "Search for Type") - public static let searchOrInstall = Loc.tr("Localizable", "ObjectType.SearchOrInstall", fallback: "Search or install a new type") - } - public enum ObjectTypeDeleteAlert { - public static let message = Loc.tr("Localizable", "ObjectTypeDeleteAlert.message", fallback: "Are you sure you want to delete this Type? All existing objects of this type will be preserved, but will no longer be associated with it.") - public static let title = Loc.tr("Localizable", "ObjectTypeDeleteAlert.title", fallback: "Delete Object Type?") + public static let deletedName = Loc.tr("Workspace", "ObjectType.DeletedName", fallback: "Deleted type") + public static let editingType = Loc.tr("Workspace", "ObjectType.editingType", fallback: "You're editing type") + public static let fallbackDescription = Loc.tr("Workspace", "ObjectType.fallbackDescription", fallback: "Blank canvas with no title") + public static let myTypes = Loc.tr("Workspace", "ObjectType.MyTypes", fallback: "My Types") + public static let search = Loc.tr("Workspace", "ObjectType.Search", fallback: "Search for Type") + public static let searchOrInstall = Loc.tr("Workspace", "ObjectType.SearchOrInstall", fallback: "Search or install a new type") } public enum ParticipantRemoveNotification { public static func text(_ p1: Any) -> String { - return Loc.tr("Localizable", "ParticipantRemoveNotification.Text", String(describing: p1), fallback: "You were removed from **%@** space, or the space has been deleted by the owner.") + return Loc.tr("Workspace", "ParticipantRemoveNotification.Text", String(describing: p1), fallback: "You were removed from **%@** space, or the space has been deleted by the owner.") } } public enum ParticipantRequestApprovedNotification { public static func text(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "ParticipantRequestApprovedNotification.Text", String(describing: p1), String(describing: p2), fallback: "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon.") + return Loc.tr("Workspace", "ParticipantRequestApprovedNotification.Text", String(describing: p1), String(describing: p2), fallback: "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon.") } } public enum ParticipantRequestDeclineNotification { public static func text(_ p1: Any) -> String { - return Loc.tr("Localizable", "ParticipantRequestDeclineNotification.Text", String(describing: p1), fallback: "Your request to join the **%@** space has been declined.") + return Loc.tr("Workspace", "ParticipantRequestDeclineNotification.Text", String(describing: p1), fallback: "Your request to join the **%@** space has been declined.") } } public enum PermissionChangeNotification { public static func text(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "PermissionChangeNotification.Text", String(describing: p1), String(describing: p2), fallback: "Your access rights were changed to **%@** in the **%@** space.") - } - } - public enum Primitives { - public enum LayoutConflict { - public static let description = Loc.tr("Localizable", "Primitives.LayoutConflict.Description", fallback: "This layout differs from the type's default. Reset to match?") + return Loc.tr("Workspace", "PermissionChangeNotification.Text", String(describing: p1), String(describing: p2), fallback: "Your access rights were changed to **%@** in the **%@** space.") } } public enum Publishing { public enum Error { - public static let noDomain = Loc.tr("Localizable", "Publishing.Error.NoDomain", fallback: "Failed to load your domain. Please try again.") - public static let noObjectData = Loc.tr("Localizable", "Publishing.Error.NoObjectData", fallback: "Failed to load object data. Please try again.") + public static let noDomain = Loc.tr("Workspace", "Publishing.Error.NoDomain", fallback: "Failed to load your domain. Please try again.") + public static let noObjectData = Loc.tr("Workspace", "Publishing.Error.NoObjectData", fallback: "Failed to load object data. Please try again.") } public enum Url { - public static let placeholder = Loc.tr("Localizable", "Publishing.URL.placeholder", fallback: "insert-page-name-here") + public static let placeholder = Loc.tr("Workspace", "Publishing.URL.placeholder", fallback: "insert-page-name-here") } public enum WebBanner { - public static let liveOnWeb = Loc.tr("Localizable", "Publishing.WebBanner.LiveOnWeb", fallback: "This object is live on the web.") - public static let viewSite = Loc.tr("Localizable", "Publishing.WebBanner.ViewSite", fallback: "View site ↗︎") + public static let liveOnWeb = Loc.tr("Workspace", "Publishing.WebBanner.LiveOnWeb", fallback: "This object is live on the web.") + public static let viewSite = Loc.tr("Workspace", "Publishing.WebBanner.ViewSite", fallback: "View site ↗︎") } } public enum PublishingToWeb { - public static let published = Loc.tr("Localizable", "PublishingToWeb.published", fallback: "Successfully published") - public static let unpublished = Loc.tr("Localizable", "PublishingToWeb.unpublished", fallback: "Successfully unpublished") - public static let updated = Loc.tr("Localizable", "PublishingToWeb.updated", fallback: "Successfully updated") + public static let published = Loc.tr("Workspace", "PublishingToWeb.published", fallback: "Successfully published") + public static let unpublished = Loc.tr("Workspace", "PublishingToWeb.unpublished", fallback: "Successfully unpublished") + public static let updated = Loc.tr("Workspace", "PublishingToWeb.updated", fallback: "Successfully updated") } public enum PushNotifications { public enum DisabledAlert { - public static let description = Loc.tr("Localizable", "PushNotifications.DisabledAlert.description", fallback: "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on.") - public static let title = Loc.tr("Localizable", "PushNotifications.DisabledAlert.title", fallback: "Notifications are still turned off") + public static let description = Loc.tr("Workspace", "PushNotifications.DisabledAlert.description", fallback: "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on.") + public static let title = Loc.tr("Workspace", "PushNotifications.DisabledAlert.title", fallback: "Notifications are still turned off") public enum Skip { - public static let button = Loc.tr("Localizable", "PushNotifications.DisabledAlert.Skip.button", fallback: "Skip for now") + public static let button = Loc.tr("Workspace", "PushNotifications.DisabledAlert.Skip.button", fallback: "Skip for now") } } public enum Message { public enum Attachment { - public static let title = Loc.tr("Localizable", "PushNotifications.Message.Attachment.title", fallback: "Attachment") + public static let title = Loc.tr("Workspace", "PushNotifications.Message.Attachment.title", fallback: "Attachment") } } public enum RequestAlert { - public static let description = Loc.tr("Localizable", "PushNotifications.RequestAlert.Description", fallback: "Get notified instantly when someone messages or mentions you in your spaces.") - public static let notificationTitle = Loc.tr("Localizable", "PushNotifications.RequestAlert.NotificationTitle", fallback: "New Message") - public static let primaryButton = Loc.tr("Localizable", "PushNotifications.RequestAlert.PrimaryButton", fallback: "Enable notifications") - public static let secondaryButton = Loc.tr("Localizable", "PushNotifications.RequestAlert.SecondaryButton", fallback: "Not now") - public static let title = Loc.tr("Localizable", "PushNotifications.RequestAlert.Title", fallback: "Turn on push notifications") + public static let description = Loc.tr("Workspace", "PushNotifications.RequestAlert.Description", fallback: "Get notified instantly when someone messages or mentions you in your spaces.") + public static let notificationTitle = Loc.tr("Workspace", "PushNotifications.RequestAlert.NotificationTitle", fallback: "New Message") + public static let primaryButton = Loc.tr("Workspace", "PushNotifications.RequestAlert.PrimaryButton", fallback: "Enable notifications") + public static let secondaryButton = Loc.tr("Workspace", "PushNotifications.RequestAlert.SecondaryButton", fallback: "Not now") + public static let title = Loc.tr("Workspace", "PushNotifications.RequestAlert.Title", fallback: "Turn on push notifications") } public enum Settings { public enum DisabledAlert { - public static let description = Loc.tr("Localizable", "PushNotifications.Settings.DisabledAlert.description", fallback: "Receive notifications about new messages by enabling them in your device settings.") - public static let title = Loc.tr("Localizable", "PushNotifications.Settings.DisabledAlert.title", fallback: "Notifications are disabled") + public static let description = Loc.tr("Workspace", "PushNotifications.Settings.DisabledAlert.description", fallback: "Receive notifications about new messages by enabling them in your device settings.") + public static let title = Loc.tr("Workspace", "PushNotifications.Settings.DisabledAlert.title", fallback: "Notifications are disabled") } public enum Status { - public static let title = Loc.tr("Localizable", "PushNotifications.Settings.Status.title", fallback: "Message Notifications") + public static let title = Loc.tr("Workspace", "PushNotifications.Settings.Status.title", fallback: "Message Notifications") } } } public enum Qr { public enum Join { - public static let title = Loc.tr("Localizable", "QR.join.title", fallback: "Join via QR Code") + public static let title = Loc.tr("Workspace", "QR.join.title", fallback: "Join via QR Code") } public enum Scan { public enum Error { - public static let tryAgain = Loc.tr("Localizable", "QR.scan.error.tryAgain", fallback: "Try again") + public static let tryAgain = Loc.tr("Workspace", "QR.scan.error.tryAgain", fallback: "Try again") public enum Custom { - public static let title = Loc.tr("Localizable", "QR.scan.error.custom.title", fallback: "Scanning error") + public static let title = Loc.tr("Workspace", "QR.scan.error.custom.title", fallback: "Scanning error") } public enum InvalidFormat { - public static let message = Loc.tr("Localizable", "QR.scan.error.invalidFormat.message", fallback: "The scanned QR code contains URL in invalid format") + public static let message = Loc.tr("Workspace", "QR.scan.error.invalidFormat.message", fallback: "The scanned QR code contains URL in invalid format") } public enum InvalidQR { - public static let title = Loc.tr("Localizable", "QR.scan.error.invalidQR.title", fallback: "Invalid QR Code") + public static let title = Loc.tr("Workspace", "QR.scan.error.invalidQR.title", fallback: "Invalid QR Code") } public enum NotUrl { - public static let message = Loc.tr("Localizable", "QR.scan.error.notUrl.message", fallback: "The scanned QR code doesn't contain a valid URL") + public static let message = Loc.tr("Workspace", "QR.scan.error.notUrl.message", fallback: "The scanned QR code doesn't contain a valid URL") } public enum WrongLink { - public static let message = Loc.tr("Localizable", "QR.scan.error.wrongLink.message", fallback: "The scanned QR code contains different action") + public static let message = Loc.tr("Workspace", "QR.scan.error.wrongLink.message", fallback: "The scanned QR code contains different action") } } } } - public enum QuickAction { - public static func create(_ p1: Any) -> String { - return Loc.tr("Localizable", "QuickAction.create", String(describing: p1), fallback: "Create %@") - } - } - public enum RedactedText { - public static let pageTitle = Loc.tr("Localizable", "RedactedText.pageTitle", fallback: "Wake up, Neo") - public static let pageType = Loc.tr("Localizable", "RedactedText.pageType", fallback: "Red pill") - } - public enum ReindexingWarningAlert { - public static let description = Loc.tr("Localizable", "ReindexingWarningAlert.Description", fallback: "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes.") - public static let title = Loc.tr("Localizable", "ReindexingWarningAlert.Title", fallback: "Upgrading your search experience") - } public enum Relation { - public static let deleted = Loc.tr("Localizable", "Relation.Deleted", fallback: "Deleted property") - public static let myRelations = Loc.tr("Localizable", "Relation.MyRelations", fallback: "My properties") + public static let deleted = Loc.tr("Workspace", "Relation.Deleted", fallback: "Deleted property") + public static let myRelations = Loc.tr("Workspace", "Relation.MyRelations", fallback: "My properties") public enum Create { public enum Row { public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Relation.Create.Row.title", String(describing: p1), fallback: "Create “%@”") + return Loc.tr("Workspace", "Relation.Create.Row.title", String(describing: p1), fallback: "Create “%@”") } } public enum Textfield { - public static let placeholder = Loc.tr("Localizable", "Relation.Create.Textfield.placeholder", fallback: "Enter name...") + public static let placeholder = Loc.tr("Workspace", "Relation.Create.Textfield.placeholder", fallback: "Enter name...") } } public enum Delete { public enum Alert { - public static let description = Loc.tr("Localizable", "Relation.Delete.Alert.Description", fallback: "The option will be permanently removed from your space.") - public static let title = Loc.tr("Localizable", "Relation.Delete.Alert.Title", fallback: "Are you sure?") + public static let description = Loc.tr("Workspace", "Relation.Delete.Alert.Description", fallback: "The option will be permanently removed from your space.") + public static let title = Loc.tr("Workspace", "Relation.Delete.Alert.Title", fallback: "Are you sure?") } } public enum EmptyState { - public static let description = Loc.tr("Localizable", "Relation.EmptyState.description", fallback: "Nothing found. Create first option to start.") - public static let title = Loc.tr("Localizable", "Relation.EmptyState.title", fallback: "No options") + public static let description = Loc.tr("Workspace", "Relation.EmptyState.description", fallback: "Nothing found. Create first option to start.") + public static let title = Loc.tr("Workspace", "Relation.EmptyState.title", fallback: "No options") public enum Blocked { - public static let title = Loc.tr("Localizable", "Relation.EmptyState.Blocked.title", fallback: "The property is empty") + public static let title = Loc.tr("Workspace", "Relation.EmptyState.Blocked.title", fallback: "The property is empty") } } public enum Format { public enum Checkbox { - public static let title = Loc.tr("Localizable", "Relation.Format.Checkbox.Title", fallback: "Checkbox") + public static let title = Loc.tr("Workspace", "Relation.Format.Checkbox.Title", fallback: "Checkbox") } public enum Date { - public static let title = Loc.tr("Localizable", "Relation.Format.Date.Title", fallback: "Date") + public static let title = Loc.tr("Workspace", "Relation.Format.Date.Title", fallback: "Date") } public enum Email { - public static let title = Loc.tr("Localizable", "Relation.Format.Email.Title", fallback: "Email") + public static let title = Loc.tr("Workspace", "Relation.Format.Email.Title", fallback: "Email") } public enum FileMedia { - public static let title = Loc.tr("Localizable", "Relation.Format.FileMedia.Title", fallback: "File & Media") + public static let title = Loc.tr("Workspace", "Relation.Format.FileMedia.Title", fallback: "File & Media") } public enum Number { - public static let title = Loc.tr("Localizable", "Relation.Format.Number.Title", fallback: "Number") + public static let title = Loc.tr("Workspace", "Relation.Format.Number.Title", fallback: "Number") } public enum Object { - public static let title = Loc.tr("Localizable", "Relation.Format.Object.Title", fallback: "Relation object") + public static let title = Loc.tr("Workspace", "Relation.Format.Object.Title", fallback: "Relation object") } public enum Phone { - public static let title = Loc.tr("Localizable", "Relation.Format.Phone.Title", fallback: "Phone number") + public static let title = Loc.tr("Workspace", "Relation.Format.Phone.Title", fallback: "Phone number") } public enum Status { - public static let title = Loc.tr("Localizable", "Relation.Format.Status.Title", fallback: "Select") + public static let title = Loc.tr("Workspace", "Relation.Format.Status.Title", fallback: "Select") } public enum Tag { - public static let title = Loc.tr("Localizable", "Relation.Format.Tag.Title", fallback: "Multi-select") + public static let title = Loc.tr("Workspace", "Relation.Format.Tag.Title", fallback: "Multi-select") } public enum Text { - public static let title = Loc.tr("Localizable", "Relation.Format.Text.Title", fallback: "Text") + public static let title = Loc.tr("Workspace", "Relation.Format.Text.Title", fallback: "Text") } public enum Url { - public static let title = Loc.tr("Localizable", "Relation.Format.Url.Title", fallback: "URL") + public static let title = Loc.tr("Workspace", "Relation.Format.Url.Title", fallback: "URL") } } public enum From { public static func type(_ p1: Any) -> String { - return Loc.tr("Localizable", "Relation.From.Type", String(describing: p1), fallback: "From type %@") + return Loc.tr("Workspace", "Relation.From.Type", String(describing: p1), fallback: "From type %@") } } public enum ImportType { - public static let csv = Loc.tr("Localizable", "Relation.ImportType.Csv", fallback: "CSV") - public static let html = Loc.tr("Localizable", "Relation.ImportType.Html", fallback: "HTML") - public static let markdown = Loc.tr("Localizable", "Relation.ImportType.Markdown", fallback: "Markdown") - public static let notion = Loc.tr("Localizable", "Relation.ImportType.Notion", fallback: "Notion") - public static let obsidian = Loc.tr("Localizable", "Relation.ImportType.Obsidian", fallback: "Obsidian") - public static let protobuf = Loc.tr("Localizable", "Relation.ImportType.Protobuf", fallback: "Any-Block") - public static let text = Loc.tr("Localizable", "Relation.ImportType.Text", fallback: "TXT") + public static let csv = Loc.tr("Workspace", "Relation.ImportType.Csv", fallback: "CSV") + public static let html = Loc.tr("Workspace", "Relation.ImportType.Html", fallback: "HTML") + public static let markdown = Loc.tr("Workspace", "Relation.ImportType.Markdown", fallback: "Markdown") + public static let notion = Loc.tr("Workspace", "Relation.ImportType.Notion", fallback: "Notion") + public static let obsidian = Loc.tr("Workspace", "Relation.ImportType.Obsidian", fallback: "Obsidian") + public static let protobuf = Loc.tr("Workspace", "Relation.ImportType.Protobuf", fallback: "Any-Block") + public static let text = Loc.tr("Workspace", "Relation.ImportType.Text", fallback: "TXT") } public enum Object { public enum Delete { public enum Alert { - public static let description = Loc.tr("Localizable", "Relation.Object.Delete.Alert.Description", fallback: "The object will be moved to Bin.") + public static let description = Loc.tr("Workspace", "Relation.Object.Delete.Alert.Description", fallback: "The object will be moved to Bin.") } } } public enum ObjectType { public enum Header { - public static let title = Loc.tr("Localizable", "Relation.ObjectType.Header.title", fallback: "Object type:") + public static let title = Loc.tr("Workspace", "Relation.ObjectType.Header.title", fallback: "Object type:") } } public enum ObjectTypes { public enum Header { - public static let title = Loc.tr("Localizable", "Relation.ObjectTypes.Header.title", fallback: "Object types:") + public static let title = Loc.tr("Workspace", "Relation.ObjectTypes.Header.title", fallback: "Object types:") } } public enum Origin { - public static let api = Loc.tr("Localizable", "Relation.Origin.API", fallback: "API") - public static let bookmark = Loc.tr("Localizable", "Relation.Origin.Bookmark", fallback: "Bookmark") - public static let builtin = Loc.tr("Localizable", "Relation.Origin.Builtin", fallback: "Library installed") - public static let clipboard = Loc.tr("Localizable", "Relation.Origin.Clipboard", fallback: "Clipboard") - public static let dragAndDrop = Loc.tr("Localizable", "Relation.Origin.DragAndDrop", fallback: "Drag'n'Drop") - public static let `import` = Loc.tr("Localizable", "Relation.Origin.Import", fallback: "Imported object") - public static let sharingExtension = Loc.tr("Localizable", "Relation.Origin.SharingExtension", fallback: "Mobile sharing extension") - public static let useCase = Loc.tr("Localizable", "Relation.Origin.UseCase", fallback: "Use case") - public static let webClipper = Loc.tr("Localizable", "Relation.Origin.WebClipper", fallback: "Web clipper") + public static let api = Loc.tr("Workspace", "Relation.Origin.API", fallback: "API") + public static let bookmark = Loc.tr("Workspace", "Relation.Origin.Bookmark", fallback: "Bookmark") + public static let builtin = Loc.tr("Workspace", "Relation.Origin.Builtin", fallback: "Library installed") + public static let clipboard = Loc.tr("Workspace", "Relation.Origin.Clipboard", fallback: "Clipboard") + public static let dragAndDrop = Loc.tr("Workspace", "Relation.Origin.DragAndDrop", fallback: "Drag'n'Drop") + public static let `import` = Loc.tr("Workspace", "Relation.Origin.Import", fallback: "Imported object") + public static let sharingExtension = Loc.tr("Workspace", "Relation.Origin.SharingExtension", fallback: "Mobile sharing extension") + public static let useCase = Loc.tr("Workspace", "Relation.Origin.UseCase", fallback: "Use case") + public static let webClipper = Loc.tr("Workspace", "Relation.Origin.WebClipper", fallback: "Web clipper") } public enum View { public enum Create { - public static let title = Loc.tr("Localizable", "Relation.View.Create.title", fallback: "Create option") + public static let title = Loc.tr("Workspace", "Relation.View.Create.title", fallback: "Create option") } public enum Edit { - public static let title = Loc.tr("Localizable", "Relation.View.Edit.title", fallback: "Edit option") + public static let title = Loc.tr("Workspace", "Relation.View.Edit.title", fallback: "Edit option") } public enum Hint { - public static let empty = Loc.tr("Localizable", "Relation.View.Hint.Empty", fallback: "empty") + public static let empty = Loc.tr("Workspace", "Relation.View.Hint.Empty", fallback: "empty") } } } public enum RelationAction { - public static let callPhone = Loc.tr("Localizable", "RelationAction.CallPhone", fallback: "Call phone numbler") - public static let copied = Loc.tr("Localizable", "RelationAction.Copied", fallback: "Copied") - public static let copyEmail = Loc.tr("Localizable", "RelationAction.CopyEmail", fallback: "Copy email") - public static let copyPhone = Loc.tr("Localizable", "RelationAction.CopyPhone", fallback: "Copy phone number") - public static let openLink = Loc.tr("Localizable", "RelationAction.OpenLink", fallback: "Open link") - public static let reloadContent = Loc.tr("Localizable", "RelationAction.ReloadContent", fallback: "Reload object content") - public static let reloadingContent = Loc.tr("Localizable", "RelationAction.ReloadingContent", fallback: "Reloading content") - public static let sendEmail = Loc.tr("Localizable", "RelationAction.SendEmail", fallback: "Send email") - } - public enum RelativeFormatter { - public static let days14 = Loc.tr("Localizable", "RelativeFormatter.days14", fallback: "Previous 14 days") - public static let days7 = Loc.tr("Localizable", "RelativeFormatter.days7", fallback: "Previous 7 days") + public static let callPhone = Loc.tr("Workspace", "RelationAction.CallPhone", fallback: "Call phone numbler") + public static let copied = Loc.tr("Workspace", "RelationAction.Copied", fallback: "Copied") + public static let copyEmail = Loc.tr("Workspace", "RelationAction.CopyEmail", fallback: "Copy email") + public static let copyPhone = Loc.tr("Workspace", "RelationAction.CopyPhone", fallback: "Copy phone number") + public static let openLink = Loc.tr("Workspace", "RelationAction.OpenLink", fallback: "Open link") + public static let reloadContent = Loc.tr("Workspace", "RelationAction.ReloadContent", fallback: "Reload object content") + public static let reloadingContent = Loc.tr("Workspace", "RelationAction.ReloadingContent", fallback: "Reloading content") + public static let sendEmail = Loc.tr("Workspace", "RelationAction.SendEmail", fallback: "Send email") } public enum RequestToJoinNotification { - public static let goToSpace = Loc.tr("Localizable", "RequestToJoinNotification.GoToSpace", fallback: "Go to Space") + public static let goToSpace = Loc.tr("Workspace", "RequestToJoinNotification.GoToSpace", fallback: "Go to Space") public static func text(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "RequestToJoinNotification.Text", String(describing: p1), String(describing: p2), fallback: "**%@** requested to join the **%@** space.") + return Loc.tr("Workspace", "RequestToJoinNotification.Text", String(describing: p1), String(describing: p2), fallback: "**%@** requested to join the **%@** space.") } - public static let viewRequest = Loc.tr("Localizable", "RequestToJoinNotification.ViewRequest", fallback: "View request") + public static let viewRequest = Loc.tr("Workspace", "RequestToJoinNotification.ViewRequest", fallback: "View request") } public enum RequestToLeaveNotification { public static func text(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "RequestToLeaveNotification.Text", String(describing: p1), String(describing: p2), fallback: "**%@** wants to leave the **%@** space.") - } - } - public enum ReturnToWidgets { - public enum Tip { - public static let text = Loc.tr("Localizable", "ReturnToWidgets.Tip.Text", fallback: "Long press the back button to return to widgets instead of tapping it repeatedly.") - public static let title = Loc.tr("Localizable", "ReturnToWidgets.Tip.Title", fallback: "Long Press to Return to Widgets") - } - } - public enum Scanner { - public enum Error { - public static let scanningNotSupported = Loc.tr("Localizable", "Scanner.Error.Scanning not supported", fallback: "Scanning not supported") - } - } - public enum Search { - public enum Links { - public enum Header { - public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Search.Links.Header.title", String(describing: p1), fallback: "Related to: %@") - } - } - public enum Show { - public static let title = Loc.tr("Localizable", "Search.Links.Show.title", fallback: "Show related objects") - } - public enum Swipe { - public static let title = Loc.tr("Localizable", "Search.Links.Swipe.title", fallback: "Related to") - } - } - } - public enum SecureAlert { - public static let message = Loc.tr("Localizable", "SecureAlert.message", fallback: "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data.") - public static let title = Loc.tr("Localizable", "SecureAlert.title", fallback: "Secure your phone") - public enum Proceed { - public static let button = Loc.tr("Localizable", "SecureAlert.Proceed.button", fallback: "Proceed anyway") - } - } - public enum Server { - public static let addButton = Loc.tr("Localizable", "Server.AddButton", fallback: "Add Self-hosted Network") - public static let anytype = Loc.tr("Localizable", "Server.Anytype", fallback: "Anytype") - public static let localOnly = Loc.tr("Localizable", "Server.LocalOnly", fallback: "Local-only") - public static let network = Loc.tr("Localizable", "Server.Network", fallback: "Select Network") - public static let networks = Loc.tr("Localizable", "Server.Networks", fallback: "Networks") - public enum LocalOnly { - public enum Alert { - public static let message = Loc.tr("Localizable", "Server.LocalOnly.Alert.message", fallback: "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur.") - public static let title = Loc.tr("Localizable", "Server.LocalOnly.Alert.title", fallback: "Are you sure?") - public enum Action { - public static let agree = Loc.tr("Localizable", "Server.LocalOnly.Alert.Action.agree", fallback: "Yes, I accept risks") - public static let disagree = Loc.tr("Localizable", "Server.LocalOnly.Alert.Action.disagree", fallback: "No, don’t use it") - } - } + return Loc.tr("Workspace", "RequestToLeaveNotification.Text", String(describing: p1), String(describing: p2), fallback: "**%@** wants to leave the **%@** space.") } } public enum Set { public enum Bookmark { public enum Create { - public static let placeholder = Loc.tr("Localizable", "Set.Bookmark.Create.Placeholder", fallback: "Paste link") + public static let placeholder = Loc.tr("Workspace", "Set.Bookmark.Create.Placeholder", fallback: "Paste link") } public enum Error { - public static let message = Loc.tr("Localizable", "Set.Bookmark.Error.Message", fallback: "Oops - something went wrong. Please try again") + public static let message = Loc.tr("Workspace", "Set.Bookmark.Error.Message", fallback: "Oops - something went wrong. Please try again") } } public enum FeaturedRelations { - public static let query = Loc.tr("Localizable", "Set.FeaturedRelations.Query", fallback: "Select query") - public static let relation = Loc.tr("Localizable", "Set.FeaturedRelations.Relation", fallback: "Property:") - public static let relationsList = Loc.tr("Localizable", "Set.FeaturedRelations.RelationsList", fallback: "Properties:") - public static let type = Loc.tr("Localizable", "Set.FeaturedRelations.Type", fallback: "Type:") + public static let query = Loc.tr("Workspace", "Set.FeaturedRelations.Query", fallback: "Select query") + public static let relation = Loc.tr("Workspace", "Set.FeaturedRelations.Relation", fallback: "Property:") + public static let relationsList = Loc.tr("Workspace", "Set.FeaturedRelations.RelationsList", fallback: "Properties:") + public static let type = Loc.tr("Workspace", "Set.FeaturedRelations.Type", fallback: "Type:") } public enum SourceType { - public static let selectQuery = Loc.tr("Localizable", "Set.SourceType.SelectQuery", fallback: "Select query") + public static let selectQuery = Loc.tr("Workspace", "Set.SourceType.SelectQuery", fallback: "Select query") public enum Cancel { public enum Toast { - public static let title = Loc.tr("Localizable", "Set.SourceType.Cancel.Toast.Title", fallback: "This query can be changed on desktop only") + public static let title = Loc.tr("Workspace", "Set.SourceType.Cancel.Toast.Title", fallback: "This query can be changed on desktop only") } } } public enum TypeRelation { public enum ContextMenu { - public static let changeQuery = Loc.tr("Localizable", "Set.TypeRelation.ContextMenu.ChangeQuery", fallback: "Change query") - public static let turnIntoCollection = Loc.tr("Localizable", "Set.TypeRelation.ContextMenu.TurnIntoCollection", fallback: "Turn Query into Collection") + public static let changeQuery = Loc.tr("Workspace", "Set.TypeRelation.ContextMenu.ChangeQuery", fallback: "Change query") + public static let turnIntoCollection = Loc.tr("Workspace", "Set.TypeRelation.ContextMenu.TurnIntoCollection", fallback: "Turn Query into Collection") } } public enum View { - public static let unsupportedAlert = Loc.tr("Localizable", "Set.View.UnsupportedAlert", fallback: "View is unsupported on mobile") + public static let unsupportedAlert = Loc.tr("Workspace", "Set.View.UnsupportedAlert", fallback: "View is unsupported on mobile") public enum Empty { - public static let subtitle = Loc.tr("Localizable", "Set.View.Empty.Subtitle", fallback: "Add search query to aggregate objects with equal types and properties in a live mode") - public static let title = Loc.tr("Localizable", "Set.View.Empty.Title", fallback: "No query selected") + public static let subtitle = Loc.tr("Workspace", "Set.View.Empty.Subtitle", fallback: "Add search query to aggregate objects with equal types and properties in a live mode") + public static let title = Loc.tr("Workspace", "Set.View.Empty.Title", fallback: "No query selected") } public enum Kanban { public enum Column { public enum Paging { public enum Title { - public static let showMore = Loc.tr("Localizable", "Set.View.Kanban.Column.Paging.Title.ShowMore", fallback: "Show more objects") + public static let showMore = Loc.tr("Workspace", "Set.View.Kanban.Column.Paging.Title.ShowMore", fallback: "Show more objects") } } public enum Settings { public enum Color { - public static let title = Loc.tr("Localizable", "Set.View.Kanban.Column.Settings.Color.Title", fallback: "Column color") + public static let title = Loc.tr("Workspace", "Set.View.Kanban.Column.Settings.Color.Title", fallback: "Column color") } public enum Hide { public enum Column { - public static let title = Loc.tr("Localizable", "Set.View.Kanban.Column.Settings.Hide.Column.Title", fallback: "Hide column") + public static let title = Loc.tr("Workspace", "Set.View.Kanban.Column.Settings.Hide.Column.Title", fallback: "Hide column") } } } public enum Title { public static func checked(_ p1: Any) -> String { - return Loc.tr("Localizable", "Set.View.Kanban.Column.Title.Checked", String(describing: p1), fallback: "%@ is checked") + return Loc.tr("Workspace", "Set.View.Kanban.Column.Title.Checked", String(describing: p1), fallback: "%@ is checked") } - public static let uncategorized = Loc.tr("Localizable", "Set.View.Kanban.Column.Title.Uncategorized", fallback: "Uncategorized") + public static let uncategorized = Loc.tr("Workspace", "Set.View.Kanban.Column.Title.Uncategorized", fallback: "Uncategorized") public static func unchecked(_ p1: Any) -> String { - return Loc.tr("Localizable", "Set.View.Kanban.Column.Title.Unchecked", String(describing: p1), fallback: "%@ is unchecked") + return Loc.tr("Workspace", "Set.View.Kanban.Column.Title.Unchecked", String(describing: p1), fallback: "%@ is unchecked") } } } } public enum Settings { public enum CardSize { - public static let title = Loc.tr("Localizable", "Set.View.Settings.CardSize.Title", fallback: "Card size") + public static let title = Loc.tr("Workspace", "Set.View.Settings.CardSize.Title", fallback: "Card size") public enum Large { - public static let title = Loc.tr("Localizable", "Set.View.Settings.CardSize.Large.Title", fallback: "Large") + public static let title = Loc.tr("Workspace", "Set.View.Settings.CardSize.Large.Title", fallback: "Large") } public enum Small { - public static let title = Loc.tr("Localizable", "Set.View.Settings.CardSize.Small.Title", fallback: "Small") + public static let title = Loc.tr("Workspace", "Set.View.Settings.CardSize.Small.Title", fallback: "Small") } } public enum GroupBackgroundColors { - public static let title = Loc.tr("Localizable", "Set.View.Settings.GroupBackgroundColors.Title", fallback: "Color columns") + public static let title = Loc.tr("Workspace", "Set.View.Settings.GroupBackgroundColors.Title", fallback: "Color columns") } public enum GroupBy { - public static let title = Loc.tr("Localizable", "Set.View.Settings.GroupBy.Title", fallback: "Group by") + public static let title = Loc.tr("Workspace", "Set.View.Settings.GroupBy.Title", fallback: "Group by") } public enum ImageFit { - public static let title = Loc.tr("Localizable", "Set.View.Settings.ImageFit.Title", fallback: "Fit image") + public static let title = Loc.tr("Workspace", "Set.View.Settings.ImageFit.Title", fallback: "Fit image") } public enum ImagePreview { - public static let title = Loc.tr("Localizable", "Set.View.Settings.ImagePreview.Title", fallback: "Image preview") + public static let title = Loc.tr("Workspace", "Set.View.Settings.ImagePreview.Title", fallback: "Image preview") } public enum NoFilters { - public static let placeholder = Loc.tr("Localizable", "Set.View.Settings.NoFilters.Placeholder", fallback: "No filters") + public static let placeholder = Loc.tr("Workspace", "Set.View.Settings.NoFilters.Placeholder", fallback: "No filters") } public enum NoRelations { - public static let placeholder = Loc.tr("Localizable", "Set.View.Settings.NoRelations.Placeholder", fallback: "No properties") + public static let placeholder = Loc.tr("Workspace", "Set.View.Settings.NoRelations.Placeholder", fallback: "No properties") } public enum NoSorts { - public static let placeholder = Loc.tr("Localizable", "Set.View.Settings.NoSorts.Placeholder", fallback: "No sorts") + public static let placeholder = Loc.tr("Workspace", "Set.View.Settings.NoSorts.Placeholder", fallback: "No sorts") } public enum Objects { public enum Applied { public static func title(_ p1: Int) -> String { - return Loc.tr("Localizable", "Set.View.Settings.Objects.Applied.Title", p1, fallback: "%d applied") + return Loc.tr("Workspace", "Set.View.Settings.Objects.Applied.Title", p1, fallback: "%d applied") } } } } } } - public enum SetViewTypesPicker { - public static let title = Loc.tr("Localizable", "SetViewTypesPicker.Title", fallback: "Edit view") - public enum New { - public static let title = Loc.tr("Localizable", "SetViewTypesPicker.New.Title", fallback: "New view") - } - public enum Section { - public enum Types { - public static let title = Loc.tr("Localizable", "SetViewTypesPicker.Section.Types.Title", fallback: "View as") - } - } - public enum Settings { - public enum Delete { - public static let view = Loc.tr("Localizable", "SetViewTypesPicker.Settings.Delete.View", fallback: "Delete view") - } - public enum Duplicate { - public static let view = Loc.tr("Localizable", "SetViewTypesPicker.Settings.Duplicate.View", fallback: "Duplicate") - } - public enum Textfield { - public enum Placeholder { - public static let untitled = Loc.tr("Localizable", "SetViewTypesPicker.Settings.Textfield.Placeholder.Untitled", fallback: "Untitled") - public enum New { - public static let view = Loc.tr("Localizable", "SetViewTypesPicker.Settings.Textfield.Placeholder.New.View", fallback: "New view") - } - } - } - } - } - public enum Settings { - public static let autoCreateTypeWidgets = Loc.tr("Localizable", "Settings.AutoCreateTypeWidgets", fallback: "Auto Create Type Widgets") - public static let chatDisabled = Loc.tr("Localizable", "Settings.ChatDisabled", fallback: "Chat is disabled") - public static let chatEnabled = Loc.tr("Localizable", "Settings.ChatEnabled", fallback: "Chat is enabled") - public static let dataManagement = Loc.tr("Localizable", "Settings.DataManagement", fallback: "Data Management") - public static let editPicture = Loc.tr("Localizable", "Settings.Edit picture", fallback: "Edit picture") - public static let spaceType = Loc.tr("Localizable", "Settings.SpaceType", fallback: "Space type") - public static let title = Loc.tr("Localizable", "Settings.Title", fallback: "Settings") - public static let updated = Loc.tr("Localizable", "Settings.Updated", fallback: "Space information updated") - } public enum Sharing { - public static let addTo = Loc.tr("Localizable", "Sharing.AddTo", fallback: "Add to") - public static let inputPlaceholder = Loc.tr("Localizable", "Sharing.InputPlaceholder", fallback: "Add a comment...") - public static let linkTo = Loc.tr("Localizable", "Sharing.LinkTo", fallback: "Link to") - public static let saveAs = Loc.tr("Localizable", "Sharing.SaveAs", fallback: "SAVE AS") - public static let selectSpace = Loc.tr("Localizable", "Sharing.SelectSpace", fallback: "Space") - public static let sendToChat = Loc.tr("Localizable", "Sharing.SendToChat", fallback: "Send to chat") - public static let title = Loc.tr("Localizable", "Sharing.Title", fallback: "Select Space") + public static let addTo = Loc.tr("Workspace", "Sharing.AddTo", fallback: "Add to") + public static let inputPlaceholder = Loc.tr("Workspace", "Sharing.InputPlaceholder", fallback: "Add a comment...") + public static let linkTo = Loc.tr("Workspace", "Sharing.LinkTo", fallback: "Link to") + public static let saveAs = Loc.tr("Workspace", "Sharing.SaveAs", fallback: "SAVE AS") + public static let selectSpace = Loc.tr("Workspace", "Sharing.SelectSpace", fallback: "Space") + public static let sendToChat = Loc.tr("Workspace", "Sharing.SendToChat", fallback: "Send to chat") + public static let title = Loc.tr("Workspace", "Sharing.Title", fallback: "Select Space") public enum `Any` { - public static let block = Loc.tr("Localizable", "Sharing.Any.Block", fallback: "Blocks") + public static let block = Loc.tr("Workspace", "Sharing.Any.Block", fallback: "Blocks") } public enum File { public static func block(_ p1: Int) -> String { - return Loc.tr("Localizable", "Sharing.File.Block", p1, fallback: "Plural format key: Sharing.File.Block") + return Loc.tr("Workspace", "Sharing.File.Block", p1, fallback: "Plural format key: Sharing.File.Block") } public static func newObject(_ p1: Int) -> String { - return Loc.tr("Localizable", "Sharing.File.NewObject", p1, fallback: "Plural format key: Sharing.File.NewObject") + return Loc.tr("Workspace", "Sharing.File.NewObject", p1, fallback: "Plural format key: Sharing.File.NewObject") } } public enum Navigation { - public static let title = Loc.tr("Localizable", "Sharing.Navigation.title", fallback: "Add to Anytype") + public static let title = Loc.tr("Workspace", "Sharing.Navigation.title", fallback: "Add to Anytype") public enum LeftButton { - public static let title = Loc.tr("Localizable", "Sharing.Navigation.LeftButton.Title", fallback: "Cancel") + public static let title = Loc.tr("Workspace", "Sharing.Navigation.LeftButton.Title", fallback: "Cancel") } public enum RightButton { - public static let title = Loc.tr("Localizable", "Sharing.Navigation.RightButton.Title", fallback: "Done") + public static let title = Loc.tr("Workspace", "Sharing.Navigation.RightButton.Title", fallback: "Done") } } public enum ObjectList { - public static let title = Loc.tr("Localizable", "Sharing.ObjectList.title", fallback: "Select destination") + public static let title = Loc.tr("Workspace", "Sharing.ObjectList.title", fallback: "Select destination") } public enum Text { - public static let noteObject = Loc.tr("Localizable", "Sharing.Text.NoteObject", fallback: "Note object") - public static let textBlock = Loc.tr("Localizable", "Sharing.Text.TextBlock", fallback: "Blocks") + public static let noteObject = Loc.tr("Workspace", "Sharing.Text.NoteObject", fallback: "Note object") + public static let textBlock = Loc.tr("Workspace", "Sharing.Text.TextBlock", fallback: "Blocks") } public enum Tip { - public static let title = Loc.tr("Localizable", "Sharing.Tip.Title", fallback: "Share Extension") + public static let title = Loc.tr("Workspace", "Sharing.Tip.Title", fallback: "Share Extension") public enum Button { - public static let title = Loc.tr("Localizable", "Sharing.Tip.Button.title", fallback: "Show share menu") + public static let title = Loc.tr("Workspace", "Sharing.Tip.Button.title", fallback: "Show share menu") } public enum Steps { - public static let _1 = Loc.tr("Localizable", "Sharing.Tip.Steps.1", fallback: "Tap the iOS sharing button") - public static let _2 = Loc.tr("Localizable", "Sharing.Tip.Steps.2", fallback: "Scroll past the app and tap More") - public static let _3 = Loc.tr("Localizable", "Sharing.Tip.Steps.3", fallback: "Tap Edit to find “Anytype” and tap") + public static let _1 = Loc.tr("Workspace", "Sharing.Tip.Steps.1", fallback: "Tap the iOS sharing button") + public static let _2 = Loc.tr("Workspace", "Sharing.Tip.Steps.2", fallback: "Scroll past the app and tap More") + public static let _3 = Loc.tr("Workspace", "Sharing.Tip.Steps.3", fallback: "Tap Edit to find “Anytype” and tap") } } public enum Url { public static func block(_ p1: Int) -> String { - return Loc.tr("Localizable", "Sharing.URL.Block", p1, fallback: "Plural format key: Sharing.URL.Block") + return Loc.tr("Workspace", "Sharing.URL.Block", p1, fallback: "Plural format key: Sharing.URL.Block") } public static func newObject(_ p1: Int) -> String { - return Loc.tr("Localizable", "Sharing.URL.NewObject", p1, fallback: "Plural format key: Sharing.URL.NewObject") + return Loc.tr("Workspace", "Sharing.URL.NewObject", p1, fallback: "Plural format key: Sharing.URL.NewObject") } } } - public enum SimpleTableMenu { - public enum Item { - public static let clearContents = Loc.tr("Localizable", "SimpleTableMenu.Item.clearContents", fallback: "Clear") - public static let clearStyle = Loc.tr("Localizable", "SimpleTableMenu.Item.clearStyle", fallback: "Reset style") - public static let color = Loc.tr("Localizable", "SimpleTableMenu.Item.color", fallback: "Color") - public static let delete = Loc.tr("Localizable", "SimpleTableMenu.Item.Delete", fallback: "Delete") - public static let duplicate = Loc.tr("Localizable", "SimpleTableMenu.Item.Duplicate", fallback: "Duplicate") - public static let insertAbove = Loc.tr("Localizable", "SimpleTableMenu.Item.InsertAbove", fallback: "Insert above") - public static let insertBelow = Loc.tr("Localizable", "SimpleTableMenu.Item.InsertBelow", fallback: "Insert below") - public static let insertLeft = Loc.tr("Localizable", "SimpleTableMenu.Item.InsertLeft", fallback: "Insert left") - public static let insertRight = Loc.tr("Localizable", "SimpleTableMenu.Item.InsertRight", fallback: "Insert right") - public static let moveDown = Loc.tr("Localizable", "SimpleTableMenu.Item.MoveDown", fallback: "Move down") - public static let moveLeft = Loc.tr("Localizable", "SimpleTableMenu.Item.MoveLeft", fallback: "Move left") - public static let moveRight = Loc.tr("Localizable", "SimpleTableMenu.Item.MoveRight", fallback: "Move right") - public static let moveUp = Loc.tr("Localizable", "SimpleTableMenu.Item.MoveUp", fallback: "Move up") - public static let sort = Loc.tr("Localizable", "SimpleTableMenu.Item.Sort", fallback: "Sort") - public static let style = Loc.tr("Localizable", "SimpleTableMenu.Item.style", fallback: "Style") - } - } public enum SlashMenu { - public static let dotsDivider = Loc.tr("Localizable", "SlashMenu.DotsDivider", fallback: "Dots divider") - public static let lineDivider = Loc.tr("Localizable", "SlashMenu.LineDivider", fallback: "Line divider") - public static let table = Loc.tr("Localizable", "SlashMenu.Table", fallback: "Table") - public static let tableOfContents = Loc.tr("Localizable", "SlashMenu.TableOfContents", fallback: "Table of contents") + public static let dotsDivider = Loc.tr("Workspace", "SlashMenu.DotsDivider", fallback: "Dots divider") + public static let lineDivider = Loc.tr("Workspace", "SlashMenu.LineDivider", fallback: "Line divider") + public static let table = Loc.tr("Workspace", "SlashMenu.Table", fallback: "Table") + public static let tableOfContents = Loc.tr("Workspace", "SlashMenu.TableOfContents", fallback: "Table of contents") } public enum Space { public static func membersCount(_ p1: Int) -> String { - return Loc.tr("Localizable", "Space.MembersCount", p1, fallback: "Plural format key: Space.MembersCount") + return Loc.tr("Workspace", "Space.MembersCount", p1, fallback: "Plural format key: Space.MembersCount") } public enum Invite { public enum EditorAccess { - public static let subtitle = Loc.tr("Localizable", "Space.Invite.EditorAccess.Subtitle", fallback: "People with link can edit and write in chat") - public static let title = Loc.tr("Localizable", "Space.Invite.EditorAccess.Title", fallback: "Editor access") + public static let subtitle = Loc.tr("Workspace", "Space.Invite.EditorAccess.Subtitle", fallback: "People with link can edit and write in chat") + public static let title = Loc.tr("Workspace", "Space.Invite.EditorAccess.Title", fallback: "Editor access") } public enum LinkDisabled { - public static let subtitle = Loc.tr("Localizable", "Space.Invite.LinkDisabled.Subtitle", fallback: "Only already invited members have access") - public static let title = Loc.tr("Localizable", "Space.Invite.LinkDisabled.Title", fallback: "Link disabled") + public static let subtitle = Loc.tr("Workspace", "Space.Invite.LinkDisabled.Subtitle", fallback: "Only already invited members have access") + public static let title = Loc.tr("Workspace", "Space.Invite.LinkDisabled.Title", fallback: "Link disabled") } public enum RequestAccess { - public static let subtitle = Loc.tr("Localizable", "Space.Invite.RequestAccess.Subtitle", fallback: "Owner must approve each join request") - public static let title = Loc.tr("Localizable", "Space.Invite.RequestAccess.Title", fallback: "Request access") + public static let subtitle = Loc.tr("Workspace", "Space.Invite.RequestAccess.Subtitle", fallback: "Owner must approve each join request") + public static let title = Loc.tr("Workspace", "Space.Invite.RequestAccess.Title", fallback: "Request access") } public enum ViewerAccess { - public static let subtitle = Loc.tr("Localizable", "Space.Invite.ViewerAccess.Subtitle", fallback: "People with link can view and read chat") - public static let title = Loc.tr("Localizable", "Space.Invite.ViewerAccess.Title", fallback: "Viewer access") + public static let subtitle = Loc.tr("Workspace", "Space.Invite.ViewerAccess.Subtitle", fallback: "People with link can view and read chat") + public static let title = Loc.tr("Workspace", "Space.Invite.ViewerAccess.Title", fallback: "Viewer access") } } public enum Notifications { public enum Settings { public enum State { - public static let all = Loc.tr("Localizable", "Space.Notifications.Settings.State.All", fallback: "All activity") - public static let disabled = Loc.tr("Localizable", "Space.Notifications.Settings.State.Disabled", fallback: "Disable notifications") - public static let mentions = Loc.tr("Localizable", "Space.Notifications.Settings.State.Mentions", fallback: "Mentions only") + public static let all = Loc.tr("Workspace", "Space.Notifications.Settings.State.All", fallback: "All activity") + public static let disabled = Loc.tr("Workspace", "Space.Notifications.Settings.State.Disabled", fallback: "Disable notifications") + public static let mentions = Loc.tr("Workspace", "Space.Notifications.Settings.State.Mentions", fallback: "Mentions only") } } } public enum Status { - public static let error = Loc.tr("Localizable", "Space.Status.Error", fallback: "Error") - public static let loading = Loc.tr("Localizable", "Space.Status.Loading", fallback: "Loading") - public static let missing = Loc.tr("Localizable", "Space.Status.Missing", fallback: "Missing") - public static let ok = Loc.tr("Localizable", "Space.Status.Ok", fallback: "Ok") - public static let remoteDeleted = Loc.tr("Localizable", "Space.Status.RemoteDeleted", fallback: "Remote Deleted") - public static let remoteWaitingDeletion = Loc.tr("Localizable", "Space.Status.RemoteWaitingDeletion", fallback: "Waiting Deletion") - public static let spaceActive = Loc.tr("Localizable", "Space.Status.SpaceActive", fallback: "Active") - public static let spaceDeleted = Loc.tr("Localizable", "Space.Status.SpaceDeleted", fallback: "Deleted") - public static let spaceJoining = Loc.tr("Localizable", "Space.Status.SpaceJoining", fallback: "Joining") - public static let spaceRemoving = Loc.tr("Localizable", "Space.Status.SpaceRemoving", fallback: "Removing") - public static let unknown = Loc.tr("Localizable", "Space.Status.Unknown", fallback: "Unknown") + public static let error = Loc.tr("Workspace", "Space.Status.Error", fallback: "Error") + public static let loading = Loc.tr("Workspace", "Space.Status.Loading", fallback: "Loading") + public static let missing = Loc.tr("Workspace", "Space.Status.Missing", fallback: "Missing") + public static let ok = Loc.tr("Workspace", "Space.Status.Ok", fallback: "Ok") + public static let remoteDeleted = Loc.tr("Workspace", "Space.Status.RemoteDeleted", fallback: "Remote Deleted") + public static let remoteWaitingDeletion = Loc.tr("Workspace", "Space.Status.RemoteWaitingDeletion", fallback: "Waiting Deletion") + public static let spaceActive = Loc.tr("Workspace", "Space.Status.SpaceActive", fallback: "Active") + public static let spaceDeleted = Loc.tr("Workspace", "Space.Status.SpaceDeleted", fallback: "Deleted") + public static let spaceJoining = Loc.tr("Workspace", "Space.Status.SpaceJoining", fallback: "Joining") + public static let spaceRemoving = Loc.tr("Workspace", "Space.Status.SpaceRemoving", fallback: "Removing") + public static let unknown = Loc.tr("Workspace", "Space.Status.Unknown", fallback: "Unknown") } } public enum SpaceCreate { public enum Chat { - public static let title = Loc.tr("Localizable", "SpaceCreate.Chat.Title", fallback: "Create a chat") + public static let title = Loc.tr("Workspace", "SpaceCreate.Chat.Title", fallback: "Create a chat") } public enum Space { - public static let title = Loc.tr("Localizable", "SpaceCreate.Space.Title", fallback: "Create a space") + public static let title = Loc.tr("Workspace", "SpaceCreate.Space.Title", fallback: "Create a space") } public enum Stream { - public static let title = Loc.tr("Localizable", "SpaceCreate.Stream.Title", fallback: "Create a stream") + public static let title = Loc.tr("Workspace", "SpaceCreate.Stream.Title", fallback: "Create a stream") } } public enum SpaceInvite { public enum Alert { - public static let subtitle = Loc.tr("Localizable", "SpaceInvite.Alert.subtitle", fallback: "If you switch link type, your existing link will be deactivated.") - public static let title = Loc.tr("Localizable", "SpaceInvite.Alert.title", fallback: "The current link will stop working") + public static let subtitle = Loc.tr("Workspace", "SpaceInvite.Alert.subtitle", fallback: "If you switch link type, your existing link will be deactivated.") + public static let title = Loc.tr("Workspace", "SpaceInvite.Alert.title", fallback: "The current link will stop working") } } public enum SpaceManager { - public static let cancelRequest = Loc.tr("Localizable", "SpaceManager.CancelRequest", fallback: "Cancel Join Request") - public static let doNotCancel = Loc.tr("Localizable", "SpaceManager.DoNotCancel", fallback: "Do Not Cancel") + public static let cancelRequest = Loc.tr("Workspace", "SpaceManager.CancelRequest", fallback: "Cancel Join Request") + public static let doNotCancel = Loc.tr("Workspace", "SpaceManager.DoNotCancel", fallback: "Do Not Cancel") public enum CancelRequestAlert { - public static let title = Loc.tr("Localizable", "SpaceManager.CancelRequestAlert.Title", fallback: "You will have to send request access again") - public static let toast = Loc.tr("Localizable", "SpaceManager.CancelRequestAlert.Toast", fallback: "The request was canceled.") + public static let title = Loc.tr("Workspace", "SpaceManager.CancelRequestAlert.Title", fallback: "You will have to send request access again") + public static let toast = Loc.tr("Workspace", "SpaceManager.CancelRequestAlert.Toast", fallback: "The request was canceled.") } } public enum SpaceSettings { - public static let deleteButton = Loc.tr("Localizable", "SpaceSettings.DeleteButton", fallback: "Delete space") - public static let info = Loc.tr("Localizable", "SpaceSettings.Info", fallback: "Space information") - public static let leaveButton = Loc.tr("Localizable", "SpaceSettings.LeaveButton", fallback: "Leave") - public static let networkId = Loc.tr("Localizable", "SpaceSettings.NetworkId", fallback: "Network ID") - public static let remoteStorage = Loc.tr("Localizable", "SpaceSettings.RemoteStorage", fallback: "Remote storage") - public static let share = Loc.tr("Localizable", "SpaceSettings.Share", fallback: "Share") - public static let title = Loc.tr("Localizable", "SpaceSettings.Title", fallback: "Space settings") + public static let deleteButton = Loc.tr("Workspace", "SpaceSettings.DeleteButton", fallback: "Delete space") + public static let info = Loc.tr("Workspace", "SpaceSettings.Info", fallback: "Space information") + public static let leaveButton = Loc.tr("Workspace", "SpaceSettings.LeaveButton", fallback: "Leave") + public static let networkId = Loc.tr("Workspace", "SpaceSettings.NetworkId", fallback: "Network ID") + public static let remoteStorage = Loc.tr("Workspace", "SpaceSettings.RemoteStorage", fallback: "Remote storage") + public static let share = Loc.tr("Workspace", "SpaceSettings.Share", fallback: "Share") + public static let title = Loc.tr("Workspace", "SpaceSettings.Title", fallback: "Space settings") public enum DeleteAlert { - public static let message = Loc.tr("Localizable", "SpaceSettings.DeleteAlert.Message", fallback: "This space will be deleted irrevocably. You can’t undo this action.") + public static let message = Loc.tr("Workspace", "SpaceSettings.DeleteAlert.Message", fallback: "This space will be deleted irrevocably. You can’t undo this action.") public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceSettings.DeleteAlert.Title", String(describing: p1), fallback: "Delete ‘%@’ space") + return Loc.tr("Workspace", "SpaceSettings.DeleteAlert.Title", String(describing: p1), fallback: "Delete ‘%@’ space") } } public enum LeaveAlert { public static func message(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceSettings.LeaveAlert.Message", String(describing: p1), fallback: "%@ space will be removed from your devices and you will no longer have access to it") + return Loc.tr("Workspace", "SpaceSettings.LeaveAlert.Message", String(describing: p1), fallback: "%@ space will be removed from your devices and you will no longer have access to it") } public static func toast(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceSettings.LeaveAlert.Toast", String(describing: p1), fallback: "You left the %@.") + return Loc.tr("Workspace", "SpaceSettings.LeaveAlert.Toast", String(describing: p1), fallback: "You left the %@.") } } } public enum SpaceShare { - public static let accessChanged = Loc.tr("Localizable", "SpaceShare.AccessChanged", fallback: "Access rights have been changed.") + public static let accessChanged = Loc.tr("Workspace", "SpaceShare.AccessChanged", fallback: "Access rights have been changed.") public static func changePermissions(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.ChangePermissions", String(describing: p1), String(describing: p2), fallback: "%@ access to the space would become %@.") + return Loc.tr("Workspace", "SpaceShare.ChangePermissions", String(describing: p1), String(describing: p2), fallback: "%@ access to the space would become %@.") } - public static let joinRequest = Loc.tr("Localizable", "SpaceShare.JoinRequest", fallback: "Join request") - public static let leaveRequest = Loc.tr("Localizable", "SpaceShare.LeaveRequest", fallback: "Leave request") - public static let manage = Loc.tr("Localizable", "SpaceShare.Manage", fallback: "Manage") - public static let manageSpaces = Loc.tr("Localizable", "SpaceShare.ManageSpaces", fallback: "Manage Spaces") - public static let members = Loc.tr("Localizable", "SpaceShare.Members", fallback: "Members") + public static let joinRequest = Loc.tr("Workspace", "SpaceShare.JoinRequest", fallback: "Join request") + public static let leaveRequest = Loc.tr("Workspace", "SpaceShare.LeaveRequest", fallback: "Leave request") + public static let manage = Loc.tr("Workspace", "SpaceShare.Manage", fallback: "Manage") + public static let manageSpaces = Loc.tr("Workspace", "SpaceShare.ManageSpaces", fallback: "Manage Spaces") + public static let members = Loc.tr("Workspace", "SpaceShare.Members", fallback: "Members") public static func requestsCount(_ p1: Int) -> String { - return Loc.tr("Localizable", "SpaceShare.RequestsCount", p1, fallback: "Plural format key: SpaceShare.RequestsCount") + return Loc.tr("Workspace", "SpaceShare.RequestsCount", p1, fallback: "Plural format key: SpaceShare.RequestsCount") } - public static let title = Loc.tr("Localizable", "SpaceShare.Title", fallback: "Sharing") + public static let title = Loc.tr("Workspace", "SpaceShare.Title", fallback: "Sharing") public static func youSuffix(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.YouSuffix", String(describing: p1), fallback: "%@ (you)") + return Loc.tr("Workspace", "SpaceShare.YouSuffix", String(describing: p1), fallback: "%@ (you)") } public enum Action { - public static let approve = Loc.tr("Localizable", "SpaceShare.Action.Approve", fallback: "Approve") - public static let viewRequest = Loc.tr("Localizable", "SpaceShare.Action.ViewRequest", fallback: "View request") + public static let approve = Loc.tr("Workspace", "SpaceShare.Action.Approve", fallback: "Approve") + public static let viewRequest = Loc.tr("Workspace", "SpaceShare.Action.ViewRequest", fallback: "View request") } public enum AlreadyJoin { - public static let openSpace = Loc.tr("Localizable", "SpaceShare.AlreadyJoin.OpenSpace", fallback: "Open space") - public static let title = Loc.tr("Localizable", "SpaceShare.AlreadyJoin.Title", fallback: "You are already a member of this space") + public static let openSpace = Loc.tr("Workspace", "SpaceShare.AlreadyJoin.OpenSpace", fallback: "Open space") + public static let title = Loc.tr("Workspace", "SpaceShare.AlreadyJoin.Title", fallback: "You are already a member of this space") } public enum Approve { public static func toast(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.Approve.Toast", String(describing: p1), fallback: "You approved %@'s request.") + return Loc.tr("Workspace", "SpaceShare.Approve.Toast", String(describing: p1), fallback: "You approved %@'s request.") } } public enum CopyInviteLink { - public static let title = Loc.tr("Localizable", "SpaceShare.CopyInviteLink.Title", fallback: "Copy invite link") + public static let title = Loc.tr("Workspace", "SpaceShare.CopyInviteLink.Title", fallback: "Copy invite link") } public enum DeleteSharingLink { - public static let message = Loc.tr("Localizable", "SpaceShare.DeleteSharingLink.Message", fallback: "New members won’t be able to join the space. You can generate a new link anytime") - public static let title = Loc.tr("Localizable", "SpaceShare.DeleteSharingLink.Title", fallback: "Delete link") + public static let message = Loc.tr("Workspace", "SpaceShare.DeleteSharingLink.Message", fallback: "New members won’t be able to join the space. You can generate a new link anytime") + public static let title = Loc.tr("Workspace", "SpaceShare.DeleteSharingLink.Title", fallback: "Delete link") } public enum HowToShare { - public static let step1 = Loc.tr("Localizable", "SpaceShare.HowToShare.Step1", fallback: "Please provide the link to the person you'd like to collaborate with.") - public static let step2 = Loc.tr("Localizable", "SpaceShare.HowToShare.Step2", fallback: "By clicking the link, a person requests to join the space.") - public static let step3 = Loc.tr("Localizable", "SpaceShare.HowToShare.Step3", fallback: "After approving the request, you can choose the access rights for that person.") - public static let title = Loc.tr("Localizable", "SpaceShare.HowToShare.Title", fallback: "How to share a space?") + public static let step1 = Loc.tr("Workspace", "SpaceShare.HowToShare.Step1", fallback: "Please provide the link to the person you'd like to collaborate with.") + public static let step2 = Loc.tr("Workspace", "SpaceShare.HowToShare.Step2", fallback: "By clicking the link, a person requests to join the space.") + public static let step3 = Loc.tr("Workspace", "SpaceShare.HowToShare.Step3", fallback: "After approving the request, you can choose the access rights for that person.") + public static let title = Loc.tr("Workspace", "SpaceShare.HowToShare.Title", fallback: "How to share a space?") } public enum Invite { - public static let empty = Loc.tr("Localizable", "SpaceShare.Invite.Empty", fallback: "Create invite link to share space and add new members") - public static let generate = Loc.tr("Localizable", "SpaceShare.Invite.Generate", fallback: "Generate invite link") + public static let empty = Loc.tr("Workspace", "SpaceShare.Invite.Empty", fallback: "Create invite link to share space and add new members") + public static let generate = Loc.tr("Workspace", "SpaceShare.Invite.Generate", fallback: "Generate invite link") public static func maxLimit(_ p1: Int) -> String { - return Loc.tr("Localizable", "SpaceShare.Invite.MaxLimit", p1, fallback: "Plural format key: SpaceShare.Invite.MaxLimit") + return Loc.tr("Workspace", "SpaceShare.Invite.MaxLimit", p1, fallback: "Plural format key: SpaceShare.Invite.MaxLimit") } - public static let share = Loc.tr("Localizable", "SpaceShare.Invite.Share", fallback: "Share invite link") - public static let title = Loc.tr("Localizable", "SpaceShare.Invite.Title", fallback: "Invite link") + public static let share = Loc.tr("Workspace", "SpaceShare.Invite.Share", fallback: "Share invite link") + public static let title = Loc.tr("Workspace", "SpaceShare.Invite.Title", fallback: "Invite link") public enum Description { - public static let part1 = Loc.tr("Localizable", "SpaceShare.Invite.Description.part1", fallback: "Share this invite link so that others can join your space") - public static let part2 = Loc.tr("Localizable", "SpaceShare.Invite.Description.part2", fallback: "Once they click your link and request access, you can set their access rights.") + public static let part1 = Loc.tr("Workspace", "SpaceShare.Invite.Description.part1", fallback: "Share this invite link so that others can join your space") + public static let part2 = Loc.tr("Workspace", "SpaceShare.Invite.Description.part2", fallback: "Once they click your link and request access, you can set their access rights.") } public enum Stream { - public static let description = Loc.tr("Localizable", "SpaceShare.Invite.Stream.Description", fallback: "Share this link so that others can join your Stream.") + public static let description = Loc.tr("Workspace", "SpaceShare.Invite.Stream.Description", fallback: "Share this link so that others can join your Stream.") } } public enum Join { - public static let button = Loc.tr("Localizable", "SpaceShare.Join.Button", fallback: "Request to join") - public static let commentPlaceholder = Loc.tr("Localizable", "SpaceShare.Join.CommentPlaceholder", fallback: "Leave a private comment for a space owner") - public static let info = Loc.tr("Localizable", "SpaceShare.Join.Info", fallback: "Once the space owner approves your request, you'll join the space with the access rights owner determined.") + public static let button = Loc.tr("Workspace", "SpaceShare.Join.Button", fallback: "Request to join") + public static let commentPlaceholder = Loc.tr("Workspace", "SpaceShare.Join.CommentPlaceholder", fallback: "Leave a private comment for a space owner") + public static let info = Loc.tr("Workspace", "SpaceShare.Join.Info", fallback: "Once the space owner approves your request, you'll join the space with the access rights owner determined.") public static func message(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.Join.Message", String(describing: p1), String(describing: p2), fallback: "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in.") + return Loc.tr("Workspace", "SpaceShare.Join.Message", String(describing: p1), String(describing: p2), fallback: "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in.") } - public static let spaceDeleted = Loc.tr("Localizable", "SpaceShare.Join.SpaceDeleted", fallback: "The space you try to access has been deleted") - public static let title = Loc.tr("Localizable", "SpaceShare.Join.Title", fallback: "Join a space") + public static let spaceDeleted = Loc.tr("Workspace", "SpaceShare.Join.SpaceDeleted", fallback: "The space you try to access has been deleted") + public static let title = Loc.tr("Workspace", "SpaceShare.Join.Title", fallback: "Join a space") public enum InviteNotFound { - public static let message = Loc.tr("Localizable", "SpaceShare.Join.InviteNotFound.Message", fallback: "The link you are using does not seem to work. Please ask the owner to share a new one with you.") + public static let message = Loc.tr("Workspace", "SpaceShare.Join.InviteNotFound.Message", fallback: "The link you are using does not seem to work. Please ask the owner to share a new one with you.") } public enum LimitReached { - public static let message = Loc.tr("Localizable", "SpaceShare.Join.LimitReached.Message", fallback: "To join as an editor, ask the owner to add more editor seats or send you a new link with view-only access.") - public static let title = Loc.tr("Localizable", "SpaceShare.Join.LimitReached.Title", fallback: "This space has reached its limit") + public static let message = Loc.tr("Workspace", "SpaceShare.Join.LimitReached.Message", fallback: "To join as an editor, ask the owner to add more editor seats or send you a new link with view-only access.") + public static let title = Loc.tr("Workspace", "SpaceShare.Join.LimitReached.Title", fallback: "This space has reached its limit") } public enum NoAccess { - public static let title = Loc.tr("Localizable", "SpaceShare.Join.NoAccess.Title", fallback: "No access to this space") + public static let title = Loc.tr("Workspace", "SpaceShare.Join.NoAccess.Title", fallback: "No access to this space") } public enum NoApprove { - public static let button = Loc.tr("Localizable", "SpaceShare.Join.NoApprove.button", fallback: "Join Space") + public static let button = Loc.tr("Workspace", "SpaceShare.Join.NoApprove.button", fallback: "Join Space") public static func message(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.Join.NoApprove.Message", String(describing: p1), String(describing: p2), fallback: "You've been invited to join %@, created by %@") + return Loc.tr("Workspace", "SpaceShare.Join.NoApprove.Message", String(describing: p1), String(describing: p2), fallback: "You've been invited to join %@, created by %@") } public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.Join.NoApprove.Title", String(describing: p1), fallback: "Join %@") + return Loc.tr("Workspace", "SpaceShare.Join.NoApprove.Title", String(describing: p1), fallback: "Join %@") } } public enum ObjectIsNotAvailable { - public static let message = Loc.tr("Localizable", "SpaceShare.Join.ObjectIsNotAvailable.Message", fallback: "Ask the owner to share it with you.") + public static let message = Loc.tr("Workspace", "SpaceShare.Join.ObjectIsNotAvailable.Message", fallback: "Ask the owner to share it with you.") } } public enum JoinConfirmation { - public static let message = Loc.tr("Localizable", "SpaceShare.JoinConfirmation.Message", fallback: "You will receive a notification when the space owner will approve your request.") - public static let title = Loc.tr("Localizable", "SpaceShare.JoinConfirmation.Title", fallback: "Request sent") + public static let message = Loc.tr("Workspace", "SpaceShare.JoinConfirmation.Message", fallback: "You will receive a notification when the space owner will approve your request.") + public static let title = Loc.tr("Workspace", "SpaceShare.JoinConfirmation.Title", fallback: "Request sent") } public enum Permissions { - public static let owner = Loc.tr("Localizable", "SpaceShare.Permissions.Owner", fallback: "Owner") - public static let reader = Loc.tr("Localizable", "SpaceShare.Permissions.Reader", fallback: "Viewer") - public static let writer = Loc.tr("Localizable", "SpaceShare.Permissions.Writer", fallback: "Editor") + public static let owner = Loc.tr("Workspace", "SpaceShare.Permissions.Owner", fallback: "Owner") + public static let reader = Loc.tr("Workspace", "SpaceShare.Permissions.Reader", fallback: "Viewer") + public static let writer = Loc.tr("Workspace", "SpaceShare.Permissions.Writer", fallback: "Editor") public enum Grand { - public static let edit = Loc.tr("Localizable", "SpaceShare.Permissions.Grand.Edit", fallback: "Edit") - public static let view = Loc.tr("Localizable", "SpaceShare.Permissions.Grand.View", fallback: "View") + public static let edit = Loc.tr("Workspace", "SpaceShare.Permissions.Grand.Edit", fallback: "Edit") + public static let view = Loc.tr("Workspace", "SpaceShare.Permissions.Grand.View", fallback: "View") } } public enum Qr { - public static let button = Loc.tr("Localizable", "SpaceShare.QR.Button", fallback: "Show QR code") - public static let title = Loc.tr("Localizable", "SpaceShare.QR.Title", fallback: "QR code for joining a Space") + public static let button = Loc.tr("Workspace", "SpaceShare.QR.Button", fallback: "Show QR code") + public static let title = Loc.tr("Workspace", "SpaceShare.QR.Title", fallback: "QR code for joining a Space") } public enum RemoveMember { public static func message(_ p1: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.RemoveMember.Message", String(describing: p1), fallback: "%@ will be removed from the space.") + return Loc.tr("Workspace", "SpaceShare.RemoveMember.Message", String(describing: p1), fallback: "%@ will be removed from the space.") } - public static let title = Loc.tr("Localizable", "SpaceShare.RemoveMember.Title", fallback: "Remove member") + public static let title = Loc.tr("Workspace", "SpaceShare.RemoveMember.Title", fallback: "Remove member") } public enum Share { - public static let link = Loc.tr("Localizable", "SpaceShare.Share.link", fallback: "Share link") + public static let link = Loc.tr("Workspace", "SpaceShare.Share.link", fallback: "Share link") } public enum StopSharing { - public static let action = Loc.tr("Localizable", "SpaceShare.StopSharing.Action", fallback: "Stop sharing") - public static let message = Loc.tr("Localizable", "SpaceShare.StopSharing.Message", fallback: "Members will no longer sync to this space and the share link will be deactivated.") - public static let title = Loc.tr("Localizable", "SpaceShare.StopSharing.Title", fallback: "Stop sharing the space") - public static let toast = Loc.tr("Localizable", "SpaceShare.StopSharing.Toast", fallback: "The space is no longer shared") + public static let action = Loc.tr("Workspace", "SpaceShare.StopSharing.Action", fallback: "Stop sharing") + public static let message = Loc.tr("Workspace", "SpaceShare.StopSharing.Message", fallback: "Members will no longer sync to this space and the share link will be deactivated.") + public static let title = Loc.tr("Workspace", "SpaceShare.StopSharing.Title", fallback: "Stop sharing the space") + public static let toast = Loc.tr("Workspace", "SpaceShare.StopSharing.Toast", fallback: "The space is no longer shared") } public enum StopSharingEmptySpace { - public static let message = Loc.tr("Localizable", "SpaceShare.StopSharingEmptySpace.Message", fallback: "You’ve removed the last member, so this space is now private and only accessible to you.") - public static let title = Loc.tr("Localizable", "SpaceShare.StopSharingEmptySpace.Title", fallback: "The space is now private") + public static let message = Loc.tr("Workspace", "SpaceShare.StopSharingEmptySpace.Message", fallback: "You’ve removed the last member, so this space is now private and only accessible to you.") + public static let title = Loc.tr("Workspace", "SpaceShare.StopSharingEmptySpace.Title", fallback: "The space is now private") } public enum Tip { - public static let title = Loc.tr("Localizable", "SpaceShare.Tip.Title", fallback: "Collaborate on spaces") + public static let title = Loc.tr("Workspace", "SpaceShare.Tip.Title", fallback: "Collaborate on spaces") public enum Steps { - public static let _1 = Loc.tr("Localizable", "SpaceShare.Tip.Steps.1", fallback: "Tap the Space widget to access settings") - public static let _2 = Loc.tr("Localizable", "SpaceShare.Tip.Steps.2", fallback: "Open Share section") - public static let _3 = Loc.tr("Localizable", "SpaceShare.Tip.Steps.3", fallback: "Generate an invite link and share it") + public static let _1 = Loc.tr("Workspace", "SpaceShare.Tip.Steps.1", fallback: "Tap the Space widget to access settings") + public static let _2 = Loc.tr("Workspace", "SpaceShare.Tip.Steps.2", fallback: "Open Share section") + public static let _3 = Loc.tr("Workspace", "SpaceShare.Tip.Steps.3", fallback: "Generate an invite link and share it") } } public enum ViewRequest { - public static let editAccess = Loc.tr("Localizable", "SpaceShare.ViewRequest.EditAccess", fallback: "Add as editor") - public static let reject = Loc.tr("Localizable", "SpaceShare.ViewRequest.Reject", fallback: "Reject") + public static let editAccess = Loc.tr("Workspace", "SpaceShare.ViewRequest.EditAccess", fallback: "Add as editor") + public static let reject = Loc.tr("Workspace", "SpaceShare.ViewRequest.Reject", fallback: "Reject") public static func title(_ p1: Any, _ p2: Any) -> String { - return Loc.tr("Localizable", "SpaceShare.ViewRequest.Title", String(describing: p1), String(describing: p2), fallback: "%@ requested to join %@ space") + return Loc.tr("Workspace", "SpaceShare.ViewRequest.Title", String(describing: p1), String(describing: p2), fallback: "%@ requested to join %@ space") } - public static let viewAccess = Loc.tr("Localizable", "SpaceShare.ViewRequest.ViewAccess", fallback: "Add as viewer") + public static let viewAccess = Loc.tr("Workspace", "SpaceShare.ViewRequest.ViewAccess", fallback: "Add as viewer") } } public enum Spaces { - public static let title = Loc.tr("Localizable", "Spaces.Title", fallback: "Spaces") + public static let title = Loc.tr("Workspace", "Spaces.Title", fallback: "Spaces") public enum Accessibility { - public static let personal = Loc.tr("Localizable", "Spaces.Accessibility.Personal", fallback: "Entry Space") - public static let `private` = Loc.tr("Localizable", "Spaces.Accessibility.Private", fallback: "Private Space") - public static let shared = Loc.tr("Localizable", "Spaces.Accessibility.Shared", fallback: "Shared Space") + public static let personal = Loc.tr("Workspace", "Spaces.Accessibility.Personal", fallback: "Entry Space") + public static let `private` = Loc.tr("Workspace", "Spaces.Accessibility.Private", fallback: "Private Space") + public static let shared = Loc.tr("Workspace", "Spaces.Accessibility.Shared", fallback: "Shared Space") } public enum Info { - public static let network = Loc.tr("Localizable", "Spaces.Info.Network", fallback: "Network:") + public static let network = Loc.tr("Workspace", "Spaces.Info.Network", fallback: "Network:") } public enum Search { - public static let title = Loc.tr("Localizable", "Spaces.Search.Title", fallback: "Search spaces") + public static let title = Loc.tr("Workspace", "Spaces.Search.Title", fallback: "Search spaces") } public enum UxType { public enum Chat { - public static let changeDescription = Loc.tr("Localizable", "Spaces.UxType.Chat.ChangeDescription", fallback: "Group chat with shared data. Best for small groups or a single ongoing conversation.") - public static let description = Loc.tr("Localizable", "Spaces.UxType.Chat.Description", fallback: "Group chat with content organization") - public static let title = Loc.tr("Localizable", "Spaces.UxType.Chat.Title", fallback: "Chat") + public static let changeDescription = Loc.tr("Workspace", "Spaces.UxType.Chat.ChangeDescription", fallback: "Group chat with shared data. Best for small groups or a single ongoing conversation.") + public static let description = Loc.tr("Workspace", "Spaces.UxType.Chat.Description", fallback: "Group chat with content organization") + public static let title = Loc.tr("Workspace", "Spaces.UxType.Chat.Title", fallback: "Chat") } public enum Space { - public static let changeDescription = Loc.tr("Localizable", "Spaces.UxType.Space.ChangeDescription", fallback: "Hub for advanced data management. Multi-chats by topic coming soon. Ideal for larger teams.") - public static let description = Loc.tr("Localizable", "Spaces.UxType.Space.Description", fallback: "Hub for advanced data management") - public static let title = Loc.tr("Localizable", "Spaces.UxType.Space.Title", fallback: "Space") + public static let changeDescription = Loc.tr("Workspace", "Spaces.UxType.Space.ChangeDescription", fallback: "Hub for advanced data management. Multi-chats by topic coming soon. Ideal for larger teams.") + public static let description = Loc.tr("Workspace", "Spaces.UxType.Space.Description", fallback: "Hub for advanced data management") + public static let title = Loc.tr("Workspace", "Spaces.UxType.Space.Title", fallback: "Space") } public enum Stream { - public static let description = Loc.tr("Localizable", "Spaces.UxType.Stream.Description", fallback: "For broadcasting your vibe") - public static let title = Loc.tr("Localizable", "Spaces.UxType.Stream.Title", fallback: "Stream") + public static let description = Loc.tr("Workspace", "Spaces.UxType.Stream.Description", fallback: "For broadcasting your vibe") + public static let title = Loc.tr("Workspace", "Spaces.UxType.Stream.Title", fallback: "Stream") } } } - public enum StoreKitServiceError { - public static let needUserAction = Loc.tr("Localizable", "StoreKitServiceError.needUserAction", fallback: "Payment unsuccessfull, User Actions on Apple side required to pay.") - public static let userCancelled = Loc.tr("Localizable", "StoreKitServiceError.userCancelled", fallback: "Purchase cancelled") - } public enum Stream { public enum Empty { - public static let description = Loc.tr("Localizable", "Stream.Empty.Description", fallback: "Invite people and start sharing your vibe") - public static let title = Loc.tr("Localizable", "Stream.Empty.Title", fallback: "This stream is empty") - } - } - public enum StyleMenu { - public enum Color { - public enum TextColor { - public static let placeholder = Loc.tr("Localizable", "StyleMenu.Color.TextColor.Placeholder", fallback: "A") - } - } - } - public enum Swipe { - public enum Tip { - public static let subtitle = Loc.tr("Localizable", "Swipe.Tip.Subtitle", fallback: "Create objects inside widgets by easily swiping them left.") - public static let title = Loc.tr("Localizable", "Swipe.Tip.Title", fallback: "Swipe to Create Objects") + public static let description = Loc.tr("Workspace", "Stream.Empty.Description", fallback: "Invite people and start sharing your vibe") + public static let title = Loc.tr("Workspace", "Stream.Empty.Title", fallback: "This stream is empty") } } - public enum Sync { - public enum Status { - public enum Version { - public enum Outdated { - public static let description = Loc.tr("Localizable", "Sync.Status.Version.Outdated.Description", fallback: "Version outdated. Please update Anytype") - } - } - } - } - public enum SyncStatus { - public enum Error { - public static let incompatibleVersion = Loc.tr("Localizable", "SyncStatus.Error.incompatibleVersion", fallback: "Incompatible version") - public static let networkError = Loc.tr("Localizable", "SyncStatus.Error.networkError", fallback: "No access to the space") - public static let storageLimitExceed = Loc.tr("Localizable", "SyncStatus.Error.storageLimitExceed", fallback: "Storage limit reached") - public static let unrecognized = Loc.tr("Localizable", "SyncStatus.Error.UNRECOGNIZED", fallback: "Unrecognized error") - } - public enum Info { - public static let anytypeNetwork = Loc.tr("Localizable", "SyncStatus.Info.AnytypeNetwork", fallback: "End-to-end encrypted") - public static let localOnly = Loc.tr("Localizable", "SyncStatus.Info.localOnly", fallback: "Data backup is disabled") - public static let networkNeedsUpdate = Loc.tr("Localizable", "SyncStatus.Info.NetworkNeedsUpdate", fallback: "Sync might be slow. Update the app.") - } - public enum P2P { - public static let notConnected = Loc.tr("Localizable", "SyncStatus.P2P.NotConnected", fallback: "Not connected") - public static let notPossible = Loc.tr("Localizable", "SyncStatus.P2P.NotPossible", fallback: "Connection not possible") - public static let restricted = Loc.tr("Localizable", "SyncStatus.P2P.Restricted", fallback: "Restricted. Tap to open device settings.") - } - } - public enum TalbeOfContents { - public static let empty = Loc.tr("Localizable", "TalbeOfContents.Empty", fallback: "Add headings to create a table of contents") - } public enum TemplateEditing { - public static let title = Loc.tr("Localizable", "TemplateEditing.Title", fallback: "Edit template") + public static let title = Loc.tr("Workspace", "TemplateEditing.Title", fallback: "Edit template") } public enum TemplateOptions { public enum Alert { - public static let delete = Loc.tr("Localizable", "TemplateOptions.Alert.Delete", fallback: "Delete") - public static let duplicate = Loc.tr("Localizable", "TemplateOptions.Alert.Duplicate", fallback: "Duplicate") - public static let editTemplate = Loc.tr("Localizable", "TemplateOptions.Alert.EditTemplate", fallback: "Edit template") + public static let delete = Loc.tr("Workspace", "TemplateOptions.Alert.Delete", fallback: "Delete") + public static let duplicate = Loc.tr("Workspace", "TemplateOptions.Alert.Duplicate", fallback: "Duplicate") + public static let editTemplate = Loc.tr("Workspace", "TemplateOptions.Alert.EditTemplate", fallback: "Edit template") } } public enum TemplatePicker { - public static let chooseTemplate = Loc.tr("Localizable", "TemplatePicker.ChooseTemplate", fallback: "Choose template") + public static let chooseTemplate = Loc.tr("Workspace", "TemplatePicker.ChooseTemplate", fallback: "Choose template") public enum Buttons { - public static let useTemplate = Loc.tr("Localizable", "TemplatePicker.Buttons.UseTemplate", fallback: "Use template") + public static let useTemplate = Loc.tr("Workspace", "TemplatePicker.Buttons.UseTemplate", fallback: "Use template") } } public enum TemplateSelection { - public static let selectTemplate = Loc.tr("Localizable", "TemplateSelection.SelectTemplate", fallback: "Select template") + public static let selectTemplate = Loc.tr("Workspace", "TemplateSelection.SelectTemplate", fallback: "Select template") public enum Available { public static func title(_ p1: Int) -> String { - return Loc.tr("Localizable", "TemplateSelection.Available.Title", p1, fallback: "Plural format key: TemplateSelection.Available.Title") + return Loc.tr("Workspace", "TemplateSelection.Available.Title", p1, fallback: "Plural format key: TemplateSelection.Available.Title") } } public enum ObjectType { - public static let subtitle = Loc.tr("Localizable", "TemplateSelection.ObjectType.Subtitle", fallback: "Object type") + public static let subtitle = Loc.tr("Workspace", "TemplateSelection.ObjectType.Subtitle", fallback: "Object type") } public enum Template { - public static let subtitle = Loc.tr("Localizable", "TemplateSelection.Template.Subtitle", fallback: "Template") - } - } - public enum Templates { - public enum Popup { - public static let `default` = Loc.tr("Localizable", "Templates.Popup.Default", fallback: "The template was set as default") - public static let duplicated = Loc.tr("Localizable", "Templates.Popup.Duplicated", fallback: "The template was duplicated") - public static let removed = Loc.tr("Localizable", "Templates.Popup.Removed", fallback: "The template was removed") - public static let wasAddedTo = Loc.tr("Localizable", "Templates.Popup.WasAddedTo", fallback: "New template was added to the type") - public enum WasAddedTo { - public static func title(_ p1: Any) -> String { - return Loc.tr("Localizable", "Templates.Popup.WasAddedTo.title", String(describing: p1), fallback: "New template was added to the type %@") - } - } - } - } - public enum TextStyle { - public enum Bold { - public static let title = Loc.tr("Localizable", "TextStyle.Bold.Title", fallback: "Bold") - } - public enum Bulleted { - public static let title = Loc.tr("Localizable", "TextStyle.Bulleted.Title", fallback: "Bulleted") - } - public enum Callout { - public static let title = Loc.tr("Localizable", "TextStyle.Callout.Title", fallback: "Callout") - } - public enum Checkbox { - public static let title = Loc.tr("Localizable", "TextStyle.Checkbox.Title", fallback: "Checkbox") - } - public enum Code { - public static let title = Loc.tr("Localizable", "TextStyle.Code.Title", fallback: "Code") - } - public enum Heading { - public static let title = Loc.tr("Localizable", "TextStyle.Heading.Title", fallback: "Heading") - } - public enum Highlighted { - public static let title = Loc.tr("Localizable", "TextStyle.Highlighted.Title", fallback: "Highlighted") - } - public enum Italic { - public static let title = Loc.tr("Localizable", "TextStyle.Italic.Title", fallback: "Italic") - } - public enum Link { - public static let title = Loc.tr("Localizable", "TextStyle.Link.Title", fallback: "Link") - } - public enum Numbered { - public static let title = Loc.tr("Localizable", "TextStyle.Numbered.Title", fallback: "Numbered list") - } - public enum Strikethrough { - public static let title = Loc.tr("Localizable", "TextStyle.Strikethrough.Title", fallback: "Strikethrough") - } - public enum Subheading { - public static let title = Loc.tr("Localizable", "TextStyle.Subheading.Title", fallback: "Subheading") - } - public enum Text { - public static let title = Loc.tr("Localizable", "TextStyle.Text.Title", fallback: "Text") - } - public enum Title { - public static let title = Loc.tr("Localizable", "TextStyle.Title.Title", fallback: "Title") - } - public enum Toggle { - public static let title = Loc.tr("Localizable", "TextStyle.Toggle.Title", fallback: "Toggle") - } - public enum Underline { - public static let title = Loc.tr("Localizable", "TextStyle.Underline.Title", fallback: "Underline") - } - } - public enum ToggleEmpty { - public static let tapToCreateBlock = Loc.tr("Localizable", "Toggle empty. Tap to create block.", fallback: "Toggle empty. Tap to create block.") - } - public enum Vault { - public enum Select { - public enum Incompatible { - public enum Version { - public enum Error { - public static let text = Loc.tr("Localizable", "Vault.Select.Incompatible.Version.Error.Text", fallback: "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version.") - } - } - } - } - } - public enum VersionHistory { - public static let title = Loc.tr("Localizable", "VersionHistory.Title", fallback: "Version History") - public enum Toast { - public static func message(_ p1: Any) -> String { - return Loc.tr("Localizable", "VersionHistory.Toast.message", String(describing: p1), fallback: "Version %@ was restored") - } - } - } - public enum Wallet { - public enum Recovery { - public enum Error { - public static let description = Loc.tr("Localizable", "Wallet.Recovery.Error.description", fallback: "Invalid Key") - } - } - } - public enum WidgetExtension { - public enum LockScreen { - public static let description = Loc.tr("Localizable", "WidgetExtension.LockScreen.Description", fallback: "Create a new object on the fly") - public static let title = Loc.tr("Localizable", "WidgetExtension.LockScreen.Title", fallback: "New object") - } - } - public enum WidgetObjectList { - public enum ForceDelete { - public static let message = Loc.tr("Localizable", "WidgetObjectList.ForceDelete.Message", fallback: "You can’t undo this action.") - } - } - public enum Widgets { - public static let appUpdate = Loc.tr("Localizable", "Widgets.AppUpdate", fallback: "Anytype is ready to update") - public static func autoAddedAlert(_ p1: Any) -> String { - return Loc.tr("Localizable", "Widgets.AutoAddedAlert", String(describing: p1), fallback: "Widget %@ was added") - } - public static let sourceSearch = Loc.tr("Localizable", "Widgets.SourceSearch", fallback: "Widget source") - public enum Actions { - public static let addBelow = Loc.tr("Localizable", "Widgets.Actions.AddBelow", fallback: "Add Below") - public static let addWidget = Loc.tr("Localizable", "Widgets.Actions.AddWidget", fallback: "Add Widget") - public static func binConfirm(_ p1: Int) -> String { - return Loc.tr("Localizable", "Widgets.Actions.BinConfirm", p1, fallback: "Plural format key: Widgets.Actions.BinConfirm") - } - public static let changeWidgetType = Loc.tr("Localizable", "Widgets.Actions.ChangeWidgetType", fallback: "Change Widget Type") - public static let editWidgets = Loc.tr("Localizable", "Widgets.Actions.EditWidgets", fallback: "Edit Widgets") - public static let emptyBin = Loc.tr("Localizable", "Widgets.Actions.EmptyBin", fallback: "Empty Bin") - public static let newObject = Loc.tr("Localizable", "Widgets.Actions.NewObject", fallback: "New Object") - public static let removeWidget = Loc.tr("Localizable", "Widgets.Actions.RemoveWidget", fallback: "Remove Widget") - public static let seeAllObjects = Loc.tr("Localizable", "Widgets.Actions.SeeAllObjects", fallback: "See all objects") - } - public enum Empty { - public static let createObject = Loc.tr("Localizable", "Widgets.Empty.CreateObject", fallback: "Create Object") - public static let title = Loc.tr("Localizable", "Widgets.Empty.Title", fallback: "There are no objects here") - } - public enum Layout { - public enum CompactList { - public static let description = Loc.tr("Localizable", "Widgets.Layout.CompactList.Description", fallback: "Widget with a compact list view") - public static let title = Loc.tr("Localizable", "Widgets.Layout.CompactList.Title", fallback: "Сompact list") - } - public enum Link { - public static let description = Loc.tr("Localizable", "Widgets.Layout.Link.Description", fallback: "Compact widget view") - public static let title = Loc.tr("Localizable", "Widgets.Layout.Link.Title", fallback: "Link") - } - public enum List { - public static let description = Loc.tr("Localizable", "Widgets.Layout.List.Description", fallback: "Widget with a list view") - public static let title = Loc.tr("Localizable", "Widgets.Layout.List.Title", fallback: "List") - } - public enum Screen { - public static let title = Loc.tr("Localizable", "Widgets.Layout.Screen.Title", fallback: "Widget type") - } - public enum Tree { - public static let description = Loc.tr("Localizable", "Widgets.Layout.Tree.Description", fallback: "Widget with a hierarchical structure") - public static let title = Loc.tr("Localizable", "Widgets.Layout.Tree.Title", fallback: "Tree") - } - public enum View { - public static let description = Loc.tr("Localizable", "Widgets.Layout.View.Description", fallback: "Widget with a Query or Collection layout") - public static let title = Loc.tr("Localizable", "Widgets.Layout.View.Title", fallback: "View") - } - } - public enum Library { - public enum RecentlyEdited { - public static let name = Loc.tr("Localizable", "Widgets.Library.RecentlyEdited.Name", fallback: "Recently edited") - } - public enum RecentlyOpened { - public static let description = Loc.tr("Localizable", "Widgets.Library.RecentlyOpened.Description", fallback: "On this device") - public static let name = Loc.tr("Localizable", "Widgets.Library.RecentlyOpened.Name", fallback: "Recently opened") - } - } - public enum Source { - public static let library = Loc.tr("Localizable", "Widgets.Source.Library", fallback: "System") - public static let objects = Loc.tr("Localizable", "Widgets.Source.Objects", fallback: "Your objects") - public static let suggested = Loc.tr("Localizable", "Widgets.Source.Suggested", fallback: "Suggested") - } - public enum System { - public enum DeleteAlert { - public static let message = Loc.tr("Localizable", "Widgets.System.DeleteAlert.message", fallback: "We’ve redesigned how widgets work, and this widget is no longer supported. Once deleted, this widget cannot be restored.") - public static let title = Loc.tr("Localizable", "Widgets.System.DeleteAlert.title", fallback: "This Widget Cannot Be Restored") - } + public static let subtitle = Loc.tr("Workspace", "TemplateSelection.Template.Subtitle", fallback: "Template") } } - public static let test1Key = Loc.tr("Test1", "Test1Key", fallback: "test1") - public static let test2Key = Loc.tr("Test2", "Test2Key", fallback: "test2") } // swiftlint:enable explicit_type_interface function_parameter_count identifier_name line_length // swiftlint:enable nesting type_body_length type_name vertical_whitespace_opening_braces diff --git a/Modules/Loc/Sources/Loc/Resources/Auth.xcstrings b/Modules/Loc/Sources/Loc/Resources/Auth.xcstrings new file mode 100644 index 0000000000..7b8ee54bf2 --- /dev/null +++ b/Modules/Loc/Sources/Loc/Resources/Auth.xcstrings @@ -0,0 +1,8962 @@ +{ + "sourceLanguage": "en", + "strings": { + "Agreement Disclamer": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Працягваючы, вы згаджаецеся з нашымі [Умовамі Выкарыстання](%@) і [Палітыкай Прыватнасці](%@)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wenn Sie fortfahren, stimmen Sie den [Nutzungsbedingungen](%@) und [Datenschutzrichtlinie](%@) zu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Al continuar, aceptas nuestros [términos de uso](%@) y nuestra [política de privacidad](%@)." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Jatkamalla hyväksyt [Käyttösopimuksen](%@) ja [Tietoturvaselosteen](%@)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En continuant, vous acceptez [Conditions d’utilisation](%@) et [Politique de confidentialité](%@)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dengan melanjutkan, kamu menyetujui [Syarat Penggunaan](%@) dan [Kebijakan Privasi](%@)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Continuando accetti i [Termini d'uso](%@) e [Informativa sulla privacy](%@)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "続行することで[利用規約](%@)および[プライバシーポリシー](%@)に同意したものとみなします" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "계속 진행하면 [이용 약관](%@) 및 [개인정보 처리방침](%@)에 동의하는 것입니다" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Door verder te gaan ga je akkoord met onze [Algemene voorwaarden](%@) en [Privacybeleid](%@)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଜାରି ରଖିବା ଦ୍ୱାରା ଆପଣ [ବ୍ୟବହାର ସର୍ତ୍ତାବଳୀ](%@) ଏବଂ [ଗୋପନୀୟତା ନୀତି](%@) ସହ ରାଜି ହୁଅନ୍ତି।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kontynuując, zgadzasz się na [Warunki użytkowania](%@) i [Politykę prywatności](%@)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ao continuar, você concorda com os [Termos de Uso](%@) e com a [Política de Privacidade](%@)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ao continuar, está a concordar com os [Termos de Uso](%@) e com a [Política de Privacidade](%@)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Продолжая, вы соглашаетесь с нашими [условиями пользования](%@) и [политикой конфиденциальности](%@)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Devam ederek [Kullanım Koşullarımızı](%@) ve [Gizlilik Politikamızı](%@) kabul etmiş olursunuz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "继续即表示您同意 [使用条款](%@) 和 [隐私策略](%@)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "繼續即表示同意 [使用條款](%@) 與 [隱私政策](%@)" + } + } + } + }, + "AnyApp.BetaAlert.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du bist der Zeit voraus! Einige Funktionen befinden sich noch in der Entwicklung oder sind noch nicht produktionsreif – bleib dran für Aktualisierungen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Estás en la vanguardia! Algunas funciones están aún en desarrollo o no están listas para un entorno de producción. Presta atención a las actualizaciones." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous êtes en avance sur la courbe ! Certaines fonctionnalités sont encore en cours de développement ou ne sont pas prêtes à la production – restez à l'écoute pour les mises à jour." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda menjadi yang terdepan! Beberapa fitur masih dalam pengembangan atau belum siap produksi - nantikan pembaruannya." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Siete in anticipo sulla curva! Alcune funzioni sono ancora in fase di sviluppo o non pronte per la produzione: restate sintonizzati per gli aggiornamenti." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アルファ版をご利用いただきありがとうございます!一部機能は開発中、または正式版ではないため、今後の開発にご期待ください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je loopt voor op de rest! Sommige functies zijn nog in ontwikkeling of niet klaar voor productie – blijf in de gaten houden voor updates." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eğrinin önündesiniz! Bazı özellikler hala geliştirme aşamasındadır veya üretime hazır değildir. Güncellemeler için bizi izlemeye devam edin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您走在时代前列!部分功能仍在开发阶段或尚未就绪,请关注更新进展。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." + } + } + } + }, + "AnyApp.BetaAlert.Title": { + "comment": "MARK: - Any App", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Willkommen zur Alpha-Version" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Welcome to the Alpha version" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Te damos la bienvenida a la versión alfa" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bienvenue dans la version Alpha" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selamat datang di versi Alpha" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Benvenuto nella versione Alpha" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アルファ版へようこそ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Welkom bij de Alpha versie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alpha sürümüne hoş geldiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "欢迎使用 Alpha 版本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Welcome to the Alpha version" + } + } + } + }, + "Auth.Button.Join": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أنا جديد هنا" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ich bin neu hier" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "I am new here" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es mi primera vez" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Je suis nouveau ici" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Aku pengguna baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sono nuovo qui" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "初めて利用する" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ik ben nieuw hier" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sou novo aqui" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Я новичок здесь" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Burada yeniyim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我是新手" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "I am new here" + } + } + } + }, + "Auth.CameraPermissionTitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Please allow access" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калі ласка, дазвольце доступ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bitte Zugriff erlauben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Please allow access" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Por favor, permite el acceso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Please allow access" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Myönnä pääsy, ole hyvä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Veuillez autoriser l'accès" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tolong izinkan akses" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per favore, consenti l’accesso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アクセスを許可して下さい" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "엑세스를 허용해주세요" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vennligst tillat tilgang" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geef toegang" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଦୟାକରି ଆକସେସ୍ ଅନୁମତି ଦିଅନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zezwól na dostęp" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Conceda acesso, por favor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Por favor, permita o acesso" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пожалуйста, разрешите доступ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Lütfen erişime izin verin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Будь ласка, дозвольте доступ" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hãy cho phép truy cập" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请允许访问" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請允許存取" + } + } + } + }, + "Auth.JoinFlow.Email.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nos encantaría comunicarte consejos, trucos y novedades del producto. Tu correo electrónico no se vinculará a tu identidad y no compartiremos tus datos nunca jamás." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kami akan dengan senang hati membagikan tip, trik, dan informasi produk kepadamu. Surelmu tidak akan dihubungkan dengan identitasmu, dan kami tidak akan pernah membagikan datamu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "便利な使い方や活用のコツ、製品の更新情報などをお届けします。ご登録いただいたメールアドレスが個人を特定する情報と関連付けられることはなく、お客様のデータが第三者に共有されることも一切ありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İpuçlarını, püf noktalarını ve ürün güncellemelerini sizinle paylaşmayı çok isteriz. E-postanız, kimliğinizle asla bağlantılı değildir. Verilerinizi paylaşmayacağız. Asla." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." + } + } + } + }, + "Auth.JoinFlow.Email.incorrectError": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Incorrect email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Correo electrónico incorrecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "E-mail incorrect" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Surel salah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスが正しくありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yanlış e-posta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Incorrect email" + } + } + } + }, + "Auth.JoinFlow.Email.placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter your email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Escribe tu correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entrez votre adresse e-mail" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan surelmu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスを入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-postanızı girin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Enter your email" + } + } + } + }, + "Auth.JoinFlow.Email.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Stay in the loop" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sigue en contacto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Restez au courant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tetap terinformasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最新情報を受け取る" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gelişmelerden haberdar olun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Stay in the loop" + } + } + } + }, + "Auth.JoinFlow.Key.Button.Copy.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نسخ إلى الحافظة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Капіяваць у буфер абмену" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In die Zwischenablage kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy to clipboard" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar al portapapeles" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy to clipboard" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kopioi leikepöydälle" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier dans le presse-papier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin ke papan klip" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia negli appunti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クリップボードにコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "클립보드로 복사" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopier til utklippstavlen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopieer naar klembord" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କ୍ଲିପବୋର୍ଡକୁ କପି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skopiuj do schowka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiar para área de transferência" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copiar para área de transferência" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Копировать в буфер обмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Panoya kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скопіювати в буфер обміну" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Copy to clipboard" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复制到剪贴板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "複製到剪貼簿" + } + } + } + }, + "Auth.JoinFlow.Key.Button.Info.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قراءة المزيد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Read more" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Más información" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selengkapnya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Leggi altro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "さらに詳しく" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Devamını oku" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Read more" + } + } + } + }, + "Auth.JoinFlow.Key.Button.Later.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ليس الآن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не зараз" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht jetzt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Not now" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ahora no" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Plus tard" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak dulu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non ora" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あとで" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet nu" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie teraz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Agora não" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не сейчас" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şimdi değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Để sau" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "暂不" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "稍後" + } + } + } + }, + "Auth.JoinFlow.Key.Button.Saved.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التالي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далей" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Weiter" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Next" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Siguiente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Next" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Seuraava" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Suivant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lanjut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Avanti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "次へ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Neste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Volgende" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପରବର୍ତ୍ତୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dalej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Avançar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Seguinte" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Далее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sonraki" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Далі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiếp" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下一步" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "繼續" + } + } + } + }, + "Auth.JoinFlow.Key.Button.Show.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كشف ونسخ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Enthüllen und kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reveal and copy" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar y copiar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Révéler et copier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tunjukkan dan salin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra e copia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵を表示してコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Göster ve kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Reveal and copy" + } + } + } + }, + "Auth.JoinFlow.Key.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يحل محل اسم المستخدم وكلمة المرور. احتفظ به آمنًا - أنت تتحكم في بياناتك. يمكنك العثور على هذا المفتاح لاحقًا في إعدادات التطبيق." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es lo que usamos en lugar de usuario y contraseña. Guárdala bien; tus datos están bajo tu control. Podrás volver a ver esta clave en los ajustes de la aplicación." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunci bagaikan nama pengguna dan kata sandi. Simpanlah dengan baik—karena kamu sendirilah yang mengendalikan datamu. Kunci ini bisa dilihat lagi di setelan aplikasi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sostituisce login e password. Tienila al sicuro: sei tu a controllare i tuoi dati. Questa chiave è disponibile nelle impostazioni dell'app." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これがログインIDとパスワードの代わりとなります。紛失しないよう、ご自身で大切に保管してください。あとでアプリの設定画面から確認できます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kullanıcı adı ve şifrenin yerini alır. Onu güvende tutmalısınız. Verilerinizin kontrolü sizde olur. Daha sonra uygulama ayarlarında bulabilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Option1.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يتم تمثيله بعبارة استرداد - 12 كلمة عشوائية يتم من خلالها إنشاء مخزنك سحريًا على هذا الجهاز." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фраза аднаўлення - 12 выпадковых слоў, з якіх магічным чынам ствараецца ваша Сховішча на гэтай прыладзе." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sie wird durch eine Wiederherstellungsphrase dargestellt - 12 zufällige Wörter, aus denen dein Tresor auf magische Weise auf diesem Gerät generiert wird." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your key is represented by a recovery phrase — 12 random words that generate your vault on this device." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Consiste en una frase de recuperación de 12 palabras aleatorias con las que se genera mágicamente tu arca en este dispositivo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ini dalam bentuk frasa pemulihan - 12 kata acak yang secara ajaib menghasilkan brankas Anda di perangkat ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È rappresentata da una frase di recupero – 12 parole casuali da cui la tua cassaforte viene magicamente generata su questo dispositivo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これはリカバリーフレーズと呼ばれるものです。このデバイス上で魔法のように作られた12個のランダムな単語の組み合わせです。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이 장치에서 보관소가 마술처럼 생성되는 12개의 무작위 단어인 복구 문구로 표시됩니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het wordt weergegeven door een herstelzin – 12 willekeurige woorden waarmee je kluis magisch wordt gegenereerd op dit apparaat." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହା ଏକ ପୁନରୁଦ୍ଧାର ବାକ୍ୟାଂଶ ଦ୍ୱାରା ଉପସ୍ଥାପିତ ହୋଇଛି - 12 ଟି ଅନିୟମିତ ଶବ୍ଦ ଯେଉଁଠାରୁ ଆପଣଙ୍କର ଭାଲ୍ଟ ଏହି ଉପକରଣରେ ଯାଦୁକରୀ ଭାବରେ ସୃଷ୍ଟି ହୋଇଥାଏ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest ukazany jako fraza odzyskiwania - 12 losowych słów, dzięki którym na twoim urządzeniu zostaje utworzony sejf." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ele é representado por uma frase de recuperação — 12 palavras aleatórias a partir do qual o seu cofre é magicamente gerado neste dispositivo." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ele é representado por uma frase de recuperação - 12 palavras aleatórias a partir do qual o seu cofre é magicamente gerado neste dispositivo." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фраза восстановления - это случайная комбинация из 12 слов. Волшебным образом из этих слов генерируется ваш аккаунт на устройстве." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kurtarma anahtarınız bu cihazda sadece sizin için oluşturulan 12 rastgele kelimeden oluşur." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "恢复短语是 12 个单词的随机组合,您的文库数据在此设备上神奇般地生成。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "密鑰是由 12 個隨機單詞產生的助記詞,您的帳戶將在此裝置上神奇地產生。" + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Option1.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "It’s your login and password" + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Option2.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Той, хто ведае камбінацыю гэтых слоў, валодае вашым сховішчам. **На дадзены момант вы адзіны чалавек у свеце, які ведае гэта.**" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wer auch immer die Kombination dieser Worte kennt, dem gehört dein Tresor. **Im Moment bist du die einzige Person auf der Welt, die sie kennt.**" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anyone who knows these words can access your vault. Right now, you are the only person in the world who knows them." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Quien conozca esta combinación de palabras tendrá la propiedad de tu arca. **En este momento, tú eres la única persona del mundo que la conoce.**" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Qui connaît la combinaison de ces mots – possède le compte. **Maintenant, vous êtes la seule personne au monde à y avoir accès.**" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Siapa pun yang mengetahui kombinasi dari kata-kata ini berarti memiliki brankas Anda. Saat ini, Anda adalah satu-satunya orang di dunia yang mengetahuinya." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiunque conosca la combinazione di queste parole possiede la tua cassaforte. **Attualmente, sei l'unica persona al mondo a conoscerla.**" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この単語の組み合わせを知っている人だけが、保管庫にアクセスすることができます。そして今、**この組み合わせを知っているのは世界であなただけ**です。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이 단어 조합을 아는 사람은 누구든지 당신의 보관소를 가질 수 있습니다. **지금은 이것을 아는 사람은 당신 뿐입니다.**" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wie de combinatie van deze woorden kent, is eigenaar van jouw kluis. **Op dit moment ben jij de enige persoon in de wereld die deze kent.**" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଯିଏ ଜାଣେ ଏହି ଶବ୍ଦଗୁଡ଼ିକର ମିଶ୍ରଣ ତୁମର ଭାଲ୍ଟର ମାଲିକ | ** ବର୍ତ୍ତମାନ, ତୁମେ ଦୁନିଆର ଏକମାତ୍ର ବ୍ୟକ୍ତି ଯିଏ ଏହାକୁ ଜାଣେ | **" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ktokolwiek zna kombinacje tych słów, jest właścicielem twojego sejfu. **Teraz jesteś jedyną osobą na świecie, która je zna.**" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Quem conhece a combinação dessas palavras — é dono da conta. Agora, você é a única pessoa no mundo que pode acessá-la.**" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Qualquer que seja que a combinação dessas palavras seja dona do seu cofre. **Neste momento, você é a única pessoa no mundo que a conhece.**" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тот, кто знает комбинацию этих слов, владеет вашим хранилищем. **Сейчас вы - единственный человек в мире, которому это известно.**" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu kelimelerin kombinasyonunu bilen kişi kasanızın sahibidir. **Şu anda dünyada bunu bilen tek kişi sensin.**" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "知道这些密钥词组的人即可拥有你的文库数据。**现在,你是世界上唯一知道它的人**。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "一旦誰知道了這些單詞的組合,誰就能擁有您的帳戶。 \n**現在您是世界上唯一知道這組密鑰的人**" + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Option2.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Whoever has the key, has access" + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Option3.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جميع الموارد الحاسوبية على الأرض ليست كافية لاختراقها. إذا فقدتها، لا يمكن استعادتها. لذا، قم بتخزينها في مكان آمن!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усіх вылічальных рэсурсаў на Зямлі недастаткова для ўзлому. Калі вы страціце яго, яго нельга будзе аднавіць. Такім чынам, захоўвайце яго ў бяспечным месцы!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle Rechenressourcen der Welt reichen nicht aus, um ihn zu knacken. Wenn du ihn verlierst, kann er nicht wiederhergestellt werden. Bewahre ihn also an einem sicheren Ort auf!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "All computational resources on Earth are not enough to break in. If you lose your key, it cannot be recovered. Store it somewhere safe — in a password manager or written down on paper." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay recursos computacionales en la Tierra suficientes para descifrarla. Si la pierdes, es imposible recuperarla. ¡Guárdala en un lugar seguro!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Toutes les ressources de calcul du monde ne suffiront pas à la briser. Si vous la perdez, elle ne pourra pas être récupérée. Alors, stockez-la dans un endroit sûr !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Semua sumber daya komputasi di Bumi tidak cukup untuk membobolnya. Jika Anda kehilangannya, maka tidak dapat dipulihkan. Jadi, sembunyikan di tempat yang aman!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tutte le risorse di calcolo presenti sulla Terra non sono sufficienti per irrompere. Se la perdi, non può essere recuperata. Quindi, conservala in un posto sicuro!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "たとえ地球上のすべての計算リソースを使ったとしてもアクセスできません。もし鍵を紛失した場合、二度と復元することはできません。そのため、絶対に紛失しないようにしてください!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "지구상의 모든 컴퓨팅 리소스로도 해독하기 어려우며, 분실하면 복구할 수 없습니다. 따라서 안전한 곳에 보관하세요!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alle computercapaciteit op aarde is niet genoeg om in te breken. Als je het verliest, kan het niet worden hersteld. Bewaar het dus op een veilige plek!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୃଥିବୀରେ ଥିବା ସମସ୍ତ ଗଣନା ସମ୍ବଳ ଭାଙ୍ଗିବା ପାଇଁ ଯଥେଷ୍ଟ ନୁହେଁ । ଯଦି ଆପଣ ଏହାକୁ ହରାଇଦିଅନ୍ତି, ତେବେ ଏହାକୁ ପୁନରୁଦ୍ଧାର କରାଯାଇପାରିବ ନାହିଁ। ତେଣୁ ଏହାକୁ ସୁରକ୍ଷିତ ସ୍ଥାନରେ ରଖନ୍ତୁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Żaden komputer na ziemi nie jest wystarczająco silny, by go złamać. Jeżeli go stracisz, nie może zostać odzyskany. Więc przechowuj go gdzieś bezpiecznie!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Todos os recursos computacionais na Terra não são suficientes para invadir. Se você os perde, ele não pode ser recuperado. Então, armazene-o em algum lugar seguro!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Todos os recursos computacionais na Terra não são suficientes para invadir. Se você perde-los, ele não pode ser recuperado. Então, armazene-o em algum lugar seguro!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Даже всех вычислительных ресурсов на Земле недостаточно для его взлома. Если Вы потеряете его, он не может быть восстановлен. Так что храните его где-нибудь в безопасном месте!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dünya üzerindeki tüm hesaplama kaynakları içeri girmek için yeterli değildir. Kaybederseniz, kurtarılamaz. Bu yüzden güvenli bir yerde saklayın!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Toàn bộ tài nguyên xử lý trên Trái Đất cũng sẽ không cạy két ra được. Bạn làm mất thì bạn không thể khôi phục nó. Vậy nên hãy cất giữ nó an toàn!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "地球上所有的计算机都无法获取。如果你失去了它,它就无法恢复。所以,把它存放在安全的地方!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "地球上的所有電腦資源都不足以破解。 但如果您丟失了密鑰,它將無法復原,所以請將它保存在安全的地方!" + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Option3.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Only you responsible for it" + } + } + } + }, + "Auth.JoinFlow.Key.ReadMore.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ما هو المفتاح؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Што такое URL?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Was ist der Schlüssel?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "How the Key works?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Qué es una clave?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "What is the Key?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mikä on se Avain?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Qu'est-ce que la Clé ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apa itu Kunci?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cos'è una Chiave?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この鍵とは?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키는 무엇인가요?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hva er en Nøkkel?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wat is de herstelsleutel?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚାବି କ’ଣ?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czym jest klucz?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Qual é a chave?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "O que é a Chave?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Что такое Ключ?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anahtar nedir?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "What is the Key?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "What is the Key?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "什么是密钥?\n" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "什麼是密鑰?" + } + } + } + }, + "Auth.JoinFlow.Key.Title": { + "comment": "Auth - Join flow", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هذا هو مفتاحك" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэта ваш Ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dies ist dein Schlüssel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This is your Key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esta es tu clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This is your Key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tämä on Avaimesi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ceci est votre clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ini Kuncimu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questa è la tua Chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これがあなたの鍵です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "당신의 키입니다" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dette er din Nøkkel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit is je herstelsleutel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହା ହେଉଛି ତୁମର ଚାବି |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "To jest twój klucz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Esta é a sua chave" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Esta é a tua chave" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это Ваш Ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu senin anahtarın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This is your Key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This is your Key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这是您的密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "這是您的密鑰" + } + } + } + }, + "Auth.JoinFlow.PersonaInfo.description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Select one role or background that best fits you" + } + } + } + }, + "Auth.JoinFlow.PersonaInfo.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Tell Us About Yourself" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.artist": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Artist / Content Creator" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.consultant": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Consultant" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.designer": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Designer" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.developer": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Software Developer" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.entrepreneur": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Founder / Entrepreneur" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.manager": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Manager / IT Professional" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.marketer": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Marketer" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.researcher": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Researcher / Academic" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.student": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Student" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.Persona.writer": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Writer / Journalist" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.habitTracking": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Habit tracking" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.knowledge": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Personal knowledge base / PKM" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.lifePlanning": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Life planning" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.messaging": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Messaging & group chats" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.notes": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Personal note-taking" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.projects": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Projects & tasks management" + } + } + } + }, + "Auth.JoinFlow.SelectionOption.UseCase.teamWork": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Team work & shared docs" + } + } + } + }, + "Auth.JoinFlow.Soul.Button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гатова" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fertig" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Done" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Listo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Done" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valmis" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Terminé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selesai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fatto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "完了" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "완료" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ferdig" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gereed" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Gotowe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Concluído" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Concluído" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Готово" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bitti" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Готово" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xong" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "完成" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "完成" + } + } + } + }, + "Auth.JoinFlow.Soul.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Only seen by people you share something with. There is no central registry of these names." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бачна толькі людзям, з якімі вы чымсьці падзяліліся. Адзінага спісу такіх імёнаў не існуе." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nur von Leuten gesehen, mit denen du etwas teilst. Es gibt kein zentrales Register dieser Namen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Only seen by people you share something with. There is no central registry of these names." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solo lo verán las personas con las que compartas algo. No existe un registro central de nombres." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Only seen by people you share something with. There is no central registry of these names." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Only seen by people you share something with. There is no central registry of these names." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Seulement vu par les personnes avec qui vous partagez quelque chose. Il n'y a pas de registre central des utilisateurs." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hanya dapat dilihat oleh orang yang saling berbagi denganmu. Nama ini tidak disimpan secara sentral." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Visibile solo alle persone con cui condividi qualcosa. Non esiste un registro centrale di questi nomi." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "何かを共有した相手にのみ表示されます。名前を一元管理されることは一切ありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "공유한 사람들만 볼 수 있습니다. 이러한 이름에 대한 중앙 레지스트리는 없습니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Only seen by people you share something with. There is no central registry of these names." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alleen zichtbaar voor mensen met wie je iets deelt. Er is geen centraal register van deze namen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କେବଳ ସେହି ଲୋକମାନଙ୍କ ଦ୍ୱାରା ଦେଖନ୍ତି ଯେଉଁମାନଙ୍କ ସହିତ ଆପଣ କିଛି ଅଂଶୀଦାର କରନ୍ତି । ଏହି ନାମଗୁଡ଼ିକର କୌଣସି କେନ୍ଦ୍ରୀୟ ପଞ୍ଜୀକରଣ ନାହିଁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widoczne tylko dla osób, z którymi się czymś dzielisz. Nie ma centralnego rejestru tych nazw." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Somente visto por pessoas com quem você compartilha algo. Não há registro central com esses nomes." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Somente visto por pessoas com quem você compartilha algo. Não há registro central com esses nomes." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Видим только людям, с которыми вы чем-то поделились. Централизованного реестра имен не существует." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yalnızca bir şey paylaştığınız kişiler tarafından görülür. Bu isimlerin merkezi bir kaydı yoktur." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Only seen by people you share something with. There is no central registry of these names." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉ có thể thấy bởi những người mà bạn đã chia sẻ thứ gì đó cho. Không hề có một trung tâm ghi những cái tên này." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "只有被您分享的用户可以查看。这里没有中心化的管理员。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "只有被您分享內容的人才能查看。這裡沒有中心化的管理名稱。" + } + } + } + }, + "Auth.JoinFlow.Soul.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أضف اسمك" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add Your Name" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añade tu nombre" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan Namamu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi Il Tuo Nome" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "名前を設定しましょう" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Укажите ваше имя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Adınızı Ekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Add Your Name" + } + } + } + }, + "Auth.JoinFlow.UseCaseInfo.description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Pick one use case that fits you best" + } + } + } + }, + "Auth.JoinFlow.UseCaseInfo.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "What do you want to use Anytype for?" + } + } + } + }, + "Auth.LogIn": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ich habe bereits den Schlüssel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "I already have a key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ya tengo la clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "J'ai déjà la clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Aku sudah punya kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ho già la chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すでに鍵を持っています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ik heb de sleutel al" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୋର ପୂର୍ବରୁ ଚାବି ଅଛି |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "У меня уже есть ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anahtara zaten sahibim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我有密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "I already have the key" + } + } + } + }, + "Auth.Login.Or.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "or enter with" + } + } + } + }, + "Auth.LoginFlow.Enter.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Enter my Vault" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увайсці ў Сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Meinen Schlüssel holen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter my Vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Entrar en mi arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter my Vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Obtenir ma Clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Entra nella mia Cassaforte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫にログイン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open mijn kluis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Войти в мое хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasama gir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter my Vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Get my Key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "进入我的文库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "進入我的帳戶" + } + } + } + }, + "Auth.LoginFlow.Entering.Void.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "دخول الفراغ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уваходзім у пустату" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leere betreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Entering the Void" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Entrando a tu arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Entering the Void" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Entering the Void" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entrer dans le Vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memasuki Void" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Entrando nel Void" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫にログイン中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Entering the Void" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Går inn i Void" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De leegte betreden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୂନ୍ୟସ୍ଥାନ ପ୍ରବେଶ କରୁଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wejście w pustkę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Entrando no vazio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Entrando no Vazio" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Входим в пустоту" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Void'e giriliyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Входимо до порожнечі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang bước vào chốn Hư vô" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入无效" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "正在進入 Void 身份集錦圖表" + } + } + } + }, + "Auth.LoginFlow.Or": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أو" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "АБО" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "ODER" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "OR" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "O" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "OR" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "OR" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "OU" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "ATAU" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "O" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "または" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "OR" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "ELLER" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "OF" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିମ୍ବା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "LUB" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "OU" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "OU" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "ИЛИ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "YA DA" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "АБО" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "HAY" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "或者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "或" + } + } + } + }, + "Auth.LoginFlow.Textfield.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Type your key" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gib deinen Schlüssel ein" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter your key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Escribe tu clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Type your key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Type your key" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tapez votre clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan kuncimu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Digita la tua chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵を入力してください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Type your key" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Type your key" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer je sleutel in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": " ଆପଣଙ୍କ ଚାବି ଟାଇପ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wpisz swój klucz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Digite sua chave" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Digite sua chave" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите свой ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anahtarınızı yazın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Type your key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhập khoá của bạn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入您的密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入您的密鑰" + } + } + } + }, + "Auth.LoginFlow.Use.Keychain.Title": { + "comment": "Auth - Login flow", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Use keychain" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выкарыстоўваць звязку ключоў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüsselbund verwenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Use keychain" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Usar llavero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Use keychain" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Use keychain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Utiliser le trousseau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gunakan rantai kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Usa portachiavi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キーチェーンを使用" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Use keychain" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bruk nøkkelring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gebruik sleutelhanger" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଚେନ ବ୍ୟବହାର କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Użyj pęku kluczy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Usar chave de acesso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Usar keychain" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Использовать связку ключей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Keychain kullan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Використотати в'язку ключів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dùng móc khoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "使用钥匙串" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "使用鑰匙圈" + } + } + } + }, + "Auth.Next": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التالي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далей" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Weiter" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Next" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Siguiente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Next" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Seuraava" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Suivant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lanjut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Avanti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "次へ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Neste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Volgende" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପରବର୍ତ୍ତୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dalej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Avançar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Seguinte" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Далее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sonraki" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Далі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiếp" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下一步" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "繼續" + } + } + } + }, + "Auth.Primary.Greeting.pt1": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Encrypted, local," + } + } + } + }, + "Auth.Primary.Greeting.pt2": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "yours forever" + } + } + } + }, + "Initial.UnstableMiddle.Continue": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Працягнуць з бягучым сховішчам" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mit aktuellem Tresor fortfahren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Continue with current vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Continuar con el arca actual" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Continuer avec le coffre actuel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lanjutkan dengan brankas ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Continua con la cassaforte corrente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この保管庫で続ける" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ga verder met huidige kluis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kontynuuj z bieżącym sejfem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Continuar com o cofre atual" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Продолжить с текущим хранилищем" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mevcut kasa ile devam edin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Continue with current vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "继续使用当前文库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "繼續使用當前帳戶" + } + } + } + }, + "Initial.UnstableMiddle.Logout": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выйсці з бягучага сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vom aktuellen Tresor abmelden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Logout from current vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cerrar sesión en el arca actual" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déconnexion du coffre actuel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Keluar dari brankas saat ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Disconnetti dalla cassaforte corrente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この保管庫からログアウト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Meld af bij de huidige kluis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyloguj z bieżącego sejfu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desconectar do cofre atual" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выйти из текущего хранилища" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçerli kasadan çıkış yapın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Logout from current vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "退出当前文库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從當前帳戶登出" + } + } + } + }, + "Initial.UnstableMiddle.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы запускаеце праграму з нестабільным прамежкавым праграмным забеспячэннем. Не выкарыстоўвайце сваё вытворчае сховішча. Ваша сховішча можа быць зламана." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du startest die App mit einer instabilen Middleware. Verwende nicht deinen Produktionstresor. Dein Tresor könnte beschädigt werden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Has iniciado la aplicación con un software intermedio inestable. No uses tu arca principal, porque puede estar rota." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous lancez l'application avec un middleware instable. N’utilisez pas votre coffre de production. Votre coffre risquerait d'être cassé." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda meluncurkan aplikasi dengan peranti perantara yang tidak stabil. Jangan gunakan brankas produksi Anda. Brankas Anda mungkin rusak." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Hai avviato l'app con un middleware instabile. Non utilizzare la tua cassaforte di produzione. La tua cassaforte potrebbe essere danneggiata." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不安定なミドルウェアでアプリを起動します。本番環境の保管庫は使用しないでください。データが破損する可能性があります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je start de app op met instabiele middleware. Gebruik niet jouw productie kluis. Jouw kluis kan beschadigd zijn." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Uruchamiasz aplikację z niestabilnym oprogramowaniem pośredniczącym. Nie korzystaj z sejfu. Twój sejf może zostać uszkodzony." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você abre uma aplicação com um intermediário instável. Não use seu cofre de produção. Seu cofre pode estar quebrado.8i" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы запускайте приложение с нестабильным промежуточным ПО. Не используйте основное хранилище, оно может быть повреждено." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uygulamayı kararsız bir ara yazılımla başlatıyorsunuz. Yayındaki kasanızı kullanmayın. Kasanız bozulmuş olabilir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您启动了一个不稳定的中间程序。不要使用您的生产文库。您的文库可能已损坏。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您啟動了一個不穩定的中繼軟體。 不要使用您的主要生產力帳戶。 你的帳戶可能被損毀。" + } + } + } + }, + "Initial.UnstableMiddle.Title": { + "comment": "MARK: - Initial", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Папярэджанне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Warnung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Warning" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Advertencia" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Attention" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Peringatan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Attenzione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "警告" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Advarsel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Waarschuwing" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ostrzeżenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aviso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Внимание" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uyarı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Попередження" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Warning" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "警告" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "警告" + } + } + } + }, + "Initial.UnstableMiddle.WontUseProd": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Я не буду выкарыстоўваць сваё вытворчае сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ich werde meinen Produktionstresor nicht verwenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "I won't be using my production vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No voy a usar mi arca principal" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Je n'utiliserai pas mon coffre de production" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Saya tidak akan menggunakan brankas produksi saya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non userò la mia cassaforte di produzione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本番環境の保管庫ではありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ik zal niet mijn productie kluis gebruiken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie będę używać mojego sejfu produkcyjnego" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Eu não vou usar o meu cofre de produção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Я не буду использовать мое рабочее хранилище." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yayındaki kasamı kullanmayacağım" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "I won't be using my production vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我不会使用我用于生产的库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "我不再使用我的主要生產力帳戶" + } + } + } + }, + "Keychain.Error.Data to String conversion error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Data to String conversion error" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка пераўтварэння даных у радок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler bei der Konvertierung der Daten zu Zeichenketten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Data to String conversion error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error de conversión de datos a cadena" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Data to String conversion error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kääntövirhe datasta merkkijonoksi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de conversion de données en chaîne de caractères" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat konversi Data ke String" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore di conversione da Dati a Stringa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "データから文字列への変換エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "데이터를 문자열로 변환중 오류" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Data til tekst konverteringsfeil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Data-naar-tekst conversiefout" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡାଟାରୁ ଷ୍ଟ୍ରିଙ୍ଗ ରୂପାନ୍ତରଣରେ ତ୍ରୁଟି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd konwersji danych do ciągu znaków" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro de conversão de Dados para String" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro de conversão de Dados para String" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка преобразования данных в строку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Veriden Metne dönüştürme hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Помилка перетворення даних у рядок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Data to String conversion error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "数据到字符串转换错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "資料轉換到字串發生錯誤" + } + } + } + }, + "Keychain.Error.String to Data conversion error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "String to Data conversion error" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка пераўтварэння радка ў даныя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zeichenkettenkonvertierungsfehler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "String to Data conversion error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error de conversión de cadena a datos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "String to Data conversion error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kääntövirhe merkkijonosta dataksi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de conversion de chaîne de caractères en données" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat konversi String ke Data" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore di conversione da Stringa a Dati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "文字列からデータへの変換エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "문자열을 데이터로 변환중 오류" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tekst til data konverteringsfeil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tekst-naar-data conversiefout" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଷ୍ଟ୍ରିଙ୍ଗରୁ ଡାଟା ରୂପାନ୍ତରଣରେ ତ୍ରୁଟି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd konwersji ciągu znaków na dane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro de conversão de String para Dados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro de conversão de String para Dados" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка преобразования строки в данные" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dizeden veriye dönüştürme hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Помилка перетворення рядка в дані" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "String to Data conversion error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "字符串到数据转换错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "字串轉換到資料發生錯誤" + } + } + } + }, + "Keychain.Error.Unknown Keychain Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unknown Keychain Error" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Невядомая памылка звязкі ключоў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbekannter Schlüsselbund-Fehler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unknown Keychain Error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error desconocido de llavero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unknown Keychain Error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tuntematon Avainnippu virhe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de trousseau inconnue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat Kunci Tak Diketahui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore sconosciuto del Portachiavi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不明なキーチェーンエラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "알 수 없는 키체인 오류" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukjent feil med nøkkelring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbekende fout door keychain" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅଜଣା କି ଚେନ ତ୍ରୁଟି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieznany błąd pęku kluczy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro de Chave de Acesso Desconhecido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro de Porta-chaves desconhecido" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неизвестная ошибка Связки ключей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bilinmeyen Keychain hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Невідома помилка в'язки ключів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unknown Keychain Error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未知的钥匙串是错误的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未知鑰匙圈錯誤" + } + } + } + }, + "Keychain.Have you backed up your key?": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Have you backed up your key?" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы стварылі рэзервовую копію свайго ключа?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hast du deinen Schlüssel gesichert?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Have you backed up your key?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Has hecho una copia de respaldo de tu clave?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Have you backed up your key?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Oletko varmuuskopioinut avaimesi?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Avez-vous sauvegardé votre clé ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sudahkah kamu mencadangkan kuncimu?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Hai eseguito il backup della tua chiave?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵をバックアップしましたか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키를 백업하셨나요?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Har du sikkerhetskopiert nøkkelen din?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Heb je een back-up van jouw sleutel gemaakt?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆପଣ ଆପଣଙ୍କ ଚାବି ବ୍ୟାକଅପ୍ କରିଛନ୍ତି କି?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czy wykonałeś kopię zapasową swojego klucza?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você salvou a sua chave?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tu fizeste backup da sua chave?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы сохранили свой ключ?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anahtarınızı yedeklediniz mi?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Have you backed up your key?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Have you backed up your key?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您是否备份了密钥?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您備份好您的密鑰了嗎?" + } + } + } + }, + "Keychain.Key": { + "comment": "Keychain screen", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المفتاح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüssel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Avain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nøkkel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Herstelsleutel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚାବି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Klucz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chave" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chave" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kurtarma anahtarı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "密鑰" + } + } + } + }, + "Keychain.Key.Copy.Toast.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Key copied" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ключ скапіраваны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüssel kopiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Key copied" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Clave copiada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Key copied" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Avain kopioitu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Clé copiée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunci disalin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiave copiata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵をコピーしました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키 복사됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nøkkelen er kopiert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sleutel gekopieerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚାବି କପି ହୋଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Klucz został skopiowany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chave copiada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chave copiada" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ключ скопирован" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kurtarma anahtarı kopyalandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Key copied" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Key copied" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "密钥已复制" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "密鑰已複製" + } + } + } + }, + "Keychain.Key.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ستحتاجه للدخول إلى مخزنك. احتفظ به في مكان آمن. إذا فقدته، فلن تتمكن من الدخول إلى مخزنك بعد الآن." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ён спатрэбіцца вам для ўваходу ў сховішча. Захоўвайце яго ў надзейным месцы. Калі вы страціце яго, вы больш не зможаце ўвайсці ў сховішча." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du brauchst ihn um deinen Tresor zu öffnen. Bewahre ihn an einem sicheren Ort. Wenn du ihn verlierst, kannst du deinen Tresor nicht mehr öffnen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La necesitarás para entrar en tu arca. Mantenla en un lugar seguro. Si la pierdes, ya no podrás entrar en tu arca." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tarvitset sitä holviisi pääsemiseksi. Säilytä se turvallisessa paikassa. Jos menetät sen, et enää pääse holviisi." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous en aurez besoin pour accéder à votre coffre. Conservez-la dans un lieu sûr. Si vous la perdez, vous ne pourrez plus accéder à votre coffre." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda membutuhkannya untuk masuk. Simplanlah dalam tempat yang aman. Jika hilang, kamu tidak akan bisa mengakses brankasmu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ne avrai bisogno per entrare nella tua cassaforte. Tienila in un posto sicuro. Se la perdi, non puoi più entrare nella tua cassaforte." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫へのログインに必要です。紛失しないようにご自身で大切に保管してください。紛失した場合、保管庫に入ることができなくなります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Du trenger den for å logge inn i hvelvet. Behold den på et trygt sted. Hvis du mister den, får du ikke lenger tilgang til hvelvet." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je hebt het nodig om toegang te krijgen tot je kluis. Bewaar het op een veilige plek. Als je het verliest, kun je je kluis niet meer openen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆପଣଙ୍କ ଭଲ୍ଟରେ ପ୍ରବେଶ କରିବା ପାଇଁ ଆପଣଙ୍କୁ ଏହା ଆବଶ୍ୟକ ହେବ। ଏହାକୁ ସୁରକ୍ଷିତ ସ୍ଥାନରେ ରଖନ୍ତୁ। ଯଦି ଆପଣ ଏହାକୁ ହରାଇଦିଅନ୍ତି, ତେବେ ଆପଣ ଆଉ ଆପଣଙ୍କ ଭଲ୍ଟ ଭିତରକୁ ପ୍ରବେଶ କରିପାରିବେ ନାହିଁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Potrzebujesz go do logowania się do sejfu. Przechowuj go w bezpiecznym miejscu. Jeśli go zgubisz, bezpowrotnie stracisz do niego dostęp." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você precisará dela para entrar. Guarde-a em um local seguro. Se você perdê-la, você não poderá mais acessar sua conta." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Precisará dela para iniciar sessão. Mantenha-a num lugar seguro. Se a perder, perderá o acesso à sua conta." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Он необходим для входа в хранилище. Храните его в безопасном месте. Если Вы его потеряете - больше не сможете войти в своё хранилище." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasana erişmek için bu bilgilere ihtiyacın olacak. Güvenli bir yerde tut. Eğer kaybedersen hesabına erişemezsin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您将需要恢复短语才能进入您的文库。将其保存在安全的地方。如果您丢失了它,您将无法再进入您的文库。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您將需要使用它來登入您的帳號。請將其保存在安全的地方。 若遺失了,您將無法再登入您的帳號。" + } + } + } + }, + "Keychain.SeedPhrasePlaceholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "bruja colapso práctica alimentar vergüenza abrir desesperación arroyo carretera de nuevo hielo lago árbol dirección desesperación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "sorcière effondrement pratique nourrir honte ouvert désespoir ruisseau route à nouveau glace moins lac arbre jeune adresse cerveau désespoir" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "heks instorten oefenen voeden schaamte open wanhoop beek weg opnieuw ijs merel boom jong adres brein wanhoop" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" + } + } + } + }, + "Keychain.Show and copy key": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Show and copy key" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць і скапіяваць ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüssel anzeigen und kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show and copy key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ver y copiar la clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show and copy key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Näytä ja kopioi avain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher et copier la clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan dan salin kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra e copia Chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "表示して鍵をコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키 표시 및 복사" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis og kopier nøkkelen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon en kopieer sleutel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୀ ଦେଖନ୍ତୁ ଏବଂ କପି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyświetl i skopiuj klucz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mostrar e copiar a chave" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Exibir e copiar a chave" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать и скопировать ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anahtarı göster ve kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show and copy key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Show and copy key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示和复制密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示並複製密鑰" + } + } + } + }, + "Login key": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Login Key" + } + } + } + }, + "Migration.Error.NotEnoughtSpace.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Libera aproximadamente %@ de espacio y vuelve a ejecutar el proceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Veuillez libérer environ %@ d'espace et relancer le processus." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Silakan bersihkan kurang lebih %@ ruang penyimpanan, lalu coba lagi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "約%@の空き容量を確保し、再度実行してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak alsjeblieft ongeveer %@ aan ruimte vrij en voer het proces opnieuw uit." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Lütfen yaklaşık %@ kadarlık alanı temizleyin ve işlemi tekrarlayın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请清理大约 %@ 空间后重试。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Please clear approximately %@ of space and run the process again." + } + } + } + }, + "Migration.Error.NotEnoughtSpace.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht genügend Platz" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Not enough space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay suficiente espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace insuffisant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penyimpanan tidak cukup" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazio insufficiente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "十分な空き容量がありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet genoeg ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Недостаточно места" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeterli yer yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有足够的空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Not enough space" + } + } + } + }, + "Migration.Initial.readMore": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قراءة المزيد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Weiterlesen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Read More" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Más información" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lire la suite" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selengkapnya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Leggi Altro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "さらに詳しく" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lees meer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подробнее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha Fazla Oku" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "进一步了解" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Read More" + } + } + } + }, + "Migration.Initial.startUpdate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بدء التحديث" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktualisierung starten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Start Update" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Iniciar actualización" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Démarrer la mise à jour" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mulai Pembaruan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Avvio Aggiornamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新開始" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Start update" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Начать обновление" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Güncellemeyi Başlat" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "开始更新" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Start Update" + } + } + } + }, + "Migration.Initial.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نحن نضع الأساس لدردشاتنا الجديدة. بما في ذلك العدادات والإشعارات والميزات الأخرى اللازمة لتجربة دردشة سلسة." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience. It might take a little while, but don't worry, your data is safe." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Estamos poniendo los cimientos de los nuevos chats. Esto incluye notificaciones, contadores y otras funciones necesarias para una experiencia de chat completa." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nous posons les bases de nos nouveaux chats. Comprenant des compteurs, des notifications et d'autres fonctionnalités nécessaires pour une expérience de chat fluide." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kami sedang mempersiapkan fitur obrolan, termasuk hitungan pesan, notifikasi, dan fitur lainnya yang diperlukan untuk pengalaman obrolan yang mulus." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stiamo gettando le basi per le nostre nuove chat. Compresi contatori, notifiche e altre funzionalità necessarie per una chat fluida." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいチャット機能が登場します。メッセージ数の表示や通知など、便利な機能が追加されます。完了まで少々お時間をいただきますが、常にデータは安全に保管されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "We leggen de basis voor onze nieuwe chats. Inclusief tellers, meldingen en andere functies die nodig zijn voor een soepele chatervaring." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Мы закладываем основу для наших новых чатов. Включая счетчики, уведомления и другие функции, необходимые для бесперебойной работы в чате." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni sohbetlerimiz için zemin hazırlıyoruz. Sayaçlar, bildirimler ve sorunsuz sohbet deneyimi için gereken diğer özellikler dahil." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我们正在为我们的新聊天奠定基础。包括计数器、通知和其他顺利聊天体验所需的功能。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." + } + } + } + }, + "Migration.Initial.title": { + "comment": "MARK: - Migration", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديث إصدار جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Version Update" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva actualización de versión" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mise à jour de la nouvelle version" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pembaruan Versi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiornamento della nuova versione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最新版への更新" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe versie update" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новая версия. Обновить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Sürüm Güncellemesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "有新版本可用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New Version Update" + } + } + } + }, + "Migration.Progress.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قد يستغرق هذا بعض الوقت. يرجى عدم إغلاق التطبيق حتى يكتمل الإجراء." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dies kann einige Zeit dauern. Bitte schließe die App nicht, bis der Vorgang abgeschlossen ist." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esto puede llevar algún tiempo. No cierres la aplicación hasta que termine el proceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Cela peut prendre un certain temps. Veuillez ne pas fermer l'application avant que le processus soit terminé." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ini mungkin perlu beberapa waktu. Mohon tidak menutup aplikasi hingga proses selesai." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo potrebbe richiedere un po 'di tempo. Si prega di non chiudere l'app fino a quando il processo è completato." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これには数分かかることがあります。完了するまでアプリを閉じずに、そのままお待ちください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit kan enige tijd duren. Sluit de app alsjeblieft niet voordat het proces is voltooid." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это может занять некоторое время. Пожалуйста, не закрывайте приложение, пока процесс не завершится." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu işlem biraz zaman alabilir. Lütfen işlem tamamlanana kadar uygulamayı kapatmayın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这可能需要一些时间。不要关闭本软件,直至更新完成。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "This may take some time. Please don’t close the app until the process is complete." + } + } + } + }, + "Migration.Progress.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktualisierung ist im Gang..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Update is in progress..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La actualización está en curso…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mise à jour en cours..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pembaruan sedang berlangsung …" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiornamento in corso..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Update is bezig..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Güncelleme devam ediyor..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正在更新..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Update is in progress..." + } + } + } + }, + "Migration.ReadMore.description1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "سترى شاشة تحميل أثناء التحديث. بمجرد الانتهاء، يمكنك متابعة استخدام التطبيق بشكل طبيعي." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Verás una pantalla de carga durante la actualización. Cuando termine, podrás seguir usando la aplicación como siempre." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous verrez un écran de chargement pendant la mise à jour. Une fois terminé, vous pouvez continuer à utiliser l'application normalement." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda akan melihat tampilan pemuatan selama pembaruan berlangsung. Begitu selesai, Anda dapat lanjut menggunakan aplikasi secara normal." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Durante l'aggiornamento verrà visualizzata una schermata di caricamento. Al termine, è possibile continuare a utilizzare l'applicazione normalmente." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新中は読み込み画面が表示されます。完了後、通常通りアプリをご利用いただけます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je zult een laadscherm zien tijdens de update. Eenmaal voltooid, kun je de app normaal blijven gebruiken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Во время обновления вы увидите экран загрузки. После завершения вы можете продолжить обычное использование приложения." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Güncelleme sırasında bir yükleme ekranı göreceksiniz. Tamamlandığında uygulamayı normal şekilde kullanmaya devam edebilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在更新过程中您会看到一个加载画面。完成之后您即可继续使用本软件。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You'll see a loading screen during the update. Once finished, you can continue using the app normally." + } + } + } + }, + "Migration.ReadMore.description2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خلال هذا التحديث، تظل بياناتك آمنة تمامًا. يتم إجراء التحديث مباشرة على جهازك، وتبقى بياناتك المتزامنة غير متأثرة. سنقوم فقط بنسخها إلى تنسيق جديد، وسيتم إنشاء نسخة احتياطية محلية على جهازك، تحتوي على جميع بياناتك بالتنسيق السابق." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Durante esta actualización, tus datos están protegidos por completo. La actualización se realiza en tu dispositivo y no afecta a los datos sincronizados. Lo que hacemos es copiarlos con un formato nuevo y crear en tu dispositivo una copia de respaldo que contiene todos los datos en el formato anterior." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pendant cette mise à jour, vos données restent entièrement sécurisées. La mise à jour est effectuée directement sur votre appareil et vos données synchronisées ne sont pas affectées. Nous allons juste le copier dans un nouveau format, et une sauvegarde locale sera créée sur votre appareil, contenant toutes vos données dans le format précédent." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selama pembaruan ini, datamu tetap aman. Pembaruan ini dilakukan langsung di perangkatmu, dan data yang tersinkronisasi tidak akan terdampak. Kami hanya akan menyalinnya ke format yang baru. Cadangan lokal berisi seluruh datamu dalam format yang lama akan dibuat di perangkat ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Durante l'aggiornamento, i dati rimangono completamente protetti. L'aggiornamento viene eseguito direttamente sul dispositivo e i dati sincronizzati non vengono toccati. Verranno semplicemente copiati in un nuovo formato e sul dispositivo verrà creato un backup locale contenente tutti i dati nel formato precedente." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アップデート中もデータは完全に保護されます。アップデートはお使いのデバイス上で直接行われ、同期済みのデータには影響ありません。新しいデータ形式への移行と同時に、以前の形式のバックアップがお使いのデバイス上に自動的に作成されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tijdens deze update blijven jouw gegevens volledig beveiligd. De update wordt direct op jouw apparaat uitgevoerd en jouw gesynchroniseerde gegevens blijven onaangetast. We zullen het gewoon kopiëren naar een nieuw formaat, en er zal een lokale back-up worden gemaakt op jouw apparaat, die al jouw gegevens in het vorige formaat bevat." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Во время этого обновления ваши данные остаются полностью безопасными. Обновление выполняется непосредственно на вашем устройстве, и ваши синхронизированные данные остаются неизменными. Мы просто скопируем его в новый формат, а на вашем устройстве будет создана локальная резервная копия, содержащие все ваши данные в предыдущем формате." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu güncelleme sırasında verileriniz tamamen güvende kalır. Güncelleme doğrudan cihazınızda gerçekleştirilir ve senkronize edilmiş verileriniz etkilenmez. Sadece yeni bir formata kopyalayacağız ve cihazınızda önceki formattaki tüm verilerinizi içeren yerel bir yedek oluşturulacak." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您的数据不会因本次更新受到影响。更新在您的设备上完成,我们将数据复制到新格式,并会在本地创建一个备份,里面有上一版格式的所有数据。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." + } + } + } + }, + "Migration.ReadMore.description3": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "السبب في احتفاظنا بهذه النسخة الاحتياطية هو لتصحيح الأخطاء ومساعدتك في حالة حدوث أي شيء غير متوقع." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esta copia de respaldo nos sirve para depurar errores y ofrecerte ayuda si se presenta algún imprevisto." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La raison pour laquelle nous conservons cette sauvegarde est de vous déboguer et de vous aider, en cas d'imprévu." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kami mempertahankan cadangan ini untuk proses awakutu dan pembantuan apabila hal yang tidak diinginkan terjadi selama proses pembaruan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il motivo per cui conserviamo questo backup è per eseguire il debug e assistervi in caso di imprevisti." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このバックアップは、予期せぬ事態が起こった際の原因究明やお客様のサポートに役立てられます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De reden dat we deze back-up behouden is om te debuggen en jou te helpen in het geval van onvoorziene problemen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Причина, по которой мы сохраняем эту резервную копию, заключается в отладке и помощи в случае непредвиденных обстоятельств." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu yedeği saklamamızın nedeni öngörülemeyen durumlarda hata ayıklamak ve size yardımcı olmaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这个备份用来以防万一,供您在不得已时检查和调试。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." + } + } + } + }, + "Migration.ReadMore.option1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ماذا تتوقع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Was dich erwartet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "What to Expect" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Qué ocurrirá" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "À quoi vous attendre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apa yang Diharapkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cosa aspettarsi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新の流れ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wat kun je verwachten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чего ожидать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ne Beklemelisiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "敬请期待" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "What to Expect" + } + } + } + }, + "Migration.ReadMore.option2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بياناتك تبقى آمنة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Deine Daten bleiben sicher" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your Data Remains Safe" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tus datos están a salvo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vos données restent en sécurité" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Datamu Tetap Aman" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I tuoi dati rimangono al sicuro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あなたのデータは常に安全に保護されています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw gegevens blijven veilig" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваши данные остаются в безопасности" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Verileriniz Güvende Kalır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您的数据依旧安全" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Your Data Remains Safe" + } + } + } + }, + "Vault.Select.Incompatible.Version.Error.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мы не змаглі атрымаць даныя з вашага сховішча, паколькі ваша версія састарэлая. Калі ласка, абнавіце Anytype да апошняй версіі." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wir konnten Ihre Tresordaten nicht abrufen, da Ihre Version veraltet ist. Bitte aktualisieren Sie Anytype auf die neueste Version." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hemos podido recuperar los datos de tu arca porque tu versión de Anytype está anticuada. Actualiza Anytype a la versión más reciente." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nous n'avons pas pu récupérer les données de votre coffre car votre version est obsolète. Veuillez mettre à jour Anytype vers la dernière version." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kami tidak dapat mengambil data brankasmu karena versi aplikasi sudah kedaluwarsa. Silakan perbarui Anytype terlebih dahulu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non siamo riusciti a recuperare i dati della tua cassaforte perché la tua versione è obsoleta. Per favore aggiorna Anytype all'ultima versione disponibile." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "お使いのバージョンが古いため、保管庫のデータを取得できませんでした。Anytype を最新バージョンに更新してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vi kunne ikke hente data fra hvelvet ditt fordi din versjon er utdatert. Vennligst oppdater Anytype til den nyeste versjonen." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "We konden jouw kluisgegevens niet ophalen omdat jouw versie verouderd is. Update Anytype naar de nieuwste versie." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie mogliśmy pobrać Twoich danych z sejfu, ponieważ twoja wersja jest przestarzała. Proszę zaktualizuj Anytype do najnowszej wersji." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não foi possível recuperar os dados do seu cofre porque sua versão está desatualizada. Por favor, atualize o Anytype para a versão mais recente." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Não foi possível recuperar os dados do seu cofre porque sua versão está desatualizada. Por favor, atualize Anytype para a versão mais recente." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нам не удалось получить данные вашего хранилища, потому что ваша версия устарела. Пожалуйста, обновите Anytype до последней версии." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sürümünüz güncel olmadığı için kasa verilerinizi alamadık. Lütfen Anytype'ı en son sürüme güncelleyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我们无法检索您的文库数据,因为您的版本已过时。请更新 Anytype 到最新版本。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "我們無法取得您的帳戶數據,因為您的版本已過時。請將 Anytype 更新到最新版本。" + } + } + } + } + }, + "version": "1.0" +} \ No newline at end of file diff --git a/Modules/Loc/Sources/Loc/Resources/Localizable.xcstrings b/Modules/Loc/Sources/Loc/Resources/Localizable.xcstrings deleted file mode 100644 index d99976fcd3..0000000000 --- a/Modules/Loc/Sources/Loc/Resources/Localizable.xcstrings +++ /dev/null @@ -1,184714 +0,0 @@ -{ - "sourceLanguage" : "en", - "strings" : { - "About" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حول" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пра праграму" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Info" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "About" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Información" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "About" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "About" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "À propos" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tentang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informazioni " - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このアプリについて" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "정보" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Om" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Over" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଷୟରେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "O aplikacji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sobre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "About" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "О нас" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hakkında" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Про застосунок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thông tin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "关于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "關於" - } - } - } - }, - "About.analyticsId" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідэнтыфікатар аналітыкі: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics-ID: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Analytics ID: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "ID de análisis: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "ID analytique : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "ID analitik: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Analytics: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アナリティクスID:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Analyse ID: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Identyfikator analizy: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "ID do Analytics: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "ID аналитики: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics kimliği: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідентифікатор аналітики: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics ID: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分析 ID: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分析 ID:%@" - } - } - } - }, - "About.AnytypeCommunity" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مجتمع Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Супольнасць Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Gemeinschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype Community" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Comunidad de Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Community" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Community" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Communauté Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Komunitas Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Community di Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeコミュニティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 커뮤니티" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Community" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Community" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Community" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Społeczność Anytype" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Comunidade Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Community" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сообщество Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Topluluğu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Спільнота Anytype " - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cộng đồng Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 社区" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 社區" - } - } - } - }, - "About.anytypeId" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype ID: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "ID de Anytype: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Anytype : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Anytype: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Anytype: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Anytype: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype kimliği: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ID: %@" - } - } - } - }, - "About.AppVersion" : { - "comment" : "MARK: - About", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія праграмы: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "App-Version: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "App version: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión de la aplicación: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version de l'application : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Versi aplikasi: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Versione applicazione: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アプリバージョン:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "App versie: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wersja aplikacji: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão do aplicativo: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "App version: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Версия приложения: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uygulama sürümü: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія застосунку: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Phiên bản ứng dụng: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "App 版本: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "應用程式版本:%@" - } - } - } - }, - "About.BuildNumber" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нумар зборкі: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Build Nummer: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Build number: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de compilación: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Numéro de version : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nomor Pembuatan: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Numero di build: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビルド番号:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Build nummer: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Numer kompilacji: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de compilação: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Номер сборки: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yapı numarası: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Номер збірки: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Build number: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "构建版本: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建置版本:%@" - } - } - } - }, - "About.ContactUs" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Us" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звяжыцеся з намі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontaktieren Sie uns" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Contact Us" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Contacto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Us" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Us" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Contactez-nous" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hubungi Kami" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Contattaci" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "お問い合わせ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "문의하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontakt oss" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Contacteer ons" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Us" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skontaktuj się z nami" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fale conosco" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Us" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связаться с нами" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bize Ulaşın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зв’яжіться з нами" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên hệ với chúng tôi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "联系我们" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "聯繫我們" - } - } - } - }, - "About.Device" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прылада: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerät: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Device: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Dispositivo: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appareil : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Perangkat: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dispositivo: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デバイス:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Apparaat: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Urządzenie: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Dispositivo: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Устройство: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cihaz: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пристрій: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Device: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设备: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "裝置:%@\n" - } - } - } - }, - "About.deviceId" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідэнтыфікатар прылады: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Geräte-ID: %@\n" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Device ID: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "ID del dispositivo: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "ID de l'appareil : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "ID perangkat: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Dispositivo: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デバイス ID:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Apparaat ID: %@\n" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Identyfikator urządzenia: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "ID do dispositivo: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "ID устройства: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cihaz kimliği: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідентифікатор пристрою: %@\n" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Device ID: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设备 ID: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "裝置 ID:%@\n" - } - } - } - }, - "About.HelpCommunity" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Community" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дапамога і супольнасць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hilfe & Gemeinschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Help & Community" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayuda y comunidad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Community" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuki & Yhteisö" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aide & Communauté" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bantuan & Komunitas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aiuto & Community" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ヘルプとコミュニティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "도움말 및 커뮤니티" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hjelp & fellesskap" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Community" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Community" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pomoc i społeczność" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajuda & Comunidade" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Community" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Помощь и сообщество" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yardım & Topluluk" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Допомога і спільнота" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trợ giúp & Cộng đồng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "帮助 & 社区" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "幫助 & 社區" - } - } - } - }, - "About.HelpTutorials" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Tutorials" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Даведка і туторіалы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hilfe & Anleitungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Help & Tutorials" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayuda y tutoriales" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Tutorials" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Tutorials" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aide & Tutoriels" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bantuan dan Tutorial" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aiuto & Tutorials" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ヘルプとチュートリアル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "도움말 및 튜토리얼" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hjelp & veiledere" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hulp & Handleidingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Tutorials" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pomoc i samouczki" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajuda e Tutoriais" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Help & Tutorials" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Справка и руководства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yardım ve Öğreticiler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Довідка і посібники" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trợ giúp & Hướng dẫn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "帮助 & 教程" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "幫助與教學" - } - } - } - }, - "About.Legal" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قانوني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Юрыдычная інфармацыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Impressum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Legal" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Legal" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Legal" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Legal" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions légales" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Legal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Info legali" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "規約" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "법률" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Juridisk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Juridisch" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Legal" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Legalny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Informações Legais" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Legal" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Правовая информация" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yasal" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Правова інформація" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pháp lý" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "法律" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "法律資訊" - } - } - } - }, - "About.Library" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія бібліятэкі: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliotheksversion: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Library version: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión de la biblioteca: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version de la bibliothèque : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Versi Pustaka: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Versione della libraria: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ライブラリバージョン:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliotheek versie: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wersja biblioteki: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão da biblioteca: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Версия библиотеки: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kütüphane sürümü: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія бібліотеки: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Library version: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "库版本: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "資料庫版本:%@" - } - } - } - }, - "About.Mail.Body" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nТэхнічная інфармацыя\n%@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnische Informationen\n%@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "\n\nTechnical information\n%@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nInformación técnica\n%@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nInformations techniques\n%@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nInformasi Tekhnik\n%@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nInformazioni tecniche\n%@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\n技術情報\n%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnische informatie\n%@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nInformacje techniczne\n%@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nInformação técnica\n%@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nТехническая информация\n%@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTeknik bilgi\n%@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nТехнічна інформація\n%@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\nTechnical information\n%@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\n技术信息\n%@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "\n\n技術資訊\n%@" - } - } - } - }, - "About.Mail.Subject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запыт на падтрымку, ідэнтыфікатар сховішча %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Supportanfrage, Konto-ID %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Support request, Vault ID %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solicitud de ayuda, ID de arca %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demande d'assistance, ID du coffre %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaan dukungan, ID Brankas %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiesta di supporto, ID Cassaforte %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "サポートへのお問い合わせ、保管庫 ID %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ondersteuningsverzoek, kluis ID %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zgłoszenie o pomoc, identyfikator sejfu %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pedido de suporte, ID do cofre %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрос на поддержку, ID хранилища %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Destek talebi, Kasa Kimliği %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Support request, Vault ID %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "支持请求,库 ID %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請求支援,筆記庫 ID %@" - } - } - } - }, - "About.OSVersion" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія АС: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Betriebssystem-Version: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "OS version: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión del SO: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version de l'OS : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Versi Sistem Operasi: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Versione OS: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "OSバージョン:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "OS versie: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wersja systemu operacyjnego: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão do SO: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Версия ОС: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İşletim sistemi sürümü: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія ОС: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "OS version: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "操作系统版本: %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "作業系統版本:%@" - } - } - } - }, - "About.PrivacyPolicy" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "سياسة الخصوصية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Палітыка прыватнасці" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datenschutzerklärung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Privacy Policy" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Política de privacidad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy Policy" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy Policy" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Politique de confidentialité" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kebijakan Privasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informativa sulla Privacy" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プライバシーポリシー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "개인정보 보호정책" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Personvernerklæring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacybeleid" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy Policy" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Polityka prywatności" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Política de Privacidade" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy Policy" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Политика конфиденциальности" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gizlilik Politikası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Політика конфіденційності" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chính sách bảo mật" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "隐私策略" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "隱私政策" - } - } - } - }, - "About.TechInfo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Tech Info" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тэхнічная інфармацыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Technische Info" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tech Info" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Información técnica" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tech Info" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tech Info" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Informations techniques" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Info Tekhnologi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informazioni tecniche" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "技術情報" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기술 정보" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Teknisk informasjon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Technische informatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Tech Info" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Informacje techniczne" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Informação técnica" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tech Info" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Техническая информация" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Teknik Bilgi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Технічна інформація" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tech Info" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "技术信息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "技術資訊" - } - } - } - }, - "About.TermsOfUse" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "شروط الاستخدام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Умовы выкарыстання" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nutzungsbedingungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Terms of Use" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Términos de uso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms of Use" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms of Use" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Conditions d'utilisation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ketentuan Penggunaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Termini d'Uso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "利用規約" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이용 약관" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Brukervilkår" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gebruikersvoorwaarden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms of Use" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Warunki korzystania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Termos de uso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms of Use" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Условия использования" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kullanım Koşulları" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Умови використання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Điều khoản sử dụng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "使用条款" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "使用條款" - } - } - } - }, - "About.WhatsNew" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s New" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Што новага" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Was ist neu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "What’s New" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Novedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s New" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitä uutta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Les nouveautés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apa yang baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Novità" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新情報" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s New" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hva er nytt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wat is er nieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s New" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Co Nowego" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O que á de novo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s New" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Что нового" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Neler Yeni?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Що нового" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Có gì mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "最新消息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "最新消息" - } - } - } - }, - "Access" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المفتاح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüssel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Avain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nøkkel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Herstelsleutel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚାବି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klucz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kurtarma anahtarı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "密鑰" - } - } - } - }, - "Access to key from keychain" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Доступ да ключа з звязкі ключоў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zugriff auf Schlüssel vom Schlüsselbund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Access to key from keychain" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Acceso a la clave desde el llavero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Accéder à la clé depuis le trousseau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Akses ke kunci dari keychain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Accesso alla Chiave dal portachiavi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キーチェーンに保管された鍵を取得するために使用されます" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toegang tot sleutel vanuit sleutelhanger" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୀଚେନ୍ ରୁ କୀ କୁ ଆକସେସ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dostęp do klucza z pęku kluczy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Acesso à chave do chaveiro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Восстановить из менеджера паролей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Keychain'den anahtara erişim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Access to key from keychain" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从钥匙串访问密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從鑰匙圈存取密鑰" - } - } - } - }, - "Action-focused layout with a checkbox" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تخطيط يركز على الإجراءات مع مربع اختيار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Макет, арыентаваны на дзеянні, з птушкай" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktionsfokussiertes Layout mit Checkbox" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Action-focused layout with a checkbox" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Diseño con casillas para verificar acciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Action-focused layout with a checkbox" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Action-focused layout with a checkbox" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mise en page axée sur l'action avec une case à cocher" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tata letak berfokus pada aksi dengan sebuah centang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout focalizzato sull'azione con casella di controllo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チェックボックス付きでタスク管理" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Action-focused layout with a checkbox" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Handlingsfokusert oppsett med avkrysningsboks" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Actiegerichte lay-out met een checkbox" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Action-focused layout with a checkbox" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Układ skoncentrowany na akcji z polem wyboru" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout focado em ações com uma caixa de seleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout focado em ações com um checkbox" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Действующий макет с галочкой" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onay kutusu ile eylem odaklı düzen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Макет, орієнтований на дію, з прапорцем" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Action-focused layout with a checkbox" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "带复选框的操作重点布局" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "具有核取方塊的操作重點版型" - } - } - } - }, - "Actions" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإجراءات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дзеянні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktionen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Actions" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Acciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Actions" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Actions" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Actions" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tindakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Azioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アクション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "액션" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Handlinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Acties" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କାର୍ଯ୍ୟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Akcje" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ações" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ações" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Действия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eylemler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дії" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Các thao tác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "操作" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "操作" - } - } - } - }, - "Actions.CreateWidget.Success" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New widget was created" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы віджэт быў створаны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neues Widget wurde erstellt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New widget was created" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El widget se ha creado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New widget was created" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New widget was created" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Un nouveau widget a été créé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gawai baru telah dibuat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È stato creato un nuovo widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットが作成されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "새로운 위젯이 생성되었습니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ny widget ble opprettet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe widget is gemaakt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୂତନ ୱିଜେଟ୍ ସୃଷ୍ଟି କରାଗଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy widżet został utworzony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Um novo widget foi criado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New widget was created" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создан новый виджет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni widget oluşturuldu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New widget was created" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New widget was created" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新小部件已创建" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新的小工具已建立" - } - } - } - }, - "Actions.CreateWidget.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلى الأدوات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Да віджэтаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zu Widgets" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "To widgets" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "A widgets" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "To widgets" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "To widgets" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vers les widgets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ke widget" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ai widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェット作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "위젯으로 보내기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Til widgets" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naar widgets" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୱିଜେଟ୍ ପାଇଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Do widżetów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "To widgets" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "В виджеты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget'lara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "To widgets" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "To widgets" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "至小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設置到小工具" - } - } - } - }, - "Actions.LinkItself" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط إلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спасылка на" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link zu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conectar a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien vers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautkan ke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collega a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Koble til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link naar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Łącze do" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vincular a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать с" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şuna bağla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зв'язати з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết đến" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結到" - } - } - } - }, - "Actions.MakeAsTemplate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء قالب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Make template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hacer plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Make template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Make template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレート作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "템플릿으로 만들기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lag mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak sjabloon" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ପ୍ରସ୍ତୁତ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fazer modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Make template" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створити шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Biến thành mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "制作模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "製作成範本" - } - } - } - }, - "Actions.TemplateMakeDefault" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعيين كافتراضي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зрабіць прадвызначаным" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Standard festlegen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Make default" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Establecer por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Make default" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Make default" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Définir par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat sebagai bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rendi predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトにする" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기본값으로 설정" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Angi som standard" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak standaard" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡିଫଲ୍ଟ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ustaw jako domyślne" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tornar padrão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Make default" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Установить по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılan yap" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Make default" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đặt làm mặc định" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设为默认" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設為預設" - } - } - } - }, - "Add" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଯୋଡନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加" - } - } - } - }, - "Add a description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beschreibung hinzufügen..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add a description..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir una descripción…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajoutez une description..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan deskripsi …" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi una descrizione..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "説明を追加…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg een beschrijving toe..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Açıklama ekle..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加描述..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description..." - } - } - } - }, - "Add below" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة أدناه" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць ніжэй" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unten hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add below" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir debajo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add below" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää alapuolelle" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter en dessous" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah di bawah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi sotto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "下に追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add below" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til under" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hieronder toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add below" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj poniżej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar abaixo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add below" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить ниже" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aşağıya ekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати знизу" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm ở phía dưới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在下面添加" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在下方添加" - } - } - } - }, - "Add email" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add email" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць эл. пошту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää sähköposti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter un email" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan surel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이메일 추가" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til e-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg e-mailadres toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଇମେଲ୍ ଯୋଡନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj adres e-mail" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar e-mail" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить электронную почту" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-posta ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати ел. пошту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加电子邮件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增 email" - } - } - } - }, - "Add link" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة رابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää linkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter un lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi link" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "링크 추가" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg link toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ ଯୋଡ଼ନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj odnośnik" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додайте посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加連結" - } - } - } - }, - "Add phone" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add phone" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць нумар тэлефону" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefon hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add phone" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir teléfono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add phone" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää puhelin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter un téléphone" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan telepon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi telefono" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "電話番号を追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "전화번호 추가" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til telefon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg telefoonnummer toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add phone" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj telefon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar telefone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add phone" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить номер телефона" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefon ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додайте номер телефону" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm số điện thoại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加电话号" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增電話號碼" - } - } - } - }, - "Add property" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة خاصية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць уласцівасць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaft hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add property" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir propiedad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan properti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg eigenschap toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить свойство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellik ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Add property" - } - } - } - }, - "Add To Favorite" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add To Favorite" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць У Абранае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zu den Favoriten hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add To Pinned" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir a Favoritos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add To Favorite" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add To Favorite" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter aux favoris" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah ke Favorit" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi ai Preferiti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "お気に入りに追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add To Favorite" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til i favoritter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toevoegen aan Favorieten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରିୟକୁ ଯୋଡନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj do ulubionych" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar aos Favoritos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar aos Favoritos" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить в избранное" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Favoriye ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати до Обраних" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm vào mục Ưa thích" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加入收藏夹" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加到我的最愛" - } - } - } - }, - "Agreement Disclamer" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Працягваючы, вы згаджаецеся з нашымі [Умовамі Выкарыстання](%@) і [Палітыкай Прыватнасці](%@)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wenn Sie fortfahren, stimmen Sie den [Nutzungsbedingungen](%@) und [Datenschutzrichtlinie](%@) zu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Al continuar, aceptas nuestros [términos de uso](%@) y nuestra [política de privacidad](%@)." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Jatkamalla hyväksyt [Käyttösopimuksen](%@) ja [Tietoturvaselosteen](%@)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En continuant, vous acceptez [Conditions d’utilisation](%@) et [Politique de confidentialité](%@)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dengan melanjutkan, kamu menyetujui [Syarat Penggunaan](%@) dan [Kebijakan Privasi](%@)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuando accetti i [Termini d'uso](%@) e [Informativa sulla privacy](%@)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "続行することで[利用規約](%@)および[プライバシーポリシー](%@)に同意したものとみなします" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "계속 진행하면 [이용 약관](%@) 및 [개인정보 처리방침](%@)에 동의하는 것입니다" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Door verder te gaan ga je akkoord met onze [Algemene voorwaarden](%@) en [Privacybeleid](%@)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଜାରି ରଖିବା ଦ୍ୱାରା ଆପଣ [ବ୍ୟବହାର ସର୍ତ୍ତାବଳୀ](%@) ଏବଂ [ଗୋପନୀୟତା ନୀତି](%@) ସହ ରାଜି ହୁଅନ୍ତି।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontynuując, zgadzasz się na [Warunki użytkowania](%@) i [Politykę prywatności](%@)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ao continuar, você concorda com os [Termos de Uso](%@) e com a [Política de Privacidade](%@)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ao continuar, está a concordar com os [Termos de Uso](%@) e com a [Política de Privacidade](%@)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Продолжая, вы соглашаетесь с нашими [условиями пользования](%@) и [политикой конфиденциальности](%@)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Devam ederek [Kullanım Koşullarımızı](%@) ve [Gizlilik Politikamızı](%@) kabul etmiş olursunuz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "By continuing you agree to [Terms of Use](%@) and [Privacy Policy](%@)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "继续即表示您同意 [使用条款](%@) 和 [隐私策略](%@)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "繼續即表示同意 [使用條款](%@) 與 [隱私政策](%@)" - } - } - } - }, - "Alert.CameraPermissions.GoToSettings" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Generieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Generate" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Generar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Genera" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "生成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Genereer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate" - } - } - } - }, - "Alert.CameraPermissions.GoToSettings" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype патрэбен доступ да камеры, каб сканіраваць QR-коды.\n\nКалі ласка, зайдзіце ў Налады вашай прылады -> Anytype і ўсталюеце для камеры значэнне ON." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype necesita acceder a la cámara para escanear códigos QR.\n\nVe a los ajustes de tu dispositivo -> Anytype y activa los permisos de cámara." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype a besoin d'accéder à votre caméra pour scanner les QR codes.\n\nAllez dans les paramètres de votre appareil -> Confidentialité -> Caméra et donnez accès à Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype perlu mengakses kameramu untuk memindai kode QR.\n\nSilakan menuju Setelan -> Privasi -> Kamera dan atur Anytype menjadi ON" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "AnytypeでQRコードをスキャンするには、カメラへのアクセス許可が必要です。\n\nデバイスの「設定」->「Anytype」を開き、「カメラ」をオンにしてください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype heeft toegang nodig tot je camera om QR-codes te scannen.\n\nGa naar de instellingen van je apparaat -> Privacy -> Camera en zet Anytype naar AAN" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "QR କୋଡ୍ ସ୍କାନ୍ କରିବା ପାଇଁ ଏନିଟାଇପ ଆପଣଙ୍କ କ୍ୟାମେରାକୁ ପ୍ରବେଶ ଆବଶ୍ୟକ କରେ | \n\n ଦୟାକରି, ଆପଣଙ୍କର ଡିଭାଇସର ସେଟିଂସମୂହ ->ଏନିଟାଇପ ଯାଆନ୍ତୁ ଏବଂ କ୍ୟାମେରା ଅନ୍ ସେଟ୍ କରନ୍ତୁ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype precisa de acesso à sua câmera para escanear códigos QR.\n\n Por favor, acesse Configurações do Dispositivo -> Anytype e ative o uso da Câmera." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype нуждается в доступе к камере для сканирования QR-кодов.\n\nПожалуйста, перейдите в Настройки -> Конфиденциальность -> Камера и установите ползунок Anytype в режим ВКЛ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Karekodu taramak için Anytype'ın kameranıza erişmesi gerekir.\n\nLütfen cihazınızın Ayarlar -> Gizlilik -> Kamera bölümüne gidin ve Anytype'a kamera izni verin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Для сканування QR-коду потрібен доступ до вашої камери.\n\nБудь ласка, перейдіть в налаштування вашого пристрою -> Конфіденційність -> Камера і виберіть Anyrype для включення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 需要访问您的相机才能扫描二维码。\n\n请转到您设备的设置 -> 隐私 -> 将 Anytype 相机设置为开。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 需要存取您的相機才能掃描 QR code。\n\n請前往您裝置的設定 -> Anytype 並將相機設置為開啟" - } - } - } - }, - "Alert.CameraPermissions.Settings" : { - "comment" : "MARK: - Alerts", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإعدادات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Налады" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einstellungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Settings" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajustes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paramètres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Setelan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Impostazioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Innstillinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Instellingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସେଟିଂସମୂହ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ustawienia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Настройки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayarlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Налаштування" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài đặt" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设置" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設置" - } - } - } - }, - "Align center" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Align center" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выраўнаваць па сярэдзіне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zentral ausrichten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Align center" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinear al centro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Align center" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Align center" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aligner au centre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Rata tengah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allinea al centro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "中央揃え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "가운데 맞춤" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Midtstill" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Centreer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କେନ୍ଦ୍ର ଆଲାଇନ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyrównaj do środka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhar ao centro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Align center" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выровнять по центру" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ortaya hizala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вирівняти посередині" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Căn giữa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "居中对齐" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "置中" - } - } - } - }, - "Align justify" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Align justify" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выраўноўванне па шырыні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocksatz" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Align justify" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Justificado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Align justify" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Align justify" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Justifier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Rata kanan-kiri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Giustifica testo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "両端揃え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "양쪽 맞춤" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Juster" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uitvullen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Align justify" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyjustuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aprovar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Align justify" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выравнивание по ширине" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geniş hizala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Align justify" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Căn đều" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "两端对齐" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分散對齊" - } - } - } - }, - "Align left" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Align left" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выраўнаваць па левым краі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Links ausrichten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Align left" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinear a la izquierda" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Align left" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Align left" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aligner à gauche" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Rata kiri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allinea a sinistra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "左揃え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "왼쪽 맞춤" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Venstrejuster" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lijn links uit" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବାମକୁ ଆଲାଇନ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyrównaj do lewej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhar à esquerda" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhar à esquerda" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выровнять по левому краю" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sola hizala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вирівняти по лівому краю" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Căn trái" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "左对齐" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "靠左" - } - } - } - }, - "Align right" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Align right" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выраўнаваць па правым краі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechts ausrichten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Align right" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinear a la derecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Align right" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Align right" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aligner à droite" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Rata kanan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allinea a destra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "右揃え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오른쪽 맞춤" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Høyrejuster" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lijn rechts uit" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡାହାଣକୁ ଆଲାଇନ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyrównaj do prawej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhar à direita" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhar à Direita" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выровнять по правому краю" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sağa hizala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вирівняти по правому краю" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Căn phải" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "右对齐" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "靠右" - } - } - } - }, - "Alignment" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المحاذاة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выраўноўванне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ausrichtung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Alignment" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Alineación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Alignment" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Alignment" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alignement" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Perataan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allineamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "配置" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "정렬" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Justering" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uitlijning" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶ୍ରେଣୀବଦ୍ଧତା " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Położenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhamento" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Alinhamento" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выравнивание" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hizalama" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вирівнювання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Căn lề" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "排列" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "對齊" - } - } - } - }, - "All" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الكل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усе" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "All" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Todo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tout" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Semua" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべて" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alles" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମସ୍ତ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wszystkie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Все" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hepsi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Все" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tất cả" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "所有" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "全部" - } - } - } - }, - "All objects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جميع الكائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усе аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle Objekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "All Objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos los objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tous les objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Semua Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutti gli Oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべてのオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "모든 객체" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମସ୍ତ ବସ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos os Objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Все объекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tüm Nesneler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "All Objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "所有对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "所有物件" - } - } - } - }, - "AllObjects.Search.Empty.State.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حاول البحث باستخدام كلمات مفتاحية مختلفة." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паспрабуйце шукаць па розных ключавых словах." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Versuche mit anderen Schlüsselwörtern zu suchen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Try searching with different keywords." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Prueba a buscar otros términos." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Essayez de rechercher avec différents mots-clés." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Coba cari dengan kata kunci yang lain." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Prova a cercare con parole chiave diverse." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "別のキーワードで検索してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Probeer te zoeken met andere trefwoorden." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Попробуйте искать по другим ключевым словам." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Farklı anahtar kelimelerle aramayı deneyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "尝试使用不同的关键字搜索" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Try searching with different keywords." - } - } - } - }, - "AllObjects.Search.Empty.State.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لم يتم العثور على نتائج." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вынікаў не знойдзена." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Ergebnisse gefunden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No results found." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se encuentran resultados." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun résultat trouvé." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada hasil yang ditemukan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun risultato trovato." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "該当する結果が見つかりませんでした。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen resultaten gevonden." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Результаты не найдены." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbir sonuç bulunamadı." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未找到结果。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No results found." - } - } - } - }, - "AllObjects.Settings.Sort.Title" : { - "comment" : "MARK: - All Content", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فرز حسب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сартаваць па" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortiere nach" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sort by" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar por" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "정렬" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorter etter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorteer op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortuj wg" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar por" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сортировать по" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şuna göre sırala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort by" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sắp xếp theo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "排序方式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "排序方式" - } - } - } - }, - "AllObjects.Settings.Unlinked.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الكائنات غير المرتبطة التي لا تحتوي على رابط مباشر أو رابط خلفي مع كائنات أخرى في الرسم البياني." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos desconectados que no tienen un enlace a o desde otro objeto del gráfico." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek yang tidak memiliki tautan langsung atau tautan balik ke objek lain di grafik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "グラフビューで、どのオブジェクトともリンクやバックリンクなどの繋がりのないオブジェクトです。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet-gekoppelde objecten die geen directe koppeling of terugkoppeling hebben met andere objecten binnen de weergave." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Grafikteki diğer nesnelerle doğrudan bağlantısı veya geri bağlantısı olmayan bağlantısız nesneler." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在关联图中没有直连或反链的对象。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlinked objects that do not have a direct link or backlink with other objects in the graph." - } - } - } - }, - "AllObjects.Settings.Unlinked.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غير المرتبطة فقط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nur unverlinkte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Only unlinked" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo desconectados" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hanya objek yang tidak tertaut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo non collegati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクのない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alleen niet-gekoppeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sadece bağlantısız" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "仅未链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Only unlinked" - } - } - } - }, - "AllObjects.Settings.ViewBin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض سلة المهملات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Papierkorb ansehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View Bin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver papelera" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Voir la corbeille" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lihat Bak Sampah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ごみ箱を表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bekijk prullenbak" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri Dönüşüm Kutusunu Görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查看回收站" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "View Bin" - } - } - } - }, - "AllObjects.Sort.Date.Asc" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الأقدم أولاً" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Älteste zuerst" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Oldest first" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Antiguos primero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terlama dahulu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "古い順" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oudste eerst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önce en eski" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从旧到新" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Oldest first" - } - } - } - }, - "AllObjects.Sort.Date.Desc" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الأحدث أولاً" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neueste zuerst" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Newest first" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recientes primero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terbaru dahulu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しい順" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwste eerst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önce en yeni" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从新到旧" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Newest first" - } - } - } - }, - "AllObjects.Sort.DateCreated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تاريخ الإنشاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstellungsdatum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Date created" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fecha de creación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanggal dibuat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作成日時順" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Datum gemaakt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oluşturulma tarihi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Date created" - } - } - } - }, - "AllObjects.Sort.DateUpdated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تاريخ التحديث" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualisierungsdatum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Date updated" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fecha de modificación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanggal diperbarui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新日付順" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Datum bijgewerkt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дата изменения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Güncellenme tarihi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更新日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Date updated" - } - } - } - }, - "AllObjects.Sort.Name.Asc" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أ ← ي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "А → Я" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "A → Z" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Å" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "А → Я" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "A → Z" - } - } - } - }, - "AllObjects.Sort.Name.Desc" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ي ← أ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Я → А" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Z → A" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Å → A" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Я → А" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Z → A" - } - } - } - }, - "Amber" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كهرماني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бурштынавы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelb" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Amber" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ámbar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Meripihka" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ambre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jingga" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ambra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "橙色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "주황색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅମ୍ବର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bursztynowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Âmbar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Янтарный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Koyu sarı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Бурштиновий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hổ phách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "琥珀色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "琥珀色" - } - } - } - }, - "Amber background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бурштынавы фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bernstein Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Amber background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo ámbar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber background" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond ambre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang jingga" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo ambra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "橙色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "주황색 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅମ୍ବର ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bursztynowe tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo Âmbar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo âmbar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Янтарный фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Koyu sarı arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Бурштинове тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Amber background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "琥珀色背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "琥珀色背景" - } - } - } - }, - "AnyApp.BetaAlert.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du bist der Zeit voraus! Einige Funktionen befinden sich noch in der Entwicklung oder sind noch nicht produktionsreif – bleib dran für Aktualisierungen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Estás en la vanguardia! Algunas funciones están aún en desarrollo o no están listas para un entorno de producción. Presta atención a las actualizaciones." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous êtes en avance sur la courbe ! Certaines fonctionnalités sont encore en cours de développement ou ne sont pas prêtes à la production – restez à l'écoute pour les mises à jour." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda menjadi yang terdepan! Beberapa fitur masih dalam pengembangan atau belum siap produksi - nantikan pembaruannya." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Siete in anticipo sulla curva! Alcune funzioni sono ancora in fase di sviluppo o non pronte per la produzione: restate sintonizzati per gli aggiornamenti." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アルファ版をご利用いただきありがとうございます!一部機能は開発中、または正式版ではないため、今後の開発にご期待ください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je loopt voor op de rest! Sommige functies zijn nog in ontwikkeling of niet klaar voor productie – blijf in de gaten houden voor updates." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eğrinin önündesiniz! Bazı özellikler hala geliştirme aşamasındadır veya üretime hazır değildir. Güncellemeler için bizi izlemeye devam edin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您走在时代前列!部分功能仍在开发阶段或尚未就绪,请关注更新进展。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You’re ahead of the curve! Some features are still in development or not production-ready – stay tuned for updates." - } - } - } - }, - "AnyApp.BetaAlert.Title" : { - "comment" : "MARK: - Any App", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Willkommen zur Alpha-Version" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Welcome to the Alpha version" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Te damos la bienvenida a la versión alfa" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bienvenue dans la version Alpha" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selamat datang di versi Alpha" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Benvenuto nella versione Alpha" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アルファ版へようこそ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Welkom bij de Alpha versie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alpha sürümüne hoş geldiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "欢迎使用 Alpha 版本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the Alpha version" - } - } - } - }, - "Anytype Library" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مكتبة Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бібліятэка Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype-Bibliothek" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype Library" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteca de Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Library" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Kirjasto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliothèque Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pustaka Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Libreria di Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeライブラリ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 라이브러리" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype bibliotek" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype bibliotheek" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏନିଟାଇପ ଲାଇବ୍ରେରୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteka Anytype" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteca Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteca Anytype" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Библиотека Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Kitaplığı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Бібліотека Anytype" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thư viện Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 文库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 資料庫" - } - } - } - }, - "Anytype Network" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "شبكة Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сетка Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype-Netzwerk" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype Network" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Red de Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réseau Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jaringan Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rete Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypenettverk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype netwerk" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Rede Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сеть Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Ağı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Network" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mạng Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 网络" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 網絡" - } - } - } - }, - "Appearance" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المظهر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Знешні выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aussehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Appearance" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aspecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Appearance" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Appearance" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Apparence" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aspetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "外観" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "모양" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Utseende" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଦେଖାଯିବା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wygląd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aparência" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Appearance" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Внешний вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görünüm" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Оформлення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Diện mạo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "外观" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "外觀" - } - } - } - }, - "Application" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Application" - } - } - } - }, - "Application icon" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Application icon" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Значок праграмы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "App-Symbol" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Application icon" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Icono de aplicación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Application icon" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Application icon" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Icône de l'application" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikon aplikasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Icona dell'applicazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アプリアイコン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "앱 아이콘" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Appikon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "App pictogram" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆପ୍ଲିକେସନ ଆଇକନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikona aplikacji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ícone do aplicativo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Application icon" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Значок приложения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uygulama simgesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Іконка застосунку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Biểu tượng ứng dụng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "应用程序图标" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "應用程式圖示" - } - } - } - }, - "Apply" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تطبيق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anwenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Apply" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aplicar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appliquer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terapkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Applica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "適用" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toepassen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆବେଦନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aplicar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Применить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uygula" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "应用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Apply" - } - } - } - }, - "Are you sure you want to delete" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ці вы сапраўды хочаце выдаліць %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'екты" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'ектаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'ект" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'ектаў" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Möchtest du wirklich %#@object@ löschen?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Objekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Objekte" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure you want to delete %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro que quieres borrar %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objetos" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr de vouloir supprimer %#@object@ ?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objet" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objets" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah kamu yakin ingin menghapus %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objek" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro di voler eliminare %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg oggetto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg oggetti" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当に%#@object@を削除してもよろしいですか?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%argつのオブジェクト" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ 을(를) 삭제하시겠습니까?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 객체" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker på at du vil slette %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je zeker dat je %#@object@ wilt verwijderen?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objecten" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czy na pewno chcesz usunąć %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiekty" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiektów" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiektów" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem certeza que deseja excluir %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objetos" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem a certeza que pretende eliminar %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objetos" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены, что хотите удалить %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg объекта" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg объектов" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg объект" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "объекты: %arg" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : " %#@object@ nesnesini silmek istediğinizden emin misiniz?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg nesne" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg nesne" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви дійсно бажаєте видалити %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єкти" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єктів" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єкт" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єктів" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete %#@object@?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您确定要删除 %#@object@ 吗?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 个对象" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定要刪除 %#@object@ 嗎?" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 對象" - } - } - } - } - } - } - } - } - }, - "AreYouSure" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هل أنت متأكد؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўпэўнены?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sind Sie sicher?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah kamu yakin?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro/a?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当によろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je het zeker?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jesteś pewny?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви впевнені?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn chắc chưa?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是否确定?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定嗎?" - } - } - } - }, - "Attach Object" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Attach Object" - } - } - } - }, - "Attachment" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Anhang" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Anhänge" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Attachments" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "adjunto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Adjuntos" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Pièce jointe" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Pièces jointes" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lampiran" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Allegato" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Allegati" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個の添付ファイル" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Ek dosya" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Ek dosya" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Attachments" - } - } - } - } - } - } - }, - "Audio" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Audios" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audio" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個の音声ファイル" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Ses" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Ses" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Audios" - } - } - } - } - } - } - }, - "Auth.Button.Join" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أنا جديد هنا" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ich bin neu hier" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "I am new here" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es mi primera vez" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Je suis nouveau ici" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Aku pengguna baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sono nuovo qui" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "初めて利用する" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ik ben nieuw hier" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sou novo aqui" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Я новичок здесь" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Burada yeniyim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我是新手" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "I am new here" - } - } - } - }, - "Auth.CameraPermissionTitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Please allow access" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калі ласка, дазвольце доступ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitte Zugriff erlauben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Please allow access" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Por favor, permite el acceso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Please allow access" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Myönnä pääsy, ole hyvä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veuillez autoriser l'accès" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tolong izinkan akses" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per favore, consenti l’accesso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アクセスを許可して下さい" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "엑세스를 허용해주세요" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vennligst tillat tilgang" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geef toegang" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଦୟାକରି ଆକସେସ୍ ଅନୁମତି ଦିଅନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zezwól na dostęp" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Conceda acesso, por favor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Por favor, permita o acesso" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пожалуйста, разрешите доступ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lütfen erişime izin verin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Будь ласка, дозвольте доступ" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hãy cho phép truy cập" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请允许访问" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請允許存取" - } - } - } - }, - "Auth.JoinFlow.Email.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nos encantaría comunicarte consejos, trucos y novedades del producto. Tu correo electrónico no se vinculará a tu identidad y no compartiremos tus datos nunca jamás." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kami akan dengan senang hati membagikan tip, trik, dan informasi produk kepadamu. Surelmu tidak akan dihubungkan dengan identitasmu, dan kami tidak akan pernah membagikan datamu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "便利な使い方や活用のコツ、製品の更新情報などをお届けします。ご登録いただいたメールアドレスが個人を特定する情報と関連付けられることはなく、お客様のデータが第三者に共有されることも一切ありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İpuçlarını, püf noktalarını ve ürün güncellemelerini sizinle paylaşmayı çok isteriz. E-postanız, kimliğinizle asla bağlantılı değildir. Verilerinizi paylaşmayacağız. Asla." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "We’d love to share tips, tricks and product updates with you. Your email is never linked to your identity. We won’t share your data. Ever." - } - } - } - }, - "Auth.JoinFlow.Email.incorrectError" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Incorrect email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Correo electrónico incorrecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail incorrect" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Surel salah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスが正しくありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yanlış e-posta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Incorrect email" - } - } - } - }, - "Auth.JoinFlow.Email.placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter your email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Escribe tu correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrez votre adresse e-mail" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan surelmu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスを入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-postanızı girin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter your email" - } - } - } - }, - "Auth.JoinFlow.Email.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Stay in the loop" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sigue en contacto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Restez au courant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tetap terinformasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最新情報を受け取る" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelişmelerden haberdar olun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Stay in the loop" - } - } - } - }, - "Auth.JoinFlow.Key.Button.Copy.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نسخ إلى الحافظة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Капіяваць у буфер абмену" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In die Zwischenablage kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy to clipboard" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar al portapapeles" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy to clipboard" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopioi leikepöydälle" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier dans le presse-papier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin ke papan klip" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia negli appunti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クリップボードにコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "클립보드로 복사" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopier til utklippstavlen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieer naar klembord" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କ୍ଲିପବୋର୍ଡକୁ କପି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skopiuj do schowka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar para área de transferência" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar para área de transferência" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Копировать в буфер обмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Panoya kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопіювати в буфер обміну" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy to clipboard" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复制到剪贴板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "複製到剪貼簿" - } - } - } - }, - "Auth.JoinFlow.Key.Button.Info.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قراءة المزيد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Read more" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Más información" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selengkapnya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Leggi altro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "さらに詳しく" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Devamını oku" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Read more" - } - } - } - }, - "Auth.JoinFlow.Key.Button.Later.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ليس الآن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не зараз" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht jetzt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Not now" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ahora no" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Plus tard" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak dulu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non ora" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あとで" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet nu" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie teraz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Agora não" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не сейчас" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şimdi değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Để sau" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "暂不" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "稍後" - } - } - } - }, - "Auth.JoinFlow.Key.Button.Saved.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التالي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далей" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Weiter" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Next" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Siguiente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Next" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Seuraava" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Suivant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lanjut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Avanti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "次へ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Volgende" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପରବର୍ତ୍ତୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dalej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Avançar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Seguinte" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Далее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sonraki" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Далі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiếp" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下一步" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "繼續" - } - } - } - }, - "Auth.JoinFlow.Key.Button.Show.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كشف ونسخ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Enthüllen und kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reveal and copy" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar y copiar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Révéler et copier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tunjukkan dan salin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra e copia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵を表示してコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Göster ve kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Reveal and copy" - } - } - } - }, - "Auth.JoinFlow.Key.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يحل محل اسم المستخدم وكلمة المرور. احتفظ به آمنًا - أنت تتحكم في بياناتك. يمكنك العثور على هذا المفتاح لاحقًا في إعدادات التطبيق." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es lo que usamos en lugar de usuario y contraseña. Guárdala bien; tus datos están bajo tu control. Podrás volver a ver esta clave en los ajustes de la aplicación." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunci bagaikan nama pengguna dan kata sandi. Simpanlah dengan baik—karena kamu sendirilah yang mengendalikan datamu. Kunci ini bisa dilihat lagi di setelan aplikasi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sostituisce login e password. Tienila al sicuro: sei tu a controllare i tuoi dati. Questa chiave è disponibile nelle impostazioni dell'app." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これがログインIDとパスワードの代わりとなります。紛失しないよう、ご自身で大切に保管してください。あとでアプリの設定画面から確認できます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kullanıcı adı ve şifrenin yerini alır. Onu güvende tutmalısınız. Verilerinizin kontrolü sizde olur. Daha sonra uygulama ayarlarında bulabilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "It replaces login and password. Keep it safe — you control your data. You can find this Key later in app settings." - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Option1.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يتم تمثيله بعبارة استرداد - 12 كلمة عشوائية يتم من خلالها إنشاء مخزنك سحريًا على هذا الجهاز." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фраза аднаўлення - 12 выпадковых слоў, з якіх магічным чынам ствараецца ваша Сховішча на гэтай прыладзе." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sie wird durch eine Wiederherstellungsphrase dargestellt - 12 zufällige Wörter, aus denen dein Tresor auf magische Weise auf diesem Gerät generiert wird." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your key is represented by a recovery phrase — 12 random words that generate your vault on this device." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Consiste en una frase de recuperación de 12 palabras aleatorias con las que se genera mágicamente tu arca en este dispositivo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ini dalam bentuk frasa pemulihan - 12 kata acak yang secara ajaib menghasilkan brankas Anda di perangkat ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È rappresentata da una frase di recupero – 12 parole casuali da cui la tua cassaforte viene magicamente generata su questo dispositivo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これはリカバリーフレーズと呼ばれるものです。このデバイス上で魔法のように作られた12個のランダムな単語の組み合わせです。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이 장치에서 보관소가 마술처럼 생성되는 12개의 무작위 단어인 복구 문구로 표시됩니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het wordt weergegeven door een herstelzin – 12 willekeurige woorden waarmee je kluis magisch wordt gegenereerd op dit apparaat." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହା ଏକ ପୁନରୁଦ୍ଧାର ବାକ୍ୟାଂଶ ଦ୍ୱାରା ଉପସ୍ଥାପିତ ହୋଇଛି - 12 ଟି ଅନିୟମିତ ଶବ୍ଦ ଯେଉଁଠାରୁ ଆପଣଙ୍କର ଭାଲ୍ଟ ଏହି ଉପକରଣରେ ଯାଦୁକରୀ ଭାବରେ ସୃଷ୍ଟି ହୋଇଥାଏ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest ukazany jako fraza odzyskiwania - 12 losowych słów, dzięki którym na twoim urządzeniu zostaje utworzony sejf." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ele é representado por uma frase de recuperação — 12 palavras aleatórias a partir do qual o seu cofre é magicamente gerado neste dispositivo." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ele é representado por uma frase de recuperação - 12 palavras aleatórias a partir do qual o seu cofre é magicamente gerado neste dispositivo." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фраза восстановления - это случайная комбинация из 12 слов. Волшебным образом из этих слов генерируется ваш аккаунт на устройстве." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kurtarma anahtarınız bu cihazda sadece sizin için oluşturulan 12 rastgele kelimeden oluşur." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "It is represented by a recovery phrase – 12 random words from which your vault is magically generated on this device." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "恢复短语是 12 个单词的随机组合,您的文库数据在此设备上神奇般地生成。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "密鑰是由 12 個隨機單詞產生的助記詞,您的帳戶將在此裝置上神奇地產生。" - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Option1.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "It’s your login and password" - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Option2.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Той, хто ведае камбінацыю гэтых слоў, валодае вашым сховішчам. **На дадзены момант вы адзіны чалавек у свеце, які ведае гэта.**" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wer auch immer die Kombination dieser Worte kennt, dem gehört dein Tresor. **Im Moment bist du die einzige Person auf der Welt, die sie kennt.**" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anyone who knows these words can access your vault. Right now, you are the only person in the world who knows them." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Quien conozca esta combinación de palabras tendrá la propiedad de tu arca. **En este momento, tú eres la única persona del mundo que la conoce.**" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Qui connaît la combinaison de ces mots – possède le compte. **Maintenant, vous êtes la seule personne au monde à y avoir accès.**" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Siapa pun yang mengetahui kombinasi dari kata-kata ini berarti memiliki brankas Anda. Saat ini, Anda adalah satu-satunya orang di dunia yang mengetahuinya." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiunque conosca la combinazione di queste parole possiede la tua cassaforte. **Attualmente, sei l'unica persona al mondo a conoscerla.**" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この単語の組み合わせを知っている人だけが、保管庫にアクセスすることができます。そして今、**この組み合わせを知っているのは世界であなただけ**です。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이 단어 조합을 아는 사람은 누구든지 당신의 보관소를 가질 수 있습니다. **지금은 이것을 아는 사람은 당신 뿐입니다.**" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wie de combinatie van deze woorden kent, is eigenaar van jouw kluis. **Op dit moment ben jij de enige persoon in de wereld die deze kent.**" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଯିଏ ଜାଣେ ଏହି ଶବ୍ଦଗୁଡ଼ିକର ମିଶ୍ରଣ ତୁମର ଭାଲ୍ଟର ମାଲିକ | ** ବର୍ତ୍ତମାନ, ତୁମେ ଦୁନିଆର ଏକମାତ୍ର ବ୍ୟକ୍ତି ଯିଏ ଏହାକୁ ଜାଣେ | **" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ktokolwiek zna kombinacje tych słów, jest właścicielem twojego sejfu. **Teraz jesteś jedyną osobą na świecie, która je zna.**" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Quem conhece a combinação dessas palavras — é dono da conta. Agora, você é a única pessoa no mundo que pode acessá-la.**" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Qualquer que seja que a combinação dessas palavras seja dona do seu cofre. **Neste momento, você é a única pessoa no mundo que a conhece.**" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тот, кто знает комбинацию этих слов, владеет вашим хранилищем. **Сейчас вы - единственный человек в мире, которому это известно.**" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu kelimelerin kombinasyonunu bilen kişi kasanızın sahibidir. **Şu anda dünyada bunu bilen tek kişi sensin.**" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Whomever knows the combination of these words owns your vault. **Right now, you are the only person in the world who knows it.**" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "知道这些密钥词组的人即可拥有你的文库数据。**现在,你是世界上唯一知道它的人**。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "一旦誰知道了這些單詞的組合,誰就能擁有您的帳戶。 \n**現在您是世界上唯一知道這組密鑰的人**" - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Option2.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Whoever has the key, has access" - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Option3.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جميع الموارد الحاسوبية على الأرض ليست كافية لاختراقها. إذا فقدتها، لا يمكن استعادتها. لذا، قم بتخزينها في مكان آمن!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усіх вылічальных рэсурсаў на Зямлі недастаткова для ўзлому. Калі вы страціце яго, яго нельга будзе аднавіць. Такім чынам, захоўвайце яго ў бяспечным месцы!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle Rechenressourcen der Welt reichen nicht aus, um ihn zu knacken. Wenn du ihn verlierst, kann er nicht wiederhergestellt werden. Bewahre ihn also an einem sicheren Ort auf!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "All computational resources on Earth are not enough to break in. If you lose your key, it cannot be recovered. Store it somewhere safe — in a password manager or written down on paper." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay recursos computacionales en la Tierra suficientes para descifrarla. Si la pierdes, es imposible recuperarla. ¡Guárdala en un lugar seguro!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Toutes les ressources de calcul du monde ne suffiront pas à la briser. Si vous la perdez, elle ne pourra pas être récupérée. Alors, stockez-la dans un endroit sûr !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Semua sumber daya komputasi di Bumi tidak cukup untuk membobolnya. Jika Anda kehilangannya, maka tidak dapat dipulihkan. Jadi, sembunyikan di tempat yang aman!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutte le risorse di calcolo presenti sulla Terra non sono sufficienti per irrompere. Se la perdi, non può essere recuperata. Quindi, conservala in un posto sicuro!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "たとえ地球上のすべての計算リソースを使ったとしてもアクセスできません。もし鍵を紛失した場合、二度と復元することはできません。そのため、絶対に紛失しないようにしてください!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "지구상의 모든 컴퓨팅 리소스로도 해독하기 어려우며, 분실하면 복구할 수 없습니다. 따라서 안전한 곳에 보관하세요!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle computercapaciteit op aarde is niet genoeg om in te breken. Als je het verliest, kan het niet worden hersteld. Bewaar het dus op een veilige plek!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୃଥିବୀରେ ଥିବା ସମସ୍ତ ଗଣନା ସମ୍ବଳ ଭାଙ୍ଗିବା ପାଇଁ ଯଥେଷ୍ଟ ନୁହେଁ । ଯଦି ଆପଣ ଏହାକୁ ହରାଇଦିଅନ୍ତି, ତେବେ ଏହାକୁ ପୁନରୁଦ୍ଧାର କରାଯାଇପାରିବ ନାହିଁ। ତେଣୁ ଏହାକୁ ସୁରକ୍ଷିତ ସ୍ଥାନରେ ରଖନ୍ତୁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Żaden komputer na ziemi nie jest wystarczająco silny, by go złamać. Jeżeli go stracisz, nie może zostać odzyskany. Więc przechowuj go gdzieś bezpiecznie!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos os recursos computacionais na Terra não são suficientes para invadir. Se você os perde, ele não pode ser recuperado. Então, armazene-o em algum lugar seguro!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos os recursos computacionais na Terra não são suficientes para invadir. Se você perde-los, ele não pode ser recuperado. Então, armazene-o em algum lugar seguro!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Даже всех вычислительных ресурсов на Земле недостаточно для его взлома. Если Вы потеряете его, он не может быть восстановлен. Так что храните его где-нибудь в безопасном месте!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dünya üzerindeki tüm hesaplama kaynakları içeri girmek için yeterli değildir. Kaybederseniz, kurtarılamaz. Bu yüzden güvenli bir yerde saklayın!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "All computational resources on Earth are not enough to break in. If you lose it, it cannot be recovered. So, store it somewhere safe!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Toàn bộ tài nguyên xử lý trên Trái Đất cũng sẽ không cạy két ra được. Bạn làm mất thì bạn không thể khôi phục nó. Vậy nên hãy cất giữ nó an toàn!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "地球上所有的计算机都无法获取。如果你失去了它,它就无法恢复。所以,把它存放在安全的地方!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "地球上的所有電腦資源都不足以破解。 但如果您丟失了密鑰,它將無法復原,所以請將它保存在安全的地方!" - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Option3.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Only you responsible for it" - } - } - } - }, - "Auth.JoinFlow.Key.ReadMore.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ما هو المفتاح؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Што такое URL?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Was ist der Schlüssel?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "How the Key works?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Qué es una clave?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "What is the Key?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mikä on se Avain?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Qu'est-ce que la Clé ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apa itu Kunci?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cos'è una Chiave?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この鍵とは?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키는 무엇인가요?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hva er en Nøkkel?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wat is de herstelsleutel?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚାବି କ’ଣ?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czym jest klucz?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Qual é a chave?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "O que é a Chave?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Что такое Ключ?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anahtar nedir?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "What is the Key?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "What is the Key?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "什么是密钥?\n" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "什麼是密鑰?" - } - } - } - }, - "Auth.JoinFlow.Key.Title" : { - "comment" : "Auth - Join flow", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هذا هو مفتاحك" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэта ваш Ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dies ist dein Schlüssel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This is your Key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta es tu clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your Key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tämä on Avaimesi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ceci est votre clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ini Kuncimu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questa è la tua Chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これがあなたの鍵です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "당신의 키입니다" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dette er din Nøkkel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit is je herstelsleutel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହା ହେଉଛି ତୁମର ଚାବି |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "To jest twój klucz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta é a sua chave" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta é a tua chave" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это Ваш Ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu senin anahtarın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your Key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your Key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这是您的密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "這是您的密鑰" - } - } - } - }, - "Auth.JoinFlow.PersonaInfo.description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select one role or background that best fits you" - } - } - } - }, - "Auth.JoinFlow.PersonaInfo.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tell Us About Yourself" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.artist" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Artist / Content Creator" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.consultant" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Consultant" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.designer" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Designer" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.developer" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Software Developer" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.entrepreneur" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Founder / Entrepreneur" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.manager" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Manager / IT Professional" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.marketer" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Marketer" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.researcher" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Researcher / Academic" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.student" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Student" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.Persona.writer" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Writer / Journalist" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.habitTracking" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Habit tracking" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.knowledge" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Personal knowledge base / PKM" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.lifePlanning" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Life planning" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.messaging" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Messaging & group chats" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.notes" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Personal note-taking" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.projects" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Projects & tasks management" - } - } - } - }, - "Auth.JoinFlow.SelectionOption.UseCase.teamWork" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Team work & shared docs" - } - } - } - }, - "Auth.JoinFlow.Soul.Button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гатова" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fertig" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Done" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Listo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Done" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valmis" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Terminé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selesai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fatto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "完了" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "완료" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ferdig" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gereed" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gotowe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Concluído" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Concluído" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Готово" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitti" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Готово" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xong" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "完成" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "完成" - } - } - } - }, - "Auth.JoinFlow.Soul.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Only seen by people you share something with. There is no central registry of these names." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бачна толькі людзям, з якімі вы чымсьці падзяліліся. Адзінага спісу такіх імёнаў не існуе." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nur von Leuten gesehen, mit denen du etwas teilst. Es gibt kein zentrales Register dieser Namen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Only seen by people you share something with. There is no central registry of these names." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo lo verán las personas con las que compartas algo. No existe un registro central de nombres." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Only seen by people you share something with. There is no central registry of these names." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Only seen by people you share something with. There is no central registry of these names." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seulement vu par les personnes avec qui vous partagez quelque chose. Il n'y a pas de registre central des utilisateurs." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hanya dapat dilihat oleh orang yang saling berbagi denganmu. Nama ini tidak disimpan secara sentral." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Visibile solo alle persone con cui condividi qualcosa. Non esiste un registro centrale di questi nomi." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "何かを共有した相手にのみ表示されます。名前を一元管理されることは一切ありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "공유한 사람들만 볼 수 있습니다. 이러한 이름에 대한 중앙 레지스트리는 없습니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Only seen by people you share something with. There is no central registry of these names." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alleen zichtbaar voor mensen met wie je iets deelt. Er is geen centraal register van deze namen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କେବଳ ସେହି ଲୋକମାନଙ୍କ ଦ୍ୱାରା ଦେଖନ୍ତି ଯେଉଁମାନଙ୍କ ସହିତ ଆପଣ କିଛି ଅଂଶୀଦାର କରନ୍ତି । ଏହି ନାମଗୁଡ଼ିକର କୌଣସି କେନ୍ଦ୍ରୀୟ ପଞ୍ଜୀକରଣ ନାହିଁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widoczne tylko dla osób, z którymi się czymś dzielisz. Nie ma centralnego rejestru tych nazw." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Somente visto por pessoas com quem você compartilha algo. Não há registro central com esses nomes." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Somente visto por pessoas com quem você compartilha algo. Não há registro central com esses nomes." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Видим только людям, с которыми вы чем-то поделились. Централизованного реестра имен не существует." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yalnızca bir şey paylaştığınız kişiler tarafından görülür. Bu isimlerin merkezi bir kaydı yoktur." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Only seen by people you share something with. There is no central registry of these names." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉ có thể thấy bởi những người mà bạn đã chia sẻ thứ gì đó cho. Không hề có một trung tâm ghi những cái tên này." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "只有被您分享的用户可以查看。这里没有中心化的管理员。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "只有被您分享內容的人才能查看。這裡沒有中心化的管理名稱。" - } - } - } - }, - "Auth.JoinFlow.Soul.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أضف اسمك" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add Your Name" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añade tu nombre" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan Namamu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi Il Tuo Nome" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "名前を設定しましょう" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Укажите ваше имя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Adınızı Ekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Your Name" - } - } - } - }, - "Auth.JoinFlow.UseCaseInfo.description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pick one use case that fits you best" - } - } - } - }, - "Auth.JoinFlow.UseCaseInfo.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "What do you want to use Anytype for?" - } - } - } - }, - "Auth.LogIn" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ich habe bereits den Schlüssel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "I already have a key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ya tengo la clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "J'ai déjà la clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Aku sudah punya kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ho già la chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すでに鍵を持っています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ik heb de sleutel al" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୋର ପୂର୍ବରୁ ଚାବି ଅଛି |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "У меня уже есть ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anahtara zaten sahibim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我有密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "I already have the key" - } - } - } - }, - "Auth.Login.Or.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "or enter with" - } - } - } - }, - "Auth.LoginFlow.Enter.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter my Vault" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увайсці ў Сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Meinen Schlüssel holen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter my Vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrar en mi arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter my Vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Obtenir ma Clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Entra nella mia Cassaforte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫にログイン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open mijn kluis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Войти в мое хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasama gir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter my Vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Get my Key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "进入我的文库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "進入我的帳戶" - } - } - } - }, - "Auth.LoginFlow.Entering.Void.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "دخول الفراغ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уваходзім у пустату" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leere betreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Entering the Void" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrando a tu arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Entering the Void" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Entering the Void" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrer dans le Vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memasuki Void" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrando nel Void" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫にログイン中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Entering the Void" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Går inn i Void" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De leegte betreden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୂନ୍ୟସ୍ଥାନ ପ୍ରବେଶ କରୁଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wejście w pustkę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrando no vazio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrando no Vazio" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Входим в пустоту" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Void'e giriliyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Входимо до порожнечі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang bước vào chốn Hư vô" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入无效" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "正在進入 Void 身份集錦圖表" - } - } - } - }, - "Auth.LoginFlow.Or" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أو" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "АБО" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "ODER" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "OR" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "O" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "OR" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "OR" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "OU" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "ATAU" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "O" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "または" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "OR" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "ELLER" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "OF" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିମ୍ବା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "LUB" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "OU" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "OU" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "ИЛИ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "YA DA" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "АБО" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "HAY" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "或者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "或" - } - } - } - }, - "Auth.LoginFlow.Textfield.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Type your key" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gib deinen Schlüssel ein" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter your key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Escribe tu clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Type your key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type your key" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tapez votre clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan kuncimu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Digita la tua chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵を入力してください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Type your key" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Type your key" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer je sleutel in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : " ଆପଣଙ୍କ ଚାବି ଟାଇପ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wpisz swój klucz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Digite sua chave" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Digite sua chave" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите свой ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anahtarınızı yazın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Type your key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhập khoá của bạn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入您的密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入您的密鑰" - } - } - } - }, - "Auth.LoginFlow.Use.Keychain.Title" : { - "comment" : "Auth - Login flow", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Use keychain" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выкарыстоўваць звязку ключоў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüsselbund verwenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Use keychain" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Usar llavero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Use keychain" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Use keychain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Utiliser le trousseau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gunakan rantai kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Usa portachiavi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キーチェーンを使用" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Use keychain" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bruk nøkkelring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gebruik sleutelhanger" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଚେନ ବ୍ୟବହାର କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Użyj pęku kluczy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Usar chave de acesso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Usar keychain" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Использовать связку ключей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Keychain kullan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Використотати в'язку ключів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dùng móc khoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "使用钥匙串" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "使用鑰匙圈" - } - } - } - }, - "Auth.Next" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التالي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далей" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Weiter" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Next" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Siguiente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Next" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Seuraava" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Suivant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lanjut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Avanti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "次へ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Volgende" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପରବର୍ତ୍ତୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dalej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Avançar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Seguinte" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Далее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sonraki" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Далі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiếp" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下一步" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "繼續" - } - } - } - }, - "Auth.Primary.Greeting.pt1" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Encrypted, local," - } - } - } - }, - "Auth.Primary.Greeting.pt2" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "yours forever" - } - } - } - }, - "Back" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رجوع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назад" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zurück" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Back" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Atrás" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Back" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Back" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Retour" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kembali" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Indietro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "戻る" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "뒤로가기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tilbake" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Terug" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପଛକୁ ଯାଅନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wstecz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Voltar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Retroceder" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Назад" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Назад" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quay lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "返回" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "返回" - } - } - } - }, - "Back up key" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэзервовы ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüssel sichern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Back up key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Respaldar clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sauvegarder la clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Cadangkan kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Backup della Chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵をバックアップ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Backup sleutel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚାବି ବ୍ୟାକ୍ ଅପ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopia zapasowa klucza" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Efetuar cópia de segurança da chave" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сделать резервную копию ключа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yedekleme anahtarı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Back up key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "备份密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "備份密鑰" - } - } - } - }, - "Background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خلفية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tausta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arrière-plan" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nền" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "背景" - } - } - } - }, - "Backlinks count" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d зваротныя спасылкі" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d зваротных спасылак" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d зваротная спасылка" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d зваротных спасылак" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Backlinks" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d backlinks" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d enlace entrante" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d enlaces entrantes" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Rétrolien %d" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Rétrolien %d" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "[%d] taut balik" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個のバックリンク" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d linków wstecznych" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d linków wstecznych" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link wsteczny" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d linków wstecznych" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Retrolink %d" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Retrolinks %d" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d обратные ссылки" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d обратных ссылок" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d обратная ссылка" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d обратных ссылок" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d geri bağlantı" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d geri bağlantı" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlink" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d backlinks" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 个反向链接" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 個反向連結" - } - } - } - } - } - } - }, - "Basic" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أساسي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Асноўны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einfach" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Basic" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Básico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Basic" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Basic" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Basique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dasar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Base" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "基本" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Basic" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Grunnleggende" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Basis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବେଶିକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podstawowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Básico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Basic" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Базовый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Temel" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Базовий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cơ bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "基本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "默認" - } - } - } - }, - "Bin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "سلة المهملات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сметніца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Papierkorb" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Papelera" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Roskakori" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Corbeille" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bak Sampah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cestino" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ゴミ箱" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "휴지통" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Papirkurv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Prullenmand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kosz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lixeira" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Lixo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Корзина" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çöp kutusu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Кошик" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thùng rác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "回收站" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "垃圾桶" - } - } - } - }, - "Black" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Black" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чорны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schwarz" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Black" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Negro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Black" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Musta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Noir" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hitam" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nero" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "黒色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "검은색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Svart" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zwart" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଳା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czarny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Preto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Black" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чёрный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Siyah" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Чорний" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đen" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "黑色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "黑色" - } - } - } - }, - "BlockLink.PreviewSettings.IconSize.Medium" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "متوسط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сярэдні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mittel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Medium" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mediano" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Medium" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Keskikokoinen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Moyen" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sedang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Medio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "중간" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Medium" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gemiddeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମଝି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Średni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Médio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Médio" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Средний" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Orta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Середній" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vừa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "中" - } - } - } - }, - "BlockLink.PreviewSettings.IconSize.None" : { - "comment" : "MARK: - Block Link", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا شيء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "None" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ninguno" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "None" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei mitään" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuno" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "なし" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "없음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଛି ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbiri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нічого" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無" - } - } - } - }, - "BlockLink.PreviewSettings.IconSize.Small" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "صغير" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Маленькі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Klein" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Small" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pequeño" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Small" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pieni" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Petit" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kecil" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Piccolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "小" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "작음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Liten" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klein" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଛୋଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mały" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pequeno" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pequeno" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Маленький" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Küçük" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Малий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhỏ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "小" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "小" - } - } - } - }, - "BlockLink.PreviewSettings.Layout.Card.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بطاقة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Картка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Karte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Card" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarjeta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Card" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kortti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Carte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kartu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scheda" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "카드" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kort" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaart" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କାର୍ଡ଼" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Karta" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cartão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cartão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Карточка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kart" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Картка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "卡片" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "卡片" - } - } - } - }, - "BlockLink.PreviewSettings.Layout.Text.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тэкст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Text" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Teksti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Texte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Teks" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Testo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テキスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "텍스트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲେଖା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текст" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Metin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Текст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Văn bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正文" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "文字" - } - } - } - }, - "BlockText.ContentType.Bulleted.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنصر قائمة نقطية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Элемент маркіраванага спісу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aufzählung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bulleted list item" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elemento de lista con viñetas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulleted list item" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista kohta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Item de liste à puces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar bertitik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elemento di elenco puntato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "箇条書きリスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "글머리 기호 목록" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Punktliste-element" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lijstitem met opsommingstekens" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବୁଲେଟ୍ ତାଲିକା ଆଇଟମ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wypunktowana lista" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Item da lista com marcadores" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Item da lista com marcadores" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Элемент маркированного списка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Madde işaretli liste öğesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Елемент маркованого списку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục trong danh sách gạch đầu dòng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "项目符号列表项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "符號列表內容" - } - } - } - }, - "BlockText.ContentType.Checkbox.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مربع اختيار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Птушка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Checkbox" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Casilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarkastuslaatikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Case à cocher" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kotak centang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Casella di scelta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チェックボックス" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "체크박스" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avkrysningsboks" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selectievakje" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚେକବାକ୍ସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pole wyboru" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Caixa de seleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Флажок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onay kutusu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Прапорець" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ô tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复选框" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "核取方塊列表" - } - } - } - }, - "BlockText.ContentType.Description.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة وصف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць апісанне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beschreibung hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add a description" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir una descripción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a description" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää kuvaus" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter une description" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan deskripsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi una descrizione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "説明を追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "설명 추가" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til en beskrivelse" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg een beschrijving toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏକ ବର୍ଣ୍ଣନା ଯୋଡନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj opis" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar uma descrição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicione uma descrição" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить описание" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Açıklama ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати опис" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm mô tả" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加描述" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增描述" - } - } - } - }, - "BlockText.ContentType.Header.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "العنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назва" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Titel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Title" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título 1" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Title" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Otsikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Judul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "見出し1" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "제목" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tittel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Titel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tytuł" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Название" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Назва" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiêu đề" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "大标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "標題" - } - } - } - }, - "BlockText.ContentType.Header2.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنوان رئيسي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загаловак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Überschrift" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Heading" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título 2" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Heading" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Otsikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En tête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tajuk 2" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "見出し2" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "제목" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Overskrift" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Koptekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nagłówek" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cabeçalho" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Заголовок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlık " - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Заголовок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục chính" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "中等标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "標題" - } - } - } - }, - "BlockText.ContentType.Header3.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنوان فرعي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падзагаловак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unterüberschrift" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Subheading" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título 3" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Subheading" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Alaotsikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sous-titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tajuk 3" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sottotitolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "見出し3" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "부제목" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Underoverskrift" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Subkoptekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଉପ ଶୀର୍ଷକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podtytuł" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Subtítulo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Subtítulo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подзаголовок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alt başlık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Підзаголовок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục phụ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "副标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "副標題" - } - } - } - }, - "BlockText.ContentType.Numbered.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنصر قائمة مرقمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Элемент нумараванага спісу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nummerierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Numbered list item" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elemento de lista numerada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Numbered list item" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Numeroitu lista kohta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Item de liste numérotée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar urut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elemento di elenco numerato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "番号付きリスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "번호 매기기 목록" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nummerert liste-element" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Genummerd lijstitem" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନମ୍ବର ତାଲିକା ଆଇଟମ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista numerowana" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Item da lista numerada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Item da lista numerada" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Элемент маркированного списка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Numaralı liste ögesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Елемент нумерованого списку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục trong danh sách đánh số" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编号列表项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編號列表內容" - } - } - } - }, - "BlockText.ContentType.Quote.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Highlighted text" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Цытуемы тэкст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hervorgehobener Text" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Highlighted text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto resaltado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Highlighted text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Korostettu teksti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Texte surligné" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Teks tersorot" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Testo evidenziato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "引用文テキスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "강조된 텍스트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Uthevet tekst" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gemarkeerde tekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହାଇଲାଇଟ୍ ହୋଇଥିବା ଲେଖା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podświetlony tekst" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto destacado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto destacado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выделенный текст" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vurgulu metin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Цитований текст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Văn bản nổi bật" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "高亮显示的文本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "螢光文字" - } - } - } - }, - "BlockText.ContentType.Title.Placeholder" : { - "comment" : "MARK: - Block Text", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بدون عنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbenannt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Untitled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sans titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nirjudul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naamloos" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅନାବର୍ତ୍ତିତ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Без названия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - } - } - }, - "BlockText.ContentType.Toggle.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كتلة تبديل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пераключыць блакіраванне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Block wechseln" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Toggle block" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloque desplegable" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle block" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kytkin pala" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloc dépliable" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Balok bukaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocco espandibile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "トグルブロック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "블록 토글" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ekspanderbar blokk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open/sluit blok" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟଗଲ ବ୍ଲକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przełącz blok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alternar bloco" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle block" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Переключить блокировку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перемкнути блок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle block" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "切换块" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "摺疊區塊" - } - } - } - }, - "Blue" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أزرق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сіні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Blau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Blue" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Azul" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Blue" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sininen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bleu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Biru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blu" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "青色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "파란색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blå" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blauw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୀଳ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niebieski" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Azul" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Azul" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Синий" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mavi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Синій" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lam" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "靛蓝色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "藍色" - } - } - } - }, - "Blue background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Blue background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сіні фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Blauer Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Blue background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo azul" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Blue background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blue background" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond bleu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang biru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo blu" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "青色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "파란색 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blå bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blauwe achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୀଳ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niebieskie tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo azul" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo azul" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Синий фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mavi arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Синє тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blue background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "星蓝色背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "藍色背景" - } - } - } - }, - "Blurred icon" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Размыты\n значок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unscharfes\n Symbol" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Blurred\n icon" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Icono\n borroso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Icône\n floue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikon\n buram" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Icona\n sfocata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ぼやけた\n アイコン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vervaagde\n icoon" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଧୁସର ଆଇକନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ícone\n Desfocado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Размытая\n иконка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulanık\n simge" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "模糊\n 图标" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Blurred\n icon" - } - } - } - }, - "Bookmark" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Lesezeichen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lesezeichen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcador" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Marcadores" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Markah" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Segnalibro" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のブックマーク" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Yer işareti" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Yer işareti" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bookmarks" - } - } - } - } - } - } - }, - "Bookmarks" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإشارات المرجعية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Закладкі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lesezeichen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bookmarks" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcadores" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Signets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Markah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Segnalibri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブックマーク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "북마크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bladwijzers" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବୁକମାର୍କଗୁଡ଼ିକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Marca página" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закладки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yer işaretleri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmarks" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "书签" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "書籤" - } - } - } - }, - "Callout" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ملاحظة بارزة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зноска" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Textbox" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Callout" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Globo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Callout" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nosto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Encadré" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berbingkai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiamo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コールアウト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "범례" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Utrop" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toelichting" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଲ୍ ଆଉଟ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wezwanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chamada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Callout" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Врезка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Belirteç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Винесення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chú thích" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "标注" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "引用區塊" - } - } - } - }, - "Camera" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamera" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Camera" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cámara" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Caméra" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamera" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotocamera" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カメラ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Câmara" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Камера" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamera" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "相机" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Camera" - } - } - } - }, - "Camera block title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto oder Video aufnehmen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Take photo or video" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hacer foto o vídeo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Prendre une photo ou une vidéo" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ambil foto atau video" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotoğraf veya video çek" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Take photo or video" - } - } - } - }, - "Cancel" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلغاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abbrechen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Cancel" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Peruuta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キャンセル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "취소" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avbryt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuleren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବାତିଲ କରନ୍ତୁ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anuluj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İptal" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Huỷ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消" - } - } - } - }, - "Cancel deletion" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلغاء الحذف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць выдаленне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Löschung abbrechen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Cancel deletion" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar la eliminación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel deletion" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel deletion" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler la suppression" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batalkan penghapusan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla eliminazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除を取り消す" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel deletion" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avbryt sletting" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijdering annuleren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଲୋପ ବାତିଲ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anuluj usuwanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar exclusão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel deletion" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отменить удаление" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Silme işlemini iptal et" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати видалення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Huỷ xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消刪除" - } - } - } - }, - "Change cover" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تغيير الغلاف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяніць вокладку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Titelbild ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change cover" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar portada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change cover" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Change cover" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier l'image de couverture" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah sampul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica copertina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カバー画像を変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Change cover" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre omslag" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wijzig omslag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଭର ପରିବର୍ତ୍ତନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmień okładkę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alterar capa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change cover" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить обложку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kapağı değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Змінити обкладинку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đổi ảnh bìa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更换封面" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更改封面" - } - } - } - }, - "Change email" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяніць эл. пошту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail-Adresse ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier l'adresse e-mail" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah surel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambia e-mail" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスの変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wijzig e-mailadres" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmień adres e-mail" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alterar endereço eletrônico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить email" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-postayı değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Change email" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thay đổi email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更换邮箱" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更改 email" - } - } - } - }, - "Change icon" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تغيير الأيقونة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяніць значок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Symbol ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change icon" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar icono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change icon" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Change icon" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Changer d'icône" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah ikon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambia icona" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アイコンを変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "아이콘 변경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre ikon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wijzig icoon" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆଇକନ୍ ପରିବର୍ତ୍ତନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmień ikonę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alterar ícone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change icon" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить иконку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Simgeyi değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Змінити іконку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đổi biểu tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更改图标" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更改圖示" - } - } - } - }, - "Change type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تغيير النوع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяніць тып" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vaihda tyyppiä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Changer le type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambia tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Change type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verander type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Change type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmiana typu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alterar tipo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить тип" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türü değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Змінити тип" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đổi loại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更改类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "變更類型" - } - } - } - }, - "Change wallpaper" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تغيير الخلفية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змена шпалер" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hintergrundbild ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change wallpaper" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar fondo de pantalla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change wallpaper" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Change wallpaper" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Changer le fond d'écran" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah latar belakang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambia sfondo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "壁紙を変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Change wallpaper" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre bakgrunnsbilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wijzig achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୱାଲପେପର୍ ବଦଳାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmień tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alterar plano de fundo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change wallpaper" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить обои" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Duvar kağıdını değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Змінити шпалери" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đổi hình nền" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更换壁纸" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "變更桌布" - } - } - } - }, - "ChannelType" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Channel Type" - } - } - } - }, - "Chat" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الدردشة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Chat" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Messagerie" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Obrolan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チャット" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "채팅" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sohbet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "聊天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - } - } - }, - "Chat.AttachedObject.Attach" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anhängen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Attach" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Adjuntar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Attacher" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lampirkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allega" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "添付" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg bij" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Anexar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прикрепить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "附加" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Attach" - } - } - } - }, - "Chat.AttachmentsError.fileCreationFailed" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Failed to create file. Try again." - } - } - } - }, - "Chat.AttachmentsError.invalidFile" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invalid file. Try again" - } - } - } - }, - "Chat.AttachmentsError.LimitExceeded" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - }, - "two" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "zero" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Du kannst nur %@ Anhänge auf einmal hochladen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Du kannst nur %@ Anhänge auf einmal hochladen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can upload only %d attachment at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can upload only %d attachments at a time" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "No puedes subir más de %@ adjuntos al mismo tiempo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "No puedes subir más de %@ adjuntos al mismo tiempo" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Vous ne pouvez télécharger que %@ pièces jointes à la fois" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous ne pouvez télécharger que %@ pièces jointes à la fois" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu hanya bisa mengunggah %@ lampiran sekali waktu" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "È possibile caricare solo %@ allegati alla volta" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "È possibile caricare solo %@ allegati alla volta" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "一度に%@つまでしか添付できません。" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Je kunt slechts %@ bestanden tegelijk uploaden" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt slechts %@ bestanden tegelijk uploaden" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Você pode enviar apenas %@ anexos por vez" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Você pode enviar apenas %@ anexos por vez" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Вы можете загружать только %@ файлов за раз" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Вы можете загружать только %@ файлов за раз" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Вы можете загружать только %@ файлов за раз" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можете загружать только %@ файлов за раз" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Tek seferde yalnızca %@ ek yükleyebilirsiniz" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Tek seferde yalnızca %@ ek yükleyebilirsiniz" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "You can upload only %@ attachments at a time" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "您一次只能更新y %@ 个附件" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You can upload only %@ attachments at a time" - } - } - } - } - } - } - }, - "Chat.CreateObject.Dismiss.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wenn du es verlässt, gehen alle deine Änderungen verloren." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "If you leave it, all your changes will be lost." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Si sales de ella, se perderán todos tus cambios." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Si vous le quittez, tous vos changements seront perdus." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Semua perubahan akan hilang." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Se abbandoni, tutte le modifiche andranno perse." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ここから離れると、すべての変更が失われます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Als je het verlaat, zullen alle wijzigingen verloren gaan." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Se você sair, todas as suas alterações serão perdidas." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Если вы покинете, все ваши изменения будут потеряны." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eğer çıkarsanız yaptığınız tüm değişiklikler kaybolacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "如果离开,您的所有更改将丢失。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "If you leave it, all your changes will be lost." - } - } - } - }, - "Chat.CreateObject.Dismiss.Ok" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ja, schließen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yes, close" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sí, cerrarla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oui, fermer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ya, tutup" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sì, chiudi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "はい、閉じる" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ja, sluiten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sim, fechar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Да, закрыть" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Evet, kapat" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "确认关闭" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, close" - } - } - } - }, - "Chat.CreateObject.Dismiss.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Möchtest du diesen Bildschirm wirklich schließen?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure you want to close this screen?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro que quieres cerrar esta pantalla?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr de vouloir fermer ce chat ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Yakin ingin menutup layar ini?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro di voler chiudere questa schermata?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当にこの画面を閉じてもよろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je zeker dat je dit schermt wilt sluiten?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem certeza de que deseja fechar essa tela?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены, что хотите закрыть этот экран?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu ekranı kapatmak istediğinizden emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您确定要关闭此画面吗?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to close this screen?" - } - } - } - }, - "Chat.DeleteMessage.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يمكن استعادتها بعد التأكيد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sie kann nach der Bestätigung nicht wiederhergestellt werden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "It cannot be restored after confirmation" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Después de confirmar esto, no podrás restaurarlo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il ne pourra pas être restauré après confirmation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesan tak dapat dikembalikan lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non può essere ripristinato dopo la conferma" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あとから復元することはできません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het kan niet worden hersteld na bevestiging" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não pode ser restaurado após a confirmação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Его нельзя восстановить после подтверждения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onaylandıktan sonra geri getirilemez" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "确认后无法恢复" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "It cannot be restored after confirmation" - } - } - } - }, - "Chat.DeleteMessage.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف هذه الرسالة؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Diese Nachricht löschen?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete this message?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Eliminar este mensaje?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer ce message ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus pesan ini?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminare questo messaggio?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このメッセージを削除してもよろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder dit bericht?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir esta mensagem?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить это сообщение?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu mesaj silinsin mi?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除此消息?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete this message?" - } - } - } - }, - "Chat.EditMessage" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nachricht bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit Message" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar mensaje" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier le message" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting Pesan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica messaggio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メッセージを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk bericht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar Mensagem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Редактировать сообщение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mesajı Düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑消息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Message" - } - } - } - }, - "Chat.Empty.Button.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشاركة رابط الدعوة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагуліць запрашальную спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladungslink teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invite members" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartir enlace de invitación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partager le lien d'invitation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan tautan undangan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi il link di invito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを共有" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Del invitasjonslenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel uitnodigingslink" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Udostępnij link z zaproszeniem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhar link de convite" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поделится ссылкой на приглашение " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Davet bağlantısını paylaş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chia sẻ link mời" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享邀请链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分享邀請連結" - } - } - } - }, - "Chat.Empty.Editor.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Write the first message to spark it up!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Escribe el primero para animar la fiesta!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tulislah yang pertama untuk mengawalinya!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scrivi il primo a fai scintille!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メッセージを送って、会話を始めましょう!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Schrijf de eerste om op te schudden!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlk kıvılcımı ateşleyeni yaz!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Write the first one to spark it up!" - } - } - } - }, - "Chat.Empty.Owner.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invite people and start the conversation!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Invita a alguien y anima la fiesta!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Undanglah orang-orang dan ciptakanlah suasana yang meriah!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invita le persone e fate scintille!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーを招待して、会話を始めましょう!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nodig mensen uit en schud het op!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İnsanları davet et ve ateşle!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "邀请别人并燃起来!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and spark it up!" - } - } - } - }, - "Chat.Empty.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Noch keine Nachrichten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You just created a chat" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aún no hay mensajes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum ada pesan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun messaggio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "まだメッセージはありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nog geen berichten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Henüz mesaj yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "尚无消息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No messages yet" - } - } - } - }, - "Chat.FileSyncError.IncompatibleVersion.Action" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Update App" - } - } - } - }, - "Chat.FileSyncError.IncompatibleVersion.Description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This version doesn’t support sending files or images. Update the app to share media in chats." - } - } - } - }, - "Chat.FileSyncError.IncompatibleVersion.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Incompatible Version" - } - } - } - }, - "Chat.FileSyncError.Network.description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We couldn’t connect right now. This may be due to no internet or a temporary sync issue. We’ll keep trying in the background." - } - } - } - }, - "Chat.FileSyncError.Network.done" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Got it" - } - } - } - }, - "Chat.FileSyncError.Network.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Network Error" - } - } - } - }, - "Chat.NewMessages" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Nachrichten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Messages" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mensajes nuevos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouveaux messages" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesan Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovi Messaggi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新着メッセージ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe berichten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Mesajlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新消息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New Messages" - } - } - } - }, - "Chat.Participant.Badge" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "(Du)" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "(You)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "(Tú)" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "(Vous)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "(Kamu)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "(Tu)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "(あなた)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "(Jij)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "(Você)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "(Вы)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "(Siz)" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "(您)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "(You)" - } - } - } - }, - "Chat.Reactions.Empty.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ربما قام شخص ما بإزالة رد الفعل للتو أو حدثت مشكلة فنية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wahrscheinlich hat jemand gerade die Reaktion entfernt oder es ist ein technisches Problem aufgetreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puede que se haya eliminado la reacción o se haya producido un error técnico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Probablement quelqu'un vient de supprimer la réaction ou un problème technique est survenu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mungkin seseorang menghapus reaksinya atau ada masalah teknis" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Probabilmente qualcuno ha appena rimosso la reazione o si è verificato un problema tecnico" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "恐らく、誰かによってリアクションが削除されたか、技術的な問題が発生しました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Waarschijnlijk heeft iemand zojuist de reactie verwijderd of was er een technisch probleem" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Provavelmente alguém acabou de remover a reação ou ocorreu um problema técnico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Возможно, кто-то только что удалил реакцию или случился технический сбой" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Muhtemelen birisi tepkisini kaldırdı veya teknik bir sorun oluştu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "也许有人刚移除了反应,或者出现技术问题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Probably someone has just removed the reaction or technical issue happened" - } - } - } - }, - "Chat.Reactions.Empty.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد ردود فعل حتى الآن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Noch keine Reaktionen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No reactions yet" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aún no hay reacciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucune réaction pour l'instant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum ada reaksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ancora nessuna reazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "まだリアクションがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nog geen reacties" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhuma reação ainda" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пока нет реакций" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Henüz tepki verilmemiş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "暂无回应" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No reactions yet" - } - } - } - }, - "Chat.Reply.Attachments" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anhänge (%@)" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Attachments (%@)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Archivos adjuntos (%@)" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pièces jointes (%@)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lampiran (%@)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allegati (%@)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "添付ファイル (%@)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bijlagen (%@)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Anexos (%@)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вложения (%@)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "(%@) ek" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "附件 (%@)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachments (%@)" - } - } - } - }, - "Chat.Reply.Files" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateien (%@)" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Files (%@)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Archivos (%@)" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fichiers (%@)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berkas (%@)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "File (%@)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイル (%@)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestanden (%@)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Arquivos (%@)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлы (%@)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "(%@) dosya" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文件 (%@)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Files (%@)" - } - } - } - }, - "Chat.Reply.Images" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bilder (%@)" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Images (%@)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Imágenes (%@)" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gambar (%@)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Immagini (%@)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像 (%@)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afbeeldingen (%@)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Imagens (%@)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изображения (%@)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "(%@) görüntü" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "图像 (%@)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Images (%@)" - } - } - } - }, - "Chat.ReplyTo" : { - "comment" : "MARK: - Chats", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Auf %@ antworten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reply to %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Responder a %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réponse à %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Balas %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rispondi a %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@さんに返信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Antwoord op %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Respondendo a %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ответить %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yanıtla: %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "回复 %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply to %@" - } - } - } - }, - "Chat.SendLimitAlert.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sieht so aus, als würdest du Nachrichten in Windeseile verschicken. Warte noch eine Sekunde bis zur nächsten Nachricht." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Parece que estás enviando mensajes a la velocidad de la luz. Espera un poco para el siguiente." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il semble que vous envoyez des messages à la vitesse de la foudre. Attendez un instant avant le suivant." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sepertinya kamu mengirimkan terlalu banyak pesan. Tunggu sebentar sebelum mengirim pesan lagi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sembra che tu stia inviando messaggi alla velocità della luce. Dagli un secondo prima di inviare il prossimo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メッセージを送信するスピードが速すぎます。少し時間を置いてから、もう一度送信してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het lijkt erop dat je berichten met lichtsnelheid verstuurt. Wacht even voor je volgende bericht." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Parece que você está enviando mensagens com velocidade relâmpago. Dê um segundo antes do seu próximo." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Похоже, вы отправляете сообщения со скоростью молнии. Дайте секунду перед следующим." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görünüşe göre yıldırım hızıyla mesaj gönderiyorsun. Bir sonraki mesajını yollamadan önce bir saniye bekle." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "闪电的速度似乎都没你发消息快。发下一条消息前先缓缓。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you're sending messages at lightning speed. Give it a sec before your next one." - } - } - } - }, - "Chat.SendLimitAlert.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Moment mal! Turbotippen erkannt!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hold up! Turbo typing detected!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Calma! ¡Estás escribiendo muy deprisa!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Attendez ! Frappe turbo détectée !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bentar-bentar, banter banget!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aspettate! Rilevata digitazione turbo!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "お待ちください! 異常なタイピングが検出されました!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wacht even! Turbo typen gedetecteerd!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aguente aí! Digitação rápida detectada!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удерживаем! Обнаружен Turbo typing!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Durun! Turbo yazım algılandı!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "等等!输入得太快了!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Hold up! Turbo typing detected!" - } - } - } - }, - "ChatTip.Step1.Description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype now supports real-time chat in Shared Channels — so your thoughts and dialogues can grow together." - } - } - } - }, - "ChatTip.Step1.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Ideas need conversations" - } - } - } - }, - "ChatTip.Step2.Description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Spaces and Chats now show live previews and updates — one place to follow everything that matters." - } - } - } - }, - "ChatTip.Step2.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your Vault just leveled up" - } - } - } - }, - "ChatTip.Step3.Description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share ideas, drop docs, edit together — everything flows in real time." - } - } - } - }, - "ChatTip.Step3.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Chats that do more" - } - } - } - }, - "ChatTip.Step4.Description" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your pages, lists, and files — structured, surfaced, and always within reach." - } - } - } - }, - "ChatTip.Step4.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Everything in Its Right Place" - } - } - } - }, - "Choose default object type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose default object type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце прадвызначаны тып аб'екта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard Objekttyp auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Choose default object type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elige el tipo de objeto por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose default object type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose default object type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Choisir le type d'objet par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih tipe objek bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scegli il tipo di oggetto predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトのタイプを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기본 오브젝트 유형 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg standard objekttype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kies het standaard objecttype" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡିଫଲ୍ଟ ଅବଜେକ୍ଟ ପ୍ରକାର ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybieranie domyślnego typu obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Escolher tipo de objeto padrão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Escolher tipo de objeto padrão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите тип объекта по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılan nesne türü seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Оберіть тип об'єкту за замовчуванням" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose default object type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择默认对象类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇預設物件類型" - } - } - } - }, - "Choose layout type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اختيار نوع التخطيط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абярыце тып макета" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wähle einen Ansichtstyp" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Choose layout type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elige el diseño" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose layout type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose layout type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Choisir la mise en page" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih jenis tata letak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scegli il tipo di layout" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "レイアウトの種類を選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "레이아웃 종류 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg oppsett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kies type lay-out" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲେଆଉଟ୍ ପ୍ରକାର ବାଛନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz rodzaj układu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Escolha o tipo de layout" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose layout type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите тип макета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzen türü seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вибрати тип макета" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn kiểu bố cục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择布局类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇排版類型" - } - } - } - }, - "Clear" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مسح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ачысціць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leeren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Clear" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Limpiar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyhjennä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Effacer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bersihkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancella" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "消去" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tøm" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wissen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyczyść" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Limpar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Temizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá hết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "清除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "清除" - } - } - } - }, - "ClearCache.Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Error, try again later" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка, паспрабуйце пазней" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler. Versuchen Sie es später noch einmal" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error, try again later" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error. Inténtelo más tarde." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error, try again later" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error, try again later" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur, réessayez plus tard" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terjadi kesalahan, silahkan coba lagi nanti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore, riprova più tardi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "エラーが発生しました。もう一度お試しください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Error, try again later" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil, prøv igjen senere" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout, probeer het later opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Error, try again later" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd, spróbuj ponownie później" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro, tente novamente mais tarde" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Error, try again later" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка, повторите попытку позже" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hata. Daha sonra tekrar deneyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Помилка, повторіть спробу пізніше" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lỗi, hãy thử lại sau" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "错误,请稍后重试" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "發生錯誤,請稍後重試" - } - } - } - }, - "ClearCache.Success" : { - "comment" : "MARK: - Cache", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кэш паспяхова ачышчаны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache erfolgreich gelöscht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Cache sucessfully cleared" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha borrado la caché" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Le cache a été vidé avec succès" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sukses dibersihkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache cancellata con successo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キャッシュを消去しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hurtigbuffer slettet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache succesvol gewist" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pamięć podręczna została pomyślnie wyczyszczona" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache limpo com sucesso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Кэш успешно очищен" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önbellek başarıyla temizlendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Кеш успішно очищено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cache sucessfully cleared" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "缓存已成功清除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "緩存已清除成功" - } - } - } - }, - "ClearCacheAlert.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "سيتم حذف جميع ملفات الوسائط المخزنة في Anytype من جهازك الحالي. يمكن تنزيلها مرة أخرى من عقدة النسخ الاحتياطي أو جهاز آخر." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усе медыяфайлы, захаваныя ў Anytype, будуць выдаленыя з вашай бягучай прылады. Іх можна будзе зноў загрузіць з вузла рэзервовага капіравання ці іншай прылады." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "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." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos los archivos multimedia almacenados en Anytype se eliminarán de este dispositivo. Se pueden volver a descargar desde un nodo de respaldo o desde otro dispositivo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutti i file multimediali memorizzati in Anytype verranno eliminati dal dispositivo corrente. Possono essere scaricati di nuovo da un nodo di backup o da un altro dispositivo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このデバイスから、Anytypeに保存されたすべてのメディアファイルが削除されます。削除されたファイルは、バックアップノードや他のデバイスからダウンロードされます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle mediabestanden die in Anytype zijn opgeslagen, worden van je huidige apparaat verwijderd. Ze kunnen opnieuw worden gedownload van een back-upnode of een ander apparaat." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wszystkie pliki multimedialne przechowywane w Anytype zostaną usunięte z bieżącego urządzenia. Można je pobrać ponownie z węzła kopii zapasowej lub innego urządzenia." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos os arquivos de mídia armazenados no Anytype serão excluídos do seu dispositivo atual. Eles podem ser baixados novamente em um nó de backup ou outro dispositivo." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Все медиафайлы, сохраненные в Anytype, будут удалены с вашего текущего устройства. Их можно снова загрузить с резервного узла или другого устройства." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype'da depolanan tüm medya dosyaları mevcut cihazınızdan silinecektir. Bir yedekleme düğümünden veya başka bir cihazdan tekrar indirilebilirler." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Всі медіафайли, що зберігаються в Anytype буде видалено з вашого поточного пристрою. Вони можуть бути завантажені знову з резервної копії вузла або з іншого пристрою." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mọi tập tin đa phương tiện được lưu trong Anytype sẽ bị xoá khỏi thiết bị hiện tại của bạn. Chúng có thể được tải lại từ một điểm sao lưu hoặc một thiết bị khác." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "存储在 Anytype 中的所有媒体文件将从您当前的设备中删除。可以从备份节点或其他设备再次下载它们。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "儲存在 Anytype 中的所有媒體檔案將從您目前的裝置中刪除。 您可以從備份節點或其他裝置上再次下載它們。" - } - } - } - }, - "ClearCacheAlert.Title" : { - "comment" : "MARK: - Cpear cache alert", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هل أنت متأكد؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўпэўнены?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sind Sie sicher?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah kamu yakin?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro/a?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当によろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je het zeker?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jesteś pewny?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви впевнені?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn chắc chưa?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是否确定?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定嗎?" - } - } - } - }, - "Close" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إغلاق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Закрыць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schließen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Close" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerrar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Close" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sulje" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fermer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutup" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiudi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "閉じる" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "닫기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lukk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sluiten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Close" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zamknij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fechar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Close" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закрыть" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kapat" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Close" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đóng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "关闭" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "關閉" - } - } - } - }, - "Code snippet" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مقتطف كود" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фрагмент кода" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Code-Ausschnitt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Code snippet" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fragmento de código" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Code snippet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Koodinpala" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Extrait de code" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Potongan kode" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Frammento di codice" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コードスニペット" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Code snippet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kodesnutt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Codefragment" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Code snippet" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fragment kodu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Trecho de código" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Code snippet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фрагмент кода" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kod parçacığı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Фрагмент коду" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Code snippet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "代码片段" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "程式碼片段" - } - } - } - }, - "Collaboration" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التعاون" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zusammenarbeit" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Collaboration" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colaboración" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolaborasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共同編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Samenwerking" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସହଯୋଗ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Совместная работа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İş Birliği" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "协作" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaboration" - } - } - } - }, - "Collection" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مجموعة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калекцыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sammlung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Collection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colección" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Koleksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collezione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コレクション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "컬렉션" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Samling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verzameling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଲେକ୍ସନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolekcja" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Coleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Коллекция" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Koleksiyon" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колекція" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "集锦" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "集錦" - } - } - } - }, - "Collection of objects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калекцыя аб'ектаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sammlung von Objekten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Collection of objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colección de objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection d'objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kumpulan dari objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collezione di oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コレクション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Samling av objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verzameling van objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zbiór obiektów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Coleção de objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Коллекция объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesnelerin koleksiyonu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колекція об'єктів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection of objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象的集锦" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件集錦" - } - } - } - }, - "Collection.View.Empty.Button.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء كائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створити об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立物件" - } - } - } - }, - "Collection.View.Empty.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أنشئ الكائن الأول للمتابعة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Каб працягнуць, стварыце першы аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstes Objekt erstellen um fortzufahren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create first object to continue" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea el primer objeto para continuar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create first object to continue" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo ensimmäinen objekti jatkaaksesi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un premier objet pour continuer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buatlah objek pertama dulu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea il primo oggetto per continuare" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "まずはオブジェクトを作成してください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create first object to continue" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett det første objektet for å fortsette" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak eerst object om door te gaan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create first object to continue" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz pierwszy obiekt, aby kontynuować" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie seu primeiro objeto para continuar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create first object to continue" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создайте первый объект, чтобы продолжить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Devam etmek için ilk nesneyi oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створіть перший об'єкт, щоб продовжити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create first object to continue" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建第一个对象以继续" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立第一個物件以繼續" - } - } - } - }, - "Collection.View.Empty.Title" : { - "comment" : "MARK: - Collection: empty view", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد كائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма аб'ектаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Objekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei objekteja" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak obiektów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає об'єктів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有物件" - } - } - } - }, - "Collections" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المجموعات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калекцыі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sammlungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Collections" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colecciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Collections" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collections" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collections" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Koleksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collezioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コレクション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "컬렉션" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Samlinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Collecties" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଲେକ୍ସନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolekcje" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Coleções" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Collections" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Коллекции" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Koleksiyonlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колекції" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Các bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "集锦" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "集錦" - } - } - } - }, - "Color" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لون" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Колер" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Farbe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Color" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Color" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Color" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Väri" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Couleur " - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Warna" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Colore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "文字色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "색상" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Farge" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kleur" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ରଙ୍ଗ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolor" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cor" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Цвет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Renk" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колір" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Màu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "颜色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顏色" - } - } - } - }, - "CommonOpenErrorView.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No data found" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Даныя не знойдзеныя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Daten gefunden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No data found" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se han encontrado datos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No data found" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tietoja ei löytynyt" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucune donnée n’a été trouvée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada data yang ditemukan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun dato trovato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "データが見つかりませんでした" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "데이터를 찾을 수 없습니다" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen data funnet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen gegevens gevonden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ଡାଟା ମିଳିଲା ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie znaleziono danych" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Dados não encontrados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No data found" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Данные не найдены" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veri bulunamadı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No data found" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không tìm thấy dữ liệu nào" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未找到数据" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "尚無資料" - } - } - } - }, - "Companies, contacts, friends and family" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Companies, contacts, friends and family" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кампаніі, кантакты, сябры і сям'я" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unternehmen, Kontakte, Freunde und Familie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Companies, contacts, friends and family" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Empresas, contactos, amigos y familia" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Companies, contacts, friends and family" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yritykset, kontaktit, ystävät ja perhe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entreprises, contacts, amis et famille" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Perusahaan, kontak, teman - teman dan keluarga" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aziende, contatti, amici e familiari" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "会社や連絡先、友人、家族" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Companies, contacts, friends and family" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Firmaer, kontakter, venner og familie" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bedrijven, contacten, vrienden en familie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କମ୍ପାନୀ, ଯୋଗାଯୋଗ, ବନ୍ଧୁ ଏବଂ ପରିବାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Firmy, kontakty, przyjaciele i rodzina" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Empresas, contatos, amigos e familiares" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Empresas, contatos, amigos e familiares" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Компании, контакты, друзья и семья" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şirketler, kişiler, arkadaşlar ve aile" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Компанії, контакти, друзі та родина" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Companies, contacts, friends and family" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "公司、联系人、朋友和家人" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "公司、聯絡人,朋友和家人" - } - } - } - }, - "Confirm" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تأكيد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пацвердзіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestätige" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Confirm" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirmar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirm" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirm" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirm" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Konfirmasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Conferma" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "確定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "확인" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bekreft" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bevestigen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirm" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Potwierdź" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirmar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirm" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подтвердить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onayla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Confirm" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xác nhận" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "确认" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "確認" - } - } - } - }, - "Connecting" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Злучэнне..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verbindungsaufbau..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Connecting..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conectando…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Connexion..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menghubungkan …" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Connessione..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "接続中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kobler til..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verbinden…" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Conectando..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Соединение..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlanıyor..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Connecting..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "连接中…" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連接中…" - } - } - } - }, - "Content Model" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نموذج المحتوى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhaltsmodell" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Content Model" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Modelo de contenido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modèle de contenu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modello di contenuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ライブラリ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhoud model" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçerik Modeli" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "内容模型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Content Model" - } - } - } - }, - "Content.Audio.Upload" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload audio" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запампаваць аўдыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Audio hochladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upload audio" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargar audio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload audio" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lähetä ääni" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Importer un fichier audio" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unggah suara" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Carica audio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "音声をアップロード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload audio" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last opp lyd" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload audio" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload audio" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Prześlij dźwięk" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar áudio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload audio" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузить аудио" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ses yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажити аудіо" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải lên âm thanh" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上传音频" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上傳音訊" - } - } - } - }, - "Content.Bookmark.Add" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a web bookmark" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадайце вэб-закладку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ein Web-Lesezeichen hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add a web bookmark" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Agregar un marcador web" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a web bookmark" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää verkkokirjanmerkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter un signet web" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan sebuah penanda web" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi un segnalibro web" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Webブックマークを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "외부 북마크 추가" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til bokmerke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg een webbladwijzer toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a web bookmark" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodawanie zakładki internetowej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar um marcador da web" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a web bookmark" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить веб-закладку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir web yer imi ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати вебзакладку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add a web bookmark" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加网络书签" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加網頁書籤" - } - } - } - }, - "Content.Bookmark.Loading" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading, please wait..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка, калі ласка пачакайце..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wird geladen, bitte warten..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Loading, please wait..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargando. Espera, por favor…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading, please wait..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ladataan, odotathan..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : " Chargement, veuillez patienter... " - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memuat, mohon tunggu..." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Caricamento in corso, attendere prego..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "読み込み中です。しばらくお待ちください…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "로딩 중입니다. 잠시만 기다려주세요..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Laster inn, vennligst vent..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Laden, even geduld..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading, please wait..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wczytywanie, proszę czekać..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Carregando, por favor aguarde..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading, please wait..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загружается, подождите..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yükleniyor, lütfen bekleyin..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантаження, будь ласка, зачекайте..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang tải, vui lòng đợi..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正在加载,请稍候..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "正在載入,請稍候..." - } - } - } - }, - "Content.Common.Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حدث خطأ ما، حاول مرة أخرى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нешта пайшло не так, паспрабуйце яшчэ раз." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es ist etwas schiefgelaufen, versuchen Sie es noch einmal" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Something went wrong, try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha producido un error. Inténtalo de nuevo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Something went wrong, try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Jotain meni pieleen, kokeile uudelleen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Une erreur s’est produite, réessayez" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ada yang salah, coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Qualcosa è andato storto, riprova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "問題が発生しました。もう一度お試しください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Something went wrong, try again" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Noe gikk galt, vennligst prøv på nytt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is iets verkeerd gegaan, probeer het opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Something went wrong, try again" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Coś poszło nie tak, spróbuj ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Algo deu errado, tente novamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Something went wrong, try again" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Что-то пошло не так, попробуйте еще раз" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir şeyler ters gitti tekrar deneyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Щось пішло не так, спробуйте ще раз" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã xảy ra lỗi, vui lòng thử lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "出错了,请重试" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "出了點問題,再試一次" - } - } - } - }, - "Content.Common.Uploading" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Uploading..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hochladen..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Uploading..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargando…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Uploading..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lähetetään" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Envoi en cours..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mengunggah..." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Caricamento..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アップロード中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Uploading..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Laster opp..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uploaden..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Uploading..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesyłanie..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviando..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Uploading..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yükleniyor..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантаження..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang tải lên..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上传中..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上傳中..." - } - } - } - }, - "Content.DataView.InlineCollection.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مجموعة مضمنة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Убудаваная калекцыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline-Sammlung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Inline collection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colección insertada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline collection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sisällytetty kokoelma" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection intégrée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Koleksi dalam baris" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collezione in linea" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コレクション(インライン)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline collection" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Innfelt samling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline collectie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline collection" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolekcja wbudowana" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Coleção em linha" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline collection" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Встроенная коллекция" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Satır içi koleksiyon" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вбудована колекція" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ trong hàng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "关联集锦" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "內嵌集錦" - } - } - } - }, - "Content.DataView.InlineCollection.Untitled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مجموعة بدون عنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калекцыя без назвы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbenannte Sammlung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Untitled collection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colección sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled collection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nimetön kokoelma" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collection sans titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Koleksi tidak berjudul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collezione senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題のコレクション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled collection" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Navnløs samling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naamloze collectie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled collection" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolekcja bez tytułu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Coleção sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled collection" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Коллекция без названия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız koleksiyon" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Безіменна колекція" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ không tên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无标题集锦" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未命名集錦" - } - } - } - }, - "Content.DataView.InlineSet.NoData" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد بيانات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Без даты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Daten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No data" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin datos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No data" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei dataa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucune donnée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada data" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun dato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "データがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No data" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen data" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen gegevens" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No data" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak danych" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem dados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No data" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет данных" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veri Yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає даних" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có dữ liệu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有数据" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無資料" - } - } - } - }, - "Content.DataView.InlineSet.NoSource" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يوجد مصدر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма крыніцы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Quelle" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No source" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin origen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No source" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei lähdettä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucune source" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada sumber" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuna fonte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ソースがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No source" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen kilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen bron" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No source" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak źródła" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há fonte" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No source" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет источника" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaynak yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає джерела" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có nguồn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无信息来源" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有來源" - } - } - } - }, - "Content.DataView.InlineSet.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "استعلام مضمن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Inline query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta insertada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Requête intégrée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri dalam baris" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Query in linea" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリ(インライン)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gealigneerde opdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta em linha" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Встроенный запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Satır içi sorgu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "内联查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Inline query" - } - } - } - }, - "Content.DataView.InlineSet.Toast.Failure" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This inline query doesn’t have a source" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este consulta insertada no tiene un origen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri dalam baris ini tidak memiliki sumber" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリ(インライン)にデータソースが指定されていません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze inline opdracht heeft geen bron" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu satır içi sorgunun bir kaynağı yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "该内联查询没有源" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "This inline query doesn’t have a source" - } - } - } - }, - "Content.DataView.InlineSet.Untitled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "استعلام بدون عنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbenannte Abfrage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Untitled query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Requête sans nom" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri tak berjudul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Query senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題のクエリ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naamloze opdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Безымянный запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız sorgu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未命名查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled query" - } - } - } - }, - "Content.File.Upload" : { - "comment" : "BlockContent", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحميل ملف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запампаваць файл" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datei hochladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upload a file" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargar un archivo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a file" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lähetä tiedosto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Importer un fichier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unggah sebuah berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Carica un file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルをアップロード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a file" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last opp en fil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload een bestand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a file" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Prześlij plik" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar um arquivo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a file" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузить файл" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажити файл" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải lên một tệp" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上传文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上傳檔案" - } - } - } - }, - "Content.Picture.Upload" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحميل صورة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запампаваць відарыс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bild hochladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upload a picture" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargar una imagen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a picture" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lähetä kuva" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Importer une image" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unggah sebuah gambar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Carica una foto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像をアップロード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a picture" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last opp et bilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload een afbeelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a picture" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Załaduj obraz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar uma imagem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a picture" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузить изображение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Resim yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажити зображення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải lên một ảnh" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上传图像" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上傳圖片" - } - } - } - }, - "Content.Video.Upload" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحميل فيديو" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запампаваць відэа" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Video hochladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upload a video" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargar un vídeo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a video" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lähetä video" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Importer une vidéo" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unggah sebuah video" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Carica un video" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "動画をアップロード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a video" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last opp en video" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload een video" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a video" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Prześlij wideo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar um vídeo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload a video" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузить видео" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Video yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажити відео" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải lên một video" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上传视频" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上傳影片" - } - } - } - }, - "Continue" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "متابعة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Працягнуць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fortfahren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Continue" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lanjutkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Continua" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "続行" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "계속" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fortsett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Volgende" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontynuuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Продолжить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Devam et" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiếp tục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "继续" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "繼續" - } - } - } - }, - "ConvertChannelTypeAlert.confirm" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yes, convert" - } - } - } - }, - "ConvertChannelTypeAlert.message" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Switching between Space and Chat will significantly change the experience." - } - } - } - }, - "ConvertChannelTypeAlert.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Convert Channel Type?" - } - } - } - }, - "Copied" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Copied" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скапіравана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copied" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copied" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopioitu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copié" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Disalin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コピーされました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복사됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gekopieerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କପି ହେଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skopiowano" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопировано" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopyalandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопійовано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã sao chép" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已复制" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已複製" - } - } - } - }, - "copied to clipboard" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copied to clipboard" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ скапіравана ў буфер абмену" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ in die Zwischenanlage kopiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ copied to clipboard" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copiado al portapapeles" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copied to clipboard" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copied to clipboard" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copié dans le presse-papier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ tersalin ke papan klip" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copiato negli appunti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@がクリップボードにコピーされました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@가 클립보드에 복사됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copied to clipboard" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ gekopieerd naar klembord" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ କ୍ଲିପ୍ ବୋର୍ଡକୁ କପି ହୋଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Skopiowano do schowka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copiado para a área de transferência" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ copied to clipboard" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопирован(о) в буфер обмена: %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ panoya kopyalandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ скопійовано до буфера обміну" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ đã chép vào bộ nhớ tạm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 已复制到剪贴板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 已複製到剪貼簿" - } - } - } - }, - "Copy" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نسخ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Капіяваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복사" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopier" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiëren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କପି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Копировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Копіювати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chép" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拷贝" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "複製" - } - } - } - }, - "Copy link" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نسخ الرابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скапіяваць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopioi linkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier le lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクをコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopier lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieer link" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ କପି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiuj link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопировать ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Копіювати посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chép link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拷贝链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "複製連結" - } - } - } - }, - "Copy space info" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скапіраваць інфармацыю пра прастору" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaceinformationen kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy space info" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar información del espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier les informations de l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin info ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia informazioni spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース情報をコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieer ruimte informatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସ୍ପେସ୍ ସୂଚନା କପି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar informações do espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопировать информацию о пространстве" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan bilgisini kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复制空间信息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy space info" - } - } - } - }, - "Cover" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الغلاف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вокладка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Titelbild" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Cover" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Portada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Cover" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cover" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Couverture" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sampul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copertina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カバー画像" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "표지" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Omslag" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Omslag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଭର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Okładka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Capa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Capa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обложка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kapak" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обкладинка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ảnh bìa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "封面" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "封面" - } - } - } - }, - "Create" : { - "comment" : "Auth", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء ملف شخصي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "생성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତିଆରି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立" - } - } - } - }, - "Create a new one or search for something else" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new one or search for something else" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць новы або знайсці што-небудзь іншае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle ein neues oder suche nach etwas anderem" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create a new one or search for something else" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea uno nuevo o busca otro distinto." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new one or search for something else" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new one or search for something else" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un nouveau ou rechercher autre chose" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat baru atau telusuri yang lain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Creane uno nuovo o cerca qualcos'altro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しく作成、もしくは検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new one or search for something else" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lag et nytt eller søk etter noe annet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak een nieuwe of zoek naar iets anders" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏକ ନୂତନ ସୃଷ୍ଟି କରନ୍ତୁ କିମ୍ବା ଅନ୍ୟ କିଛି ଖୋଜନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz nowy lub wyszukaj coś innego" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie uma nova ou procure por outra coisa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie uma nova ou procure por outra coisa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создайте новый или найдите что-то другое" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni bir tane oluşturun ya da başka bir şey arayın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створіть новий або знайдіть щось інше" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo một cái mới hoặc tìm cái nào đấy khác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建一个新的或搜索其他内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立一個新的或搜尋其他內容" - } - } - } - }, - "Create new object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء كائن جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць новы аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neues Objekt erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create new object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear un objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo uusi objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un nouvel objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un nuovo oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "새 오브젝트 생성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett nytt objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak nieuw object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୂଆ ଅବଜେକ୍ଟ ତିଆରି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz nowy obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar novo objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar novo objeto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать новый объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni nesne oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створити об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo đối tượng mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建新对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立新物件" - } - } - } - }, - "Create new object with name" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neues Objekt „%@“ erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create new object \"%@\"" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear nuevo objeto «%@»" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un nouvel objet \"%@\"" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek baru \"%@\"" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un nuovo oggetto \"%@\"" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいオブジェクト「%@」を作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "\"%@\" 오브젝트 생성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak nieuw object \"%@\"" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୂତନ ଅବଜେକ୍ଟ \"%@\" ସୃଷ୍ଟି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie um novo objeto \"%@\"" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать новый набор \"%@\"" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni nesne oluştur \"%@\"" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建对象 “%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object \"%@\"" - } - } - } - }, - "Create new type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء نوع جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neuen Typ erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create new type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear un tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un nouveau type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat tipe baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea nuovo tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak nieuw type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать новый тип" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni tür oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new type" - } - } - } - }, - "Create object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць Аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create Object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un Objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo Đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立物件" - } - } - } - }, - "Create object from clipboard" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء كائن من الحافظة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць аб'ект з буфера абмену" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt aus der Zwischenablage erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create object from clipboard" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear objeto desde el portapapeles" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object from clipboard" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object from clipboard" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un objet depuis le presse-papiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek dari papan kerani" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un oggetto dagli appunti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クリップボードからオブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object from clipboard" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett objekt fra utklippstavlen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak object vanaf klembord" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କ୍ଲିପ୍ ବୋର୍ଡରୁ ବସ୍ତୁ ସୃଷ୍ଟି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz obiekt ze schowka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar objeto a partir da área de transferência." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object from clipboard" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать объект из буфера обмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Panodan nesne oluşturma" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object from clipboard" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create object from clipboard" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从剪贴板创建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從剪貼簿建立物件" - } - } - } - }, - "Create option with" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць параметр ‘%@’" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Option ‚%@‘ erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create option ‘%@’" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear opción «%@»" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo vaihtoehto ‘%@’" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer une option '%@’" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat opsi ‘%@’" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea opzione ‘%@’" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいオプション「%@」を作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak optie '%@'" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିକଳ୍ପ ସୃଷ୍ଟି କରନ୍ତୁ '%@'" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz opcję '%@'" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar opção %@’" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать опцию '%@'" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçenek oluştur ‘%@’" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option ‘%@’" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建选项 “%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立 \"%@\" 選項" - } - } - } - }, - "Create relation" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaft ‚%@‘ erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create property ‘%@’" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear propiedad «%@»" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat properti '%@'" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいプロパティ「%@」を作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak eigenschap '%@’" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "‘%@’ özelliğini oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建属性“%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create property ‘%@’" - } - } - } - }, - "Create Set" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء استعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create Query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer une requête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat Kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak opdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu Oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Query" - } - } - } - }, - "Create Space" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan Oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Space" - } - } - } - }, - "Create type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць тып" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo tyyppi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : " 유형 생성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରକାର ସୃଷ୍ଟି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz typ" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar tipo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать тип" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tür oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立類型" - } - } - } - }, - "CreateChat" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create Chat" - } - } - } - }, - "Current" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الحالي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бягучы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktuell" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Current" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Actual" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Current" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Current" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Actuel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Saat ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Attuale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "現在" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Current" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjeldende" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Huidige" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Current" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualne" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Atual" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Current" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текущий" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şu anki" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Current" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiện tại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "当前" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "當前" - } - } - } - }, - "Customize URL" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Customize URL" - } - } - } - }, - "DataviewType.calendar" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendar" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Каляндар" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kalender" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Calendar" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendario" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendar" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendar" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendrier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kalender" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendario" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カレンダー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendar" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kalender" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kalender" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କ୍ୟାଲେଣ୍ଡର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kalendarz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendário" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Календарь" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Takvim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Календар" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Calendar" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "日历" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "行事曆" - } - } - } - }, - "DataviewType.gallery" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Галерэя " - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Galerie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Gallery" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Galería" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Galerie" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Galleria" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ギャラリー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Galleri" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Galerij" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗ୍ୟାଲେରୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeria" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeria" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Галерея" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Галерея" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Triển lãm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "相册" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "畫廊" - } - } - } - }, - "DataviewType.graph" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Граф" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Graph" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gráfico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Graphe" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Grafik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Grafo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "グラフ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Graf" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗ୍ରାଫ୍ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wykres " - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gráfico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "График" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Grafik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Graph" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đồ thị" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "关联图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "關聯圖" - } - } - } - }, - "DataviewType.grid" : { - "comment" : "MARK: - DataviewType", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "شبكة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сетка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Raster" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Grid" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cuadrícula" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Grid" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Grid" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Grille" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Griglia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テーブル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Grid" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rutenett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Raster" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗ୍ରିଡ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Siatka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Grade" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Grid" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сетка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Izgara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сітка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dạng lưới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网格" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網格" - } - } - } - }, - "DataviewType.kanban" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كانبان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Канбан" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Kanban" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ボード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କାନ୍ବନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Канбан" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanban" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Канбан" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dạng Kanban" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "看板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "看板" - } - } - } - }, - "DataviewType.list" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قائمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спіс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "List" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lijst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତାଲିକା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Список" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Список" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dạng danh sách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "列表" - } - } - } - }, - "Date" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Datum" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Daten" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Dates" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Fecha" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Fechas" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tanggal" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld件の日付" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarih" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tarih" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dates" - } - } - } - } - } - } - }, - "Date.Object.Empty.State.title" : { - "comment" : "MARK: - Date", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يوجد شيء هنا لهذا التاريخ حتى الآن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Für dieses Datum ist hier noch nichts eingetragen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There is nothing here for this date yet" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aún no hay nada aquí para esta fecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a encore rien ici pour cette date" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum ada apa-apa untuk tanggal ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non c'è ancora nulla per questa data" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この日付にはまだ何もありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is hier nog niets voor deze datum" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há nada aqui para esta data ainda" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здесь пока ничего нет для этой даты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu tarih için henüz bir şey yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此日期暂无任何内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "There is nothing here for this date yet" - } - } - } - }, - "Date.Open.Action.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح التاريخ المحدد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ausgewähltes Datum öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open selected date" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir fecha seleccionada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir la date sélectionnée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka tanggal terpilih" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri la data selezionata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "選択した日付を開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open geselecteerde datum" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir data selecionada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть выбранную дату" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçilen tarihi aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开选定日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Open selected date" - } - } - } - }, - "Dates" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التواريخ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Daten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Dates" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fechas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanggal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "日付" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "날짜" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Datums" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତାରିଖ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Datas" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Даты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarihler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dates" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "日期" - } - } - } - }, - "Days to deletion vault" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэтае сховішча будзе выдалена праз %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "праз %arg дні" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "праз %arg дзён" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "заўтра" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "праз %arg дзён" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Tresor wird gelöscht %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "morgen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg Tagen" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "heute" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "translated", - "value" : "today" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta arca se eliminará %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "mañana" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "dentro de %arg días" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "hoy" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce coffre sera supprimé %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "demain" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "dans %arg jours" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "aujourd'hui" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Brankas ini akan dihapus %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "dalam %arg hari" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "hari ini" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questa cassaforte verrà eliminata in %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "domani" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg giorni" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この保管庫は%#@days@に削除されます" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg日後" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "本日中" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze kluis zal worden verwijderd over %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "morgen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "over %arg dagen" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "vandaag" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ten sejf zostanie usunięty za %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "za %arg dni" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "za %arg dni" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "jutro" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "w %arg dni" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta conta será excluída %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "amanhã" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "em %arg dias" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это хранилище будет удалено через %#@days@ дней" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "через %arg дня" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "через %arg дней" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "завтра" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "через %arg дней" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu hesap %#@days@ gün içinde silinecek" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "yarın" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg gün içinde" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "bugün" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tomorrow" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This vault will be deleted %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "该库将被删除 %#@days@" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "在 %arg 天后" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "今天" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "該帳戶將在 %#@days@ 後刪除" - }, - "substitutions" : { - "days" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "在 %arg 天後" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "today" - } - } - } - } - } - } - } - } - }, - "Debug.Info" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Інфармацыя аб адладцы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug-Informationen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Debug Info" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Información de depuración" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Infos de débogage" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Info awakutu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informazioni di Debug" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デバッグ情報" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feilsøkingsinformasjon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug informatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Informacje debugowania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Informações de Depuração" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отладочная информация" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hata Ayıklama Bilgisi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Debug Info" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "调试信息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "除錯訊息" - } - } - } - }, - "Debug.MimeTypes" : { - "comment" : "MARK: - Debug", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тыпы Mime - %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "MIME-Typen - %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mime Types - %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos de dato - %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Types Mime - %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jenis MIME - %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipi MIME - %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "MIMEタイプ - %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Media types - %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typy mimów - %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos de MIME - %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Типы MIME - %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Medya Türleri - %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mime Types - %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "媒体类型 - %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "MIME 類型 - %@" - } - } - } - }, - "DebugMenu.ToggleAuthor" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэліз: %@, %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Veröffentlichung: %@, %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Release: %@, %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión: %@, %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version : %@, %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Rilis: %@, %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rilascio: %@, %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リリース: %@, %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Versie: %@, %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wydanie: %@, %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lançamento: %@, %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Release: %@, %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Версия: %@, %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yayınla: %@, %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Реліз: %@, %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Phiên bản: %@, %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "发行版本: %@, %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "發行版本:%@, %@" - } - } - } - }, - "Default background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Default background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прадвызначаны фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Standardhintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Default background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Default background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oletustaustakuva" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arrière-plan par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトの背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기본 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Standardbakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Standaard achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡିଫଲ୍ଟ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Domyślne tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Plano de fundo padrão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Imagem de fundo padrão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фон по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılan arka plan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Стандартний фон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nền mặc định\n" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "雪色背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "預設背景" - } - } - } - }, - "Default object type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نوع الكائن الافتراضي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прадвызначаны тып аб'екта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard Objekttyp" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Default object type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Default object type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Default object type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type d'objet par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe objek bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo di oggetto predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトのタイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기본 오브젝트 유형" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard objekttype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Standaard objecttype" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡିଫଲ୍ଟ ଅବଜେକ୍ଟ ପ୍ରକାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Domyślny typ obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto padrão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Default object type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип объекта по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılan nesne türü" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Стандартний тип об'єкта" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại đối tượng mặc định" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "默认对象类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "預設物件類型" - } - } - } - }, - "Delete" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "삭제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଲୋପ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除" - } - } - } - }, - "Delete vault" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف المخزن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tresor löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete vault" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer le coffre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus brankas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina cassaforte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫を削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete vault" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett hvelv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder kluis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଭଣ୍ଡାର ମିଟାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń sejf" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir cofre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete vault" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasayı sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除文库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除帳戶" - } - } - } - }, - "Deleted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "محذوف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдалена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelöscht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deleted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poistettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terhapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slettet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijderd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usunięto" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Apagado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Silindi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已刪除" - } - } - } - }, - "DeleteObjectType" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete Object Type" - } - } - } - }, - "Deletion error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Deletion error" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка выдалення" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler beim Löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deletion error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error de eliminación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deletion error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deletion error" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur lors de la suppression" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kesalahan penghapusan " - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore di cancellazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Deletion error" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil ved sletting" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout bij het verwijderen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଲୋପ ତ୍ରୁଟି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd usuwania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao excluir" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deletion error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка удаления" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Silme hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Помилка при видаленні" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deletion error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除錯誤" - } - } - } - }, - "DeletionAlert.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы выйдзеце з сістэмы на ўсіх астатніх прыладах. У вас будзе 30 дзён, каб аднавіць сваё сховішча. Пасля гэтага яно будзе выдаленае назаўсёды." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du wirst auf allen anderen Geräten ausgeloggt. Sie haben 30 Tage Zeit, zum Wiederherstellen. Danach werden deine Daten dauerhaft gelöscht." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se cerrará tu sesión en los demás dispositivos. Dispondrás de 30 días para recuperar tu arca; pasado ese tiempo, se eliminará definitivamente." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous serez déconnecté·e sur tous les autres appareils. Vous aurez 30 jours pour récupérer votre coffre. Ensuite, il sera définitivement supprimé." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu akan dikeluarkan pada semua perangkat. Kamu punya waktu 30 hari untuk membatalkan tindakan ini. Setelah itu, brankas akan dihapus secara permanen." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sarai disconnesso su tutti gli altri dispositivi. Avrai 30 giorni per recuperare la tua cassaforte. In seguito verrà eliminata definitivamente." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべてのデバイスからログアウトされます。30日以内であれば、保管庫を復元できます。その後、完全に削除されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Du blir logget ut på alle andre enheter. Du vil ha 30 dager for å gjenopprette den. Etterpå vil den bli slettet permanent." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je zult op alle andere apparaten worden uitgelogd. Je hebt 30 dagen om jouw kluis te herstellen. Daarna zal deze permanent worden verwijderd." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆପଣ ଅନ୍ୟ ସମସ୍ତ ଡିଭାଇସରେ ଲଗ୍ ଆଉଟ୍ ହେବେ।ଆପଣଙ୍କ ଭଲ୍ଟ ପୁନରୁଦ୍ଧାର କରିବାକୁ ଆପଣଙ୍କ ପାଖରେ 30 ଦିନ ରହିବ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zostaniesz wylogowany z wszystkich urządzeń. Będziesz mieć 30 dni na odzyskanie swojego sejfu. Po tym czasie zostanie on usunięty na zawsze." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você será desconectado em todos os outros dispositivos. Você terá 30 dias para recuperar o seu cofre. Depois, ele será excluído permanentemente." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você será desconectado em todos os outros dispositivos. Você terá 30 dias para recuperar o seu cofre. Depois, ele será excluído permanentemente." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Произойдет выход из вашего аккаунта на всех устройствах. У вас будет 30 дней, чтобы ваше хранилище. После этого оно будет удалено навсегда." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Diğer tüm cihazlarda oturumunuz kapatılacaktır. Kasanızı kurtarmak için 30 gününüz olacak. Daha sonra kalıcı olarak silinecektir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您将在所有其他设备上登出。您将有 30 天来恢复您的文库。再然后它们将被永久删除。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您將在其他裝置上登出。\n您將有 30 天的時間可以復原帳戶,之後它將永久刪除。" - } - } - } - }, - "DeletionAlert.title" : { - "comment" : "MARK: - DeletionAlert", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete your vault?" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўпэўнены, што хочаце выдаліць сваё сховішча?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bist du sicher, dass du deinen Tresor löschen möchtest?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure you want to delete your vault?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro que quieres eliminar tu arca?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete your vault?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete your vault?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Voulez-vous vraiment supprimer votre coffre ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu yakin ingin menghapus brankas?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro di voler eliminare la tua cassaforte?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当に保管庫を削除してもよろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete your vault?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker på at du vil slette hvelvet ditt?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je zeker dat je jouw kluis wilt verwijderen?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ ଆପଣଙ୍କ ଭଲ୍ଟ ବିଲୋପ କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czy na pewno chcesz usunąć swój sejf?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem certeza de que deseja excluir seu cofre?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem certeza que deseja excluir o seu cofre?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены, что хотите удалить хранилище?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasanızı silmek istediğinizden emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete your vault?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to delete your vault?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您确定要删除您的文库吗?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定要刪除您的帳戶嗎?" - } - } - } - }, - "Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الوصف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Апісанне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beschreibung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Description" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Descripción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Description" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kuvaus" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Description" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Deskripsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Descrizione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "説明" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "설명" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Beskrivelse" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Beschrijving" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଵର୍ଣ୍ଣନା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opis" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Descrição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Descrição" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Описание" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Açıklama" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Опис" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mô tả" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "描述" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "描述" - } - } - } - }, - "Deselect" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зняць вылучэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abwählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deselect" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deseleccionar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Désélectionner" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batal pilih" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Deseleziona" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "選択解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "선택 해제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselecteer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡିସେଲେକ୍ଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desmarcar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Снять выделение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçimi kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消选择" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消選擇" - } - } - } - }, - "Deselect all" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect all" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зняць вылучэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle abwählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deselect all" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deseleccionar todo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect all" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect all" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tout désélectionner" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batal pilih semua" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Deseleziona tutto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべての選択を解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "전체 선택 해제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern alle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselecteer alle" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସବୁକିଛି ବାଛନ୍ତୁ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odznacz wszystko" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desmarcar todos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselect all" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Снять выделение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tüm seçimi kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати виділення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bỏ chọn hết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消全选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消全選" - } - } - } - }, - "Designed to capture thoughts quickly" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مصمم لالتقاط الأفكار بسرعة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прызначаны для хуткага запісу думак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Entwickelt um schnell Gedanken zu erfassen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Designed to capture thoughts quickly" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para capturar pensamientos rápidamente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Designed to capture thoughts quickly" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Designed to capture thoughts quickly" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Conçu pour saisir rapidement les idées" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Didesain untuk menangkap pemikiran dengan cepat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Progettato per catturare rapidamente i pensieri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "瞬時に考えを書き留める" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Designed to capture thoughts quickly" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Utformet for å raskt notere tanker" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontworpen om snel gedachten te bewaren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Designed to capture thoughts quickly" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaprojektowany z myślą o szybkim rejestrowaniu myśli" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Projetado para capturar pensamentos rapidamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Projetado para capturar pensamentos rapidamente" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создано для быстрой записи мыслей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düşünceleri hızlıca yakalamak için tasarlandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Розроблено для швидкого захоплення думок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Designed to capture thoughts quickly" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "专为快速捕捉想法而设计" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "專為快速捕捉想法而設計" - } - } - } - }, - "Devices connected" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ падключана(-ы)" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg прылады" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg прылад" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg прылада" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg прылад" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ verbunden" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Gerät" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Geräte" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ conectado" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dispositivo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dispositivos" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connecté" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Appareil %arg" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg appareils" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ terhubung" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg perangkat" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connesso" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dispositivo " - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dispositivi" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@が接続済み" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg個のデバイス" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ 연결됨" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 기기" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ verbonden" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg apparaat" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg apparaten" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ conectado" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dispositivo %arg" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Dispositivo %arg" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ подключен" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg устройства" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg устройств" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg устройство" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg устройство" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ bağlı" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg cihaz" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg cihaz" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg device" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ connected" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg devices" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ 已连接" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 设备" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@device@ 已連接" - }, - "substitutions" : { - "device" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 裝置" - } - } - } - } - } - } - } - } - }, - "Disabled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Deaktiviert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Disabled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deshabilitado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Désactivé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nonaktif" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Disattivato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無効" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Devre dışı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Disabled" - } - } - } - }, - "Document scan failed" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Document scan failed" - } - } - } - }, - "Done" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гатова" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fertig" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Done" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Listo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Done" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valmis" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Terminé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selesai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fatto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "完了" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "완료" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ferdig" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gereed" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gotowe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Concluído" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Concluído" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Готово" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitti" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Готово" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xong" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "完成" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "完成" - } - } - } - }, - "Download" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحميل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спампаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Herunterladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Download" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Descargar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Download" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ladataan" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Télécharger" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unduh" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scarica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ダウンロード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Download" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last ned" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Downloaden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Download" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pobierz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Baixar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Download" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скачать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İndir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải về" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下载" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已下載" - } - } - } - }, - "Downloading or uploading data to some node" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جارٍ تنزيل أو تحميل البيانات إلى عقدة ما" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка ці выгрузка даных у вузел" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Herunterladen oder Hochladen von Daten zu einem Knoten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Downloading or uploading data to some node" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Descargando o cargando datos a algún nodo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Downloading or uploading data to some node" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ladataan dataa solmuun tai solmusta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Téléchargement ou envoi de données vers un nœud" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mengunduh atau mengunggah data ke simpul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scaricamento o caricamento dati su qualche nodo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ノードにデータを転送中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Downloading or uploading data to some node" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Laster ned eller laster opp data til en node" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gegevens downloaden of uploaden naar een node" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Downloading or uploading data to some node" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pobieranie lub przesyłanie danych do jakiegoś węzła" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Baixando ou carregando dados para algum nó" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Baixando ou carregando dados para algum node" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка или выгрузка данных в узел" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bazı düğümlere veri indirme veya yükleme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантаження даних на деякий вузол" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang tải dữ liệu về hoặc lên điểm nào đó" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向某个节点下载或上传数据" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "向某個節點下載或上傳資料" - } - } - } - }, - "Duplicate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تكرار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дубляваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplizieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Duplicate" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliquer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gandakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "複製" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복제하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliser" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliceer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନକଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplikuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çoğalt" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублювати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhân đôi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成副本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立副本" - } - } - } - }, - "E-mail" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "البريد الإلكتروني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "E-mail" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Surel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレス\n" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "E-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mailadres" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Adres e-mail" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Posta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "电子邮件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "電子郵件" - } - } - } - }, - "Edit" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Éditer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rediger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Редагувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉnh sửa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯" - } - } - } - }, - "Edit field" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaft bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit property" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar propiedad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier la propriété" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting properti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk eigenschap" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özelliği düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit property" - } - } - } - }, - "Edit Profile" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل الملف الشخصي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit Profile" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar perfil" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier le profil" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting Profil" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica il Profilo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロフィールを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "프로필 수정" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk profiel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରୋଫାଇଲ୍ ସମ୍ପାଦନା କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar Perfil" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Редактировать профиль" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Profili Düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑个人资料" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Profile" - } - } - } - }, - "Edit type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier le type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türü düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit type" - } - } - } - }, - "Editor.LinkToObject.LinkedTo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مرتبط بـ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звязаны з" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verlinkt mit" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Linked to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlazado a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Linked to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yhdistetty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lié à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ditautkan ke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collegato a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Linked to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Koblet til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gekoppeld aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସହିତ ଲିଙ୍କ୍ ହୋଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Powiązane z" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vinculado a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ligado a" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Привязан к" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şuraya bağlı:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пов'язаний з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết đến" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結至" - } - } - } - }, - "Editor.LinkToObject.PasteFromClipboard" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لصق من الحافظة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць з буфера абмену" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aus Zwischenspeicher einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste from clipboard" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pegar desde el portapapeles" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste from clipboard" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sijoita leikepöydältä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller depuis le presse-papiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempel dari papan kerani" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla dagli appunti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クリップボードから貼り付け" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste from clipboard" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn fra utklippstavle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plak vanaf klembord" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କ୍ଲିପବୋର୍ଡରୁ ଲେପନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej ze schowka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar da área de transferência" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar da área de transferência" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить из буфера обмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Panodan yapıştır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити з буфера обміну" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dán từ bộ nhớ tạm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从剪贴板粘贴" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從剪貼簿貼上" - } - } - } - }, - "Editor.LinkToObject.RemoveLink" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إزالة الرابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Quitar enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poista linkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer le lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimuovi collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクを削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder link" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ ଅପସାରଣ କରନ୍ତୁ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вилучити посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gỡ link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移除链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移除連結" - } - } - } - }, - "Editor.LinkToObject.SearchPlaceholder" : { - "comment" : "MARK: - Link to search", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لصق الرابط أو البحث عن كائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць спасылку або шукайце аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link einfügen oder Objekte suchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste link or search objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pegar enlace o buscar objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link or search objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sijoita linkki tai etsi objekteista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller le lien ou rechercher des objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempelkan tautan atau telusuri objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla collegamento o cerca oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクを貼り付け、または検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link or search objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn kobling eller søk i objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plak link of zoek objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ କିମ୍ବା ସନ୍ଧାନ ବସ୍ତୁଗୁଡିକ ଲେପନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej link lub wyszukaj obiekty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar link ou pesquisar Objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar link ou objetos de pesquisa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить ссылку или найти объекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı yapıştır veya nesneleri ara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставте посилання або знайдіть об'єкти" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link or search objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴链接或搜索对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "貼上連結或搜尋物件" - } - } - } - }, - "Editor.MovingState.ScrollToSelectedPlace" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll to select a place" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пракруціце, каб выбраць месца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Scrollen, um einen Ort auszuwählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Scroll to select a place" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desplaza para elegir un lugar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll to select a place" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll to select a place" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Faites défiler pour sélectionner un endroit" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gulir untuk memilih tempat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scorri per selezionare un luogo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "選択箇所までスクロール" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll to select a place" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll for å velge et sted" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll om een plaats te selecteren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏକ ସ୍ଥାନ ବାଛିବା ପାଇଁ ସ୍କ୍ରୋଲ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przewiń, aby wybrać miejsce" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Role para selecionar um local" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll to select a place" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прокрутите для выбора места" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yer seçmek için kaydır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Прокрутіть, щоб вибрати місце" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll to select a place" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "滚动以选择位置" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "滾動以選取位置" - } - } - } - }, - "Editor.Toast.LinkedTo" : { - "comment" : "MARK: - Toast", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مرتبط بـ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "звязаны з" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "verlinkt mit" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "linked to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "enlazado a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "linked to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "linkitetty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "lié à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "ditautkan pada" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "collegato a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "をリンクしました リンク先:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "linked to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "koblet til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "gelinkt naar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "linked to" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "w związku z" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "vinculado a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "linked to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "связано с" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "şuraya bağlı:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "пов'язаний з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "linked to" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結至" - } - } - } - }, - "Editor.Toast.MovedTo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Block moved to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блок перамешчаны ў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Block verschoben nach" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Block moved to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloque movido a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Block moved to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pala siirretty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloc déplacé vers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Diblok berpindah ke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocco spostato in" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブロックを移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Block moved to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blokk flyttet til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok verplaatst naar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Block moved to" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok przeniesiony do" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloco movido para" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Block moved to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Блок перемещен в" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok şuraya taşındı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Блок переміщено до" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Block moved to" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "区块移至" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "區塊移動至" - } - } - } - }, - "EditorSet.View.Not.Supported.Title" : { - "comment" : "MARK: Select view", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غير مدعوم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не падтрымліваецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht unterstützt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unsupported" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No compatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei tuettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Non pris en charge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak didukung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non supportato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未対応" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikke støttet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet ondersteund" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieobsługiwane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatível" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не поддерживается" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Desteklenmiyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không được hỗ trợ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "暂不支持" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不支援" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Checkbox.Equal" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هو" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "З'яўляецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଉଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "É" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Является" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "eşit" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Є" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Là" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "是" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Checkbox.NotEqual" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не з'яўляецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist nicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is not" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No es" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "N'est pas" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah bukan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non è" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致しない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er ikke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is niet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୁହେଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie jest" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não é" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не является" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не є" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không phải" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不是" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不是" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Date.After" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is after" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пасля" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Liegt nach dem" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is after" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es después de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is after" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is after" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est après" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Setelah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È dopo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "より後" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is after" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er etter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପରେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Występuje po" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É depois de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is after" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "После" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "sonrasında" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Після" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is after" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在之后" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在之後" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Date.Before" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is before" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Да" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Liegt vor dem" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is before" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es antes de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is before" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is before" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est avant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sebelum" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È prima" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "より前" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is before" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er før" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voor" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୂର୍ବରୁ ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Występuje przed" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É antes de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is before" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "До" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "öncesinde" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "До" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is before" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在之前" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在之前" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Date.Equal" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هو" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "З'яўляецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଉଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "É" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Является" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "eşit" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Є" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Là" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "是" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Date.In" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is within" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Знаходзіцца ў межах" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist innerhalb" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is within" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Está entre" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is within" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is within" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est dans" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Antara" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È entro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "期間内" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is within" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er innenfor" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is binnen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଭିତରେ ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest wewnątrz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É entre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is within" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Находится в пределах" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "içinde" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Знаходиться в межах" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is within" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在之内" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在內" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Date.OnOrAfter" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or after" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "У гэты дзень або пазней" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Liegt am oder nach dem" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is on or after" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es en o después de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or after" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or after" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est le ou après" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pada atau setelah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È nella data o dopo " - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "以後" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or after" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er på eller etter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is op of na" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୂର୍ବରୁ କିମ୍ବା ପରେ ଅଛି |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest w trakcie lub po" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É em ou depois de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or after" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Совпадает или после" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "tarihinde veya sonrasında" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Цей день або після" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or after" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在之前(包含当前)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在之前(包含當前)" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Date.OnOrBefore" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or before" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Супадае ці да" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist am oder vor dem" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is on or before" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es en o antes de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or before" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or before" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est le ou avant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pada atau sebelum" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È nella data o prima" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "以前" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or before" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er på eller før" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is op of voor" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପରେ କିମ୍ବା ପୂର୍ବରୁ ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest w trakcie lub przed" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É em ou antes de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or before" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Совпадает или до" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "tarihinde veya öncesinde" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Цей день або до" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is on or before" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在之后(包含当前)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在之後(包含當前)" - } - } - } - }, - "EditSet.Popup.Filter.Condition.General.Empty" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is empty" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пусты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist leer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is empty" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Está vacío" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is empty" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is empty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È vuoto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is empty" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er tom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is leeg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଖାଲି ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest puste" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Está vazio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is empty" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пустое" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "boş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Є порожнім" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is empty" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是空的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "是空的" - } - } - } - }, - "EditSet.Popup.Filter.Condition.General.None" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الكل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усе" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "All" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Todo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tout" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Semua" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべて" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alles" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମସ୍ତ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wszystkie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Todos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "All" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Все" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hepsi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Все" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tất cả" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "所有" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "全部" - } - } - } - }, - "EditSet.Popup.Filter.Condition.General.NotEmpty" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not empty" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не пусты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist nicht leer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is not empty" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No está vacío" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not empty" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not empty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "N'est pas vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah tidak kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non è vuoto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未入力ではない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not empty" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er ikke tom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is niet leeg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଖାଲି ନୁହେଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie jest puste" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não está vazio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not empty" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не пустое" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "boş değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не є порожнім" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không trống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不是空的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不是空的" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Number.Equal" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is equal to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Роўна" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist gleich wie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is equal to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es igual que" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is equal to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is equal to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est égal à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sama dengan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È uguale a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is equal to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er lik" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is gelijk aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସହିତ ସମାନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie równa się" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É igual a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is equal to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Равно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eşittir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дорівнює" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bằng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "等于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "等於" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Number.Greater" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Большы чым" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist größer als" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is greater than" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es mayor que" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est supérieur à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lebih dari" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È maggiore di" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "より大きい" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er større enn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is groter dan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହାଠାରୁ ବଡ ଅଟେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest większe niż" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É maior que" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Больше чем" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şundan daha fazla:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Більше ніж" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lớn hơn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "大于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "大於" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Number.GreaterOrEqual" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than or equal to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Большы чым або роўны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist größer oder gleich wie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is greater than or equal to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es mayor o igual que" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than or equal to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than or equal to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est supérieur ou égal à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lebih dari sama dengan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È maggiore o uguale a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "以上" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than or equal to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er større enn eller lik" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is groter dan of gelijk aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହାଠାରୁ ବଡ କିମ୍ବା ସମାନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest większe lub równe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É maior que ou igual a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is greater than or equal to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Больше или равно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha büyük veya eşit" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Більше або дорівнює" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lớn hơn hoặc bằng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "大于或等于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "大於或等於" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Number.Less" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Меншы чым" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist kleiner als" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is less than" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es menor que" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est inférieur à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kurang dari" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È minore di" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "より小さい" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er mindre enn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is kleiner dan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହାଠାରୁ କମ୍ ଅଟେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest mniejsze niż" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É menor que" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Меньше чем" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şundan daha az:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Менше ніж" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bé hơn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "小于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "小於" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Number.LessOrEqual" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than or equal to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Меншы чым або роўны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist kleiner oder gleich wie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is less than or equal to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es menor o igual que" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than or equal to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than or equal to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est inférieur ou égal à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kurang dari sama dengan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È minore o uguale a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "以下" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than or equal to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er mindre enn eller lik" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is kleiner dan of gelijk aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହାଠାରୁ କମ୍ କିମ୍ବା ସମାନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest mniejsze lub równe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É menor ou igual a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is less than or equal to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Меньше или равно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha az veya eşit" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Менше або дорівнює" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bé hơn hoặc bằng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "小于或等于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "小於或等於" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Number.NotEqual" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not equal to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не роўны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist nicht gleich wie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is not equal to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No es igual que" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not equal to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not equal to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "N’est pas égal à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak sama dengan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non è uguale a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致しない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not equal to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er ikke lik" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is niet gelijk aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସହିତ ସମାନ ନୁହେଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie równa się" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não é igual a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not equal to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не равно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eşit değildir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не дорівнює" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不等于" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不等於" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Selected.AllIn" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Has all of" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мае ўсё з" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hat alle von" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Has all of" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiene todos de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Has all of" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Has all of" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Contient tous les" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memiliki semua " - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ha tutto tra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "いずれも持つ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Has all of" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Har alle av" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bevat alle van" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମସ୍ତ ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ma wszystkie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem tudo de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Has all of" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Имеет все из" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tümü:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Має все" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Has all of" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "具有所有" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "滿足全部" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Selected.In" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Has any of" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мае любы з" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hat irgendeines von" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Has any of" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiene alguno de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Has any of" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Has any of" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Contient" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memiliki salah satu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ha uno qualsiasi di" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "いずれかを持つ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Has any of" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Har noen av" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bevat ieder van" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସିଟି ଅଛି |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ma którykolwiek z" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem qualquer um de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Has any of" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Имеет любой из" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Herhangi:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Має будь-яке з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Has any of" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "具有任何" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "滿足任一" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Selected.NotIn" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Has none of" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма ніводнага з" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hat keine von" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Has none of" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No tiene ninguno de" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Has none of" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Has none of" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "N'a aucun des" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak memiliki satupun" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non ha nessuno di" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "いずれも持たない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Has none of" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Har ingen av" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bevat geen van" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସିଟି ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma nic z" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não tem nenhum de" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Has none of" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет ни одного из" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbiri:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не має жодного з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Has none of" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不具有" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不滿足任何" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Text.Equal" : { - "comment" : "MARK: - Sets: Filters.Conditions", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هو" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "З'яўляецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Es" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Est" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଉଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "É" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "É" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Является" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "eşit" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Є" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Là" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "是" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Text.Like" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Contains" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяшчае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Enthält" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Contains" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Contiene" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Contains" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Contains" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Contient" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mengandung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Contiene" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "含む" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Contains" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Inneholder" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bevat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଧାରଣ କରେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zawiera" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Contém" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Contains" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Содержит" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçerir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Містить" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chứa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "包含" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "包含" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Text.NotEqual" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не з'яўляецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ist nicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Is not" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No es" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "N'est pas" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Adalah bukan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non è" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一致しない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er ikke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Is niet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୁହେଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie jest" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não é" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Is not" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не является" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не є" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không phải" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不是" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不是" - } - } - } - }, - "EditSet.Popup.Filter.Condition.Text.NotLike" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Doesn't contain" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не змяшчае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Enthält nicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Doesn't contain" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No contiene" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Doesn't contain" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Doesn't contain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ne contient pas" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak mengandung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non contiene" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "含まない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Doesn't contain" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Inneholder ikke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bevat niet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଧାରଣ କରେ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie zawiera" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não contém" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Doesn't contain" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не содержит" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçermez" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не містить" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không chứa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不包含" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不包含" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.CurrentMonth" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Current month" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэты месяц" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Monat" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Current month" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes actual" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Current month" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Current month" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mois en cours" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulan ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mese corrente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今月" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "현재 달" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Denne måneden" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze maand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚଳିତ ମାସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualny miesiąc" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mês atual" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Current month" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текущий месяц" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu ay" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Поточного місяця" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tháng này" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "本月" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "本月" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.CurrentWeek" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Current week" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бягучы тыдзень" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Diese Woche" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Current week" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Semana actual" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Current week" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Current week" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Semaine en cours" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Minggu ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Settimana corrente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今週" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이번 주" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Denne uken" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze week" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚଳିତ ସପ୍ତାହ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bieżący tydzień" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Semana atual" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Current week" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текущая неделя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu hafta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Поточного тижня" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuần này" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "本周" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "本週" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.CurrentYear" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Current year" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.ExactDate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact date" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дакладная дата" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Genaues Datum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Exact date" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fecha exacta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact date" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact date" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Date exacte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanggal yang pasti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Data esatta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "特定の日付" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact date" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Eksakt dato" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Exacte datum" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଠିକ ତାରିଖ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dokładna data" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Data exata" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact date" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Точная дата" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tam tarih" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Точна дата" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngày tháng chính xác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "确切日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "確切日期" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.LastMonth" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Last month" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "За апошні месяц" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Letzter Monat" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Last month" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes pasado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Last month" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Last month" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mois dernier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulan lalu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mese scorso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "先月" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "지난 달" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forrige måned" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afgelopen maand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗତ ମାସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "W ostatnim miesiącu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mês passado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Last month" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прошлый месяц" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçen ay" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Минулого місяця" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tháng trước" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上个月" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上個月" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.LastWeek" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Last week" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Апошні тыдзень" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Letzte Woche" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Last week" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Semana pasada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Last week" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Last week" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Semaine dernière" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Minggu lalu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Settimana scorsa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "先週" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "지난 주" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forrige uke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afgelopen week" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶେଷ ସପ୍ତାହ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ostatni tydzień" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Semana passada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Last week" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прошлая неделя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçen hafta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Минулого тижня" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuần trước" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上个星期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上週" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.LastYear" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Last year" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NextMonth" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Next month" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Наступны месяц" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nächster Monat" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Next month" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes próximo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Next month" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Next month" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mois prochain" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulan depan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mese successivo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "来月" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다음 달" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste måned" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Volgende maand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆସନ୍ତା ମାସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Następny miesiąc" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mês seguinte" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Next month" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Следующий месяц" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelecek ay" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Наступний місяць" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tháng sau" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下个月" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "下個月" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NextWeek" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Next week" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Наступны тыдзень" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nächste Woche" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Next week" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Semana próxima" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Next week" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Next week" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Semaine prochaine" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Minggu depan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Prossima settimana" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "来週" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다음 주" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste uke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Volgende week" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପରବର୍ତ୍ତୀ ସପ୍ତାହ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Następny tydzień" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Próxima semana" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Next week" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Следующая неделя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelecek hafta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Наступного тижня" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuần sau" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下星期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "下週" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NextYear" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Next year" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days ago" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Колькасць дзён таму" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anzahl der Tage zuvor" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Number of days ago" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de días atrás" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days ago" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days ago" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre de jours auparavant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sekian hari yang lalu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Numero di giorni fa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今日からの何日前" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "며칠 전" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Antall dager siden" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aantal dagen geleden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଛି ଦିନ ପୂର୍ବର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Liczba dni temu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de dias atrás" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days ago" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Количество дней назад" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "gün önce" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Кількість днів тому" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bao nhiêu ngày trước" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "前几天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "幾天前" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo.Short" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - }, - "two" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "zero" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дзён таму" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дзён таму" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дзён таму" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ дзён таму" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "vor %@ Tagen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "vor %@ Tagen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d day ago" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d days ago" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Hace %@ días" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Hace %@ días" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Il y a %@ jours" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Il y a %@ jours" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ hari lalu" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ giorni fa" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ giorni fa" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@日前" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dagen geleden" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dagen geleden" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ କିଛି ଦିନ ପୂର୍ବେ" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ କିଛି ଦିନ ପୂର୍ବେ" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dni temu" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dni temu" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dni temu" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dni temu" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dias atrás" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dias atrás" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days ago" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дней назад" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дней назад" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дней назад" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ дней назад" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ gün önce" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ gün önce" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ днів тому" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ днів тому" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ днів тому" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ днів тому" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days ago" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 天前" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 天前" - } - } - } - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days from now" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Колькасць дзён з гэтага моманту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anzahl der Tage ab jetzt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Number of days from now" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de días desde ahora" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days from now" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days from now" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre de jours à partir de maintenant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sekian hari ke depan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Numero di giorni da adesso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今日からの何日後" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "며칠 후" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Antall dager fra nå" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aantal dagen vanaf nu" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆଜିଠାରୁ କେତେ ଦିନ ବାକି ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Liczba dni od teraz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de dias a partir de agora" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Number of days from now" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Количество дней с этого момента" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "gün sonra" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Кількість днів з цього моменту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bao nhiêu ngày từ giờ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从现在起的天数" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "幾天後" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow.Short" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - }, - "two" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "zero" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дзён таму" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дзён таму" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дзён таму" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ дзён таму" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "in %@ Tagen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "in %@ Tagen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d day from now" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d days from now" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Dentro de %@ días" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Dentro de %@ días" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Dans %@ jours" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Dans %@ jours" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ hari dari sekarang" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ giorni da adesso" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ giorni da adesso" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@日後" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dagen vanaf nu" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dagen vanaf nu" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ ଦିନ ପରେ" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ଦିନ ପରେ" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dni od dziś" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dni od dziś" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dni od dziś" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dni od dziś" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ dias a partir de agora" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dias a partir de agora" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ days from now" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дней с настоящего времени" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дней с настоящего времени" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ дней с настоящего времени" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ дней с настоящего времени" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ gün sonra" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ gün sonra" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ днів з цього моменту" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ днів з цього моменту" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ днів з цього моменту" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ днів з цього моменту" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ days from now" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 天后" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 天後" - } - } - } - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.Today" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اليوم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сёння" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Heute" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Today" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoy" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Today" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Today" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aujourd'hui" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hari ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今日" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오늘" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I dag" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vandaag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆଜି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dzisiaj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoje" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Today" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сегодня" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bugün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сьогодні" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hôm nay" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "今天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "今天" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.Tomorrow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غدًا" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Заўтра" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Morgen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tomorrow" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mañana" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomorrow" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomorrow" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demain" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Besok" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Domani" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "明日" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "내일" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I morgen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Morgen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆସନ୍ତାକାଲି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jutro" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Amanhã" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomorrow" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Завтра" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yarın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завтра" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngày mai" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "明天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "明天" - } - } - } - }, - "EditSet.Popup.Filter.Date.Option.Yesterday" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أمس" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Учора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yesterday" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Yesterday" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yesterday" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kemarin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ieri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "昨日" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "어제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I går" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gisteren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗତକାଲି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wczoraj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Yesterday" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вчера" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вчора" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hôm qua" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "昨天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "昨天" - } - } - } - }, - "EditSet.Popup.Filter.Value.Checked" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Checked" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пазначаны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ausgewählt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Checked" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Checked" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Checked" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coché" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Telah diperiksa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spuntato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チェック済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Checked" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Krysset av" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geselecteerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଯାଞ୍ଚ କରାଯାଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaznaczone" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Checked" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отмечено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İşaretli" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Позначено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已勾選" - } - } - } - }, - "EditSet.Popup.Filter.Value.Unchecked" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unchecked" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не пазначаны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht ausgewählt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unchecked" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin marcar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unchecked" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unchecked" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Décoché" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum diperiksa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non spuntato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未チェック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unchecked" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikke krysset av" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet geselecteerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unchecked" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odznaczone" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desmarcado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unchecked" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не отмечено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İşaretsiz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не позначено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chưa tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未选中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未勾選" - } - } - } - }, - "EditSet.Popup.Filters.EmptyView.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد فلاتر هنا. يمكنك إضافة بعضها" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут няма фільтраў. Вы можаце дадаць некалькі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Filter hier. Sie können einige hinzufügen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No filters here. You can add some" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ningún filtro. Puedes añadir alguno." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters here. You can add some" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters here. You can add some" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun filtre ici. Vous pouvez en ajouter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada saringan disini. Kamu dapat menambahkan beberapa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun filtro qui. Puoi aggiungerne alcuni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "フィルターが設定されていません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters here. You can add some" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen filtre her. Du kan legge til noen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen filters hier. Je kunt er een paar toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏଠାରେ କୌଣସି ଫିଲ୍ଟର ନାହିଁ | ଆପଣ କିଛି ଯୋଗ କରିପାରିବେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak filtrów tutaj. Możesz dodać kilka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há filtros aqui. Você pode adicionar alguns" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há filtros aqui. Você pode adicionar alguns" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здесь нет фильтров. Вы можете добавить свои" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Burada filtre yok. Kendiniz ekleyebilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут немає фільтрів. Ви можете додати деякі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters here. You can add some" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这里没有可筛选。您可以添加一些" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "尚無篩選。您可以新增一些" - } - } - } - }, - "EditSet.Popup.Filters.NavigationView.Title" : { - "comment" : "MARK: - Sets: Filters", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Filters" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фільтры" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Filters" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtrar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Filters" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Filters" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Saringan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "フィルター" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "필터" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Filters" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫିଲ୍ଟର୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtry" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtros" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фильтры" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtreler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Фільтри" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ lọc" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "筛选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "篩選" - } - } - } - }, - "EditSet.Popup.Filters.TextView.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "القيمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Значэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Value" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Valor" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Value" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Value" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Valeur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nilai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Valore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "値" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "값" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Verdi" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Waarde" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୂଲ୍ୟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wartość" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Valor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Valor" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Значение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Değer" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Значення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Giá trị" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "值" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "值" - } - } - } - }, - "EditSet.Popup.Sort.Add.SearchPlaceholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Сhoose a property to sort" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elige la propiedad para el orden" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih atribut untuk menyortir" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替えるプロパティを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kies een eigenschap om te sorteren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sıralamak için bir özellik seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择一个属性以排序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Сhoose a property to sort" - } - } - } - }, - "EditSet.Popup.Sort.EmptyTypes.End" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "في الأسفل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Знізу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ganz unten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "On bottom" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Al final" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "On bottom" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "On bottom" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En bas" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Di bawah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "In basso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "下に表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "하단" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "On bottom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onderaan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷରେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na dole" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Na parte inferior" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Na base" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Снизу" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "En altta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "On bottom" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "On bottom" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在底部" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在底部" - } - } - } - }, - "EditSet.Popup.Sort.EmptyTypes.Section.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إظهار القيم الفارغة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць пустыя значэнні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leere Werte anzeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show empty values" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar valores vacíos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show empty values" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show empty values" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher les valeurs vides" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan nilai kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra valori vuoti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未入力の値を表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "빈 값 표시" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Show empty values" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon lege waarden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଖାଲି ମୂଲ୍ୟ ଦେଖାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż puste wartości" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar valores vazios" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibir valores vazios" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать пустые значения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Boş değerleri göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show empty values" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show empty values" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示空白值" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示空值" - } - } - } - }, - "EditSet.Popup.Sort.EmptyTypes.Start" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "في الأعلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зверху" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ganz oben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "On top" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Al principio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "On top" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "On top" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En haut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Di atas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "In alto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "上に表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "상단" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "On top" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bovenaan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷରେ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na górze" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No topo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No topo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Наверху" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "En yukarıda" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "On top" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lên đầu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在顶部" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在頂部" - } - } - } - }, - "EditSet.Popup.Sort.Types.Ascending" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تصاعدي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Па ўзрастанні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aufsteigend" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Ascending" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ascendente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Ascending" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ascending" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tri croissant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urutan naik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ascendente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "昇順" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오름차순" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stigende rekkefølge" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oplopend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆରୋହଣ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosnąco" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crescente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ascendente" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "По возрастанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Artan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "За зростанням" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Từ dưới lên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "升序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "升序" - } - } - } - }, - "EditSet.Popup.Sort.Types.Descending" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تنازلي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Па змяншэнні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Absteigend" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Descending" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Descendente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Descending" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Descending" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tri décroissant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urutan turun" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Discendente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "降順" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "내림차순" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Synkende rekkefølge" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aflopend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବତରଣ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Malejąco" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Decrescente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Descendente" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "По убыванию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Azalan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "За спаданням" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Từ trên xuống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "降序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "降序" - } - } - } - }, - "EditSet.Popup.Sorts.EmptyView.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد عمليات فرز هنا. يمكنك إضافة بعضها" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут няма сартавання. Вы можаце дадаць некалькі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Sorten hier. Sie können einige hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No sorts here. You can add some" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ningún orden. Puedes añadir alguno." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts here. You can add some" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts here. You can add some" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas de tri ici. Vous pouvez en ajouter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada urutan disini. Kamu dapat menambahkan beberapa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun ordinamento qui. Puoi aggiungerne alcuni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替えが設定されていません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts here. You can add some" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen sorteringer her. Du kan legge til noen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen sorteringen hier. Je kunt er een paar toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏଠାରେ କୌଣସି ପ୍ରକାର ନାହିଁ | ଆପଣ କିଛି ଯୋଗ କରିପାରିବେ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma tutaj sortowania. Możesz dodać kilka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem ordenações aqui. Você pode adicionar alguns" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há classificações aqui. Você pode adicionar algumas" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здесь нет сортировки. Вы можете добавить несколько" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Burada sıralama yok. Kendiniz ekleyebilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут немає сортування. Ви можете додати деякі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts here. You can add some" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这里没有可排序。您可以添加一些" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "尚無排序。您可以新增一些" - } - } - } - }, - "EditSet.Popup.Sorts.NavigationView.Title" : { - "comment" : "MARK: - Sets: Sorts", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorts" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сартаванні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sorts" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorts" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorts" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Trier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urutan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordinamenti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorts" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorteringer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortering" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଜାଣି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Classificar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Classificação" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сортировки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sıralamalar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сортування" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sắp xếp" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "排序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "排序" - } - } - } - }, - "egProject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مثال: مشروع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "z.B. Projekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "e.g. Project" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "ej.: Proyecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par ex. Projet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "mis. Proyek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "es. Progetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロジェクトなど" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "bijv. Project" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Например, Проект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "örn. Proje" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "例如 Project" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Project" - } - } - } - }, - "egProjects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مثال: مشاريع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "z.B. Projekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "e.g. Projects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "ej.: Proyectos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par ex. Projets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "mis. Proyek(-Proyek)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "es. Progetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Projectsなど" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "bijv. Projecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Например, Проекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "örn. Projeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "例如 Projects" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "e.g. Projects" - } - } - } - }, - "Email successfully validated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адрас электроннай пошты пацверджаны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail-Adresse erfolgreich validiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Email successfully validated" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha validado la dirección" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail validé avec succès" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Surel berhasil divalidasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Email convalidata con successo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスを確認しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mailadres succesvol gevalideerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail pomyślnie zweryfikowany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Endereço eletrônico validado com sucesso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Email успешно подтвержден" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-posta başarıyla doğrulandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Email successfully validated" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "邮箱验证成功" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "email 已驗證成功" - } - } - } - }, - "Embed.Block.Content.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ embed. This content is not available on mobile" - } - } - } - }, - "Embed.Block.Content.Url.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ embed. Opens in external app or browser" - } - } - } - }, - "Embed.Block.Empty.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ embed is empty" - } - } - } - }, - "Emoji" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رمز تعبيري" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Эмодзі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Emoji" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "絵文字" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이모티콘" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଇମୋଜି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Эмодзи" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Емоджі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Emoji" - } - } - } - }, - "Empty" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فارغ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пуста" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Empty" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vacío" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyhjä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vuoto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leeg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pusty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vazio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пусто" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Boş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пусто" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空的" - } - } - } - }, - "EmptyView.Bin.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يبدو أنك مرتب ومنظم!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sieht aus, als wärst du total ordentlich und organisiert!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Parece que te gusta tenerlo todo ordenado!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "On dirait que vous êtes bien rangé et organisé !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu orangnya rapi dan tertata, ya?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sembra che tu sia tutto in ordine e organizzato!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "きれいに片付いていますね!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het lijkt erop dat je alles netjes en georganiseerd hebt!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Parece que você está pronto e organizado!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Похоже, у вас всё аккуратно и организовано!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenli ve tertipli görünüyorsunuz!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "看起来您已经整理得井井有条了!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Looks like you’re all tidy and organized!" - } - } - } - }, - "EmptyView.Bin.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dein Papierkorb ist leer." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your bin is empty." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu papelera está vacía." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Votre corbeille est vide." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bak sampah kosong." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il tuo cestino è vuoto." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ごみ箱が空です。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "휴지통이 비어있음." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw prullenmand is leeg." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sua lixeira está vazia." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваша корзина пуста." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çöp kutunuz boş." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您的回收站是空的。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Your bin is empty." - } - } - } - }, - "EmptyView.Default.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أنشئ كائناتك الأولى للبدء." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыце свае першыя аб'екты, каб пачаць працу." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle deine ersten Objekte, um loszulegen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create your first objects to get started." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea tus primeros objetos para empezar." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créez vos premiers objets pour commencer." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek pertamamu untuk memulai." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea i tuoi primi oggetti per iniziare." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最初のプロジェクトを作成して、使い始めましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak je eerste objecten om te beginnen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здесь пусто. Создайте свои первые объекты, чтобы начать работу." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlamak için ilk nesnelerinizi oluşturun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建您的第一个对象以开始操作。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create your first objects to get started." - } - } - } - }, - "EmptyView.Default.title" : { - "comment" : "MARK: - Empty view", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنه فارغ هنا." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут пуста." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hier ist es leer." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "It’s empty here." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aquí no hay nada." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "C'est vide ici." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Di sini kosong." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È vuoto qui." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "何もありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het is hier leeg." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здесь пусто." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Burası boş." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这里是空的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "It’s empty here." - } - } - } - }, - "EmptyView.Publishing.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Publish your first web site to get started." - } - } - } - }, - "Enabled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktiviert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enabled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Activado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Activé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktif" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Abilitato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "有効" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Etkinleştirilmiş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Enabled" - } - } - } - }, - "Enter" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter" - } - } - } - }, - "Enter email" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter email" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце эл. пошту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail-Adresse eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir email" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Syötä sähköposti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrez l'email" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan surel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスを入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn e-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer e-mailadres in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଇମେଲ୍ ପ୍ରବେଶ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wpisz adres email" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir e-mail" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите email" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-posta girin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter email" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请输入电子邮箱" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入email" - } - } - } - }, - "Enter number" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أدخل الرقم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце нумар" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zahl eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter number" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir número" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter number" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Syötä numero" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Saisir un nombre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan angka" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci numero" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "数字を入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "번호 입력" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn tall" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer nummer in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନମ୍ବର ପ୍ରବେଶ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytuj numer" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir número" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter number" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите число" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Numara gir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Введіть номер" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhập số" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入号码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入數字" - } - } - } - }, - "Enter phone number" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter phone number" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце нумар тэлефона" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefonnummer eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter phone number" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir número de teléfono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter phone number" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Syötä puhelinnumero" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrez le numéro de téléphone" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan nomor telepon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci numero di telefono" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "電話番号を入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter phone number" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn telefonnummeret" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer telefoonnummer in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫୋନ୍ ନମ୍ଵର୍ ପ୍ରବେଶ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podaj numer telefonu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir número de telefone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter phone number" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите номер телефона" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefon numarası girin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter phone number" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter phone number" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入电话号码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入電話號碼" - } - } - } - }, - "Enter text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أدخل النص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце тэкст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Text eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir texto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Syötä teksti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Saisir le texte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan teks" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci testo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テキストを入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "텍스트 입력" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn tekst" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer tekst in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେକ୍ସଟ୍ ପ୍ରବେଶ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wpisz tekst" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir texto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter text" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите текст" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Metin gir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Введіть текст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhập văn bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入文本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入文本" - } - } - } - }, - "Enter URL" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أدخل عنوان URL" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце URL" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "URL eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter URL" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir URL" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter URL" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Syötä URL" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrez l'URL" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan URL" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci URL" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "URLを入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter URL" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn URL" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer URL in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "URL ପ୍ରବେଶ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wpisz URL" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir URL" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter URL" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите URL" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "URL girin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter URL" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter URL" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入 URL" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入 URL" - } - } - } - }, - "Enter value" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أدخل القيمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце значэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wert eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter value" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir valor" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter value" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Syötä arvo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Saisir une valeur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan nilai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci valore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "値を入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter value" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn verdi" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer waarde in" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୂଲ୍ୟ ପ୍ରବେଶ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wpisz wartość" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir valor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter value" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите значение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Değeri gir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Введіть значення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhập giá trị" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入值" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入值" - } - } - } - }, - "Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خطأ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Virhe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오류" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Foutmelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hata" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "錯誤" - } - } - } - }, - "Error creating wallet" : { - "comment" : "Auth Errors", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Error creating wallet" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка стварэння кашалька" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler beim Erstellen der Wallet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error creating wallet" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al crear la cartera" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error creating wallet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Virhe lompakkoa luodessa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur lors de la création du portefeuille" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat membuat wallet" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore nella creazione del portafoglio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウォレット作成エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Error creating wallet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil ved oppretting av wallet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout bij aanmaken wallet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୱାଲେଟ୍ ତିଆରିରେ ଅସୁବିଧା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd podczas tworzenia portfela" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro na criação da carteira" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao criar a carteira" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка создания кошелька" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cüzdan oluşturma hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Помилка при створенні гаманця" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error creating wallet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建钱包时出错" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "錢包建立失敗" - } - } - } - }, - "Error occurred. Please try again" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Error occurred. Please try again" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адбылася памылка. Паспрабуйце яшчэ раз" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error occurred. Please try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha producido un error. Inténtalo de nuevo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error occurred. Please try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Virhe ilmeni. Kokeilethan uudestaan" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Une erreur s'est produite, veuillez réessayer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terjadi kesalahan. Silahlan coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Si è verificato un errore. Riprova." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "エラーが発生しました。もう一度お試しください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Error occurred. Please try again" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Det oppstod en feil. Vennligst prøv igjen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is een fout opgetreden. Probeer het alsjeblieft opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତ୍ରୁଟି ଘଟିଛି। ଦୟାକରି ପୁନଃଚେଷ୍ଟା କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wystąpił błąd. Spróbuj ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocorreu um erro. Por favor, tente novamente." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Error occurred. Please try again" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Произошла ошибка. Пожалуйста, попробуйте еще раз." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hata oluştu. Lütfen tekrar dene." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Виникла помилка. Будь ласка, спробуйте ще раз" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã xảy ra lỗi. Vui lòng thử lại." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "发生错误。请重试" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "發生錯誤,請重試" - } - } - } - }, - "Error select vault" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Error select vault" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка пры выбары сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler bei der Auswahl des Tresors" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error select vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al seleccionar el arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error select vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Virhe holvia valittaessa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de sélection du coffre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat memilih brankas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore nella selezione della cassaforte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫の選択エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Error select vault" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil ved valg av hvelv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout, selecteer kluis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତ୍ରୁଟି ଭାଲ୍ଟ ଚୟନ କରନ୍ତୁ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd podczas wybierania sejfu." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao selecionar cofre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao selecionar conta" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка при выборе хранилища" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasa seçiminde hata" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Error select vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error select vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择文库时出错" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選取帳戶失敗" - } - } - } - }, - "Error wallet recover vault" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Error wallet recover vault" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка аднаўлення кашалька ў сховішчы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler bei Wallet-Wiederherstellung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error wallet recover vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al recuperar la cartera del arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error wallet recover vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error wallet recover vault" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de récupération du coffre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salah dompet untuk memulihkan brankas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore portafoglio recupero cassaforte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫の復元エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Error wallet recover vault" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil ved gjenoppretting av wallet-hvelv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout, herstellen kluis uit portemonnee" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତ୍ରୁଟି ୱାଲେଟ୍ ପୁନରୁଦ୍ଧାର ଭାଲ୍ଟ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd podczas odzyskiwania sejfu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao recuperar conta da carteira" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao recuperar conta da carteira" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка восстановления хранилища" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasa kurtarma cüzdanı hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Error wallet recover vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error wallet recover vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "错误,钱包恢复文库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "錢包恢復帳戶失敗" - } - } - } - }, - "Error.AnytypeNeedsUpgrate.Confirm" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديث" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абнавіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Update" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Actualizar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mettre à jour" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Perbarui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiorna" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oppdater" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Updaten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualizuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Atualização" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обновить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Güncelle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Update" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cập nhật" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更新" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更新" - } - } - } - }, - "Error.AnytypeNeedsUpgrate.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэты аб'ект быў зменены ў новай версіі Anytype. Абнавіце праграму, каб адкрыць яе на гэтай прыладзе" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieses Objekt wurde in einer neueren Version von Anytype geändert. Bitte aktualisieren Sie die App, um es auf diesem Gerät zu öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este objeto se ha modificado en una versión más reciente de Anytype. Actualiza la aplicación para abrirlo en este dispositivo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cet objet a été modifié dans une version plus récente de Anytype. Veuillez mettre à jour l'application pour l'ouvrir sur cet appareil" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek ini telah diubah pada versi terbaru Anytype. Perbaruilah aplikasimu untuk membuka objek ini di perangkat ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo oggetto è stato modificato in una versione più recente di Anytype. Si prega di aggiornare l'app per aprirlo su questo dispositivo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このオブジェクトは新しいバージョンのAnytypeで編集されました。開くにはアプリを更新してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dette objektet ble endret i en nyere versjon av Anytype. Oppdater appen for å åpne det på denne enheten" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit object is gewijzigd in een nieuwere versie van Anytype. Update alsjeblieft de app om het op dit apparaat te openen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ten obiekt został zmodyfikowany w nowszej wersji Anytype. Zaktualizuj aplikację, aby otworzyć ją na tym urządzeniu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Este objeto foi atualizado em uma nova versão do Anytype. Por favor, atualize o aplicativo para abri-lo neste dispositivo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Объект был изменен в более новой версии Anytype. Пожалуйста, обновите приложение, чтобы открыть его на этом устройстве" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu nesne Anytype uygulamasının daha yeni bir sürümünde değiştirilmiştir. Bu cihazda açmak için lütfen uygulamayı güncelleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This object was modified in a newer version of Anytype. Please update the app to open it on this device" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此文档已在更高版本的 Anytype 编辑过,请更新此设备的应用以打开它。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "該物件已在較新版本的 Anytype 中進行了修改。 請更新應用程式以在此裝置上打開它" - } - } - } - }, - "Error.AnytypeNeedsUpgrate.Title" : { - "comment" : "MARK: - Error", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абнавіце сваю праграму" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualisieren Sie Ihre App" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Update Your App" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Actualiza tu aplicación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mettez à jour votre application" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Perbarui Aplikasimu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiorna la tua app" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アプリを更新" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oppdater din app" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Update jouw app" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaktualizuj swoją aplikację" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Atualizar seu aplicativo!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обновите приложение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uygulamanızı güncelleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Update Your App" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更新应用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更新您的應用程式" - } - } - } - }, - "Error.Common.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калі ласка, праверце падключэнне да Інтэрнэту і паўтарыце спробу або [апублікуйце справаздачу на форуме](http://community.anytype.io/report-bug)." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitte überprüfe deine Internetverbindung und versuche es noch einmal oder [schreibe einen Bericht im Forum] (http://community.anytype.io/report-bug)." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Comprueba tu conexión a Internet e inténtalo de nuevo o [publica un informe en el foro](http://community.anytype.io/report-bug)." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veuillez vérifier votre connexion internet et réessayer ou [poster un rapport sur le forum](http://community.anytype.io/report-bug)." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Silakan cek koneksi internetmu lalu coba lagi atau [laporkan di forum](http://community.anytype.io/report-bug)." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Controlla la tua connessione internet e riprova o [invia un report sul forum](http://community.anytype.io/report-bug)." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "インターネット接続を確認して、もう一度お試しください。または、[フォーラムに報告](http://community.anytype.io/report-bug)する。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Controleer alsjeblieft jouw internetverbinding en probeer het opnieuw of [rapporteer op forum](http://community.anytype.io/report-bug)." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sprawdź swoje połączenie internetowe i spróbuj ponownie lub [wyślij raport na forum](https://community.anytype.io/report-bug)." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Por favor, verifique sua conexão com a ‘internet’ e tente novamente ou [poste um relatório no fórum](http://community.anytype.io/report-bug)." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Проверьте подключение к Интернету и повторите попытку или [отправьте отчёт на форуме](http://community.anytype.io/report-bug)." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin veya forumda bir rapor gönderin\n(http://community.anytype.io/report-bug)." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请检查您的互联网连接,然后重试或[在论坛上发布报告](http://community.anytype.io/report-bug)。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請檢查您的網路連線並重試或 [在論壇上發表報告] (http://community.anytype.io/report-bug)。" - } - } - } - }, - "Error.Common.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عذرًا!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Упс!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoppla!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Oops!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Huy!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oups !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Waduh!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ops!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "申し訳ありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oeps!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ups!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ops!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ой!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hay aksi!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ối giời!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "哎呀!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "哎呀!" - } - } - } - }, - "Error.UnableToConnect" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калі ласка, падлучыцеся да інтэрнэту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitte mit dem Internet verbinden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Please connect to the internet" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conéctate a Internet" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veuillez vous connecter à Internet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tolong sambungkan ke internet" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Si prega di connettersi a internet" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "インターネットに接続してください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vennligst koble deg til internett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak alsjeblieft verbinding met het internet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Połącz się z Internetem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Por favor, conecte-se à internet" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пожалуйста, подключитесь к Интернету." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lütfen internete bağlanın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Please connect to the internet" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vui lòng kết nối internet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请连接到互联网" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請連線至網際網路" - } - } - } - }, - "Everywhere" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Everywhere" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усюды" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Überall" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Everywhere" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "En cualquier sitio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Everywhere" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaikki alla" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partout" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dimana saja" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ovunque" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべて" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Everywhere" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Overalt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Overal" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସବୁଠି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wszędzie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Em todo lugar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Everywhere" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Везде" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Her yerde" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Всюди" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mọi nơi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无处不在" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "任何位置" - } - } - } - }, - "Exact day" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يوم محدد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дакладны дзень" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Genauer Tag" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Exact day" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fecha exacta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact day" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarkka päivä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Date exacte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hari yang pasti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Giorno esatto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "特定の日付" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact day" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Eksakt dag" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Exacte dag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଠିକ ଦିନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dokładny dzień" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Dia exato" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Exact day" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Точная дата" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tam tarih" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Точний день" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngày chính xác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "确切日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "確切日期" - } - } - } - }, - "Existing properties" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الخصائص الموجودة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorhandene Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Existing properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedades existentes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti yang ada" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietà esistenti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "既存のプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestaande eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текущие свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mevcut özellikler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "现有属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Existing properties" - } - } - } - }, - "Experimental Features" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Experimental Features" - } - } - } - }, - "Experimental.NewObjectCreationMenu.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Always pick object type when creating" - } - } - } - }, - "Experimental.NewObjectCreationMenu.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Object Creation Menu" - } - } - } - }, - "Export" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Export" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Экспарт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Exportieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Export" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Exportar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Export" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vie" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Exporter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ekspor" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Esporta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "エクスポート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "내보내기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Eksport" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Export" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ରପ୍ତାନି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eksport" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exportar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Export" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Экспорт" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dışa Aktar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Export" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xuất dữ liệu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "导出" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "匯出" - } - } - } - }, - "Failed to sync, trying again..." : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Failed to sync, trying again..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не ўдалося сінхранізаваць, спрабую яшчэ раз..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisierung fehlgeschlagen, versuche es erneut..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Failed to sync, trying again..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al sincronizar, intentando de nuevo…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Failed to sync, trying again..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Synkronointi epäonnistui, kokeillaan uudelleen..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Échec de la synchronisation, nouvelle tentative..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gagal menyinkronkan, coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sincronizzazione non riuscita, riprovando..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "同期に失敗しました。再試行中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Failed to sync, trying again..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Klarte ikke å synkronisere, prøver igjen..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchroniseren mislukt, opnieuw proberen…" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସିଙ୍କ୍ କରିବାକୁ ବିଫଳ ହୋଇଛି, ପୁନଃଚେଷ୍ଟା କରନ୍ତୁ..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronizacja nie powiodła się, próbuję ponownie..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Falha ao sincronizar, tentando novamente..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Falha ao sincronizar, tentando novamente..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не удалось синхронизироваться, попробуйте еще раз..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eşitleme başarısız oldu, tekrar deneniyor..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Не вдалося синхронізувати, спробую ще раз..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đồng bộ thất bại, đang thử lại..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "同步失败,请重试..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "同步失敗,正在重試..." - } - } - } - }, - "Featured relations" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Featured properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedades destacadas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti pilihan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uitgelichte eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Öne çıkan özellikler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "精选属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Featured properties" - } - } - } - }, - "Fields" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الخصائص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уласцівасці" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriétés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "속성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Egenskaper" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Właściwości" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriedades" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellikler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thuộc tính" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "屬性" - } - } - } - }, - "Fields.addToType" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة إلى النوع الحالي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zum aktuellen Typ hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add to the current type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir al tipo actual" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter au type actuel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan ke tipe saat ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi al tipo corrente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "現在のタイプに追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg toe aan het huidige type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçerli türe ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加到当前类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to the current type" - } - } - } - }, - "Fields.Created" : { - "comment" : "MARK: - Fields // old name: Relations", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaft ‚%@‘ wurde erstellt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Property ‘%@’ has been created" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha creado la propiedad «%@»." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La propriété « %@ » a été créée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti '%@' telah dibuat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ「%@」が削除されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschap %@ is aangemaakt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "‘%@’ özelliği oluşturuldu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已创建属性“%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been created" - } - } - } - }, - "Fields.foundInObjects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "موجود في الكائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In Objekten gefunden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Found in objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Encontrada en objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Trouvé dans les objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ditemukan pada objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Trovato in oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト内の個別プロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gevonden in objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesnelerin içinde bulundu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在对象中找到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Found in objects" - } - } - } - }, - "Fields.local" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokal" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Local" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "個別" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokaal" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Local properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yerel" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "本地" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Local" - } - } - } - }, - "Fields.menu" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لوحة الخصائص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Properties panel" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Panel de propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Panneau de propriétés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Panel atribut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pannello delle proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティパネル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschappen paneel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Панель свойств" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellikler paneli" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "属性面板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties panel" - } - } - } - }, - "Fields.missingInfo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هذه الخصائص موجودة في بعض الكائنات ولكنها ليست جزءًا من النوع. أضفها لتظهر في جميع كائنات هذا النوع." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Estas propiedades existen en algún objeto pero no forman parte del tipo. Añádelas para que aparezcan en todos los objetos de este tipo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ces propriétés existent dans certains objets mais ne font pas partie du type. Ajoutez-les pour les faire apparaître dans tous les objets de ce type." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Atribut ini ada di beberapa objek namun bukan bagian dari Tipe. Tambahkan atribut tersebut untuk menampilkannya di semua objek dengan Tipe ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Queste proprietà esistono in alcuni oggetti, ma non fanno parte del Tipo. Aggiungerle per farle apparire in tutti gli oggetti di questo Tipo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプに存在しないプロパティです。タイプに追加することで、他のオブジェクトにもこのプロパティを表示させることができます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze eigenschappen bestaan in sommige objecten, maar maken geen deel uit van het type. Voeg ze toe om ze zichtbaar te maken in alle objecten van dit type." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu özellikler bazı nesnelerde bulunur ama Türün bir parçası değildir. Bu Türün tüm nesnelerinde görünmelerini sağlamak için onları ekleyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这些属性仅存在于某些对象中,不是其类型的一部分。添加后可供在此类型的所有对象中使用。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." - } - } - } - }, - "Fields.removeFromObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إزالة من الكائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aus dem Objekt entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove from the object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Quitar del objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Retirer de l’objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus dari objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimuovi dall'oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトから削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder uit het object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesneden sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从对象中移除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove from the object" - } - } - } - }, - "Fields.Updated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaft ‚%@‘ wurde aktualisiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Property ‘%@’ has been updated" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha actualizado la propiedad «%@»." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti '%@' telah diperbarui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ「%@」が更新されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschap ‘%@’ is bijgewerkt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "‘%@’ özelliği güncellendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已更新属性“%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Property ‘%@’ has been updated" - } - } - } - }, - "File" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Datei" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dateien" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Files" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Archivo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Archivos" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Fichier" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Fichiers" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Berkas" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のファイル" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Dosya" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Files" - } - } - } - } - } - } - }, - "Files" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ملفات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateien" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Files" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Archivos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fichiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "File" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "파일" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestanden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pliki" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Arquivos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosyalar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Files" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tập tin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檔案" - } - } - } - }, - "FilesList.ForceDelete.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هل أنت متأكد أنك تريد حذف الملفات نهائيًا؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы сапраўды хочаце незваротна выдаліць гэтыя файлы?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Möchten Sie die Dateien wirklich unwiderruflich löschen?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure you want to permanently delete the files?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro que deseas eliminar definitivamente los archivos?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to permanently delete the files?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to permanently delete the files?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr de vouloir supprimer définitivement les fichiers ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah kamu yakin ingin menghapus berkas secara permanen?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro di voler eliminare definitivamente i file?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これらのファイルを完全に削除しますか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to permanently delete the files?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker på at du vil slette denne filene permanent?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je zeker dat je de bestanden permanent wilt verwijderen?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure you want to permanently delete the files?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czy na pewno chcesz trwale usunąć pliki?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem certeza de que deseja excluir permanentemente os arquivos?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tem a certeza de que pretende eliminar permanentemente este ficheiro?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы действительно хотите безвозвратно удалить этот файл?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosyaları kalıcı olarak silmek istediğinizden emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви впевнені, що хочете остаточно видалити ці файли?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn có chắc chắn muốn xóa vĩnh viễn các tập tin?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是否确定要永久删除文件?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定要永久刪除此檔案嗎?" - } - } - } - }, - "FilesList.Title" : { - "comment" : "MARK: - Files List", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateien bereinigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Clean up files" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Limpiar archivos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettoyer les fichiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bersihkan berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pulisci i file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルを削除する" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Schoon bestanden op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистка файлов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosyaları temizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "清理文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files" - } - } - } - }, - "FileStorage.CleanUpFiles" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Clean up files" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Limpiar archivos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fichiers \"fichiers nettoyés\"" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Membersihkan berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pulisci i file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルを削除する" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Schoon bestanden op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистка файлов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosyaları temizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "清理文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Clean up files files" - } - } - } - }, - "FileStorage.LimitError" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You exceeded file limit upload" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы перавысілі ліміт загрузкі файлаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sie haben das Uploadlimit überschritten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You exceeded file limit upload" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Has superado el límite de carga de archivos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You exceeded file limit upload" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You exceeded file limit upload" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez dépassé la limite d'envoi de fichiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu melewati batas unggah berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai superato il limite di caricamento dei file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルのアップロード上限に達しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You exceeded file limit upload" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Du overskred filopplastingsgrensen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt de upload bestandslimiet overschreden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You exceeded file limit upload" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przekroczono limit przesyłania plików" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você excedeu o limite de upload" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You exceeded file limit upload" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы превысили лимит загрузки файлов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya yükleme limitini aştın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перевищено ліміт завантаження файлів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn đã vượt quá giới hạn tải lên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您超出了上传的文件限制" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您已超出檔案上傳限制" - } - } - } - }, - "FileStorage.LimitLegend.Current" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ | %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ | %@" - } - } - } - }, - "FileStorage.LimitLegend.Free" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бясплатна | %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kostenlos | %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Free | %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Libre | %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratuit | %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bebas | %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratis | %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "空き | %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak vrij | %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Darmowy | %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratuito | %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Livre %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Освободить | %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Boş | %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Free | %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "可用空间 | %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "可用空間 | %@" - } - } - } - }, - "FileStorage.LimitLegend.Other" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Іншыя прасторы | %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Andere Spaces | %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Other spaces | %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Otros espacios | %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Autres espaces | %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang lain | %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Altri spazi | %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "その他のスペース | %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Andere ruimten | %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inne przestrzenie | %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Outros espaços | %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Другие пространства | %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Diğer alanlar | %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Other spaces | %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "其他空间 | %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "其他空間 | %@" - } - } - } - }, - "FileStorage.Local.Instruction" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لتوفير مساحة على جهازك المحلي، يمكنك تفريغ جميع ملفاتك إلى عقدة النسخ الاحتياطي المشفرة الخاصة بنا. سيتم إعادة تحميل الملفات عند فتحها." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Каб зэканоміць месца на лакальнай прыладзе, вы можаце загрузіць усе свае файлы ў наш зашыфраваны вузел рэзервовага капіявання. Файлы будуць загружаны назад, калі вы іх адкрыеце." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "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." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para ahorrar espacio en tu dispositivo local, puedes guardar todos tus archivos en nuestro nodo de respaldo cifrado. Los archivos se cargarán de nuevo cuando los abras." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "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. " - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per risparmiare spazio sul tuo dispositivo locale, puoi liberare tutti i tuoi file trasferendoli al nostro nodo di backup criptato. I file verranno ricaricati quando li apri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "お使いのデバイスの空き容量を増やしたい場合は、すべてのファイルを暗号化されたバックアップノードに移行できます。ファイルは開く際に自動的に読み込まれます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Om ruimte op je lokale apparaat te besparen, kun je al je bestanden naar onze versleutelde back-upnode verplaatsen. De bestanden worden opnieuw geladen wanneer je ze opent." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Żeby zaoszczędzić miejsce na lokalnym dysku, możesz przenieść wszystkie swoje pliki do naszego zaszyfrowanego węzła kopii zapasowych. Pliki zostaną ponownie załadowane, gdy je otworzysz." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "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." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "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 de volta quando você os abrir." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чтобы сохранить место на вашем локальном устройстве, вы можете выгрузить все ваши файлы в наш зашифрованный узел резервного копирования. Файлы будут загружены обратно, когда вы откроете их." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yerel cihazınızda yer kazanmak için tüm dosyalarınızı şifrelenmiş yedekleme düğümümüze aktarabilirsiniz. Dosyaları açtığınızda geri yüklenecektir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Щоб заощадити місце на вашому локальному пристрої, ви можете вивантажити всі ваші файли на наш зашифрований вузол резервного копіювання. Файли будуть завантажені назад, коли ви їх відкриєте." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Để tiết kiệm bộ nhớ trống trên thiết bị cục bộ của bạn, bạn có thể san hết tất cả tập tin lên điểm sao lưu bảo mật của chúng tôi. Các tệp này sẽ được tải lại khi bạn mở chúng." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "为了节省本地设备上的空间,您可以将所有文件卸载到我们的加密备份节点。打开文件时,文件将被重新加载。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "為了節省本地設備上的空間,您可以將所有檔案傳輸到我們的加密備份節點。 當您打開這些檔案時,它們將被重新載入。" - } - } - } - }, - "FileStorage.Local.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التخزين المحلي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Лакальнае сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokaler Speicher" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Local Storage" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Almacenamiento local" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Local storage" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local storage" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stockage local" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penyimpanan lokal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Archiviazione locale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ローカルストレージ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Local storage" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokal lagring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokale opslag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Local storage" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokalny magazyn" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Armazenamento local" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Local storage" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Локальное хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yerel depolama" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Локальне сховище" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ nhớ cục bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "本地存储" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "本機儲存" - } - } - } - }, - "FileStorage.Local.Used" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ выкарыстана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ verwendet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ used" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ usados" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ utilisé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ digunakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ utilizzati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 使用中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ gebruikt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ używany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ usados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ used" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ использовано" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kullanılan %@" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ використано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã dùng %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 已使用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已使用 %@" - } - } - } - }, - "FileStorage.OffloadTitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تفريغ الملفات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгрузіць файлы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateien abladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Offload files" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Guardar en el nodo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Offload files" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Offload files" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Décharger les fichiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Melepaskan berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Libera file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルを移行" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Offload files" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett lokale filer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Offload bestanden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Offload files" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odciążanie plików" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Descarregar arquivos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Offload files" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгрузить файлы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosyaları boşalt" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вивантажити файли" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "San tập tin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "卸载文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除本地檔案" - } - } - } - }, - "FileStorage.Space.GetMore" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "احصل على مساحة أكبر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Атрымаць больш месца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Speicherplatz erweitern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Get more space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conseguir más espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Get more space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Get more space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Obtenir plus d’espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dapatkan ruang tambahan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ottieni più spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "さらに多くのスペースを入手" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Get more space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Få mer plass" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Krijg meer ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Get more space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zyskaj więcej miejsca" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Obtenha mais espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Get more space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Увеличить объем хранилища" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla alan alın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Отримати більше місця для зберігання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm bộ nhớ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "获取更多空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "獲取更多空間" - } - } - } - }, - "FileStorage.Space.Instruction" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можаце бясплатна захоўваць да %@ вашых файлаў на нашым зашыфраваным вузле рэзервовага капіравання. Калі вы вычарпаеце ліміт, файлы будуць захоўвацца толькі лакальна." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du kannst bis zu %@ deiner Dateien auf unserem verschlüsselten Backup-Knoten kostenlos speichern. Wenn das Limit erreicht wurde, werden Dateien nur noch lokal gespeichert." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puedes almacenar gratuitamente hasta %@ de archivos en nuestro nodo de respaldo cifrado. Si llegas al límite, los archivos se almacenarán solo localmente." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous pouvez stocker gratuitement jusqu'à %@ de vos fichiers sur notre nœud de sauvegarde chiffré. Si vous atteignez la limite, les fichiers ne seront stockés que localement." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu bisa menyimpan berkasmu hingga %@ di simpul cadangan terenkripsi kami secara gratis. Jika kamu mencapai limit, berkas hanya akan disimpan secara lokal." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Puoi archiviare fino a %@ dei tuoi file sul nostro nodo di backup crittografato gratuitamente. Se raggiungi il limite, i file verranno archiviati solo in locale." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@まで無料で暗号化されたバックアップノードに保存することができます。上限に達すると、デバイス内だけで保存されるようになります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt maximaal %@ van je bestanden gratis opslaan op onze versleutelde back-up node. Als je de limiet bereikt, zullen bestanden alleen lokaal worden opgeslagen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Możesz bezpłatnie przechowywać do %@ swoich plików w naszym zaszyfrowanym węźle kopii zapasowej. Jeśli osiągniesz limit, pliki będą przechowywane tylko lokalnie." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você pode armazenar até %@ de seus arquivos em nosso nó de backup criptografado gratuitamente. Se você atingir o limite, os arquivos serão armazenados apenas localmente." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você pode armazenar até %@ dos seus arquivos em nosso nó de backup criptografado gratuitamente. Se você atingir o limite, os arquivos serão armazenados apenas localmente." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можете бесплатно хранить до %@ ваших файлов на нашем узле резервного копирования. При достижении лимита файлы будут храниться только локально." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosyalarınızın %@ kadarını şifrelenmiş yedekleme düğümümüzde ücretsiz olarak depolayabilirsiniz. Sınıra ulaşırsanız, dosyalar yalnızca yerel olarak depolanacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви можете зберегти до %@ ваших файлів на нашому зашифрованому резервному вузлі безплатно. Якщо ви досягнете ліміту, файли будуть збережені лише локально." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn có thể lưu miễn phí tối đa %@ tập tin trên điểm sao lưu bảo mật của chúng tôi. Khi chạm ngưỡng giới hạn, các tệp sẽ chỉ được lưu cục bộ." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在我们的节点上免费加密备份存储多达 %@ 的文件。如果达到限制,文件将仅存储在本地。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在我們的加密備份節點上免費儲存最多 %@ 個檔案。 如果達到限制,檔案將僅儲存在本機。" - } - } - } - }, - "FileStorage.Space.LocalOnlyInstruction" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remote storage is not available in local-only mode. Your files are stored locally on your device." - } - } - } - }, - "FileStorage.Space.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التخزين عن بعد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аддаленае сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Externer Speicher" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remote storage" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Almacenamiento remoto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stockage à distance" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penyimpanan jarak jauh" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Archiviazione remota" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リモートストレージ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjernlagring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Externe opslag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Magazyn zdalny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Armazenamento remoto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалённое хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uzak depolama" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Віддалене сховище" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ nhớ ngoài" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "远程存储" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "遠端儲存空間" - } - } - } - }, - "FileStorage.Space.Used" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ з %@ выкарыстоўваецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ von %@ verwendet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ of %@ used" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Usado: %@ de %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ sur %@ utilisé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ dari %@ digunakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ di %@ utilizzato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ / %@ 使用中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ van %@ gebruikt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ z %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ de %@ usados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ of %@ used" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ из %@ используется" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@'dan %@ kadarı kullanıldı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ з %@ використано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ trên %@ đã dùng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已使用 %@ ,总共有 %@ " - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已使用 %@;總共 %@" - } - } - } - }, - "FileStorage.Title" : { - "comment" : "MARK: - File Storage", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлавае сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateispeicher" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "File storage" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Almacenamiento de archivos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stockage des fichiers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penyimpanan berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Archiviazione file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルストレージ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fillagring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestandsopslag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przechowywanie plików" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Armazenamento de arquivos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Файловое хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya depolama alanı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлове сховище" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "File storage" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文件存储" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檔案儲存空間" - } - } - } - }, - "Filter" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تصفية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фільтр" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Filter" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtrar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Suodatin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Saringan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "フィルター" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫିଲ୍ଟର୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtr" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фильтр" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtre" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Фільтр" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Filter" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "筛选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "篩選" - } - } - } - }, - "Forever" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلى الأبد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назаўсёды" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Für immer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Forever" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Por siempre" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Toujours" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selamanya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per sempre" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無期限" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Alltid" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voor altijd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na zawsze" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Para sempre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Навсегда" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ömür boyu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mãi mãi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无限期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "永久" - } - } - } - }, - "Forever free" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назаўжды бясплатна" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Für immer kostenlos" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Forever free" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratis por siempre" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratuit pour toujours" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratis selamanya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratis per sempre" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "永久に無料" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Alltid gratis" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voor altijd gratis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na zawsze za darmo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gratuito para sempre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Бесплатно навсегда" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ömür boyu ücretsiz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Forever free" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mãi mãi miễn phí" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "永远免费" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "永久免費" - } - } - } - }, - "Format" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التنسيق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фармат" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Format" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Formato" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Formato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "種類" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Formaat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Formato" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Формат" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Biçim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "格式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Format" - } - } - } - }, - "Gallery" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Галерэя " - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Galerie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Gallery" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Galería" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Galerie" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Galleria" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ギャラリー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Galleri" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Galerij" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗ୍ୟାଲେରୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeria" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeria" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Gallery" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Галерея" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Galeri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Галерея" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Triển lãm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "相册" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "畫廊" - } - } - } - }, - "Gallery.Author" : { - "comment" : "MARK: - Gallery", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зроблена @%@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstellt von @%@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Made by @%@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Realizada por @%@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fait par @%@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dibuat oleh @%@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Realizzato da @%@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作者 @%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gemaakt door @%@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wykonane przez @%@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Feito por @%@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создано @%@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ tarafından oluşturuldu " - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Made by @%@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo bởi @%@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "作者:@%@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "@%@ 製作" - } - } - } - }, - "Gallery.Install" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تثبيت" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усталяваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Installieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Install" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Instalar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Install" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Install" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Installer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pasang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Installa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "インポート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Install" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Installer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Installeer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Install" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zainstaluj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Instalar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Install" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Установить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Install" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "安装" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "安裝" - } - } - } - }, - "Gallery.InstallToNew" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تثبيت في مساحة جديدة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Усталяваць у новую прастору" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In neuen Space installieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Install to new space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Instalar en un espacio nuevo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Install to new space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Install to new space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Installer dans un nouvel espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pasang ke ruang baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Installa in un nuovo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいスペースにインポート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Install to new space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Installer til nytt rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Installeer in nieuwe ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Install to new space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zainstaluj w nowej przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Instalar no novo espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Install to new space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Установить в новое пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni alana kurun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Install to new space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài vào không gian mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "安装至新的空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "安裝到新的空間" - } - } - } - }, - "Gallery.Notification.Button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الانتقال إلى المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перайсці ў прастору" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gehe zum Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Go to space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ir al espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aller à l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunjungi ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vai allo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースに移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gå til rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ga naar ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przejdź do miejsca" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ir para espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Перейти в пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alana git" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đến không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "转到空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "前往空間" - } - } - } - }, - "Gallery.Notification.Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ой! \"%@\" не быў усталяваны. Праверце падключэнне да інтэрнэту і паўтарыце спробу або напішыце на форуме." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoppla! „%@“ wurde nicht installiert. Bitte überprüfe deine Internetverbindung und versuche es erneut oder schreibe einen Bericht im Forum." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Huy! «%@» no se ha instalado. Comprueba tu conexión a Internet e inténtalo de nuevo o publica un informe en nuestro foro." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oups ! \"%@\" n'a pas été installé. Veuillez vérifier votre connexion internet et réessayer ou poster un rapport sur le forum." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ups! \"%@\" tidak terpasang. Silakan cek koneksi internetmu lalu coba lagi, atau buatlah laporan di forum." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" non è stato installato. Controlla la tua connessione internet e riprova o pubblica un rapporto sul forum." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "申し訳ありません。「%@」のインポートに失敗しました。インターネットの接続を確認するか、もう一度試してみてください。コミュニティに問題を報告することもできます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oeps! \"%@\" werd niet geïnstalleerd. Controleer jouw internetverbinding en probeer het opnieuw of rapporteer het op het forum." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ups! \"%@\" nie został zainstalowany. Sprawdź swoje połączenie internetowe i spróbuj ponownie lub opublikuj raport na forum." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ops! \"%@\" não foi instalado. Por favor, verifique sua conexão com a internet e tente de novo ou publique um problema no fórum." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ой! \"%@\" не был установлен. Пожалуйста, проверьте подключение к Интернету и повторите попытку или оставьте сообщение на форуме." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hay aksi! %@ yüklenemedi. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin. Bu da işe yaramazsa forumda bize bildirin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chết dở. \"%@\" chưa cài đặt được. Kiểm tra kết nối internet của bạn rồi thử lại hoặc đăng một báo cáo lên diễn đàn." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "哎呀! “%@” 未安装。请检查您的互联网连接,然后重试或在论坛上反馈。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "哎呀! 未安裝 \"%@\"。 請檢查您的網路連線並重試或在論壇上發表報告。" - } - } - } - }, - "Gallery.Notification.Success" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон быў паспяхова ўсталяваны ў прастору \"%@\". Вы можаце адкрыць і пачаць яго выкарыстоўваць." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erlebnis wurde erfolgreich im \"%@\" Space installiert. Du kannst ihn nun öffnen und beginnen zu verwenden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La experiencia se ha instalado en el espacio «%@». Ya puedes abrirla y empezar a usarla." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "L'expérience a été installée avec succès dans l'espace \"%@\". Vous pouvez maintenant ouvrir et commencer à l'utiliser." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pengalaman telah terpasang ke ruang \"%@\". Anda sekarang dapat membukanya dan mulai menggunakannya." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "L'esperienza è stata installata con successo nello spazio \"%@\". Ora puoi aprirla e iniziare ad usarla." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース「%@」にインポートが完了しました。スペースを開いて、すぐに使い始めましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience werd succesvol geïnstalleerd in de \"%@\" ruimte. Je kunt het nu openen en gebruiken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Doświadczenie zostało pomyślnie zainstalowane w przestrzeni \"%@\". Możesz teraz otworzyć i zacząć z niej korzystać." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Experiência instalada com sucesso no espaço \"%@\". Agora você pode abrir e começar a usá-la." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон был успешно установлен в пространство \"%@\". Вы можете открыть и начать его использовать." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Deneyim \"%@\" alanına başarıyla yüklendi. Şimdi açıp kullanabilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Experience was successfully installed to the \"%@\" space. You can now open and start using it." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trải nghiệm đã được cài đặt thành công vào không gian \"%@\". Giờ bạn có thể mở rồi bắt đầu sử dụng luôn." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "体验已成功安装到 “%@” 空间。您现在可以打开并开始使用它。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "體驗包已成功安裝到 \"%@\" 空間。 現在您可以開啟並開始使用它。" - } - } - } - }, - "GlobalSearch.EmptyFilteredState.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لم يتم العثور على كائنات مرتبطة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звязаных аб'ектаў не знойдзена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine zugehörigen Objekte gefunden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No related objects found" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se ha encontrado ningún objeto relacionado." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No related objects found" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No related objects found" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun objet associé trouvé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada objek terkait ditemukan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun oggetto correlato trovato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "関連するオブジェクトが見つかりません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No related objects found" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No related objects found" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen gerelateerde objecten gevonden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ସମ୍ବନ୍ଧୀୟ ବସ୍ତୁ ମିଳିଲା ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie znaleziono powiązanych obiektów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum objeto relacionado encontrado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum objeto relacionado encontrado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связанных объектов не найдено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlgili nesne bulunamadı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No related objects found" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No related objects found" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有找到相关对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "找不到關聯的物件" - } - } - } - }, - "GlobalSearch.EmptyState.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object or search for something else" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць новы аб'ект або знайсці што-небудзь іншае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle ein neues Objekt oder suche nach etwas anderem" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create new object or search for something else" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un objeto nuevo o busca otra cosa." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object or search for something else" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object or search for something else" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un nouvel objet ou rechercher autre chose" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek baru atau telusuri yang lain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un nuovo oggetto o cerca qualcos'altro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しくオブジェクト作成、もしくは検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object or search for something else" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object or search for something else" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak een nieuw object of zoek naar iets anders" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୂତନ ବସ୍ତୁ ସୃଷ୍ଟି କରନ୍ତୁ କିମ୍ୱା ଅନ୍ୟ କିଛି ସନ୍ଧାନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz nowy obiekt lub szukaj czegoś innego" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar objeto ou procurar outra coisa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie uma nova ou procure por outra coisa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создайте новый объект или найдите что-то другое" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni nesne oluşturun veya başka bir şey arayın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create new object or search for something else" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo một cái mới hoặc tìm cái nào đấy khác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建新的对象或搜索一下" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立一個新的或搜尋其他內容" - } - } - } - }, - "GlobalSearch.Swipe.Tip.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Правядзіце пальцам улева, каб убачыць звязаныя аб'екты. Звярніце ўвагу, што гэта працуе толькі для аб'ектаў, якія маюць звязаныя аб'екты." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wische nach links, um zugehörige Objekte zu sehen. Beachte, dass dies nur für Objekte funktioniert, die zugehörige Objekte haben." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desliza a la izquierda para ver los objetos relacionados. Ten en cuenta que solo funciona con objetos que tienen algún objeto relacionado." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Glissez vers la gauche pour voir les objets liés. Notez que cela ne fonctionne que pour les objets qui ont des objets liés." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gulir ke kiri untuk melihat objek terkait. Tindakan ini hanya bisa dilakukan pada objek yang memiliki objek terkait." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scorri a sinistra per vedere gli oggetti correlati. Nota, funziona solo per oggetti che hanno oggetti correlati." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "左にスワイプして関連するオブジェクトを表示します。注意: 関連するオブジェクトを持つオブジェクトに対してのみ動作します。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe naar links om gerelateerde objecten te zien. Let op, het werkt alleen voor objecten die gerelateerde objecten hebben." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମ୍ବନ୍ଧିତ ବସ୍ତୁଗୁଡିକ ଦେଖିବାକୁ ବାମ ସ୍ୱାଇପ୍ କରନ୍ତୁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesuń palcem w lewo, aby zobaczyć powiązane obiekty. Uwaga, działa tylko dla obiektów, które mają powiązane obiekty." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Deslize para a esquerda para ver objetos relacionados. Observe que isso só funciona para objetos que tenham objetos relacionados." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deslize para a esquerda para ver objetos relacionados. Observe que isso só funciona para objetos que tenham objetos relacionados." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Проведите влево, чтобы увидеть связанные объекты. Обратите внимание, что он работает только для объектов, имеющих связанные объекты." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlgili nesneleri görmek için sola kaydırın. Yalnızca ilgili nesnelere sahip nesneler için çalıştığını unutmayın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe left to see related objects. Note, it works only for objects that have related objects." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向左滑动以查看相关对象。注意,它仅适用于有相关对象的对象。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "往左滑動以查看關聯物件。請注意,這只對有其他關聯物件的物件有效。" - } - } - } - }, - "GlobalSearch.Swipe.Tip.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Related objects" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звязаныя аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zugehörige Objekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Related objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos relacionados" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Related objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Related objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objets liés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek terkait" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetti correlati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "関連するオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Related objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Related objects" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerelateerde objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମ୍ବନ୍ଧିତ ବସ୍ତୁଗୁଡିକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podobne obiekty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos relacionados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos relacionados" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать связанные объекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlgili nesneler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Related objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đối tượng liên quan" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "相关的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "全域搜尋" - } - } - } - }, - "Go back" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رجوع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назад" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zurückgehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Go back" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Volver" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Go back" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Go back" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Retour" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kembali" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Indietro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "前に戻る" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Go back" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gå tilbake" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ga terug" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Go back" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wróć" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Voltar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Go back" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вернуться" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri git" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Повернутись" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quay lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "回到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "返回" - } - } - } - }, - "Got it" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verstanden!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "I got it!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Entendido!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "J’ai compris !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mengerti!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ho capito!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "わかりました!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ik snap het!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anladım!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我明白了!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "I got it!" - } - } - } - }, - "Gradients" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تدرجات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Градыенты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Farbverläufe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Gradients" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Degradados" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradients" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradients" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dégradés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradien" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradienti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "グラデーション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradients" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Graderinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradiënten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗ୍ରେଡିଏଣ୍ଟ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradient" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradientes" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradients" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Градиенты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gradyanlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Градієнти" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dải màu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "渐变" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "漸層" - } - } - } - }, - "Green" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أخضر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зялёны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Grün" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Green" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Verde" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Green" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vihreä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vert" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hijau" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Verde" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "緑色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "초록색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Grønn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Groen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସବୁଜ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zielony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Verde" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Verde" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Зелёный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeşil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зелений" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "绿色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "綠色" - } - } - } - }, - "Green background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Green background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зялёны фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Grüner Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Green background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo verde" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Green background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Green background" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond vert" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang hijau" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo verde" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "緑色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "초록색 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Grønn bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Groene achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସବୁଜ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zielone tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo verde" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo verde" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Зелёный фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeşil arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зелене тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Green background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "浮萍绿背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "綠色背景" - } - } - } - }, - "Grey" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шэры" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Grau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Grey" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gris" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Harmaa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gris" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Abu-abu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Grigio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "灰色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "회색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Grå" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Grijs" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szary" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cinza" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Серый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сірий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xám" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "浅灰色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "灰色" - } - } - } - }, - "Grey background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шэры фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Grauer Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Grey background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo gris" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Harmaa tausta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond gris" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang kelabu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo grigio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "灰色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey background" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Grå bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Grijze achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey background" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szare tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Plano de fundo cinza" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey background" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Серый фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gri arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сіре тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Grey background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "浅灰色背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "灰色背景" - } - } - } - }, - "Header" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رأس" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Überschrift" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Header" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En-tête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bidang atas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Intestazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ヘッダー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "헤더" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Koptekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଡର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cabeçalho" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Заголовок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üst başlık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Header" - } - } - } - }, - "Hidden" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مخفي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ausgeblendet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hidden" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Oculto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Masqué" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Disembunyikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nascosto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "非表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verborgen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скрытые" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gizli" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已隐藏" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Hidden" - } - } - } - }, - "Hide" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إخفاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Схаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verstecken" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hide" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Masquer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sembunyikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nascondi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "非表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "숨기기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skjul" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verberg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukryj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скрыть" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ẩn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "隐藏" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "隱藏" - } - } - } - }, - "Hide types" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إخفاء الأنواع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Схаваць тыпы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typen ausblenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hide types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar tipos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Piilota tyypit" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Masquer les types" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sembunyikan tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nascondi tipi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "種類を非表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide types" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skjul typer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verberg types" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide types" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukrywanie typów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar tipos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar tipos" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скрыть типы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türleri gizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide types" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide types" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "隐藏类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "隱藏類型" - } - } - } - }, - "Highlight" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تمييز" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Цытата" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hervorhebung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Highlight" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Resaltar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Highlight" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Korostus" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Surligner" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menyorot" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Evidenzia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "引用文" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Highlight" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Uthev" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Markeer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହାଇଲାଇଟ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podświetlenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Destaque" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Highlight" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выделить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vurgula" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Виділити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nổi bật" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "高亮" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "螢光筆" - } - } - } - }, - "History" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "السجل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гісторыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verlauf" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "History" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Historial" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Historique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新履歴" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "히스토리" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Historikk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geschiedenis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Historia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Histórico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "История" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçmiş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "History" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lịch sử" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "历史记录" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "歷史記錄" - } - } - } - }, - "Home" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Home" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Галоўная\n" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Startseite" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Home" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Inicio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Home" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Koti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Accueil" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Beranda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Home" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ホーム" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Home" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hjem" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Home" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଘର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Strona główna" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Início" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Home" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Главная" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ana sayfa" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Головна" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trang chủ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "主页" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "首頁" - } - } - } - }, - "Home.Snackbar.Library" : { - "comment" : "MARK: - Home", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Library is available in desktop app" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бібліятэка даступная ў праграме для камп'ютараў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliothek ist in der Desktop-App verfügbar" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Library is available in desktop app" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La biblioteca está disponible en la aplicación de escritorio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Library is available in desktop app" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Library is available in desktop app" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La bibliothèque est disponible dans l'application de bureau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pustaka tersedia di aplikasi desktop" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La libreria è disponibile nell'app desktop" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ライブラリはデスクトップ版で利用可能です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Library is available in desktop app" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteket er tilgjengelig i skrivebordsappen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliotheek is beschikbaar in de desktopapplicatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲାଇବ୍ରେରୀ ଡେସ୍କଟପ୍ ଆପରେ ଉପଲବ୍ଧ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteka jest dostępna w aplikacji komputerowej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A biblioteca está disponível no aplicativo desktop" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "A biblioteca está disponível no aplicativo desktop" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Библиотека доступна в приложении для компьютера" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kitaplık masaüstü uygulamasında mevcuttur." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Бібліотека доступна у настільному застосунку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Library is available in desktop app" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文库在桌面端应用程序中可用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "資料庫可以在電腦端程式中使用" - } - } - } - }, - "Icon" : { - "comment" : "Object settings", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أيقونة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Значок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Symbol" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Icon" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Icono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Icon" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Icon" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Icône" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Icona" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アイコン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "아이콘" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Icoon" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆଇକନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikona" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ícone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ícone" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Иконка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Simge" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Іконка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Biểu tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "图标" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "圖示" - } - } - } - }, - "Image" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bild" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Bilder" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Images" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Imagen" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Imágenes" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Gambar" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個の画像" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Görsel" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Görsel" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Images" - } - } - } - } - } - } - }, - "Image from Photo Library" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Image from Photo Library" - } - } - } - }, - "In this object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "In this object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "У гэтым аб'екце" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In diesem Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "In this object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "En este objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "In this object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "In this object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dans cet objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Di objek ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "In questo oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト内" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "In this object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I dette objektet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Binnen dit object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "In this object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "W tym obiekcie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "In this object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "В этом объекте" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu nesnede" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "В цьому об'єкті" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Của đối tượng này" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在此对象中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在此物件內" - } - } - } - }, - "Incompatible version" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إصدار غير متوافق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Несумяшчальная версія" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inkompatible Version" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Incompatible version" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión incompatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version incompatible" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "互換性のないバージョン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "호환되지 않는 버전" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukompatibel versjon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet-compatibele versie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niekompatybilna wersja" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão incompatível" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Несовместимая версия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uyumsuz sürüm" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Phiên bản không tương thích" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不兼容版本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不相容的版本" - } - } - } - }, - "Initial.UnstableMiddle.Continue" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Працягнуць з бягучым сховішчам" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mit aktuellem Tresor fortfahren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Continue with current vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuar con el arca actual" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuer avec le coffre actuel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lanjutkan dengan brankas ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Continua con la cassaforte corrente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この保管庫で続ける" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ga verder met huidige kluis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontynuuj z bieżącym sejfem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuar com o cofre atual" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Продолжить с текущим хранилищем" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mevcut kasa ile devam edin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Continue with current vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "继续使用当前文库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "繼續使用當前帳戶" - } - } - } - }, - "Initial.UnstableMiddle.Logout" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выйсці з бягучага сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vom aktuellen Tresor abmelden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Logout from current vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerrar sesión en el arca actual" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déconnexion du coffre actuel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Keluar dari brankas saat ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Disconnetti dalla cassaforte corrente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この保管庫からログアウト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Meld af bij de huidige kluis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyloguj z bieżącego sejfu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desconectar do cofre atual" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выйти из текущего хранилища" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçerli kasadan çıkış yapın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout from current vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "退出当前文库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從當前帳戶登出" - } - } - } - }, - "Initial.UnstableMiddle.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы запускаеце праграму з нестабільным прамежкавым праграмным забеспячэннем. Не выкарыстоўвайце сваё вытворчае сховішча. Ваша сховішча можа быць зламана." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du startest die App mit einer instabilen Middleware. Verwende nicht deinen Produktionstresor. Dein Tresor könnte beschädigt werden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Has iniciado la aplicación con un software intermedio inestable. No uses tu arca principal, porque puede estar rota." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous lancez l'application avec un middleware instable. N’utilisez pas votre coffre de production. Votre coffre risquerait d'être cassé." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda meluncurkan aplikasi dengan peranti perantara yang tidak stabil. Jangan gunakan brankas produksi Anda. Brankas Anda mungkin rusak." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai avviato l'app con un middleware instabile. Non utilizzare la tua cassaforte di produzione. La tua cassaforte potrebbe essere danneggiata." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不安定なミドルウェアでアプリを起動します。本番環境の保管庫は使用しないでください。データが破損する可能性があります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je start de app op met instabiele middleware. Gebruik niet jouw productie kluis. Jouw kluis kan beschadigd zijn." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uruchamiasz aplikację z niestabilnym oprogramowaniem pośredniczącym. Nie korzystaj z sejfu. Twój sejf może zostać uszkodzony." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você abre uma aplicação com um intermediário instável. Não use seu cofre de produção. Seu cofre pode estar quebrado.8i" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы запускайте приложение с нестабильным промежуточным ПО. Не используйте основное хранилище, оно может быть повреждено." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uygulamayı kararsız bir ara yazılımla başlatıyorsunuz. Yayındaki kasanızı kullanmayın. Kasanız bozulmuş olabilir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You launch app with a unstable middleware. Don't use your production vault. Your vault may be broken." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您启动了一个不稳定的中间程序。不要使用您的生产文库。您的文库可能已损坏。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您啟動了一個不穩定的中繼軟體。 不要使用您的主要生產力帳戶。 你的帳戶可能被損毀。" - } - } - } - }, - "Initial.UnstableMiddle.Title" : { - "comment" : "MARK: - Initial", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Папярэджанне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Warnung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Warning" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Advertencia" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Attention" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Peringatan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Attenzione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "警告" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Advarsel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Waarschuwing" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ostrzeżenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aviso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Внимание" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uyarı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Попередження" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Warning" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "警告" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "警告" - } - } - } - }, - "Initial.UnstableMiddle.WontUseProd" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Я не буду выкарыстоўваць сваё вытворчае сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ich werde meinen Produktionstresor nicht verwenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "I won't be using my production vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No voy a usar mi arca principal" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Je n'utiliserai pas mon coffre de production" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Saya tidak akan menggunakan brankas produksi saya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non userò la mia cassaforte di produzione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本番環境の保管庫ではありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ik zal niet mijn productie kluis gebruiken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie będę używać mojego sejfu produkcyjnego" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Eu não vou usar o meu cofre de produção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Я не буду использовать мое рабочее хранилище." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yayındaki kasamı kullanmayacağım" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "I won't be using my production vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我不会使用我用于生产的库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "我不再使用我的主要生產力帳戶" - } - } - } - }, - "Initializing sync" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تهيئة المزامنة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ініцыялізацыя сінхранізацыі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Initialisiere Synchronisation" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Initializing sync" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Inicializando sincronización" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Initializing sync" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Käynnistetään synkronointia" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Initialisation de la synchronisation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memulai sinkron" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inizializzazione sincronizzazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "同期を初期化中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Initializing sync" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Initialiserer synkronisering" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisatie wordt opgestart" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Initializing sync" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inicjowanie synchronizacji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Iniciando sincronização" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Initializing sync" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Инициализация синхронизации" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Senkronizasyon başlatılıyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ініціалізація синхронізації" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang khởi tạo đồng bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "初始化同步中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "初始化同步中" - } - } - } - }, - "InterfaceStyle.dark" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "داكن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Цёмны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dunkel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Dark" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Oscuro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Dark" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dark" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sombre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelap" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scuro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ダーク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mørk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Donker" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Dark" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ciemny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Escuro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Dark" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тёмный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Karanlık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Темна" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tối" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "暗色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "深色" - } - } - } - }, - "InterfaceStyle.light" : { - "comment" : "MARK: - InterfaceStyle", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فاتح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Светлы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hell" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Light" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Claro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Light" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Light" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Clair" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Cahaya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiaro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ライト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "라이트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lys" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Licht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Light" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jasny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Claro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Light" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Светлый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Açık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Світла" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sáng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "亮色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "亮色" - } - } - } - }, - "InterfaceStyle.system" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "النظام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сістэма" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "System" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistema" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Système" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistem" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistema" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "標準" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "시스템" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Systeem" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Systemowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistema" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Системный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistem" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Система" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Theo hệ thống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "跟随系统" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "跟隨系統" - } - } - } - }, - "Into object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Into object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "У аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In ein Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Into object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "En objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Into object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Objektiin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Di dalam objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nell'oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトに挿入" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Into object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Inn i objektet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naar object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Into object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Do obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Into object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "В объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesneye dönüştür" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "В об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vào đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "转为对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "轉為物件" - } - } - } - }, - "Invite" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "دعوة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invite" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Invitar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Inviter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Undang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invita" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nodig uit" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନିମନ୍ତ୍ରଣ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пригласить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Davet et" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "邀请" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite" - } - } - } - }, - "Items syncing" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ сінхранізацыя..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элементы" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элементаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элемент" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элементаў" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : " %#@item@ wird synchronisiert ..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Element" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Elemente" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg items" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ sincronizando…" - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg elemento" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg elementos" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisation %#@item@ en cours..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Élément %arg" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg éléments" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menyinkonkan %#@item@..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ sincronizzazione..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg elemento" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg elementi" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@を同期中…" - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg個の項目" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ 동기화 중..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 항목들" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ synchroniseren..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg onderdeel" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg onderdelen" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sincronizando %#@item@..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Item %arg" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg itens" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Синхронизация %#@item@..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элемента" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элементов" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элемент" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg элементов" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ eşitleniyor..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg öğe" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg öğe" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg item" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ syncing..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg items" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ 同步中..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 项" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@item@ 正在同步中..." - }, - "substitutions" : { - "item" : { - "formatSpecifier" : "ld", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 項目" - } - } - } - } - } - } - } - } - }, - "Join" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "انضمام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далучыцца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beitreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Unirte" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Join" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rejoindre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gabung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unisciti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "参加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Join" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bli med" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deelnemen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଯୋଗ ଦିଅନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dołącz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Junte-se" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Junte-se" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Присоединись" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katıl" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Join" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gia nhập" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加入" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "加入" - } - } - } - }, - "Join Space" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join Space" - } - } - } - }, - "Join Space Button" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join Space Button" - } - } - } - }, - "Just e-mail" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Толькі email" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nur E-Mail" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Just e-mail" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Juste un email" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirim surel saja" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスで\n" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kun e-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alleen e-mail" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wystarczy wysłać e-mail" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Somente e-mail" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Только e-mail" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sadece e-posta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Just e-mail" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉ e-mail" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "仅需电子邮件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "只需電子郵件" - } - } - } - }, - "Keychain" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Keychain" - } - } - } - }, - "Keychain.Error.Data to String conversion error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Data to String conversion error" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка пераўтварэння даных у радок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler bei der Konvertierung der Daten zu Zeichenketten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Data to String conversion error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error de conversión de datos a cadena" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Data to String conversion error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kääntövirhe datasta merkkijonoksi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de conversion de données en chaîne de caractères" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat konversi Data ke String" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore di conversione da Dati a Stringa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "データから文字列への変換エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "데이터를 문자열로 변환중 오류" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Data til tekst konverteringsfeil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Data-naar-tekst conversiefout" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡାଟାରୁ ଷ୍ଟ୍ରିଙ୍ଗ ରୂପାନ୍ତରଣରେ ତ୍ରୁଟି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd konwersji danych do ciągu znaków" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro de conversão de Dados para String" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro de conversão de Dados para String" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка преобразования данных в строку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veriden Metne dönüştürme hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Помилка перетворення даних у рядок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Data to String conversion error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "数据到字符串转换错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "資料轉換到字串發生錯誤" - } - } - } - }, - "Keychain.Error.String to Data conversion error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "String to Data conversion error" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка пераўтварэння радка ў даныя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zeichenkettenkonvertierungsfehler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "String to Data conversion error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error de conversión de cadena a datos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "String to Data conversion error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kääntövirhe merkkijonosta dataksi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de conversion de chaîne de caractères en données" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat konversi String ke Data" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore di conversione da Stringa a Dati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "文字列からデータへの変換エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "문자열을 데이터로 변환중 오류" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst til data konverteringsfeil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst-naar-data conversiefout" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଷ୍ଟ୍ରିଙ୍ଗରୁ ଡାଟା ରୂପାନ୍ତରଣରେ ତ୍ରୁଟି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd konwersji ciągu znaków na dane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro de conversão de String para Dados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro de conversão de String para Dados" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка преобразования строки в данные" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dizeden veriye dönüştürme hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Помилка перетворення рядка в дані" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "String to Data conversion error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "字符串到数据转换错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "字串轉換到資料發生錯誤" - } - } - } - }, - "Keychain.Error.Unknown Keychain Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown Keychain Error" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Невядомая памылка звязкі ключоў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbekannter Schlüsselbund-Fehler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unknown Keychain Error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error desconocido de llavero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown Keychain Error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuntematon Avainnippu virhe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de trousseau inconnue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat Kunci Tak Diketahui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore sconosciuto del Portachiavi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不明なキーチェーンエラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "알 수 없는 키체인 오류" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukjent feil med nøkkelring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbekende fout door keychain" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅଜଣା କି ଚେନ ତ୍ରୁଟି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieznany błąd pęku kluczy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro de Chave de Acesso Desconhecido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro de Porta-chaves desconhecido" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неизвестная ошибка Связки ключей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bilinmeyen Keychain hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Невідома помилка в'язки ключів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown Keychain Error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未知的钥匙串是错误的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未知鑰匙圈錯誤" - } - } - } - }, - "Keychain.Have you backed up your key?" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Have you backed up your key?" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы стварылі рэзервовую копію свайго ключа?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hast du deinen Schlüssel gesichert?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Have you backed up your key?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Has hecho una copia de respaldo de tu clave?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Have you backed up your key?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oletko varmuuskopioinut avaimesi?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Avez-vous sauvegardé votre clé ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sudahkah kamu mencadangkan kuncimu?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai eseguito il backup della tua chiave?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵をバックアップしましたか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키를 백업하셨나요?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Har du sikkerhetskopiert nøkkelen din?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Heb je een back-up van jouw sleutel gemaakt?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆପଣ ଆପଣଙ୍କ ଚାବି ବ୍ୟାକଅପ୍ କରିଛନ୍ତି କି?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czy wykonałeś kopię zapasową swojego klucza?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você salvou a sua chave?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu fizeste backup da sua chave?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы сохранили свой ключ?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anahtarınızı yedeklediniz mi?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Have you backed up your key?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Have you backed up your key?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您是否备份了密钥?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您備份好您的密鑰了嗎?" - } - } - } - }, - "Keychain.Key" : { - "comment" : "Keychain screen", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المفتاح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüssel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Avain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nøkkel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Herstelsleutel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚାବି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klucz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kurtarma anahtarı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "密鑰" - } - } - } - }, - "Keychain.Key.Copy.Toast.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Key copied" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ключ скапіраваны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüssel kopiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Key copied" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Clave copiada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Key copied" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Avain kopioitu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Clé copiée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunci disalin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiave copiata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵をコピーしました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키 복사됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nøkkelen er kopiert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sleutel gekopieerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚାବି କପି ହୋଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klucz został skopiowany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave copiada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave copiada" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ключ скопирован" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kurtarma anahtarı kopyalandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Key copied" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Key copied" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "密钥已复制" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "密鑰已複製" - } - } - } - }, - "Keychain.Key.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ستحتاجه للدخول إلى مخزنك. احتفظ به في مكان آمن. إذا فقدته، فلن تتمكن من الدخول إلى مخزنك بعد الآن." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ён спатрэбіцца вам для ўваходу ў сховішча. Захоўвайце яго ў надзейным месцы. Калі вы страціце яго, вы больш не зможаце ўвайсці ў сховішча." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du brauchst ihn um deinen Tresor zu öffnen. Bewahre ihn an einem sicheren Ort. Wenn du ihn verlierst, kannst du deinen Tresor nicht mehr öffnen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La necesitarás para entrar en tu arca. Mantenla en un lugar seguro. Si la pierdes, ya no podrás entrar en tu arca." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarvitset sitä holviisi pääsemiseksi. Säilytä se turvallisessa paikassa. Jos menetät sen, et enää pääse holviisi." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous en aurez besoin pour accéder à votre coffre. Conservez-la dans un lieu sûr. Si vous la perdez, vous ne pourrez plus accéder à votre coffre." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda membutuhkannya untuk masuk. Simplanlah dalam tempat yang aman. Jika hilang, kamu tidak akan bisa mengakses brankasmu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ne avrai bisogno per entrare nella tua cassaforte. Tienila in un posto sicuro. Se la perdi, non puoi più entrare nella tua cassaforte." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫へのログインに必要です。紛失しないようにご自身で大切に保管してください。紛失した場合、保管庫に入ることができなくなります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Du trenger den for å logge inn i hvelvet. Behold den på et trygt sted. Hvis du mister den, får du ikke lenger tilgang til hvelvet." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt het nodig om toegang te krijgen tot je kluis. Bewaar het op een veilige plek. Als je het verliest, kun je je kluis niet meer openen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆପଣଙ୍କ ଭଲ୍ଟରେ ପ୍ରବେଶ କରିବା ପାଇଁ ଆପଣଙ୍କୁ ଏହା ଆବଶ୍ୟକ ହେବ। ଏହାକୁ ସୁରକ୍ଷିତ ସ୍ଥାନରେ ରଖନ୍ତୁ। ଯଦି ଆପଣ ଏହାକୁ ହରାଇଦିଅନ୍ତି, ତେବେ ଆପଣ ଆଉ ଆପଣଙ୍କ ଭଲ୍ଟ ଭିତରକୁ ପ୍ରବେଶ କରିପାରିବେ ନାହିଁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Potrzebujesz go do logowania się do sejfu. Przechowuj go w bezpiecznym miejscu. Jeśli go zgubisz, bezpowrotnie stracisz do niego dostęp." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você precisará dela para entrar. Guarde-a em um local seguro. Se você perdê-la, você não poderá mais acessar sua conta." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Precisará dela para iniciar sessão. Mantenha-a num lugar seguro. Se a perder, perderá o acesso à sua conta." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Он необходим для входа в хранилище. Храните его в безопасном месте. Если Вы его потеряете - больше не сможете войти в своё хранилище." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasana erişmek için bu bilgilere ihtiyacın olacak. Güvenli bir yerde tut. Eğer kaybedersen hesabına erişemezsin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You will need it to enter your vault. Keep it in a safe place. If you lose it, you can no longer enter your vault." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您将需要恢复短语才能进入您的文库。将其保存在安全的地方。如果您丢失了它,您将无法再进入您的文库。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您將需要使用它來登入您的帳號。請將其保存在安全的地方。 若遺失了,您將無法再登入您的帳號。" - } - } - } - }, - "Keychain.SeedPhrasePlaceholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "bruja colapso práctica alimentar vergüenza abrir desesperación arroyo carretera de nuevo hielo lago árbol dirección desesperación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "sorcière effondrement pratique nourrir honte ouvert désespoir ruisseau route à nouveau glace moins lac arbre jeune adresse cerveau désespoir" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "heks instorten oefenen voeden schaamte open wanhoop beek weg opnieuw ijs merel boom jong adres brein wanhoop" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "witch collapse practice feed shame open despair creek road again ice least lake tree young address brain despair" - } - } - } - }, - "Keychain.Show and copy key" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Show and copy key" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць і скапіяваць ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüssel anzeigen und kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show and copy key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver y copiar la clave" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show and copy key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Näytä ja kopioi avain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher et copier la clé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan dan salin kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra e copia Chiave" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "表示して鍵をコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키 표시 및 복사" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis og kopier nøkkelen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon en kopieer sleutel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୀ ଦେଖନ୍ତୁ ଏବଂ କପି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyświetl i skopiuj klucz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar e copiar a chave" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibir e copiar a chave" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать и скопировать ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anahtarı göster ve kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show and copy key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show and copy key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示和复制密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示並複製密鑰" - } - } - } - }, - "Layout" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التخطيط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Знешні выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Layout" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Diseño" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mise en page" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tata letak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Disposizione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "レイアウト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "레이아웃" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oppsett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opmaak" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲେଆଉଟ୍‌" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Układ" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Leiaute" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Макет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Макет" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bố cục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "布局" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "排版" - } - } - } - }, - "Learn more" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معرفة المزيد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Даведацца больш" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mehr erfahren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Learn more" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Más información" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Learn more" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Learn more" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En savoir plus" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pelajari lebih lanjut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per saperne di più" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "さらに詳しく" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Learn more" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lær mer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontdek meer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Learn more" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dowiedz się więcej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Saiba mais" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Learn more" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Узнать больше" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla bilgi edinin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Learn more" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tìm hiểu thêm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "了解详情" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "了解更多" - } - } - } - }, - "Leave a space" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Leave a space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abandonar un espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Quitter l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tinggalkan ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースから退出" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verlaat een ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏକ ସ୍ଥାନ ଛାଡ଼ନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sair do espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Покинуть пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir boşluk bırak" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "离开空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a space" - } - } - } - }, - "Lets Go" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паехалі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Los geht’s" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Let’s Go" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Adelante" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "C’est parti " - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mulai!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Iniziamo!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "始める" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Laten we beginnen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚାଲନ୍ତୁ ଆମେ ଯିବା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vamos lá" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Давайте начнём" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Haydi Başlayalım" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "让我们开始!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Let’s Go" - } - } - } - }, - "LetsTryIt" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Let's try it" - } - } - } - }, - "Limit object types" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد أنواع الكائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абмежаваць тыпы аб'ектаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttypen einschränken" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Limit object types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Limitar tipos de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Limit object types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Rajoita objekti tyyppejä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Limiter les types d'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batasi tipe objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Limita tipi di oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを制限" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오브젝트 유형 제한" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Begrens objekttyper" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Beperkt objecttypes" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟ ପ୍ରକାର ସୀମିତ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ograniczanie typów obiektów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Limitar tipos de objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Limit object types" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ограничить типы объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne türlerini sınırla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обмежити типи об'єктів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Giới hạn loại đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "限制对象类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "限制物件類型" - } - } - } - }, - "Link" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спасылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Linkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "링크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Koppeling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ligação" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ссылка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結" - } - } - } - }, - "Link to" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط إلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спасылка на" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link zu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conectar a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien vers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautkan ke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collega a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Koble til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link naar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Łącze do" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vincular a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать с" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şuna bağla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зв'язати з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết đến" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結到" - } - } - } - }, - "LinkAppearance.Description.Content.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معاينة المحتوى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прадпрагляд змесціва" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhaltsvorschau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Content preview" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista del contenido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Content preview" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Content preview" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aperçu du contenu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pratinjau konten" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anteprima del Contenuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コンテンツプレビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Content preview" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forhåndsvisning av innhold" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voorvertoning inhoud" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଷୟବସ୍ତୁ ପୂର୍ବାବଲୋକନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podgląd zawartości" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pré-visualização do conteúdo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pré-visualização de conteúdo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Предпросмотр контента" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçerik önizlemesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Попередній перегляд вмісту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xem trước nội dung" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "内容预览" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "內容預覽" - } - } - } - }, - "LinkAppearance.Description.None.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا شيء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "None" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ninguno" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "None" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei mitään" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuno" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "なし" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "없음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଛି ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbiri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нічого" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無" - } - } - } - }, - "LinkAppearance.Description.Object.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "وصف الكائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Апісанне аб'екта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objektbeschreibung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object description" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Descripción de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object description" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Object description" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Description de l'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Deskripsi objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Descrizione dell'oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトの説明" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Object description" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Beskrivelse av objektet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objectomschrijving" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବସ୍ତୁ ବର୍ଣ୍ଣନା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opis obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Descrição do Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Descrição do objeto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Описание объекта" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne açıklaması" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Опис об'єкту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mô tả cho đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象描述" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件描述" - } - } - } - }, - "LinkAppearance.ObjectType.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نوع الكائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып аб'екта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttyp" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type de l'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo di oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objecttype" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବସ୍ତୁ ପ୍ରକାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип объекта" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne türü" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип об'єкта" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件類型" - } - } - } - }, - "LinkPaste.bookmark" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create bookmark" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць закладку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lesezeichen erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create bookmark" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear marcador" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create bookmark" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create bookmark" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un marque-page" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat penanda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea segnalibro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブックマークを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "북마크 생성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett bokmerke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak bladwijzer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create bookmark" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz zakładkę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar marcador" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create bookmark" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать закладку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yer imi oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створити закладку" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo dấu trang" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建书签" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立書籤" - } - } - } - }, - "LinkPaste.link" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as link" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Link einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste as link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pegar como enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller en tant que lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempel sebagai tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla come collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクとして貼り付け" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn som lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plak als link" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej jako link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar como link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить как ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı olarak yapıştır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити як посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dán dưới dạng link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "以連結貼上" - } - } - } - }, - "LinkPaste.text" : { - "comment" : "MARK: Link Past Actions", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as text" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць як тэкст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Text einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste as text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pegar como texto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as text" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller en tant que texte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempel sebagai teks" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla come testo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テキストとして貼り付け" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as text" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn som tekst" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plak als tekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as text" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej jako tekst" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar como texto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste as text" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить как текст" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Metin olarak yapıştır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити як текст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dán dưới dạng văn bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴为正文" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "以文本貼上" - } - } - } - }, - "Links count" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d спасылкі" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d спасылак" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d спасылка" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d спасылак" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Links" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d links" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d enlace" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d enlaces" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d lien" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d liens" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d tautan\n\n%d tautan - tautan" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d collegamento" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d collegamenti" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d件のリンク" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d lenke" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d lenker" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Linki: %d" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Linki: %d" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "link: %d" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Linki: %d" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d ссылки" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d ссылок" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d ссылка" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d ссылок" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bağlantı" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bağlantı" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d links" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 个链接" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 個連結" - } - } - } - } - } - } - }, - "List" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Listen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Lists" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Listas" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Listes" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Daftar" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のリスト" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Liste" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Lists" - } - } - } - } - } - } - }, - "Lists" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "القوائم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спісы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gruppen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Lists" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Listas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Lists" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Listat" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Listes" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Grup" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "목록" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Groups" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lijsten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତାଲିକା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Listy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Groups" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Lists" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Списки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Listeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Groups" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Các danh sách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分组" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "列表" - } - } - } - }, - "Loading, please wait" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جارٍ التحميل، يرجى الانتظار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка, калі ласка пачакайце" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wird geladen, bitte warten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Loading, please wait" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargando. Espera, por favor." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading, please wait" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ladataan, odotathan" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Chargement, veuillez patienter..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memuat, harap tunggu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Caricamento in corso, attendere prego" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "読み込み中です。少々お待ちください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "로드 중, 잠시만 기다려주세요" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Laster inn, vennligst vent" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bezig met laden, een ogenblik geduld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲୋଡି ହଉଛି, ଦୟାକରି ଅପେକ୍ଷା କରନ୍ତୁ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ładowanie, proszę czekać" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Carregando, aguarde por favor!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "A carregar, por favor aguarde" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подождите, выполняется загрузка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yükleniyor, lütfen bekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажується, будь ласка, зачекайте" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang tải, vui lòng đợi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正在加载中,请稍候" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "載入中,請稍候" - } - } - } - }, - "Local Only" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "محلي فقط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Толькі Лакальна" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nur lokal" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Local Only" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo local" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Local uniquement" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hanya lokal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo Locale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ローカルモード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kun lokalt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alleen lokaal" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Somente Local" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Локально" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yalnızca lokal" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Local Only" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉ cục bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "仅本地" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "僅限本地" - } - } - } - }, - "Lock" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قفل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Заблакіраваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sperren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Lock" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Proteger" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Lock" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lock" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Verrouiller" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocca" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ロック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Lock" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lås" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vergrendel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Lock" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zablokuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloquear" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Lock" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Заблокировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kilitle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Заблокувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上锁" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "鎖定" - } - } - } - }, - "Log out" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Log out" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выйсці" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abmelden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Log Out" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerrar sesión" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Log out" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirjaudu ulos" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déconnexion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Keluar log" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Disconnetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ログアウト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "로그아웃" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Logg ut" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Meld af" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲଗ ଆଉଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyloguj się" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sair" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Encerrar sessão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выйти" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çıkış yap" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вийти" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đăng xuất" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "退出登录" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "登出" - } - } - } - }, - "Login key" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Login Key" - } - } - } - }, - "Logout and clear data" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout and clear data" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выйсці і ачысціць даныя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abmelden und Daten löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Logout and clear data" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerrar sesión y eliminar datos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout and clear data" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout and clear data" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Se déconnecter et effacer les données" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Keluar dan bersihkan data" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Esci e cancella i dati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ログアウトしてデータを消去" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout and clear data" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Logg ut og slett data" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Log uit en wis gegevens" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲଗ୍ ଆଉଟ୍ ଏବଂ ଡାଟା ସଫା କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyloguj i wyczyść dane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desconectar e limpar dados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout and clear data" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выйти и очистить данные" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oturumu kapat ve verileri temizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вийти й очистити дані" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Logout and clear data" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "注销并清除数据" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "登出並清除資料" - } - } - } - }, - "LongTapCreateTip.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Націсніце і ўтрымлівайце кнопку «Стварыць аб'ект», каб адкрыць меню тыпаў аб'ектаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tippen sie lange auf den Erstelle Objekt Knopf um ein Typ-Menü zu öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mantén pulsado el botón Crear objeto para abrir el menú de tipos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appuyez longuement sur le bouton Créer un objet pour ouvrir le menu avec les types" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekan lama tombol Buat Objek untuk membuka menu dengan Tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tocca a lungo il pulsante Crea Oggetto per aprire il menu con i tipi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト作成ボタンを長押しすると、タイプを指定して作成できます" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Trykk og hold på Opprett objektknapp for å åpne meny med typer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Druk lang op de knop maak object om het menu te openen met types" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Długie dotknięcie przycisku Utwórz obiekt, aby otworzyć menu z typami" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Toque longo no botão Criar Objeto para abrir o menu com os tipos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удерживайте кнопку Создать Объект, чтобы открыть меню выбора типа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türleri içeren menüyü açmak için Nesne Oluştur düğmesine uzun dokunun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Натисніть і утримуйте кнопку Створити об'єкт, щоб відкрити меню типів об'єктів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Long tap on Create Object button to open menu with types" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "长按创建文档按钮以打开带类型的菜单" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "長按「建立物件」按鈕可開啟包含類型的選單" - } - } - } - }, - "LongTapCreateTip.Title" : { - "comment" : "MARK: - Create tip", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварэнне аб'ектаў з пэўным тыпам" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle Objekte mit bestimmtem Typ" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create Objects with specific Type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear objetos de un tipo específico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer des objets avec un type spécifique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat Objek dengan Tipe tertentu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea Oggetti con Tipo specifico" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを指定して作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett objekter med spesifikk type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak objecten met specifiek type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tworzenie obiektów o określonym typie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar Objetos com Tipo específico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать объекты определенного типа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Belirli türde nesneler oluşturma" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Objects with specific Type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建带有特定类型的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立特定類型的物件" - } - } - } - }, - "Manage payment" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدارة الدفع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кіраваць плацяжом" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zahlung verwalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Manage payment" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestionar el pago" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage payment" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage payment" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gérer un paiement" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kelola pembayaran" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestisci pagamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "支払いの管理" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage payment" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Administrer betaling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Beheer betaling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage payment" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zarządzaj płatnościami" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerenciar pagamento" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage payment" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Управление платежами" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ödemeyi yönet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage payment" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quản lý thanh toán" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "管理付款" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "管理付款方式" - } - } - } - }, - "Media" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "وسائط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Медыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Medien" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Media" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Medios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Media" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Media" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Média" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Media" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Multimedia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メディア" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "미디어" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Media" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Media" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମିଡ଼ିଆ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Multimedia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mídias" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Media" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Медиа-файлы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Medya" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Медіа" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đa phương tiện" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "媒体" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "媒體" - } - } - } - }, - "Members" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الأعضاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Удзельнікі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitglieder" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Members" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Miembros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Membres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anggota" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Membri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Medlemmer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czlonkowie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Membros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Участники" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thành viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "参与的人" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "成員" - } - } - } - }, - "Membership" : { - "comment" : "MARK: - Membership", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "العضوية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Членства" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitgliedschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Membership" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Suscripción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Adhésion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Langganan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーシップ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Medlemskap" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lidmaatschap" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Członkostwo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Associação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Членство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyelik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tư cách hội viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "会员" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "會員" - } - } - } - }, - "Membership.Ad.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الانضمام إلى شبكة Anytype يعني المساهمة في قصتها" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далучыцца да сеткі Anytype - значыць зрабіць свой унёсак у яе гісторыю" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dem Anytype-Netzwerk beizutreten bedeutet, einen Beitrag zu seiner Geschichte zu leisten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Unirse a la red Anytype significa contribuir a su historia" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rejoindre le réseau Anytype signifie contribuer à son histoire" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bergabung dengan jaringan Anytype berarti turut berkontribusi pada kisahnya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unire alla rete di Anytype significa contribuire alla sua storia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Networkに参加して、共に未来を創りましょう" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deelnemen aan het Anytype netwerk betekent bijdragen aan het verhaal" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dołączenie do sieci Anytype oznacza przyczynienie się do jej historii" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Juntar-se a rede Anytype representa contribuir para essa história" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Присоединение к сети Anytype означает внесение вклада в её историю" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ağına katılmak, hikayesine katkıda bulunmak anlamına gelir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining Anytype network means contributing to its story" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tham gia vào mạng Anytype tức là đóng góp vào câu chuyện của nó" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加入 Anytype 网络,书写它的故事" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "成為 Anytype 網絡的一員,您就是它故事的一部分。" - } - } - } - }, - "Membership.Ad.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "العضوية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Членства" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitgliedschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Membership" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Suscripción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Adhésion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Langganan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーシップ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Medlemskap" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lidmaatschap" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Członkostwo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Associação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Членство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyelik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tư cách hội viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "会员" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "會員" - } - } - } - }, - "Membership.Banner.Subtitle1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كعضو قيم، صوتك مهم! شارك في الأحداث الحصرية، شكّل الخيارات الاستراتيجية، وأثر على خارطة طريقنا." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш голас важны як шаноўнага ўдзельніка! Удзельнічайце ў эксклюзіўных мерапрыемствах, вызначайце стратэгічныя рашэнні і ўплывайце на нашу дарожную карту." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als geschätztes Mitglied zählt deine Stimme! Nimm an exklusiven Veranstaltungen teil, gestalte strategische Entscheidungen und beeinflusse unseren Entwicklungsplan." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Valoramos tu voz! Participa en eventos exclusivos, define las opciones estratégicas e influye en nuestro plan de acción." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En tant que membre apprécié, votre voix compte ! Participez à des événements exclusifs, définissez des choix stratégiques et influencez notre feuille de route." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sebagai pelanggan terhormat, suara Anda sangat berarti! Terlibat dalam acara eksklusif, menentukan pilihan strategis, dan memengaruhi peta jalan kami." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "In qualità di membro apprezzato, la tua voce conta! Partecipa a eventi esclusivi, contribuisci a scelte strategiche e influenza la nostra roadmap." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "大切なメンバーであるあなたの声を反映させましょう。限定イベントや重要な方針決定へのご参加を通じて、私たちと共に目指すべき未来を創り上げましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "소중한 회원으로서 여러분의 목소리가 중요합니다! 독점 이벤트에 참여하고, 전략적인 선택을 하고, 로드맵에 영향을 미치세요." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Als gewaardeerd lid telt jouw stem! Neem deel aan exclusieve evenementen, geef vorm aan strategische keuzes en beïnvloed onze roadmap." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jako ceniony członek, Twój głos ma znaczenie! Bierz udział w ekskluzywnych wydarzeniach, kształtuj strategiczne wybory i wpływaj na naszą mapę drogową." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Como um membro valioso sua voz importa! Envolva-se em eventos exclusivos, forme escolhas estratégicas e influencie nosso roteiro." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Как ценному участнику, ваше мнение имеет значение! Участвуйте в эксклюзивных мероприятиях, определяйте стратегические решения и влияйте на наше развитие." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Değerli bir üye olarak sesiniz önemli! Özel etkinliklere katılın, stratejik seçimleri şekillendirin ve yol haritamızı etkileyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Là một thành viên quý giá, tiếng nói của bạn có trọng lượng! Tham dự những sự kiện dành riêng, định hình những lựa chọn chiến lược, và tạo ảnh hưởng lên bản đồ của chúng tôi." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "作为尊贵的会员,你的声音很重要!参与独家活动,制定战略选择,并影响我们的路线图。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "作為尊貴的會員,您的聲音至關重要! 參與獨家活動、制定策略選擇,並影響我們的路線圖。" - } - } - } - }, - "Membership.Banner.Subtitle2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Карыстальнікам прадастаўляюцца больш высокія ліміты для рэзервовага капіравання і сінхранізацыі, запрашэнні для працы ў агульных прасторах і ўнікальныя ідэнтыфікатары ў сетцы Anytype." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitglieder profitieren von größerem Backupspeicherplatz, Synchronisierungslimits, Einladungen von mehreren Gästen zu geteilten Spaces und einer einzigartigen Benennung im Anytype Netzwerk." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Los suscriptores disfrutan de más almacenamiento de respaldo y menos límites de sincronización; pueden invitar a otros a colaborar en espacios compartidos y tienen una identidad única en la red de Anytype." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Les membres bénéficient d'une plus grande limite de stockage de sauvegardes et limites de synchronisation, d'invitations pour plusieurs invités à collaborer dans des espaces partagés et d'une identité unique sur le réseau Anytype." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pelanggan dapat menikmati penyimpanan cadangan & batas sinkronisasi yang lebih tinggi, undangan bagi banyak pengguna untuk berkolaborasi di ruang bersama, dan identitas unik di Jaringan Anytype." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I membri godono di limiti più elevati di archiviazione e sincronizzazione dei backup, di inviti per più ospiti a collaborare in spazi condivisi e di un'identità unica sulla Rete Anytype." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "より多くのバックアップ容量、同期上限の緩和、共有スペースへの招待数増加、Anytype Networkでの独自IDをご利用いただけます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leden hebben meer backup opslagcapaciteit & synchronisatielimieten, uitnodigingen voor meerdere gasten om samen te werken in gedeelde ruimten, en een unieke identiteit in het Anytype netwerk." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Członkowie cieszą się wyższymi limitami pamięci zapasowej i synchronizacji, zaproszeniami dla wielu gości do współpracy we wspólnych przestrzeniach oraz unikalną tożsamością w sieci AnyType." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Membros desfrutam de maiores limites de backup e sincronização, convites para vários convidados para colaborar em espaços compartilhados e uma identidade única na rede do Anytype." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Участники получают более высокие лимиты на хранение и синхронизацию резервных копий, приглашения для нескольких гостей для совместной работы в общих пространствах и уникальную идентификацию в сети Anytype." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyeler daha yüksek yedekleme depolama ve senkronizasyon limitlerine, birden fazla misafirin paylaşılan alanlarda işbirliği yapması için davetlere ve Anytype Network'te benzersiz bir kimliğe sahiptir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hội viên có nhiều bộ nhớ sao lưu & giới hạn đồng bộ, lời mời cho nhiều người cùng hợp tác trong các không gian chung hơn, và một danh tính độc nhất trên Mạng Anytype." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "会员可以享受更高的备份存储和同步空间,可邀请多位访客在共享空间中进行协作,以及 Anytype 网络上独有的身份。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "會員可享受更高的備份儲存空間和同步額度、邀請多位訪客在共享空間中協作,並在 Anytype 網絡上擁有獨一無二的身份。" - } - } - } - }, - "Membership.Banner.Subtitle3" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مساهمتك تدعم فريقنا وتؤيد رؤيتنا لشبكة رقمية يملكها المستخدم، آمنة، وتعاونية." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш уклад падтрымлівае нашу каманду і пацвярджае наша бачанне бяспечнай і сумеснай лічбавай сеткі, якая належыць карыстальнікам." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mit deinem Beitrag unterstützt du unser unabhängiges Team und befürwortest unsere Vision︎ eines nutzergeführten, sicheren und gemeinschaftlichen digitalen Netzwerks." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu contribución apoya a nuestro equipo y respalda nuestra visión de una red digital, segura y colaborativa que devuelve la propiedad a sus usuarios." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Votre contribution soutient notre équipe indépendante et soutient notre vision d'un environnement numérique axé sur l'utilisateur, sécurisé et collaboratif." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontribusi Anda mendukung tim kami dan mendukung visi kami atas jaringan digital yang sepenuhnya dimiliki pengguna, aman, dan kolaboratif." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il tuo contributo sostiene il nostro team e avvalora la nostra visione di una rete digitale di proprietà degli utenti, sicura e collaborativa." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あなたの支援が私たちの活動を支え、ユーザー主導の安全で共に発展するデジタルネットワークという私たちの理念の実現を後押しします。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw bijdrage ondersteunt ons team en ondersteunt onze visie van een door gebruikers beheerd, veilig en samenwerkend digitaal netwerk." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Twój wkład wspiera nasz zespół i potwierdza naszą wizję bezpiecznej i współpracującej sieci cyfrowej należącej do użytkownika." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sua contribuição apoia nossa equipe independente e reforça nossa visão de um ambiente digital voltado ao usuário, seguro e colaborativo." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш вклад поддерживает нашу независимую команду и одобряет нашу перспективу, ориентированной на пользователя и безопасной совместной цифровой среды." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katkınız ekibimizi destekliyor ve kullanıcıya ait güvenli ve işbirliğine dayalı bir dijital ağ vizyonumuzu onaylıyor." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đóng góp của bạn hỗ trợ tổ đội chúng tôi và chứng thực cho tầm nhìn của chúng tôi về một mạng mà người dùng làm chủ, an toàn và cộng tác." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您的贡献支持我们这个团队并支持我们“由用户拥有的、安全和协作的数字环境”的愿景。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您的貢獻支持我們的團隊,並認可我們對於用戶擁有、安全以及協作的數位網路願景。" - } - } - } - }, - "Membership.Banner.Subtitle4" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قيمة شبكتنا تتجاوز مجموع أجزائها. عضويتك تدعم البنية التحتية لنموها التي تدعم هذه الشبكة." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кошт нашай сеткі перавышае суму яе складнікаў. Ваша членства падтрымлівае інфраструктуру для яе развіцця, якая ляжыць у аснове гэтай сеткі." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Der Wert unseres Netzwerks ist größer als die Summe seiner Teile. Durch deine Mitgliedschaft wird die Infrastruktur für sein Wachstum aufrechterhalten, die dieses Netzwerk trägt." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El valor de nuestra red excede la suma de sus partes. Tu suscripción mantiene la infraestructura que sustenta esta red y le permite crecer." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La valeur de notre réseau dépasse la somme de ses participants. Votre adhésion soutient l'infrastructure pour sa croissance qui sous-tend ce réseau." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nilai jaringan kami melampaui jumlah bagian-bagiannya. Keanggotaan Anda menjaga infrastruktur untuk terus berkembang dan menopang jaringan ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il valore della nostra rete supera la somma delle sue parti. La tua iscrizione sostiene l'infrastruttura per la sua crescita, che è alla base di questa rete." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一人ひとりのつながりが、個々の力だけでは成し得ない価値を生み出します。あなたのメンバーシップが、私たちのネットワークの持続的な成長を支える基盤となります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De waarde van ons netwerk overschrijdt de som der delen. Je lidmaatschap houdt de infrastructuur in stand voor de groei die aan dit netwerk ten grondslag ligt." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wartość naszej sieci przewyższa sumę jej części. Twoje członkostwo utrzymuje infrastrukturę dla jej rozwoju, która stanowi podstawę tej sieci." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O valor da nossa rede excede a soma de suas partes. Sua participação como membro mantém a infraestrutura para seu crescimento, que está na base dessa rede." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ценность нашей сети превышает сумму её частей. Ваше членство поддерживает инфраструктуру для её роста, которая лежит в основе этой сети." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ağımızın değeri parçalarının toplamından daha fazladır. Üyeliğiniz bu ağın temelini oluşturan büyüme altyapısını sürdürmektedir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Giá trị của mạng chúng tôi lớn hơn tổng các thành phần của nó. Tư cách hội viên của bạn giữ vững cơ sở cho sự phát triển của nó, chống trụ cho mạng lưới này." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我们的网络的价值超过了其各部分的总和。您的会员资格维持了用于支撑这个网络增长的基础设施。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "我們網絡的價值超過其各部分的總和。 作為會員,您的加入為網絡的發展奠定了基礎。" - } - } - } - }, - "Membership.Banner.Title1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварайце бачанне разам" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gemeinsam die Vision erbauen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Build the Vision Together" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Construyamos esta visión juntos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Construire la Vision ensemble" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Membangun Visi Bersama" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Costruire insieme la visione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未来を共に創造する" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bouw de visie samen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zbuduj wizję razem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar a Visão em conjunto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Постройте видение вместе" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vizyonu Birlikte Oluşturun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Build the Vision Together" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xây dựng tầm nhìn cùng nhau" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "一起构建愿景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "一起創建願景" - } - } - } - }, - "Membership.Banner.Title2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح مزايا الأعضاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Разблакіруйце Перавагі для Ўдзельнікаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitgliedsvorteile freischalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unlock Member Benefits" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Obtén acceso a ventajas de suscriptor" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock Member Benefits" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock Member Benefits" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Débloquer les Avantages des Membres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dapatkan Keuntungan sebagai Anggota" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sblocca i vantaggi per i membri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーシップ特典" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "멤버 혜택 잠금 해제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock Member Benefits" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontgrendel ledenvoordelen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock Member Benefits" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odblokuj korzyści dla członków" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desbloquear benefícios para membros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock Member Benefits" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Разблокируйте преимущества для участников" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üye Avantajlarının Kilidini Açın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock Member Benefits" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mở khoá những đặc quyền hội viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "解锁会员福利" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "解鎖會員權益" - } - } - } - }, - "Membership.Banner.Title3" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "دعم الاستقلال الرقمي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падтрымка Лічбавай Незалежнасці" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Digitale Unabhängigkeit unterstützen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Support Digital Independence" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Apoya la independencia digital" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Soutenir l'indépendance numérique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dukung Kemerdekaan Digital" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sostenere l'indipendenza digitale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デジタルの自由を共に守る" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ondersteun digitale onafhankelijkheid " - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wspieraj niezależność cyfrową" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Apoie a Independência Digital" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поддержка Цифровой Независимости" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dijital Bağımsızlığı Destekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Support Digital Independence" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hỗ trợ sự độc lập số" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "支持数字独立性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "支持數位獨立" - } - } - } - }, - "Membership.Banner.Title4" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الاستثمار في الاتصال" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Інвесціруйце ў Падключэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In Konnektivität investieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invest in Connectivity" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Invierte en conectividad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Investir dans la connectivité" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berinvestasilah pada Konektivitas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Investi nella connettività" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "つながりに、もっと力を" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Investeer in verbinding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zainwestuj w łączność" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Investir em Conectividade" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Инвестировать в Соединение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlanabilirliğe yatırım yapın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invest in Connectivity" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đầu tư vào sự kết nối" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对连接的投资" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "為互聯互通投資" - } - } - } - }, - "Membership.Email.Body" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Добры дзень, каманда Anytype! Я хацеў бы пашырыць маё бягучае членства на дадатковыя опцыі (калі ласка, абярыце опцыю):- Дадатковае выдаленае сховішча\n- Больш рэдактараў прасторы\n- Дадатковыя агульныя прасторы\n\nКанкрэтна,\nКалі ласка, укажыце тут канкрэтныя дэталі вашых патрэбаў." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hallo Anytype Team! Ich möchte mein aktuelles Abonnement erweitern um (bitte eine Option wählen):\n- Extra Remotespeicher\n- weitere Space Bearbeiter\n- zusätzliche geteilte Spaces\nBitte gebe hier gegebenenfalls genauere Informationen zu deinen Wünschen an." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Hola, equipo de Anytype! Me gustaría ampliar mi suscripción actual de la siguiente forma (elige una opción):\n- Más almacenamiento remoto.\n- Más editores de espacios.\n- Más espacios compartidos.\nEn concreto,\n(Escribe aquí tus necesidades específicas)." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Salut équipe Anytype ! Je voudrais étendre mon abonnement actuel pour plus de (choisissez une option) :\n- Plus de stockage distant\n- Plus d'éditeurs d'espaces\n- Plus d'espaces partagés\nPrécisions,\nMerci de fournir ici des détails plus précis de vos besoins." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Halo tim Anytype! Saya ingin memperpanjang masa berlangganan saya (silakan pilih salah satu opsi):\n- Ekstra penyimpanan daring\n- Lebih banyak editor\n- Tambahan kapasitas ruang bersama\nSecara khusus,\nHarap berikan detail spesifik kebutuhan Anda di sini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ciao team di Anytype! Vorrei estendere la mia attuale adesione per ulteriori informazioni (si prega di scegliere un'opzione):\n- Archiviazione remota\n- Più editor di spazio\n- Ulteriori spazi condivisi\nSpecificamente,\nSi prega di fornire dettagli specifici delle vostre esigenze qui." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeチーム担当者の方へ\n\n現在利用しておりますAnytypeのメンバーシップについて、変更したくご連絡いたしました。\n(下記のオプションの中から必要なものをお選びいただき、詳細をご記入ください)\n\n・リモートストレージの追加\n・スペース編集者の追加\n・共有スペース数の追加\n\n具体的にご希望の内容がございましたら、こちらにご記載ください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Halllo Anytype team! Ik zou graag mijn huidige lidmaatschap willen uitbreiden voor meer (kies alsjeblieft een optie):\n- Extra opslag\n- Meer ruimte bewerkers\n- Aanvullende gedeelde ruimtes\n\nSpecifiek,\nGeef alsjeblieft specifieke details van jouw wensen hier aan. " - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Cześć pracownicy Anytype! Chciałbym rozszerzyć swoją obecną subskrypcję na więcej (wybierz poniższe opcje):\n- Więcej zdalnej pamięci\n- Więcej edytorów przestrzeni\n- Dodatkowe dzielone przestrzenie\nKonkretniej,\nProszę umieść tutaj szczegóły swoich potrzeb." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Olá Equipe Anytype! Eu gostaria de estender minha atual assinatura para (por favor escolha uma opção):\n- Mais armazenamento remoto\n- Mais editores de espaço\n- Mais espaços compartilhados\nEspecificamente,\nforneça detalhes específicos das suas necessidades aqui." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здравствуйте, команда Anytype!\n\nЯ хотел(а) бы продлить свое текущее членство (пожалуйста, выберите опцию):\n- Дополнительное удаленное хранилище\n- Больше редакторов пространства\n- Дополнительные общие пространства\n\nОсобенно хотелось бы,\nПожалуйста, укажите подробности ваших потребностей здесь." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Merhaba Anytype ekibi! Mevcut üyeliğimi daha fazlası için uzatmak istiyorum (lütfen bir seçenek seçin): \n- Ekstra uzak depolama alanı \n- Daha fazla alan düzenleyicisi \n- Ek paylaşılan alanlar \nÖzellikle, \nLütfen ihtiyaçlarınızın belirli ayrıntılarını burada belirtin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您好 Anytype 团队!我想要延长我当前的会员资格(请选择一个选项):\n- 额外远程存储\n- 更多空间编辑者\n- 额外的共享空间\n具体来说,\n请在这里提供您需要的具体细节。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "你好,Anytype 團隊! 我想延長我目前的會員資格以獲得更多(請選擇一個選項):\n - 額外的遠端儲存\n - 更多空間編輯者\n - 額外的共享空間\n 具體來說,\n 請在此提供您需求的具體細節。" - } - } - } - }, - "Membership.EmailForm.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يرتبط بحسابك بأي شكل من الأشكال." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ён ніякім чынам не звязаны з вашым уліковым запісам." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sie ist in keiner Weise mit deinem Konto verknüpft." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "It is not linked to your account in any way." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No está vinculado a tu cuenta de ningún modo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'est lié d'aucune manière à votre coffre-fort." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ini tidak ditautkan ke akun Anda dengan cara apa pun." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non è collegato in alcun modo al tuo account" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あなたの保管庫と結びつけられることは一切ありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het is op geen enkele manier gekoppeld met je account." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie jest to w żaden sposób powiązane z Twoim kontem." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não está vinculado ao seu cofre de forma alguma." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Он никак не связан с вашим аккаунтом." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hesabınızla hiçbir şekilde bağlantılı değildir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "It is not linked to your account in any way." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nó không hề được liên kết với tài khoản của bạn theo bất kỳ cách gì." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "它没有以任何方式链接到您的帐户。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "這與您的帳戶沒有任何關聯。" - } - } - } - }, - "Membership.EmailForm.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "احصل على التحديثات واستمتع بالمزايا المجانية!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Атрымлівайце абнаўленні і карыстайцеся бясплатнымі бонусамі!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erhalte Aktualisierungen und genieße kostenlose Vergünstigungen!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Get updates and enjoy free perks!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Obtén actualizaciones y ventajas gratuitas!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Recevez les actualités et profitez d'avantages gratuits !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dapatkan pembaruan dan nikmati beragam keuntungan gratis!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ricevi aggiornamenti e goditi vantaggi gratuiti!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最新情報や無料特典を受け取りましょう!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontvang updates en geniet van gratis voordelen!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pobierz aktualizacje i ciesz się darmowymi korzyściami!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Receba atualizações e aproveite vantagens gratuitas!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Получайте обновления и пользуйтесь бесплатными преимуществами!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Güncellemeleri alın ve ücretsiz avantajlardan yararlanın!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Get updates and enjoy free perks!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhận cập nhật và tận hưởng những đặc quyền miễn phí!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "获得升级并享受免费优惠!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "獲得升級並享有免費福利!" - } - } - } - }, - "Membership.EmailValidation" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أدخل الرمز المرسل إلى بريدك الإلكتروني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце код, адпраўлены на вашу электронную пошту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gib den an deine E-Mail-Adresse gesendeten Code ein" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter the code sent to your email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introduce el código enviado a tu buzón de correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter the code sent to your email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter the code sent to your email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrez le code envoyé à votre adresse e-mail" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan kode yang dikirim ke surelmu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci il codice inviato alla tua email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスに送信されたコードを入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter the code sent to your email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn koden som er sendt til deg på e-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer de code in die naar jouw e-mailadres is verstuurd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter the code sent to your email" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wpisz kod wysłany na Twój adres e-mail" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Digite o código enviado para seu email" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter the code sent to your email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите код, отправленный на вашу электронную почту" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-posta adresinize gönderilen kodu girin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter the code sent to your email" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhập mã được gửi về email của bạn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入发送到您邮箱的代码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請輸入發送到您 email 的兌換代碼" - } - } - } - }, - "Membership.Feature.LocalName" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Лакальнае, не ўнікальнае імя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokaler, nicht eindeutiger Name" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Local, non-unique name" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre local, no único" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nom local, non unique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nama lokal yang tidak unik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome locale, non unico" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ローカル名" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Locale, niet-unieke naam" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lokalna, nieunikalna nazwa" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome local, não único" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Локальное, неуникальное имя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yerel, benzersiz olmayan ad" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local, non-unique name" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "本地的,不唯一的名称" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在地的、不獨特的名稱" - } - } - } - }, - "Membership.Feature.SharedSpaces" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - }, - "two" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "zero" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Да %@ агульных прастор" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Да %@ агульных прастор" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Да %@ агульных прастор" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Да %@ агульных прастор" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Bis zu %@ geteilte Spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Bis zu %@ geteilte Spaces" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Up to %d Shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "Up to %d Shared spaces" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Hasta %@ espacios compartidos" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Hasta %@ espacios compartidos" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Jusqu'à %@ Espaces partagés" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Jusqu'à %@ Espaces partagés" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Hingga %@ Ruang terbagi" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Fino a %@ Spazi condivisi" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Fino a %@ Spazi condivisi" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "最大%@の共有スペース" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Tot %@ Gedeelde ruimten" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Tot %@ Gedeelde ruimten" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Do %@ współdzielonych obszarów" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Do %@ współdzielonych obszarów" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Do %@ współdzielonych obszarów" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Do %@ współdzielonych obszarów" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Até %@ Espaços compartilhados" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Até %@ Espaços compartilhados" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "До %@ общих пространств" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "До %@ общих пространств" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "До %@ общих пространств" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "До %@ общих пространств" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "En fazla %@ paylaşılan alan" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "En fazla %@ paylaşılan alan" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Up to %@ Shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Up to %@ Shared spaces" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "最多 %@ 个共享空间" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "最多 %@ 個共享空間" - } - } - } - } - } - } - }, - "Membership.Feature.SpaceWriters" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - }, - "two" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "zero" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Рэдактараў на агульную прастору" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Рэдактараў на агульную прастору" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Рэдактараў на агульную прастору" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Рэдактараў на агульную прастору" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Bearbeiter pro geteiltem Space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Bearbeiter pro geteiltem Space" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d Editor per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d Editors per shared space" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ editores por cada espacio compartido" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ editores por cada espacio compartido" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Éditeurs par espace partagé" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Éditeurs par espace partagé" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Penyunting per ruang terbagi" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editor per spazio condiviso" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editor per spazio condiviso" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@名まで編集可能" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Bewerkers per gedeelde ruimte" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Bewerkers per gedeelde ruimte" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Edytorów na wspólny obszar" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Edytorów na wspólny obszar" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Edytorów na wspólny obszar" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Edytorów na wspólny obszar" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editores por espaço compartilhado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editores por espaço compartilhado" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Редакторов на общее пространство" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Редакторов на общее пространство" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Редакторов на общее пространство" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Редакторов на общее пространство" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Paylaşılan alan başına %@ editör" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşılan alan başına %@ editör" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Editors per shared space" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Editors per shared space" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "每个共享空间 %@ 个编辑者" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "每個共享空間 %@ 個編輯者" - } - } - } - } - } - } - }, - "Membership.Feature.StorageGB" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ГБ прасторы для рэзервовага капіравання і сінхранізацыі ў сетцы Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB Speicherplatz für Datensicherung und Synchronisation im Anytype-Netzwerk" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB de espacio de respaldo y sincronización en la red de Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Go d'espace de sauvegarde et de synchronisation sur le réseau Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB ruang pencadangan dan sinkronisasi di jaringan Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB di spazio di backup e sincronizzazione sulla rete Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype Networkでの%@GBのバックアップ容量と同期上限の緩和" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB aan backup- & synchronisatieruimte op het Anytype netwerk" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB przestrzeni zapasowej i synchronizacji w sieci Anytype" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB de backup e espaço de sincronização na rede Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ГБ резервного копирования и синхронизации в сети Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ağında %@ GB yedekleme ve eşitleme alanı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ GB of backup & sync space on the Anytype network" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "位于 Anytype 网络上的 %@ GB 的备份与同步空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 網路上的 %@ GB 備份和同步儲存空間" - } - } - } - }, - "Membership.Feature.UniqueName" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Унікальнае сеткавае імя (%@+ сімвалаў)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eindeutiger Netzwerkname (%@+ Zeichen)" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unique Network name (%@+ characters)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre de red único (%@ o más caracteres)" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nom unique dans le réseau (%@+ caractères)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nama Jaringan yang unik (%@+ karakter)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome unico nella rete (almeno %@ caratteri)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ANY名(%@文字以上)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unieke netwerknaam (%@+ tekens)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unikalna nazwa sieci (%@+ znaków)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome único de rede (%@+ caracteres)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Уникальное имя сети (%@+ символов)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Benzersiz Ağ adı (%@+ karakter)" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unique Network name (%@+ characters)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "唯一的网络名称(%@ 字符以上)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "獨特的網路名稱 (%@ 個字元以上)" - } - } - } - }, - "Membership.Feature.UnlimitedViewers" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Неабмежаваная колькасць гледачоў для агульных прастор" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbegrenzte Betrachteranzahl für geteilte Spaces" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Visitantes ilimitados para espacios compartidos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre illimité de lecteurs pour les espaces partagés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemirsa tak terbatas untuk ruang bersama" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizzatori illimitati per spazi condivisi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無制限の閲覧可能なメンバー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbeperkt aantal Lezers voor gedeelde ruimten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieograniczona liczba widzów dla współdzielonych obszarów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizadores ilimitados para espaços compartilhados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неограниченное количество Наблюдателей для общих сообществ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşılan alanlar için sınırsız görüntüleyici" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited Viewers for shared spaces" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "共享空间拥有无限的查看者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "每個共享空間無限多個瀏覽者" - } - } - } - }, - "Membership.Feature.Viewers" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - }, - "two" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "zero" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Глядачоў для агульных прастор" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Глядачоў для агульных прастор" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Глядачоў для агульных прастор" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Глядачоў для агульных прастор" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Betrachter für geteilte Spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Betrachter für geteilte Spaces" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d Viewer for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d Viewers for shared spaces" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ visitantes por espacio compartido" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ visitantes por espacio compartido" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Lecteurs pour les espaces partagés" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Lecteurs pour les espaces partagés" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Pelihat untuk ruang terbagi" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Visualizzatori per spazi condivisi" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Visualizzatori per spazi condivisi" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@名まで閲覧可能" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Lezers voor gedeelde ruimten" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Lezers voor gedeelde ruimten" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Widzów współdzielonych obszarów" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Widzów współdzielonych obszarów" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Widzów współdzielonych obszarów" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Widzów współdzielonych obszarów" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Visualizadores para espaços compartilhados" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Visualizadores para espaços compartilhados" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Наблюдателей для общих сообществ" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Наблюдателей для общих сообществ" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Наблюдателей для общих сообществ" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Наблюдателей для общих сообществ" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "Paylaşılan alan için %@ görüntüleyici" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşılan alan için %@ görüntüleyici" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "many" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "one" : { - "stringUnit" : { - "state" : "needs_review", - "value" : "%@ Viewers for shared spaces" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Viewers for shared spaces" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "共享空间有 %@ 个查看者" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "每個共享空間 %@ 個瀏覽者" - } - } - } - } - } - } - }, - "Membership.Legal.AlreadyPurchasedTier" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ужо набылі ўзровень?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Stufe bereits gekauft?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Already purchased tier?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Ya has pagado un nivel?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez déjà acheté le niveau ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sudah membeli paket?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai già acquistato il livello?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すでに購入済みですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Al een abonnement aangeschaft?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Już kupiłeś dostęp?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nível já comprado?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Уже приобретен уровень?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katmanı zaten satın aldınız mı?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Already purchased tier?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已经购买了级别吗?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已經購買會員了嗎?" - } - } - } - }, - "Membership.Legal.Details" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дэталі членскага плана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abonnementdetails" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Membership plan details" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Detalles del plan de suscripción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Détails des abonnements" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Detail paket berlangganan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dettagli del piano di Membership" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーシッププランの詳細" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lidmaatschap details" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szczegóły planu członkostwa" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Detalhes do plano de inscrição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Детали планов членства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyelik plan detayları" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership plan details" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chi tiết các bậc hội viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "会员计划详情" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "會員方案詳情" - } - } - } - }, - "Membership.Legal.LetUsKnow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يرجى إعلامنا هنا." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калі ласка, паведаміце нам тут." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lass es uns hier wissen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Please let us know here." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cuéntanoslo aquí." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "S'il vous plaît, faites-le nous savoir." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Silakan beri tahu kami di sini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per piacere, fatecelo sapere qui." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "こちらからお問い合わせください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vennligst gi oss beskjed her." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Laat het ons hier weten." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Daj nam znać tutaj." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Por favor, deixe-nos saber aqui." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пожалуйста, дайте нам знать об этом здесь." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lütfen bize buradan bildirin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please let us know here." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请在这里告诉我们。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請在這裡告訴我們。" - } - } - } - }, - "Membership.Legal.Privacy" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "سياسة الخصوصية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Палітыка прыватнасці" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datenschutzrichtlinie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Privacy policy" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Política de privacidad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy policy" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy policy" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Politique de confidentialité" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kebijakan privasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informativa sulla privacy" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プライバシーポリシー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "개인정보 보호정책" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Personvernregler" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacybeleid" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy policy" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Polityka prywatności" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Política de Privacidade" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy policy" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Политика конфиденциальности" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gizlilik politikası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Privacy policy" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chính sách quyền riêng tư" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "隐私政策" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "隱私政策" - } - } - } - }, - "Membership.Legal.RestorePurchases" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аднаўленне пакупак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Käufe wiederherstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Restore purchases" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar compras" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurer les achats" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pulihkan pembelian" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina gli acquisti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "購入を復元" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Herstel aankopen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przywróć zakupy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar compras" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Восстановить Покупки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Satın alınanları geri yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore purchases" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khôi phục các gói đã mua" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "恢复购买" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "恢復購買" - } - } - } - }, - "Membership.Legal.Terms" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الشروط والأحكام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тэрміны і ўмовы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Allgemeine Geschäftsbedingungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Terms and conditions" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Términos y condiciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms and conditions" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms and conditions" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Termes et conditions" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Syarat dan ketentuan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Termini e condizioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "利用規約" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms and conditions" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vilkår og betingelser" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Algemene voorwaarden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms and conditions" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zasady i Warunki" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Termos e Condições" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms and conditions" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Условия и положения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şartlar ve koşullar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Terms and conditions" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Điều khoản và điều kiện" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "条款与条件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "條款和細則" - } - } - } - }, - "Membership.Legal.WouldYouLike" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هل ترغب في استخدام Anytype للأعمال، التعليم، إلخ؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ці хочаце вы выкарыстоўваць Anytype для бізнесу, адукацыі і г.д.?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Möchten Sie Anytype für Geschäftliches, Bildung, usw.?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Quieres usar Anytype con fines profesionales, educativos, etc.?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous souhaitez utiliser Anytype pour les affaires, l'éducation, etc.?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah Anda ingin menggunakan Anytype untuk bisnis, pendidikan, dll.?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorresti utilizzare Anytype per affari, educazione, ecc.?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeを仕事や学習などでご利用されますか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ønsker du å bruke Anytype for virksomhet, utdanning osv.?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wil je Anytype gebruiken voor zakelijk, onderwijs, etc.?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czy chciałbyś używać Anytype w biznesie, edukacji itp.?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você gostaria de usar o Anytype para negócios, educação, etc.?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы хотели бы использовать Anytype для бизнеса, образования и т.д.?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype'ı iş, eğitim vb. için kullanmak ister misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Would you like to use Anytype for business, education, etc.?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您想要使用 Anytype 用于例如商业、教育或者其他类似用途吗?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您想將 Anytype 用於商業、教育或其他用途嗎?" - } - } - } - }, - "Membership.ManageTier.Android" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можаце кіраваць узроўнем на Android" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can manage tier on Android platform" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puedes gestionar el nivel en la versión de Android" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous pouvez gérer l'offre à partir de l'application Android" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda dapat mengelola jenjang di platform Android" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È possibile gestire il livello sulla piattaforma Android" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プランの変更は、Androidで行ってください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt het abonnement op het Android platform beheren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você pode gerenciar o nível na plataforma de Android" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можете управлять уровнем членства на платформе Android" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Android platformunda katmanı yönetebilirsiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Android platform" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在 Android 平台上管理等级" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在安卓平臺上管理層級" - } - } - } - }, - "Membership.ManageTier.AppleId" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можаце кіраваць узроўнем у іншым уліковым запісе AppleId" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can manage tier on another AppleId account" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puedes gestionar el nivel en otra cuenta de AppleId" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous pouvez gérer l'offre à partir d'un autre compte AppleId" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda dapat mengelola jenjang di akun Apple ID lainnya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È possibile gestire il livello su un altro account AppleId" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プランの変更は、別のApple IDアカウントで行ってください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt het abonnement op een andere AppleId account beheren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você pode gerenciar os níveis em outro Apple Id" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можете управлять уровнем членства на другой учетной записи AppleId" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katmanı başka bir AppleId hesabından yönetebilirsiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on another AppleId account" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在另一个 Apple ID 上管理等级" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在另一個Apple帳戶上管理層級" - } - } - } - }, - "Membership.ManageTier.Desktop" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يمكنك إدارة المستوى على منصة سطح المكتب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можаце кіраваць узроўнем на камп'ютары" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can manage tier on Desktop platform" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puedes gestionar el nivel en la versión de escritorio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous pouvez gérer l'offre à partir de l'application de bureau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda dapat mengelola jenjang pada platform Desktop" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "È possibile gestire il livello sulla piattaforma Desktop" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プラン変更は、デスクトップ版から行ってください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt het abonnement op het desktopplatform beheren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você pode gerenciar o nível na plataforma de Desktop" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы можете управлять уровнями членства на платформе Desktop" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Masaüstü platformunda katmanı yönetebilirsiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can manage tier on Desktop platform" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在桌面端上管理等级" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您可以在桌面平臺上管理層級" - } - } - } - }, - "Membership.NameForm.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هذا هو اسمك الفريد على شبكة Anytype، يؤكد عضويتك. يعمل كنطاق شخصي ولا يمكن تغييره." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэта ваша ўнікальнае імя ў сетцы Anytype, якое пацвярджае ваша членства. Яно дзейнічае як ваш асабісты дамен і не можа быць зменены." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dies ist dein eindeutiger Name im Anytype-Netzwerk, der deine Mitgliedschaft bestätigt. Er dient als deine persönliche Domain und kann nicht geändert werden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este es tu nombre único en la red Anytype y confirma tu suscripción. Funciona como tu dominio personal y no se puede cambiar." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ceci est votre nom unique sur le réseau Anytype, confirmant votre abonnement. Il agit comme votre domaine personnel et ne peut pas être changé." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ini adalah nama unik Anda di jaringan Anytype, yang mengonfirmasi Keanggotaan Anda. Nama ini berfungsi sebagai domain pribadi Anda dan tidak dapat diubah." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo è il tuo nome univoco sulla rete Anytype, che conferma la vostra iscrizione. Funge da dominio personale e non può essere cambiato." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これはAnytype Network内で使えるあなただけの名前です。メンバーシップの加入認証にも使われます。自分専用のドメイン名として使うことができ、変更できません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dette er ditt unike navn på Anytype-nettverket, som bekrefter medlemskapet ditt. Det fungerer som ditt personlige domene og kan ikke endres." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit is je unieke naam op het Anytype netwerk, die je lidmaatschap bevestigt. Het fungeert als je persoonlijke domein en kan niet worden gewijzigd." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jest to Twoje unikalne imię i nazwisko w sieci Anytype, potwierdzające Twoje członkostwo. Działa jako Twoja domena osobista i nie można jej zmienić." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Este é o seu nome exclusivo na rede Anytype, confirmando a sua Associação. Ele atua como seu domínio pessoal e não pode ser alterado." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это ваше уникальное имя в сети Anytype, подтверждающее ваше членство. Оно служит вашим личным доменом и не может быть изменено." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu, Anytype ağında üyeliğinizi onaylayan benzersiz adınızdır. Kişisel alan adınız olarak işlev görür ve değiştirilemez." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đây là biệt danh của bạn trên mạng Anytype, chứng nhận cho Tư cách hội viên của bạn. Nó có tác dụng giống một tên miền cá nhân và không thể thay đổi." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这是您在 Anytype 网络上的独特名称,用于确认您的会员身份。它是您的个人域名,且无法更改。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "這是您在Anytype網絡的專屬用戶名,以確認您的會員身份。它是您的個人域名,不可更改。" - } - } - } - }, - "Membership.NameForm.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اختر اسمك الفريد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце сваё ўнікальнае імя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wähle deinen einzigartigen Namen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pick your unique name" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elige un nombre único" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pick your unique name" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pick your unique name" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Choisissez votre nom unique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih nama unikmu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scegli il tuo nome unico" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "自分だけの名前を決めましょう" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Pick your unique name" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg ditt unike navn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kies jouw unieke naam" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Pick your unique name" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz swoją unikalną nazwę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Escolha seu nome único" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pick your unique name" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите ваше уникальное имя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Benzersiz isminizi seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pick your unique name" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn biệt danh của bạn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择您独有的名字" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取一個獨特的名字" - } - } - } - }, - "Membership.NameForm.Validated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэтая назва выстаўлена на продаж" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Name ist noch zu vergeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This name is up for grabs" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este nombre está disponible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce nom est disponible" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nama ini boleh dipakai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo nome è disponibile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この名前は利用可能です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dette navnet er ledig" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze naam is voor het grijpen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ta nazwa jest do zgarnięcia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Este nome está disponível para uso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это имя свободно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu isim tartışmaya açık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This name is up for grabs" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tên này còn để lấy" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这个名称是可获得的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "此名稱可以使用!" - } - } - } - }, - "Membership.NameForm.Validating" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пачакайце секунду..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einen Moment bitte..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Wait a second..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espera un segundo…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Patientez..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tunggu sebentar..." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aspetta un secondo..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "少々お待ちください…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vent et øyeblikk..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Even geduld..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaraz, zaraz..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Só um segundo..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подождите секундочку..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir saniye bekleyin..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Wait a second..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chờ một chút..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请耐心等待..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請稍後..." - } - } - } - }, - "Membership.Payment.Apple subscription" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اشتراك Apple" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple падпіска" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple-Abonnement" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Apple subscription" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Suscripción de Apple" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Abonnement Apple" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Langganan Apple" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Abbonamento Apple" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Appleサブスクリプション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple-abonnement" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Subskrypcja Apple" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Assinatura Apple" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подписка Apple" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple aboneliği" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple subscription" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple 订阅" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Apple 訂閱" - } - } - } - }, - "Membership.Payment.Card" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بطاقة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Картка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Karte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Card" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarjeta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Card" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kortti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Carte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kartu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scheda" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "카드" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kort" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaart" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କାର୍ଡ଼" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Karta" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cartão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cartão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Карточка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kart" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Картка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "卡片" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "卡片" - } - } - } - }, - "Membership.Payment.Crypto" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عملة مشفرة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Крыпта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kryptowährung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Crypto" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cripto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kripto" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cripto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "暗号資産" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Krypto" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Krypto" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Криптовалюта" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kripto" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Crypto" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiền ảo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加密货币" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "加密貨幣" - } - } - } - }, - "Membership.Payment.Google subscription" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اشتراك Google" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Google падпіска" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Google-Abonnement" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Google subscription" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Suscripción de Google" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Abonnement Google" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Langganan Google" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Abbonamento Google" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Google Playでの定期購入" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Google-abonnement" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Subskrypcja Google" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Assinatura Google" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подписка Google" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Google aboneliği" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Google subscription" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Google 订阅" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Google 訂閱" - } - } - } - }, - "Membership.Success.Curiosity" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحيات كبيرة لفضولك!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вялікі дзякуй за вашу цікаўнасць!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ein Hoch auf deine Neugierde!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Big cheers for your curiosity!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Enhorabuena por tu curiosidad!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Merci beaucoup pour votre curiosité !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tepuk tangan yang meriah untuk rasa ingin tahu Anda!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Un grande applauso per la tua curiosità!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ご興味をお持ちいただき、ありがとうございます!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hulde voor jouw nieuwsgierigheid!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wielkie brawa za ciekawość!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Um grande aplauso por sua curiosidade!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Большое спасибо за Ваше любопытство!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Merakınız için kocaman bir alkış!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your curiosity!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ăn mừng cho sự tò mò của bạn thôi!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "为你的好奇心干一杯大的!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "為你的好奇心喝彩!" - } - } - } - }, - "Membership.Success.Support" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вялікі дзякуй за вашу падтрымку!" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ein Hoch auf deine Unterstützung!" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Big cheers for your support!" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¡Enhorabuena por tu apoyo!" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Un grand merci pour votre soutien !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tepuk tangan yang meriah untuk dukungan Anda!" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Grazie mille per il tuo supporto!" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ご支援に心より感謝申し上げます!" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hulde voor jouw ondersteuning!" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wielkie dzięki za Twoje wsparcie!" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Um grande aplauso pelo seu apoio!" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Большое спасибо за вашу поддержку!" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Desteğiniz için kocaman alkış!" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Big cheers for your support!" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ăn mừng cho sự hỗ trợ của bạn thôi!" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "为你的支持干一杯大的!" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "為你的支持點贊!" - } - } - } - }, - "Membership.Success.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вітаем вас у сетцы, %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Willkommen im Netzwerk, %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Welcome to the network, %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Te damos la bienvenida a la red, %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bienvenue sur le réseau, %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selamat menjadi anggota, %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Benvenuto/a nella rete, %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ネットワーク %@へようこそ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Welkom bij het netwerk, %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Witaj w sieci, %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Bem-vindo à rede, %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добро пожаловать в сеть, %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@, ağa hoş geldiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Welcome to the network, %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chào mừng đến với mạng, %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "欢迎来到网络, %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "歡迎來到 Anytype 網絡,%@" - } - } - } - }, - "Membership.unavailable" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este nivel no está disponible en la aplicación. Sabemos que no es lo ideal." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo livello non è disponibile nell'app. Sappiamo che non è l'ideale." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このプランはアプリでは利用できません。ご不便をおかけし、申し訳ありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu katman uygulamada mevcut değildir. İdeal olmadığını biliyoruz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "This tier is not available in the app. We know it's not ideal." - } - } - } - }, - "Membership.Upgrade.Button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الاتصال بفريق Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звяжыцеся з камандай Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype-Team kontaktieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Contact Anytype Team" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hablar con el equipo de Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Contacter l'équipe d'Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hubungi Tim Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Contatta il Team Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeへのお問い合わせ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Contacteer Anytype team" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skontaktuj się z zespołem Anytype" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrar em contato com a equipe Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связаться с командой Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ekibi ile iletişime geçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Contact Anytype Team" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên hệ đội ngũ Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "联系Anytype团队" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "聯絡 Anytype 團隊" - } - } - } - }, - "Membership.Upgrade.MoreMembers" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Палепшыце, каб дадаць больш удзельнікаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade um weitere Mitglieder hinzuzufügen. " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upgrade to add more members" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Amplía tu suscripción para añadir más miembros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mettre à niveau pour ajouter plus de membres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tingkatkan untuk menambah lebih banyak anggota" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiorna per aggiungere più membri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アップグレードしてさらに多くのメンバーを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade om meer leden toe te voegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Dê um “upgrade” na sua assinatura para adicionar mais membros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обновите, чтобы добавить больше участников" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla üye eklemek için yükseltin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more members" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nâng cấp để thêm nhiều thành viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "升级以添加更多成员" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "升級以新增更多成員" - } - } - } - }, - "Membership.Upgrade.MoreSpaces" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Палепшыце, каб дадаць больш прастор" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgraden um weitere Spaces hinzuzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upgrade to add more spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Amplía tu suscripción para añadir más espacios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mettre à niveau pour ajouter plus d’espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tingkatkan untuk menambah ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fai l'upgrade per aggiungere più spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アップグレードしてさらにスペースを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade om meer ruimten toe te voegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ulepsz, aby dodać więcej przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Dê um “upgrade” na sua assinatura para adicionar mais espaços" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обновите, чтобы добавить больше пространств" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla alan eklemek için yükseltin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade to add more spaces" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nâng cấp để thêm nhiều không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "升级以创建更多空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "升級以使用更多空間" - } - } - } - }, - "Membership.Upgrade.NoMoreEditors" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يمكنك إضافة المزيد من المحررين" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы не можаце дадаць больш рэдактараў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du kannst keine weiteren Editoren hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can’t add more editors" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No puedes añadir más editores" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous ne pouvez pas ajouter plus d'éditeurs" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu tidak bisa menambah penyunting lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non puoi aggiungere altri editor" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これ以上、編集権限のメンバーを追加できません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt geen bewerkers meer toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie można dodać więcej edytorów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você não pode adicionar mais editores" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы не можете добавить больше редакторов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla düzenleyici ekleyemezsiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more editors" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn không thể thêm biên tập viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您无法添加更多编辑者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您無法新增更多編輯者" - } - } - } - }, - "Membership.Upgrade.NoMoreMembers" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يمكنك إضافة المزيد من الأعضاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы не можаце дадаць больш удзельнікаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du kannst keine weiteren Mitglieder hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can’t add more members" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No puedes añadir más miembros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous ne pouvez plus ajouter de membres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda tidak dapat menambah anggota lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non puoi aggiungere altri membri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これ以上、閲覧権限のメンバーを追加できません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt geen leden meer toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você não pode adicionar mais membros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы не можете добавить больше участников" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla üye ekleyemezsiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t add more members" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn không thể thêm thành viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您无法添加更多成员" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您無法新增更多成員" - } - } - } - }, - "Membership.Upgrade.SpacesLimit" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту %d прасторы, якія можна абагуліць" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту %d прастор, якія можна абагуліць" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту %d прасторы, якую можна абагуліць" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту %d прастор, якія можна абагуліць" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Du hast die Grenze von %d Space, die gemeinsam genutzt werden können, erreicht" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Du hast die Grenze von %d Space, die gemeinsam genutzt werden können, erreicht" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Has alcanzado el límite de %d espacio compartido." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Has alcanzado el límite de %d espacios compartidos." - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez atteint la limite d’%d espace pouvant être partagé" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez atteint la limite de %d espaces pouvant être partagés" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu sudah mencapai batas %d ruang yang bisa dibagikan" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai raggiunto il limite di %d spazio che può essere condiviso" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai raggiunto il limite di %d spazi che possono essere condivisi" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "共有スペースの上限数である%dつに達しました。" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt de limiet bereikt van de %d ruimte die kan worden gedeeld" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt de limiet bereikt van de %d ruimtes die kunnen worden gedeeld" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Você atingiu o limite de espaço %d que pode ser compartilhado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Você atingiu o limite de espaço %d que pode ser compartilhado" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита в %d пространства, которыми можно поделиться" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита в %d пространств, которыми можно поделиться" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита в %d пространство, которым можно поделиться" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита в %d пространств, которыми можно поделиться" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşılabilecek %d alan sınırına ulaştınız" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşılabilecek %d alan sınırına ulaştınız" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d space that can be shared" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve reached the limit of %d spaces that can be shared" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "您已经达到 %d 个可共享空间的限制" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "您已達到可共享 %d 個空間的上限了" - } - } - } - } - } - } - }, - "Membership.Upgrade.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تواصل معنا للحصول على مساحة تخزين إضافية، أو محرري مساحة، أو مساحات مشتركة إضافية. سيوفر فريق Anytype التفاصيل والشروط المصممة خصيصًا لاحتياجاتك." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звяртайцеся да нас за дадатковымі месцамі для захоўвання, рэдактарамі прасторы ці дадатковымі месцамі для агульнага выкарыстання. Каманда Anytype прадаставіць дэталі і ўмовы ў адпаведнасці з вашымі патрэбамі." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kontaktiere und bezüglich mehr Speicherplatz oder mehr geteilten Spaces. Das Anytype Team wird sich mit Informationen und den auf dich zugeschnittenen Konditionen melden. " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Habla con nosotros si quieres aumentar el almacenamiento, los editores de tus espacios o los espacios compartidos. El equipo de Anytype te ofrecerá detalles y condiciones adaptados a tus necesidades." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Contactez-nous pour obtenir du stockage supplémentaire, plus de rédacteurs, ou davantage d'espaces partagés. L'équipe d'Anytype vous fournira l'offre adaptée à vos besoins." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hubungi kami untuk penyimpanan ekstra, tambahan editor, atau lebih banyak ruang bersama. Tim Anytype akan memberikan detail dan ketentuan yang disesuaikan dengan kebutuhan Anda." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Contattaci per ottenere più spazio di archiviazione, editor di spazi o più spazi condivisi. Il team di Anytype fornirà dettagli e condizioni su misura per le tue esigenze." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ストレージ容量の追加、スペースエディターに関するご質問、または共有スペースの増設については、お気軽にお問い合わせください。Anytypeがお客様のニーズに合わせた詳細と条件をご案内いたします。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Neem contact met ons op voor extra opslag, ruimtebewerkers of meer gedeelde ruimtes. Het Anytype-team zal details en voorwaarden bieden die zijn afgestemd op jouw behoeften." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skontaktuj się z nami w celu uzyskania dodatkowej pamięci, edytorów przestrzeni lub większej liczby dzielonych przestrzeni. Zespół Antype poda szczegóły i warunki dostosowane do Twoich potrzeb." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Entre em contato conosco para obter armazenamento extra, editores de espaço ou mais espaços compartilhados. A equipe Anytype fornecerá detalhes e condições adaptadas às suas necessidades." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обращайтесь к нам за дополнительным объемом памяти хранилища, редакторами пространства или общими пространствами. Команда Anytype предоставит детали и условия в соответствии с вашими потребностями." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ekstra depolama, alan editörleri veya daha fazla ortak alan için bize ulaşın. Anytype ekibi ihtiyaçlarınıza göre uyarlanmış ayrıntılar ve koşullar sağlayacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên lạc chúng tôi để có thêm dung lượng, biên tập viên không gian, hoặc nhiều không gian chung hơn. Đội ngũ Anytype sẽ cung cấp cho chi tiết và điều kiện phù hợp với nhu cầu của bạn." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "联系我们以获取额外的存储空间、空间编辑器或更多共享空间。任何类型的团队都将根据您的需求提供量身定制的细节和条件。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "如需更多額外的儲存容量、更多空間編輯者或更多共享空間,請與我們聯絡。 Anytype 團隊將根據您的需求和條件為您量身定製。" - } - } - } - }, - "Membership.Upgrade.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ترقية العضوية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Павышэнне членства" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hochstufen der Mitgliedschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Membership upgrade" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ampliación de la suscripción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mise à niveau de l'abonnement" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gangguan pada status keanggotaan saat ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiornamento Membership" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーシップをアップグレード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lidmaatschap upgrade" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ulepszenie subskrypcji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Atualizar assinatura" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Улучшение членства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyelik yükseltme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Membership upgrade" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nâng cấp tư cách hội viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "会员升级" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "會員升級" - } - } - } - }, - "MembershipServiceError.invalidBillingIdFormat" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Унутраная праблема з фарматам аплаты, мы працуем над гэтым. Паўтарыце спробу пазней або звярніцеся ў службу падтрымкі." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Internes Problem mit dem Rechnungsformat, wir arbeiten daran. Versuche es später noch einmal oder kontaktiere den Support." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hubo un problema interno con el formato de facturación y lo estamos resolviendo. Inténtelo de nuevo más tarde o ponte en contacto con el soporte técnico." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Problème interne avec le format de facturation, nous travaillons sur ceci. Réessayez plus tard ou contactez le support." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masalah internal dengan format penagihan, kami sedang mengatasinya. Coba lagi nanti atau hubungi layanan dukungan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Problema interno con il formato di fatturazione, stiamo lavorando per risolverlo. Riprova più tardi o contatta l'assistenza." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "請求処理に問題が発生しています。現在、復旧作業中ですので、しばらくしてから再度お試しになるか、サポートまでご連絡をお願いします。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Intern probleem met factuurformaat, we werken hieraan. Probeer het later opnieuw of neem contact op met ondersteuning." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wewnętrzny problem z formatem rozliczeniowym, pracujemy nad tym. Spróbuj ponownie później lub skontaktuj się z pomocą techniczną." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Um problema interno com o formato de faturamento. Estamos trabalhando nisso. Tente novamente mais tarde ou entre em contato com o suporte." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Внутренняя проблема с форматом биллинга, мы работаем над этим. Попробуйте позже или обратитесь в службу поддержки." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fatura formatıyla ilgili dahili sorun, bunun üzerinde çalışıyoruz. Daha sonra tekrar deneyin veya destek ekibiyle iletişime geçin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Internal problem with billing format, we are working on this. Try again later or contact support." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "帐单格式内部有问题,我们正在处理这个问题。请稍后再试或联系客服支持。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帳單格式存在內部問題,我們正在處理中。請稍後再試,或聯絡客服支援。" - } - } - } - }, - "MembershipServiceError.tierNotFound" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не знойдзены даныя ўзроўню, перазапусціце праграму і паўтарыце спробу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Informationen zur Stufe nicht gefunden, App neustarten und erneut versuchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Not found tier data, restart app and try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se encuentran los datos del nivel, reinicia la aplicación e inténtalo de nuevo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Données de niveau introuvables, redémarrez l'application et réessayez" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Data jenjang tidak ditemukan, mulai ulang aplikasi dan coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dati del livello non trovati, riavviare l'app e riprovare" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーシップ情報が見つかりませんでした。アプリを再起動して、もう一度お試し下さい。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Abonnementsgegevens niet gevonden, herstart app en probeer het opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie znaleziono danych poziomu, zrestartuj aplikację i spróbuj ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não foi encontrado o tier data, reinicie o app e tente novamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Данные об уровне членства не найдены, перезапустите приложение и повторите попытку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katman verisi bulunamadı, uygulamayı yeniden başlatın ve tekrar deneyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not found tier data, restart app and try again" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "找不到层数据,重启应用并重试" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未找到該階段數據,請重新啟動應用程式並重試" - } - } - } - }, - "membersPlural" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d members" - } - } - } - } - } - } - }, - "Mention.Subtitle.Placeholder" : { - "comment" : "MARK: - Mention", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "개체" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件" - } - } - } - }, - "Mentions" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإشارات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Згадванні" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erwähnungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mentions" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Menciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sebutan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Menzioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンション" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vermeldingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Упоминания" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bahsetmeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "提及" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions" - } - } - } - }, - "Message.Action.AddReaction" : { - "comment" : "MARK: - Messages", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة رد فعل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць рэакцыю" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Reaktion hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add Reaction" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir reacción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter une Réaction" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan Reaksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi una Reazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リアクションを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg reactie toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar reação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить реакцию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tepki Ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加回应" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Reaction" - } - } - } - }, - "Message.Action.CopyPlainText" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Klartext kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy Plain Text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar texto simple" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier le texte brut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin Teks Polos" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia Testo Semplice" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テキストをコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieer platte tekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düz Metni Kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复制纯文本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy Plain Text" - } - } - } - }, - "Message.Action.Reply" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Antworten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reply" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Responder" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Répondre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Balas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rispondi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "返信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Antwoord" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Responder" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ответить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yanıtla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "回复" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Reply" - } - } - } - }, - "Message.Action.Unread" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als ungelesen markieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mark Unread" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcar como no leído" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Marquer comme non lu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tandai Belum Dibaca" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Segna come non letto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未読にする" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Markeer als ongelezen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Okunmadı Olarak İşaretle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "标记未读" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Mark Unread" - } - } - } - }, - "Message.ChatTitle.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbenannter Chat " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Untitled Chat" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat sans titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Obrolan Nirjudul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naamloze chat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат без названия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız Sohbet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未命名对话" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled Chat" - } - } - } - }, - "Message.edited" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم التعديل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "адрэдагавана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "bearbeitet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "edited" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "editado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "modifié" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "disunting" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "modificato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "수정됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "bewerkt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "отредактировано" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "düzenlendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已编辑" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "edited" - } - } - } - }, - "Message.Input.Chat.EmptyPlaceholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اكتب رسالة..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eine Nachricht schreiben..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Write a message..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Escribir mensaje…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ecrire un message..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tulis pesan …" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scrivi un messaggio..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メッセージを入力…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Schrijf een bericht..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Напишите сообщение..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir mesaj yazın..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "写点什么..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Write a message..." - } - } - } - }, - "Message.Input.Stream.EmptyPlaceholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Broadcast" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Difundir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Diffuser" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Siarkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Trasmissione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブロードキャスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zend uit" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yayın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "直播" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Broadcast" - } - } - } - }, - "Migration.Error.NotEnoughtSpace.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Libera aproximadamente %@ de espacio y vuelve a ejecutar el proceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veuillez libérer environ %@ d'espace et relancer le processus." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Silakan bersihkan kurang lebih %@ ruang penyimpanan, lalu coba lagi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "約%@の空き容量を確保し、再度実行してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak alsjeblieft ongeveer %@ aan ruimte vrij en voer het proces opnieuw uit." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lütfen yaklaşık %@ kadarlık alanı temizleyin ve işlemi tekrarlayın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请清理大约 %@ 空间后重试。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Please clear approximately %@ of space and run the process again." - } - } - } - }, - "Migration.Error.NotEnoughtSpace.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht genügend Platz" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Not enough space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay suficiente espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace insuffisant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penyimpanan tidak cukup" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazio insufficiente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "十分な空き容量がありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet genoeg ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Недостаточно места" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeterli yer yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有足够的空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Not enough space" - } - } - } - }, - "Migration.Initial.readMore" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قراءة المزيد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Weiterlesen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Read More" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Más información" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lire la suite" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selengkapnya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Leggi Altro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "さらに詳しく" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lees meer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подробнее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha Fazla Oku" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "进一步了解" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Read More" - } - } - } - }, - "Migration.Initial.startUpdate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بدء التحديث" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualisierung starten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Start Update" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Iniciar actualización" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Démarrer la mise à jour" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mulai Pembaruan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Avvio Aggiornamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新開始" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Start update" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Начать обновление" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Güncellemeyi Başlat" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "开始更新" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Start Update" - } - } - } - }, - "Migration.Initial.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نحن نضع الأساس لدردشاتنا الجديدة. بما في ذلك العدادات والإشعارات والميزات الأخرى اللازمة لتجربة دردشة سلسة." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience. It might take a little while, but don't worry, your data is safe." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Estamos poniendo los cimientos de los nuevos chats. Esto incluye notificaciones, contadores y otras funciones necesarias para una experiencia de chat completa." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nous posons les bases de nos nouveaux chats. Comprenant des compteurs, des notifications et d'autres fonctionnalités nécessaires pour une expérience de chat fluide." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kami sedang mempersiapkan fitur obrolan, termasuk hitungan pesan, notifikasi, dan fitur lainnya yang diperlukan untuk pengalaman obrolan yang mulus." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stiamo gettando le basi per le nostre nuove chat. Compresi contatori, notifiche e altre funzionalità necessarie per una chat fluida." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいチャット機能が登場します。メッセージ数の表示や通知など、便利な機能が追加されます。完了まで少々お時間をいただきますが、常にデータは安全に保管されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "We leggen de basis voor onze nieuwe chats. Inclusief tellers, meldingen en andere functies die nodig zijn voor een soepele chatervaring." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Мы закладываем основу для наших новых чатов. Включая счетчики, уведомления и другие функции, необходимые для бесперебойной работы в чате." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni sohbetlerimiz için zemin hazırlıyoruz. Sayaçlar, bildirimler ve sorunsuz sohbet deneyimi için gereken diğer özellikler dahil." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我们正在为我们的新聊天奠定基础。包括计数器、通知和其他顺利聊天体验所需的功能。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "We're laying the groundwork for our new chats. Including counters, notifications and other features needed for smooth chat experience." - } - } - } - }, - "Migration.Initial.title" : { - "comment" : "MARK: - Migration", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديث إصدار جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Version Update" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva actualización de versión" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mise à jour de la nouvelle version" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembaruan Versi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiornamento della nuova versione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最新版への更新" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe versie update" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новая версия. Обновить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Sürüm Güncellemesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "有新版本可用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New Version Update" - } - } - } - }, - "Migration.Progress.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قد يستغرق هذا بعض الوقت. يرجى عدم إغلاق التطبيق حتى يكتمل الإجراء." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dies kann einige Zeit dauern. Bitte schließe die App nicht, bis der Vorgang abgeschlossen ist." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esto puede llevar algún tiempo. No cierres la aplicación hasta que termine el proceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cela peut prendre un certain temps. Veuillez ne pas fermer l'application avant que le processus soit terminé." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ini mungkin perlu beberapa waktu. Mohon tidak menutup aplikasi hingga proses selesai." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo potrebbe richiedere un po 'di tempo. Si prega di non chiudere l'app fino a quando il processo è completato." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これには数分かかることがあります。完了するまでアプリを閉じずに、そのままお待ちください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit kan enige tijd duren. Sluit de app alsjeblieft niet voordat het proces is voltooid." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это может занять некоторое время. Пожалуйста, не закрывайте приложение, пока процесс не завершится." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu işlem biraz zaman alabilir. Lütfen işlem tamamlanana kadar uygulamayı kapatmayın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这可能需要一些时间。不要关闭本软件,直至更新完成。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "This may take some time. Please don’t close the app until the process is complete." - } - } - } - }, - "Migration.Progress.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualisierung ist im Gang..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Update is in progress..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La actualización está en curso…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mise à jour en cours..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembaruan sedang berlangsung …" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiornamento in corso..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is bezig..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Güncelleme devam ediyor..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正在更新..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Update is in progress..." - } - } - } - }, - "Migration.ReadMore.description1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "سترى شاشة تحميل أثناء التحديث. بمجرد الانتهاء، يمكنك متابعة استخدام التطبيق بشكل طبيعي." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Verás una pantalla de carga durante la actualización. Cuando termine, podrás seguir usando la aplicación como siempre." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous verrez un écran de chargement pendant la mise à jour. Une fois terminé, vous pouvez continuer à utiliser l'application normalement." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda akan melihat tampilan pemuatan selama pembaruan berlangsung. Begitu selesai, Anda dapat lanjut menggunakan aplikasi secara normal." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Durante l'aggiornamento verrà visualizzata una schermata di caricamento. Al termine, è possibile continuare a utilizzare l'applicazione normalmente." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新中は読み込み画面が表示されます。完了後、通常通りアプリをご利用いただけます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je zult een laadscherm zien tijdens de update. Eenmaal voltooid, kun je de app normaal blijven gebruiken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Во время обновления вы увидите экран загрузки. После завершения вы можете продолжить обычное использование приложения." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Güncelleme sırasında bir yükleme ekranı göreceksiniz. Tamamlandığında uygulamayı normal şekilde kullanmaya devam edebilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在更新过程中您会看到一个加载画面。完成之后您即可继续使用本软件。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You'll see a loading screen during the update. Once finished, you can continue using the app normally." - } - } - } - }, - "Migration.ReadMore.description2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خلال هذا التحديث، تظل بياناتك آمنة تمامًا. يتم إجراء التحديث مباشرة على جهازك، وتبقى بياناتك المتزامنة غير متأثرة. سنقوم فقط بنسخها إلى تنسيق جديد، وسيتم إنشاء نسخة احتياطية محلية على جهازك، تحتوي على جميع بياناتك بالتنسيق السابق." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Durante esta actualización, tus datos están protegidos por completo. La actualización se realiza en tu dispositivo y no afecta a los datos sincronizados. Lo que hacemos es copiarlos con un formato nuevo y crear en tu dispositivo una copia de respaldo que contiene todos los datos en el formato anterior." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pendant cette mise à jour, vos données restent entièrement sécurisées. La mise à jour est effectuée directement sur votre appareil et vos données synchronisées ne sont pas affectées. Nous allons juste le copier dans un nouveau format, et une sauvegarde locale sera créée sur votre appareil, contenant toutes vos données dans le format précédent." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selama pembaruan ini, datamu tetap aman. Pembaruan ini dilakukan langsung di perangkatmu, dan data yang tersinkronisasi tidak akan terdampak. Kami hanya akan menyalinnya ke format yang baru. Cadangan lokal berisi seluruh datamu dalam format yang lama akan dibuat di perangkat ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Durante l'aggiornamento, i dati rimangono completamente protetti. L'aggiornamento viene eseguito direttamente sul dispositivo e i dati sincronizzati non vengono toccati. Verranno semplicemente copiati in un nuovo formato e sul dispositivo verrà creato un backup locale contenente tutti i dati nel formato precedente." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アップデート中もデータは完全に保護されます。アップデートはお使いのデバイス上で直接行われ、同期済みのデータには影響ありません。新しいデータ形式への移行と同時に、以前の形式のバックアップがお使いのデバイス上に自動的に作成されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tijdens deze update blijven jouw gegevens volledig beveiligd. De update wordt direct op jouw apparaat uitgevoerd en jouw gesynchroniseerde gegevens blijven onaangetast. We zullen het gewoon kopiëren naar een nieuw formaat, en er zal een lokale back-up worden gemaakt op jouw apparaat, die al jouw gegevens in het vorige formaat bevat." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Во время этого обновления ваши данные остаются полностью безопасными. Обновление выполняется непосредственно на вашем устройстве, и ваши синхронизированные данные остаются неизменными. Мы просто скопируем его в новый формат, а на вашем устройстве будет создана локальная резервная копия, содержащие все ваши данные в предыдущем формате." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu güncelleme sırasında verileriniz tamamen güvende kalır. Güncelleme doğrudan cihazınızda gerçekleştirilir ve senkronize edilmiş verileriniz etkilenmez. Sadece yeni bir formata kopyalayacağız ve cihazınızda önceki formattaki tüm verilerinizi içeren yerel bir yedek oluşturulacak." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您的数据不会因本次更新受到影响。更新在您的设备上完成,我们将数据复制到新格式,并会在本地创建一个备份,里面有上一版格式的所有数据。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "During this update, your data remains fully secure. The update is performed directly on your device, and your synced data remains unaffected. We’ll just copy it to a new format, and a local backup will be created on your device, containing all your data in the previous format." - } - } - } - }, - "Migration.ReadMore.description3" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "السبب في احتفاظنا بهذه النسخة الاحتياطية هو لتصحيح الأخطاء ومساعدتك في حالة حدوث أي شيء غير متوقع." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta copia de respaldo nos sirve para depurar errores y ofrecerte ayuda si se presenta algún imprevisto." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La raison pour laquelle nous conservons cette sauvegarde est de vous déboguer et de vous aider, en cas d'imprévu." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kami mempertahankan cadangan ini untuk proses awakutu dan pembantuan apabila hal yang tidak diinginkan terjadi selama proses pembaruan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il motivo per cui conserviamo questo backup è per eseguire il debug e assistervi in caso di imprevisti." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このバックアップは、予期せぬ事態が起こった際の原因究明やお客様のサポートに役立てられます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De reden dat we deze back-up behouden is om te debuggen en jou te helpen in het geval van onvoorziene problemen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Причина, по которой мы сохраняем эту резервную копию, заключается в отладке и помощи в случае непредвиденных обстоятельств." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu yedeği saklamamızın nedeni öngörülemeyen durumlarda hata ayıklamak ve size yardımcı olmaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这个备份用来以防万一,供您在不得已时检查和调试。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The reason we’re retaining this backup is to debug and assist you, in case of unforeseen." - } - } - } - }, - "Migration.ReadMore.option1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ماذا تتوقع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Was dich erwartet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "What to Expect" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Qué ocurrirá" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "À quoi vous attendre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apa yang Diharapkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cosa aspettarsi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "更新の流れ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wat kun je verwachten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чего ожидать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ne Beklemelisiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "敬请期待" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "What to Expect" - } - } - } - }, - "Migration.ReadMore.option2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بياناتك تبقى آمنة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Deine Daten bleiben sicher" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your Data Remains Safe" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tus datos están a salvo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vos données restent en sécurité" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Datamu Tetap Aman" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I tuoi dati rimangono al sicuro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あなたのデータは常に安全に保護されています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw gegevens blijven veilig" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваши данные остаются в безопасности" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Verileriniz Güvende Kalır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您的数据依旧安全" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Your Data Remains Safe" - } - } - } - }, - "Min X characters" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мінімум %@ сімвалаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Min. %@ Zeichen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Min %@ characters" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mín. %@ caracteres" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ caractères" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Minimal %@ karakter" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Minimo %@ caratteri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最小 %@ 文字" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ tekens" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Minimalna liczba znaków %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No mínimo %@ caracteres" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Минимум %@ символов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ karakter" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Min %@ characters" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tối thiểu %@ ký tự" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "最小 %@ 个字符" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "最少 %@ 個字元" - } - } - } - }, - "Misc" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "متفرقات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Misc" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Varios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Divers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lain-Lain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Varie" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "その他" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Overig" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прочее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Diğer" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "其他" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Misc" - } - } - } - }, - "Mode" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الوضع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэжым" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Modus" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mode" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Modo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mode" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mode" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mode" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mode" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modalità" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "モード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "모드" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Modus" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Instelling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୋଡ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tryb" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Modo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mode" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Режим" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mod" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Режим" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "模式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "模式" - } - } - } - }, - "More" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "More" - } - } - } - }, - "MoreInfo" : { - "comment" : "MARK: - Space Share", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المزيد من المعلومات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падрабязней" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mehr Informationen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "More info" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Más información" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "More info" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "More info" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Plus d'infos" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lebih lanjut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ulteriori informazioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "詳しく見る" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "More info" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mer info" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Meer informatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "More info" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodatkowe informacje" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mais informações" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "More info" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подробнее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla bilgi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "More info" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm thông tin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更多信息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更多資訊" - } - } - } - }, - "Move" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verschieben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déplacer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindahkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이동" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଘୁଞ୍ଚାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przenieś" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Переместить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перемістити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Di chuyển" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移动" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移動" - } - } - } - }, - "Move to" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقل إلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць у" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verschieben nach" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déplacer vers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindahkan ke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta in" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이동하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats naar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏଠାକୁ ସ୍ଥାନାନ୍ତର କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przenieś do" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover para" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover para" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Переместить в" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şuraya taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перемістити до" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Di chuyển đến" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移至" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移動至" - } - } - } - }, - "Move To Bin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Move To Bin" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць у Сметніцу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "In den Papierkorb verschieben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move To Bin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover a la papelera" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move To Bin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move To Bin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buang ke Bak Sampah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta nel Cestino" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ゴミ箱に移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "휴지통으로 이동" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt til papirkurv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats naar prullenbak" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିନ୍ କୁ ପଠାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przenieś do Kosza" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover para a Lixeira" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover para Lixeira" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Переместить в корзину" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çöpe taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перенести до кошика" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đưa vào thùng rác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移动到回收站" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移動到垃圾桶" - } - } - } - }, - "Mute" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Stummschalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mute" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Silenciar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Senyapkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ミュート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sustur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Mute" - } - } - } - }, - "My First Space" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مساحتي الأولى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мая першая прастора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mein erster Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "My First Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mi Primer Espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mon premier espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang Pertamaku" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il Mio Primo Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "初めてのマイスペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mijn eerste ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୋର ପ୍ରଥମ ସ୍ଥାନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Meu Primeiro Espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Моё первое пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Benim İlk Alanım" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我的第一个空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "My First Space" - } - } - } - }, - "My Properties" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خصائصي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Meine Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "My Properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mis propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes propriétés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Propertiku" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Le mie Proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作成したプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mijn eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Мои свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özelliklerim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我的属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "My Properties" - } - } - } - }, - "My Sites" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "My Sites" - } - } - } - }, - "My spaces" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مساحاتي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мае прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Meine Spaces" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "My Spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mis espacios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruangku" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I miei Spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "自分のスペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "내 스페이스" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mijn Ruimtes" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୋ ସ୍ଥାନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Meus Espaços" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Мои пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanlarım" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我的空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "My Spaces" - } - } - } - }, - "Myself" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نفسي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сябе" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ich" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Myself" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Yo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Myself" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Myself" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Moi-même" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Aku sendiri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Me stesso/a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あなた自身" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Myself" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Meg selv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mijzelf" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Myself" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ja" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Eu mesmo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Myself" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Меня" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kendim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Myself" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bản thân" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我自己" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "個人使用" - } - } - } - }, - "Name" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الاسم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назва" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Name" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Name" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Name" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nimi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nom" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nama" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "名前" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이름" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Navn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naam" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନାମ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nazwa" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Название" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İsim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Назва" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "名称" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "名稱" - } - } - } - }, - "New" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuevo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouveau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新規" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ny" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୂଆ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Новий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增" - } - } - } - }, - "New field" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خاصية جديدة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Eigenschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New property" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva propiedad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvelle propriété" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe eigenschap" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новое свойство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni özellik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New property" - } - } - } - }, - "New Page" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Seite" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Page" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva página" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvelle page" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Halaman Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuova Pagina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいページ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe pagina" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nova Página" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новая страница" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Sayfa" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新页面" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New Page" - } - } - } - }, - "New set" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "استعلام جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Abfrage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvelle requête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuova query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいクエリ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe opdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nova consulta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni sorgu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New query" - } - } - } - }, - "NewObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neues Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuevo objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Uusi objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvel Objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nytt objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuw object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать новый объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Nesne\n" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立新物件" - } - } - } - }, - "NewProperty" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Eigenschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Property" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva propiedad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvelle propriété" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuova Proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Özellik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New Property" - } - } - } - }, - "Next" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التالي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далей" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Weiter" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Next" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Siguiente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Next" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Seuraava" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Suivant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lanjut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Avanti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "次へ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Volgende" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପରବର୍ତ୍ତୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dalej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Avançar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Seguinte" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Далее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sonraki" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Далі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiếp" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下一步" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "繼續" - } - } - } - }, - "No connection" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يوجد اتصال" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма злучэння" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Verbindung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No connection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay conexión" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No connection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei yhteyttä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas de connexion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tak ada koneksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuna connessione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "接続なし" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No connection" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen tilkobling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen verbinding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No connection" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak połączenia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem conexão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No connection" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет соединения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає підключення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có kết nối" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有连接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有連線" - } - } - } - }, - "No date" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يوجد تاريخ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Без даты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kein Datum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No date" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin fecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No date" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei päivämäärää" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas de date" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada tanggal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuna data" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "日付なし" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No date" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen dato" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen datum" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ତାରିଖ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak danych" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem data" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No date" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет даты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarih yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Без дати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có ngày" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未注明日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無指定日期" - } - } - } - }, - "No items match filter" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No items match filter" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма элементаў, якія супадаюць з фільтрам" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Gegenstände konnten mit diesem Filter gefunden werden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No items match filter" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ningún elemento coincide con este filtro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No items match filter" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yksikään kohde ei vastaa filtteröintiä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun élément ne correspond au filtre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada kecocokan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun elemento corrisponde al filtro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "フィルターに一致する項目がありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "필터와 일치하는 항목 없음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen elementer samsvarer med filteret" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen items die met filter overeenkomen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ଆଇଟମ୍ ଫିଲ୍ଟର ସହ ମେଳ ଖାଉନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak elementów pasujących do filtru" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum item corresponde ao filtro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem itens correspondentes ao filtro" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет элементов, соответствующих фильтру" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtreyle eşleşen öge yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає збігів із цим фільтром" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có gì thoả bộ lọc" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有与筛选匹配的项目" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "没有符合篩選的項目" - } - } - } - }, - "No matches found" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No matches found.\nTry a different keyword or check your spelling." - } - } - } - }, - "No properties yet" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No properties yet. Add some to this type." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aún no hay propiedades. Añade algunas a este tipo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum ada properti. Tambahkan beberapa untuk tipe ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non ci sono ancora proprietà. Aggiungine alcune a questo tipo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "まだプロパティがありません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Henüz özellik yok. Bu türe bazılarını ekleyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties yet. Add some to this type." - } - } - } - }, - "No related options here" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد خيارات ذات صلة هنا. يمكنك إضافة بعضها" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут няма фільтраў. Вы можаце дадаць некалькі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine verwandten Optionen hier. Sie können einige hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No related options here. You can add some" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay opciones relacionadas. Puedes añadir alguna." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No related options here. You can add some" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei yhteenkuuluvia vaihtoehtoja täällä. Voit lisätä muutaman" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas d'options associées ici. Vous pouvez en ajouter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada pilihan hubungan disini. Kamu dapat menambahkan beberapa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuna opzione correlata qui. Puoi aggiungerne alcune" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オプションが設定されていません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No related options here. You can add some" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen relaterte valg her. Du kan legge til noen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen gerelateerde opties hier. Je kunt er een paar toevoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No related options here. You can add some" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma tutaj żadnych powiązanych opcji. Możesz dodać kilka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há opções relacionadas aqui. Você pode adicionar algumas" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há filtros aqui. Você pode adicionar alguns" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Здесь нет фильтров. Вы можете добавить свои" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Burada ilgili seçenek yok. Kendin ekleyebilirsin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут немає відповідних варіантів. Ви можете додати деякі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No related options here. You can add some" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这里没有相关选项。您可以添加一些" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "尚無關聯選項。您可以新增一些" - } - } - } - }, - "No type found text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып “%@” не знойдзена. Змяніце запыт або стварыце новы тып." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kein Typ „%@“ gefunden. Ändere deine Anfrage oder erstelle einen neuen Typ." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se ha encontrado el tipo «%@». Cambia la consulta o crea un tipo nuevo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun type “%@” trouvé. Modifiez votre demande ou créez un nouveau type." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe “%@” tidak ditemukan. Ubah permintaanmu atau buatlah tipe yang baru." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun tipo “%@” trovato. Modifica la tua richiesta o crea un nuovo tipo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ「%@」が見つかりませんでした。リクエストを変更するか、新しいタイプを作成してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen type \"%@\" gevonden. Wijzig uw verzoek of maak een nieuw type." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ପ୍ରକାର \"%@\" ମିଳିଲା ନାହିଁ। ଆପଣଙ୍କ ଅନୁରୋଧ ପରିବର୍ତ୍ତନ କରନ୍ତୁ କିମ୍ୱା ନୂତନ ପ୍ରକାର ସୃଷ୍ଟି କରନ୍ତୁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie znaleziono typu \"%@\". Zmień żądanie lub utwórz nowy typ." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum tipo “%@\" foi encontrado. Altere sua solicitação ou crie um novo tipo." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum tipo “%@foi encontrado. Altere sua solicitação ou crie um novo tipo." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип \"%@\" не найден. Измените ваш запрос или создайте новый тип." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "\"%@\" türü bulunamadı. İsteğinizi değiştirin veya yeni tür oluşturun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No type “%@” found. Change your request or create new type." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "找不到类型“%@”,请更改您的请求或创建新类型。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "找不到 \"%@\" 類型。請更改您的請求或新建類型。" - } - } - } - }, - "Non-existent object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائن غير موجود" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Неіснуючы аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht existentes Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Non-existent object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto inexistente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Non-existent object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Non-existent object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet inexistant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek tidak ada" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto inesistente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "存在しないオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Non-existent object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikke-eksisterende objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet-bestaand object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Non-existent object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieistniejący obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto não existente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Non-existent object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Несуществующий объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Var olmayan nesne" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Відсутній об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đối tượng không tồn tại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象不存在" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不存在的物件" - } - } - } - }, - "None" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا شيء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "None" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ninguno" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "None" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei mitään" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuno" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "なし" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "없음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଛି ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhum" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbiri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нічого" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無" - } - } - } - }, - "Note" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ملاحظة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нататка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Notiz" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Note" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nota" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Note" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Note" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Note" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Catatan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nota" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ノート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "메모" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Notat" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notitie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନୋଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notatka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nota" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Note" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Заметка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Not" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нотатка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ghi chú" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "笔记" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "筆記" - } - } - } - }, - "Nothing found" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لم يتم العثور على شيء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нічога не знойдзена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nichts gefunden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Nothing found" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se ha encontrado nada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing found" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitään ei löytynyt" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun résultat" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada yang ditemukan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun risultato trovato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "何も見つかりませんでした" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "아무것도 찾을 수 없음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingenting funnet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niets gevonden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଛି ମିଳିଲା ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nic nie znaleziono" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nada encontrado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing found" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ничего не найдено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbir şey bulunamadı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing found" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không tìm thấy gì" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未找到任何内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未找到任何內容" - } - } - } - }, - "Nothing to redo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to redo" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма чаго паўтарыць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nichts zum Wiederholen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Nothing to redo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay nada que rehacer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to redo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei mitään uudelleen tehtävää" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rien à rétablir" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada yang dibatalkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nulla da ripristinare" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これ以上やり直しできません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다시 실행할 작업이 없습니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingenting å gjenta" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niets om opnieuw te doen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to redo" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma nic do przerobienia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nada para refazer" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to redo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет действий для повтора" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yinelenecek bir şey yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає дій для повторення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có lệnh để làm lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无需重做" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有可以重做的操作" - } - } - } - }, - "Nothing to undo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to undo" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма чаго адмяніць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nichts zum rückgängig machen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Nothing to undo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay nada que deshacer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to undo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei mitään kumottavaa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rien à annuler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada yang dikembalikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Niente da annullare" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これ以上元に戻せません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "실행 취소할 작업이 없습니다" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingenting å angre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niets om ongedaan te maken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to undo" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nic do cofnięcia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nada para desfazer" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing to undo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет действий для отмены" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri alınacak bir şey yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає дій для скасування." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có lệnh để hoàn tác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有可撤销的历史" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有可以撤銷的操作" - } - } - } - }, - "Notifications" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Benachrichtigungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Notifications" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Notificaciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemberitahuan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifiche" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "通知" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildirimler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications" - } - } - } - }, - "Object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Objects" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objetos" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objets" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objek" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のオブジェクト" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Nesne" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Objects" - } - } - } - } - } - } - }, - "Object selected" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selected" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ выбран" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'екты" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'ектаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'ект" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg аб'ектаў" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ ausgewählt" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Objekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Objekte" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%#@object@ selected" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objetos" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selected" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selected" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ sélectionné" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objet" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objets" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ dipilih" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objek" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selezionato" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg oggetto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg oggetti" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@を選択中" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%argつのオブジェクト" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ 선택됨" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 객체" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ valgt" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ geselecteerd" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objecten" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selected" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybrano %#@object@" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiekty" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiektów" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg obiektów" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selecionado" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objetos" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selecionado" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objetos" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ выбран" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg объекта" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg объектов" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg объект" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "объекты: %arg" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ seçildi" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg nesne" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg nesne" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ обрано" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єкти" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єктів" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єкт" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg об'єктів" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ selected" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg objects" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@object@ 已选择" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 个对象" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已選定 %#@object@" - }, - "substitutions" : { - "object" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 對象" - } - } - } - } - } - } - } - } - }, - "Object type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttyp" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Object types" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tipos de objeto" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Type d'objet" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Types d'objets" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tipe objek" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のタイプ" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne türü" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Nesne türü" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Object types" - } - } - } - } - } - } - }, - "Object Types" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أنواع الكائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttypen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object Types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Types d'objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipi di Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objecttypes" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Типы объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne Türleri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Object Types" - } - } - } - }, - "Object.Deleted.Placeholder" : { - "comment" : "MARK: - Object", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائن محذوف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelöschtes Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deleted object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poistettu kohde" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek terhapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto eliminato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除されたオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "삭제된 개체" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slettet objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijderd object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଲୋପ ହୋଇଥିବା ଅବଜେକ୍ଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usunięte obiekty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto excluído" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto eliminado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удаленный объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Silinen nesne" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалений об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đối tượng đã xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已删除的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已刪除物件" - } - } - } - }, - "Objects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Objektit" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오브젝트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obiekty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Objetos" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Объекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesneler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Об'єкти" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Các đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件" - } - } - } - }, - "ObjectType.AddedToLibrary" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ ‚%@‘ wurde erstellt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Type ‘%@’ has been created" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha creado el tipo «%@»." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Le type ‘%@’ a été créé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe '%@' telah dibuat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il tipo '%@' è stato creato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ「%@」が作成されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Type '%@' is gemaakt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O tipo ‘%@ foi criado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип ‘%@был создан" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "'%@' türü oluşturuldu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已创建类型 “%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Type ‘%@’ has been created" - } - } - } - }, - "ObjectType.DeletedName" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نوع محذوف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдалены тып" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelöschter Typ" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deleted type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe yang terhapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo eliminato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除されたタイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slettet type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijderd type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usunięty typ" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo apagado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo excluído" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удаленный тип" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türü sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалений тип" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại đã xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已刪除類型" - } - } - } - }, - "ObjectType.editingType" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أنت تقوم بتعديل النوع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You're editing type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Estás editando el tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous éditez le type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anda sedang mengedit tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stai modificando il tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集中のタイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je bewerkt het type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você está editando o tipo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы редактировали тип" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenleme türünüz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您正在编辑类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You're editing type" - } - } - } - }, - "ObjectType.fallbackDescription" : { - "comment" : "MARK: - ObjectType", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Blank canvas with no title" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пустое палатно без назвы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leere Leinwand ohne Titel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Blank canvas with no title" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Lienzo en blanco sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Blank canvas with no title" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blank canvas with no title" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Toile vierge sans titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kanvas kosong tanpa judul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tela vuota senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題のまっさらなキャンバス" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Blank canvas with no title" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomt lerret uten tittel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leeg canvas zonder titel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ଶୀର୍ଷକ ନଥିବା ଖାଲି କ୍ୟାନଭାସ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Puste płótno bez tytułu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tela em branco sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Blank canvas with no title" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пустой холст без заголовка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız boş tuval" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Порожнє полотно без заголовка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blank canvas with no title" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有标题的空白画布" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有標題的空白畫布" - } - } - } - }, - "ObjectType.MyTypes" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "My Types" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мае тыпы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Meine Typen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "My Types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mis tipos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "My Types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "My Types" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes Types" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipeku" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I miei Tipi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作成したタイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "My Types" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mine typer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mijn types" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୋ ପ୍ରକାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Moje typy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Meus Tipos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "My Types" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Мои типы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türlerim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Мої типи" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Các Loại của tôi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我的类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "我的類型" - } - } - } - }, - "ObjectType.Search" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for Type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук тыпу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nach Typ suchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Search for Type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Buscar un tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for Type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for Type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechercher un type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Telusuri Tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerca per Tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for Type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Søk etter type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zoek naar type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରକାର ସନ୍ଧାନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyszukaj typ" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesquisar por Tipo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for Type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поиск типа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tür ara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук типу" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for Type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "搜索类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "搜尋類型" - } - } - } - }, - "ObjectType.SearchOrInstall" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or install a new type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук або ўстаноўка новага тыпу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Suche oder installiere einen neuen Typen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Search or install a new type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Buscar o instalar un nuevo tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or install a new type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or install a new type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechercher ou créer un nouveau type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Telusuri atau buat tipe baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerca o crea un nuovo tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプを検索もしくは作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or install a new type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Søk eller installer en ny type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zoek of installeer een nieuw type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏକ ନୂତନ ପ୍ରକାର ସନ୍ଧାନ କିମ୍ୱା ସଂସ୍ଥାପନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szukaj lub utwórz nowy typ" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesquise ou instale um novo tipo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or install a new type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Искать или создать новый тип" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni bir tür arayın veya yükleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Знайдіть або встановіть новий тип" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tìm hoặc cài một loại mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "搜索或安装新类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "搜尋或安裝新類型" - } - } - } - }, - "ObjectTypeDeleteAlert.message" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure you want to delete this Type? All existing objects of this type will be preserved, but will no longer be associated with it." - } - } - } - }, - "ObjectTypeDeleteAlert.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete Object Type?" - } - } - } - }, - "Ok" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "موافق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "OK" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Ok" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Oke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "はい" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଠିକ୍‌ ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tamam" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Гаразд" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "OK" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "好的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "好的" - } - } - } - }, - "Okay" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "موافق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Добра" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Okay" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aceptar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "D'accord" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Oke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "了解" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "확인" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Greit" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "OK" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Окей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tamam" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Okay" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Được" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "好的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "好的" - } - } - } - }, - "On analytics" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Auf Analyse" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "On analytics" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "En análisis" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tentang analitik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "分析について" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Om analysen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Op analyse" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No Analytics" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Analytics üzerinde" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Про аналітику" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "关于分析" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "On analytics" - } - } - } - }, - "Open" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open" - } - } - } - }, - "Open as Object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Objekt öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open as Object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir como objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir en tant qu'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka sebagai Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri come Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトとして開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open als object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir como Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть как объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne olarak Aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "作为对象打开" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Open as Object" - } - } - } - }, - "Open file" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح الملف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datei öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open file" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir archivo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir le fichier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "파일 열기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestand openen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫାଇଲ୍ ଖୋଲନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir arquivo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть файл" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open file" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開啟檔案" - } - } - } - }, - "Open object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح الكائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адкрыць аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Avoin objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir l'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Åpne objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Otwórz obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Відкрити об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mở đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開啟物件" - } - } - } - }, - "Open Set" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح الاستعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage Öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open Query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka Kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open opdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu Aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Query" - } - } - } - }, - "Open source" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح المصدر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адкрыць крыніцу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Quelle öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open source" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir origen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open source" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Avoimen lähteen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir la source" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka sumber" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri fonte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ソースを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open source" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Åpne kilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open bron" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open source" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Otwórz źródło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Código aberto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open source" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть источник" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Açık kaynak" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Відкрити джерело" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mở nguồn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "开放源代码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開源" - } - } - } - }, - "Open Type Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып \"%@\" не падтрымліваецца. Вы можаце адкрыць яго праз камп'ютар." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht unterstützter Typ „%@“. Sie können ihn über den Desktop öffnen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se admite el tipo «%@». Puedes abrirlo en la versión de escritorio." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type non supporté \"%@\". Vous ne pouvez pas l'ouvrir avec l'application." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe \"%@\" tidak didukung. Kamu bisa membukanya di desktop." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo \"%@\" non supportato. Puoi aprirlo tramite desktop." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ「%@」に対応していません。デスクトップ版で開いてください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet ondersteund type \"%@\". Je kunt het openen via het bureaublad." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieobsługiwany typ \"%@\". Możesz go otworzyć na komputerze." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo \"%@\" não suportado. Você pode abri-lo no desktop." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo não suportado \"%@\". Você pode abri-lo via desktop." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не поддерживаемый тип \"%@\". Вы можете открыть его через рабочий стоп." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "\"%@\", desteklenmeyen bir türdür. Masaüstü üzerinden açabilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not supported type \"%@\". You can open it via desktop." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不支持的类型 “%@”。您可以使用桌面端打开。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不支持的類型 \"%@\"。您可以使用電腦端開啟。" - } - } - } - }, - "Open web page" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open web page" - } - } - } - }, - "OpenSettings" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einstellungen öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open Settings" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir ajustes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir les paramètres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka Setelan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri Impostazioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "設定を開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayarlar'ı Aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Settings" - } - } - } - }, - "Other" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أخرى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Іншае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Weitere" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Other" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Otros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Other" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Muu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Autre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lainnya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Altro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "その他" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기타" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Annet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Andere" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅନ୍ୟାନ୍ୟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inne" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Outro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Outros" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прочее" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Diğer" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Інше" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "其他" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "其它" - } - } - } - }, - "Other relations" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Andere Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Other properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Otras propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Autres propriétés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti lain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Altre proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "その他のプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Andere eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Diğer özellikler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "其他属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Other properties" - } - } - } - }, - "P2P Connection" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اتصال P2P" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P-злучэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P-Verbindung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "P2P Connection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conexión P2P" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Connexion P2P" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Koneksi P2P" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Connessione P2P" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P接続" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P forbindelse" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P-verbinding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Conexão P2P" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Соединение P2P" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Bağlantısı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P Connection" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P 连接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "P2P 連接" - } - } - } - }, - "Page" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Page" - } - } - } - }, - "Pages" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الصفحات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Старонкі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Seiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pages" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Páginas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Halaman" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagine" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ページ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "페이지 " - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagina's" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୃଷ୍ଠା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Páginas" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Страницы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sayfalar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "页面" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages" - } - } - } - }, - "Paid by" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аплачана %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bezahlt von %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paid by %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagado por %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Payé par %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dibayar oleh %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagato da %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@でお支払い済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Betaald door %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opłacone przez %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pago por %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Оплачено %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ tarafından ödendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Paid by %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã trả bằng %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "由 %@ 支付" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "由 %@ 支付" - } - } - } - }, - "ParticipantRemoveNotification.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вас выдалілі з Прасторы **%@**, або Прастора была выдалена ўладальнікам." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du wurdesg auf dem Space **%@** entfernt, oder der Space wurde von dessen Besitzer gelöscht." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Te han eliminado del espacio **%@**, o el propietario ha eliminado ese espacio." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez été retiré de l'espace **%@**, ou l'espace a été supprimé par son propriétaire." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu telah dikeluarkan dari ruang **%@**, atau ruang tersebut telah dihapus oleh pemiliknya." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei stato rimosso dallo spazio **%@**, oppure lo spazio è stato eliminato dal proprietario." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース「%@」から退出させられました。スペース所有者によってスペースごと削除された可能性があります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je werd verwijderd uit de ruimte '%@' of de ruimte is verwijderd door de eigenaar." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você foi removido do **%@** espaço, ou o espaço foi excluído pelo proprietário." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы были удалены из пространства '%@', или оно было удалено владельцем." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** alanından çıkarıldınız veya alan sahibi tarafından silindi." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您已被移除出 “%@” 空间,或该空间已被所有者删除." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You were removed from **%@** space, or the space has been deleted by the owner." - } - } - } - }, - "ParticipantRequestApprovedNotification.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш запыт на далучэнне да прасторы **%@** быў ухвалены з правамі доступу **%@**. Прастора хутка будзе даступная на вашай прыладзе." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Deine Anfrage dem Space **%@** beizutreten wurde mit den Zugriffsrechten **%@** akzeptiert. Der Space wird in Kürze auf deinem Gerät verfügbar sein." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu solicitud de acceso al espacio **%@** se ha aprobado con derechos de **%@**. El espacio estará pronto disponible en tu dispositivo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Votre demande de rejoindre l'espace **%@** a été approuvée avec les droits d'accès **%@**. L'espace sera bientôt disponible sur votre appareil." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaanmu bergabung ke ruang **%@** telah disetujui dengan hak akses **%@**. Ruang ini akan tersedia di akunmu sebentar lagi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La tua richiesta di unirti allo spazio **%@** è stata approvata con diritti di accesso **%@**. Lo spazio sarà disponibile nel tuo account a breve." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース「**%@**」への参加リクエストが**%@**さんに承認されました。すぐにスペースが追加され、使えるようになります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw verzoek om deel te nemen aan de ruimte **%@** is goedgekeurd met **%@** toegangsrechten. De ruimte zal binnenkort beschikbaar zijn op jouw apparaat." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Twoja prośba o dołączenie do przestrzeni **%@** została zatwierdzona z **%@** prawami dostępu. Miejsce będzie wkrótce dostępne na Twoim urządzeniu." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Seu pedido para participar do espaço **%@** foi aprovado com direitos de acesso do **%@**. O espaço estará disponível no seu dispositivo em breve." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш запрос на присоединение к **%@** пространству был одобрен с **%@** правами доступа. Пространство будет доступно на вашем устройстве в ближайшее время." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** alanına katılma isteğiniz **%@** erişim hakları ile onaylandı. Alan yakında cihazınızda kullanılabilir olacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您加入 **%@** 空间的请求已获批准并获得了 **%@** 访问权限,该空间很快就会在您的设备中显示。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您請求加入的 **%@** 空間已獲得批准,並具有 **%@** 存取權限。 該空間很快就可以在您的裝置上使用。" - } - } - } - }, - "ParticipantRequestDeclineNotification.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш запыт на далучэнне да прасторы **%@** быў адхілены." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Deine Anfrage dem Space **%@** beizutreten wurde abgelehnt. " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu solicitud de acceso al espacio **%@** se ha rechazado." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Votre demande d'adhésion à l'espace **%@** a été refusée." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaanmu bergabung ke ruang **%@** telah ditolak." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La tua richiesta di unirti allo spazio **%@** è stata rifiutata." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース「**%@**」への参加リクエストが拒否されました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw verzoek om deel te nemen aan de ruimte**%@** is afgewezen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Twoja prośba o dołączenie do przestrzeni **%@** została odrzucona." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Seu pedido para se juntar ao espaço **%@** foi recusado." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш запрос присоединиться к пространству **%@** был отклонен." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** alanına katılma isteğiniz reddedildi." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your request to join the **%@** space has been declined." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您加入**%@** 空间的请求已被拒绝。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您請求加入的 **%@** 空間已被拒絕。" - } - } - } - }, - "Paste" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لصق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pegar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "貼り付け" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "붙여넣기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plakken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପେଷ୍ଟ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yapıştır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dán" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "貼上" - } - } - } - }, - "Paste or type URL" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste or type URL" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Устаўце або ўвядзіце URL" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "URL einfügen oder eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste or type URL" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pega o escribe una URL" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste or type URL" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sijoita tai kirjoita URL" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller ou saisir l'URL" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempel atau ketik URL" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla o digita URL" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "URLを貼り付けるか入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste or type URL" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn eller skriv URL" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plak of type URL" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୟୁଆରେଲ ଟାଇପ କିମ୍ବା ପେଷ୍ଟ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej lub wpisz adres URL" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar ou digitar URL" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar ou digitar URL" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить или ввести URL-адрес" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir URL yazın ya da yapıştırın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити або ввести URL-адресу" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dán hoặc nhập URL" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴或输入URL网址" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "貼上或輸入網址" - } - } - } - }, - "Paste processing..." : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste processing..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Апрацоўка ўстаўкі..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wird eingefügt..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste processing..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Procesando pegado…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste processing..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sijoitus käynnissä..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En train de coller..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memproses penempelan ..." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Contenuto in elaborazione..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "貼り付け中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "붙여넣기 처리중..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Behandler innliming..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bezig met plakken..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପେଷ୍ଟ ପ୍ରୋସେସିଂ..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wklej przetwarzanie..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar em processamento..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar processamento..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обработка вставки..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yapıştırma işleniyor..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обробка вставки..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste processing..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴处理..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "貼上處理中..." - } - } - } - }, - "Pay by Card" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الدفع بالبطاقة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аплата карткай" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mit Karte bezahlen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pay by Card" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pago con tarjeta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pay by Card" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pay by Card" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Payer par carte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bayar via kartu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Paga con carta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クレジットカードでの支払い" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Pay by Card" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Betal med kort" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Betaal met kaart" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Pay by Card" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zapłać kartą" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagar com Cartão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pay by Card" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Оплатить картой" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kartla ödeyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pay by Card" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thanh toán bằng thẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "使用信用卡" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刷卡付款" - } - } - } - }, - "PDF" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld PDFs" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDF" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDF" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のPDF" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDF" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "PDF" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld PDFs" - } - } - } - } - } - } - }, - "Pending" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معلق..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "У чаканні..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ausstehend..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pending..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pendiente…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pending..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pending..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En attente…" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ditunda..." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "In attesa..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保留中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Pending..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Venter..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "In behandeling..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Pending..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oczekujące..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pendente..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pending..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ожидание..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Beklemede..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pending..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang chờ..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "待定…" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "等候中..." - } - } - } - }, - "Pending deletion text" : { - "comment" : "MARK: - Deletion", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нам шкада, што вы сыходзьце. У вас ёсць 30 дзён, каб адмяніць гэты запыт. Па заканчэнні 30 дзён вашыя зашыфраваныя даныя сховішча будуць назаўжды выдалены з вузла рэзервовага капіравання." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schade das du gehst. Nachdem du die Accountlöschung angefragt hast, kannst du 30 Tage diese Anfrage zurückzunehmen, bevor deine verschlüsselten Daten von unserem Backup-Knoten gelöscht werden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Lamentamos que te vayas. Tienes 30 días para cancelar la solicitud. Pasados 30 días, los datos cifrados de tu arca se eliminarán definitivamente del nodo de respaldo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nous sommes désolés de vous voir partir. Vous avez 30 jours pour annuler cette demande. Après 30 jours, les données de votre coffre chiffré sont définitivement supprimées du nœud de sauvegarde." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kami sedih melihatmu pergi. Kamu punya waktu 30 hari jika ingin membatalkan permintaan ini. Setelahnya, data brankas terenkripsimu akan dihapus secara permanen dari simpul cadangan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ci dispiace vederti andare. Hai 30 giorni per annullare questa richiesta. Dopo 30 giorni, i tuoi dati della cassaforte crittografati verranno rimossi definitivamente dal nodo di backup." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ご利用いただけなくなるのは誠に残念ではございますが、削除申請は30日以内であれば取り消すことが可能です。30日経過後、保管庫のデータはバックアップノードから完全に消去されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "We vinden het jammer dat je vertrekt. Je hebt 30 dagen om dit verzoek te annuleren. Na 30 dagen worden jouw versleutelde kluisgegevens permanent verwijderd uit de backup node." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆପଣଙ୍କ ଯିବା ଦେଖି ଆମେ ଦୁଖିତଃ | ଏହି ଅନୁରୋଧକୁ ବାତିଲ କରିବାକୁ ଆପଣଙ୍କର ୩୦ ଦିନ ଅଛି | ୩୦ ଦିନ ପରେ, ଆପଣଙ୍କର ଏନକ୍ରିପ୍ଟ ହୋଇଥିବା ଭାଲ୍ଟ ତଥ୍ୟ ବ୍ୟାକଅପ୍ ନୋଡରୁ ସ୍ଥାୟୀ ଭାବରେ ଅପସାରିତ ହୋଇଯିବ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przykro nam, że odchodzisz. Masz 30 dni na anulowanie tego żądania. Po 30 dniach zaszyfrowany sejf z twoimi danymi zostanie trwale usunięty z serwerów." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lamentamos que tenha partido. Você tem 30 dias para cancelar este pedido. Após 30 dias, os dados da sua conta criptografada são removidos permanentemente do servidor de ‘backup’." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Lamentamos que tenha partido. Você tem 30 dias para cancelar este pedido. Depois de 30 dias, os seus dados do cofre criptografado serão removidos permanentemente do nó de backup." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нам жаль что Вы уходите. У Вас есть 30 дней для отмены этого запроса. Спустя 30 дней, все Ваши зашифрованные данные будут навсегда удалены из резервного узла." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gittiğinizi gördüğümüz için üzgünüz. Bu talebi iptal etmek için 30 gününüz var. 30 gün sonra şifrelenmiş kasa verileriniz yedekleme düğümünden kalıcı olarak kaldırılacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我们很遗憾看到您离开。您有 30 天的时间撤销此请求。30 天后,您加密库的数据会从备份节点中永久删除。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "看到您的離開我們感到很遺憾。 您有 30 天的時間取消此請求。 30 天後,您的加密帳戶資料將從備份節點永久刪除。" - } - } - } - }, - "per" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "на" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "pro" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "per" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "por" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : " ごと" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "na" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "por" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "за" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "başına" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "per" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "trên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "每" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "每" - } - } - } - }, - "Per Day" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "у %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg дні" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg дзён" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "дзень" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg дзён" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "pro %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Tage" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg days" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "cada %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "día" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg días" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "jour" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg jours" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg hari" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "giorno" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg giorni" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@day@ごと" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg日" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 일" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "dag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dagen" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "na %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dni" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dni" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "dzień" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg dni" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Por %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dia" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Dias" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "За %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg дня" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg дней" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "день" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg дней" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@day@ günde bir" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "gün" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg gün" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "day" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg days" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 天" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@day@" - }, - "substitutions" : { - "day" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 天" - } - } - } - } - } - } - } - } - }, - "Per Month" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "у %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg месяца" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg месяцы" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "месяц" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg месяцаў" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "pro %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Monat" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Monate" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg months" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "cada %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "mes" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg meses" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "mois" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg mois" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg bulan" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "mese" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg mesi" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@month@ごと" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg月" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 월" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "maand" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg maanden" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "na %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg miesięcy" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg miesięcy" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "miesiąc" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg miesięcy" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "por %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "mês" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg meses" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "за %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg месяца" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg месяцев" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "месяц" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg месяцев" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@month@ ayda bir" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "ay" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg ay" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "month" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg months" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 个月" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@month@" - }, - "substitutions" : { - "month" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 個月" - } - } - } - } - } - } - } - } - }, - "Per Week" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "у %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg тыдні" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg тыдняў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "тыдзень" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg тыдняў" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "pro %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Woche" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Wochen" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "cada %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "semana" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg semanas" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "semaine" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg semaines" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg pekan" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "settimana" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg settimane" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@week@ごと" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg週" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 주" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weken" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "na %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg tygodni" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg tygodni" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "tydzień" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg tygodni" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Por %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "semana" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg semanas" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "за %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg недели" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg недель" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "неделя" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg недель" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@week@ haftada bir" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "hafta" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg hafta" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "week" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg weeks" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 周" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@week@" - }, - "substitutions" : { - "week" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 個星期" - } - } - } - } - } - } - } - } - }, - "Per Year" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "у %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg гады" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg гадоў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "год" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg гадоў" - } - } - } - } - } - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "pro %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Jahr" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg Jahre" - } - } - } - } - } - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%arg years" - } - } - } - } - } - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "cada %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "año" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg años" - } - } - } - } - } - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "par %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "année" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg années" - } - } - } - } - } - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg tahun" - } - } - } - } - } - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "anno" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg anni" - } - } - } - } - } - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@year@ごと" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg年" - } - } - } - } - } - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 년" - } - } - } - } - } - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "jaar" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg jaren" - } - } - } - } - } - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "na %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg lat" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg lat" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "rok" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg lat" - } - } - } - } - } - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "por %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "ano" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg anos" - } - } - } - } - } - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "за %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg года" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg лет" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "год" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg лет" - } - } - } - } - } - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%#@year@ yılda bir" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "yıl" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg yıl" - } - } - } - } - } - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "year" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "per %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg years" - } - } - } - } - } - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 年" - } - } - } - } - } - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "每 %#@year@" - }, - "substitutions" : { - "year" : { - "formatSpecifier" : "d", - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%arg 年" - } - } - } - } - } - } - } - } - }, - "PermissionChangeNotification.Text" : { - "comment" : "MARK: - Permission notification", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вашы правы доступу былі зменены на **%@** у Прасторы **%@**." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Deine Zugriffsrechte wurden zu **%@** geändert im Space **%@**" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tus derechos de acceso han cambiado a **%@** en el espacio **%@**." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vos droits d'accès ont été changés en **%@** dans l'espace **%@**." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hak aksesmu telah diganti menjadi **%@** di ruang **%@**." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I tuoi diritti di accesso sono stati modificati in **%@** nello spazio **%@**." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アクセス権が「**%@**」にスペース「**%@**」では変更されました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw toegangsrechten werden veranderd naar **%@** in de ruimte **%@**." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Twoje prawa dostępu zostały zmienione na **%@** w przestrzeni **%@**." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Seus direitos de acesso foram alterados para **%@** no espaço **%@." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваши права доступа были изменены на **%@** в пространстве **%@**." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erişim haklarınız **%@** alanında **%@** olarak değiştirildi." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your access rights were changed to **%@** in the **%@** space." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您在 **%@** 空间中的访问权限已更改为 **%@**。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您在 **%@** 空間的存取權限已變更為 **%@**。" - } - } - } - }, - "Personalization" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التخصيص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Персаналізацыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalisierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Personalization" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalización" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalization" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalization" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Personnalisation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalisasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalizzazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "パーソナライズ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalization" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Personlig tilpasning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalisatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବ୍ୟକ୍ତିଗତକରଣ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalizacja" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalização" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Personalization" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Персонализация" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kişiselleştirme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Персоналізація" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cá nhân hóa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "个性化" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "個人化" - } - } - } - }, - "Photo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Photo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotoğraf" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Photo" - } - } - } - }, - "Photos" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotos" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Photos" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto's" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фото" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotoğraflar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "照片" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Photos" - } - } - } - }, - "Picture" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "صورة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Відарыс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bild" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Picture" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Imagen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Picture" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kuva" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Image" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gambar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Immagine" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Picture" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afbeelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Picture" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zdjęcie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Imagem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Picture" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изображение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Resim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зображення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hình ảnh" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "图像" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "圖片" - } - } - } - }, - "Pin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Épingler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ピン留め" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "고정" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zet vast" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପିନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fixar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закрепить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "钉住" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin" - } - } - } - }, - "Pin limit reached" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Has alcanzado el límite de %d espacios anclados." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個までしかスペースはピン留めできません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%d sabitlenmiş alan sınırına ulaştınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You've reached the limit of %d pinned spaces." - } - } - } - }, - "Pin on top" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تثبيت في الأعلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Замацаваць зверху" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Oben anheften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pin on top" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Anclar al principio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin on top" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin on top" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Épingler en haut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sematkan di atas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fissa in alto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ピン留め" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "상단에 고정" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fest på toppen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zet vast bovenaan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷରେ ପିନ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przypnij na górze" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fixar no topo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin on top" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закрепить сверху" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başa sabitle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pin on top" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ghim lên trên cùng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "置顶" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "置頂" - } - } - } - }, - "Pink" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "وردي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ружовы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Pink" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pink" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosa" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pink" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pinkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rose" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Merah muda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "桃色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "분홍색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosa" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Roze" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗୋଲାପି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Różowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Розовый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembe" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Рожевий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hồng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "品红色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "粉紅色" - } - } - } - }, - "Pink background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Pink background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ружовы фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Pinker Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pink background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo rosa" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pink background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pink background" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond rose" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang merah muda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo rosa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "桃色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "핑크색 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosa bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Roze achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗୋଲାପୀ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Różowe tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo rosa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo rosa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Розовый фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembe arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Рожеве тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pink background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "萝兰紫背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "粉紅色背景" - } - } - } - }, - "Pinned" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مثبت" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Замацавана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Angeheftet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Pinned" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Anclado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Pinned" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kiinnitetty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Épinglé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tersemat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fissato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ピン留め" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "고정됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Festet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vastgezet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପିନ୍ କରାଯାଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przypięte" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fixado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pinned" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закреплённые" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sabitlendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Pinned" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã ghim" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "固定" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已釘選" - } - } - } - }, - "Preferences" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التفضيلات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einstellungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Preferences" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferencias" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Préférences" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferensi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferenze" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "環境設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voorkeuren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପସନ୍ଦ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Настройки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tercihler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "首选项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Preferences" - } - } - } - }, - "Preview" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معاينة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перадпрагляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorschau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Preview" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista previa" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Preview" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Preview" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aperçu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pratinjau" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anteprima" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プレビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "미리보기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forhåndsvisning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voorbeeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରିଭିଉ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podgląd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pré-visualizar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pré-visualizar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Предпросмотр" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önizleme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Попередній перегляд" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xem trước" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "预览" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "預覽" - } - } - } - }, - "Preview layout" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معاينة التخطيط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прадпрагляд макета" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout Vorschau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Preview layout" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Previsualizar diseño" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Preview layout" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Esikatsele asettelua" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aperçu de la mise en page" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pratinjau tata letak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anteprima di layout" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "レイアウトをプレビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Preview layout" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forhåndsvis oppsett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voorbeeldweergave lay-out" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରୀବ୍ୟୁ ଲେଆଉଟ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Układ podglądu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pré-visualizar layout" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Preview layout" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Предпросмотр макета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önizleme düzeni" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Попередній перегляд макета" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bố cục bản xem trước" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "预览布局" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "預覽排版" - } - } - } - }, - "Primitives.LayoutConflict.Description" : { - "comment" : "MARK: - Primitives", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يختلف هذا التخطيط عن الإعداد الافتراضي للنوع. هل تريد إعادة التعيين للمطابقة؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este diseño es distinto del establecido por defecto para este tipo. ¿Restablecer el diseño por defecto?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tata letak ini berbeda dengan tata letak bawaan tipe ini. Samakan?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo layout differisce da quello predefinito del tipo. Ripristinare la corrispondenza?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプとは異なるレイアウトが設定されています。タイプに合わせてリセットしますか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze opmaak verschilt van de standaard van het type. Terugzetten om overeen te laten komen?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Этот макет отличается от стандартного типа. Сбросить соответствие?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu düzen türün varsayılanından farklıdır. Eşleşecek şekilde sıfırlansın mı?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此布局不同于该类型的默认值。重置为相符的?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "This layout differs from the type's default. Reset to match?" - } - } - } - }, - "Profile" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الملف الشخصي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Профіль" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Profile" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Perfil" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Profile" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Profile" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Profilo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロフィール" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "프로필" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Profiel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରୋଫାଇଲ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Perfil" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Profile" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Профиль" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Profil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обліковий запис" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hồ sơ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "概要" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設定檔" - } - } - } - }, - "Progress..." : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Progress..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прагрэс..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fortschritt..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Progress..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Progreso…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Progress..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edistys..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Progression..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kemajuan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Progresso..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "進行中…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Progress..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fremdrift..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voortgang..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Progress..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Postęp..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Progresso..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Progress..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выполнение..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlerleme..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Виконання..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Progress..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "进展..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "進行中..." - } - } - } - }, - "Properties" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الخصائص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уласцівасці" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriétés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "속성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Egenskaper" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Właściwości" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriedades" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellikler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thuộc tính" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "屬性" - } - } - } - }, - "Properties formats" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تنسيقات الخصائص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Formate der Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Properties formats" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Formatos de propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Format atribut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Formati delle proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ種類" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschappen formaten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Формат свойств" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellik formatları" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "属性格式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties formats" - } - } - } - }, - "Publish" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Publish" - } - } - } - }, - "Publish to Web" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Publish to Web" - } - } - } - }, - "Publishing.Error.NoDomain" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Failed to load your domain. Please try again." - } - } - } - }, - "Publishing.Error.NoObjectData" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Failed to load object data. Please try again." - } - } - } - }, - "Publishing.URL.placeholder" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "insert-page-name-here" - } - } - } - }, - "Publishing.WebBanner.LiveOnWeb" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This object is live on the web." - } - } - } - }, - "Publishing.WebBanner.ViewSite" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View site ↗︎" - } - } - } - }, - "PublishingToWeb.published" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Successfully published" - } - } - } - }, - "PublishingToWeb.unpublished" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Successfully unpublished" - } - } - } - }, - "PublishingToWeb.updated" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Successfully updated" - } - } - } - }, - "Purple" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بنفسجي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фіялетавы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lila" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Purple" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Morado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Purple" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liila" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Violet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ungu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Viola" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "紫色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보라색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lilla" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Paars" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବାଇଗଣୀ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fioletowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Roxo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Roxo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фиолетовый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Фіолетовий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tím" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "紫色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "紫色" - } - } - } - }, - "Purple background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Purple background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Фіялетавы фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lila Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Purple background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo morado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Purple background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Purple background" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond violet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang ungu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo viola" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "紫色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보라색 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lilla bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Paarse achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବାଇଗଣୀ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fioletowe tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo roxo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo roxo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Фиолетовый фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mor arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Фіолетове тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Purple background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "淡牵牛紫背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "紫色背景" - } - } - } - }, - "PushNotifications.DisabledAlert.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No has permitido las notificaciones. Eso significa que no verás avisos de nuevos mensajes, menciones o invitaciones. Ve a los ajustes para activarlas." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sepertinya notifikasi tidak diaktifkan. Ini berarti kamu tidak akan mendapat pemberitahuan pesan, sebutan, atau undangan baru. Kunjungi Setelan untuk menyalakannya." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sembra che tu non abbia consentito le notifiche. Ciò significa che non vedrai nuovi messaggi, menzioni o inviti. Vai alle impostazioni per attivarli." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "通知が許可されていません。新着メッセージやメンション、招待などの通知を受け取るには、設定から通知を有効にください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildirimlere izin vermemiş görünüyorsunuz. Bu, yeni mesajları, bahsetmeleri veya davetleri göremeyeceğiniz anlamına gelir. Ayarlara giderek bunları etkinleştirin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." - } - } - } - }, - "PushNotifications.DisabledAlert.Skip.button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorerst überspringen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Skip for now" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Omitir por ahora" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak dulu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Salta per ora" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あとで" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şimdilik atla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip for now" - } - } - } - }, - "PushNotifications.DisabledAlert.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Notifications are still turned off" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Las notificaciones siguen desactivadas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifikasi belum dinyalakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Le notifiche sono ancora disattivate" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "まだ通知はオンになっていません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildirimler hala kapalı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are still turned off" - } - } - } - }, - "PushNotifications.Message.Attachment.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anhang" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Attachment" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Adjunto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pièce jointe" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lampiran" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Allegato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "添付ファイル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ek dosya" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Attachment" - } - } - } - }, - "PushNotifications.RequestAlert.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recibe notificaciones al instante cuando te envíen un mensaje o te mencionen en tus espacios." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Recevez une notification instantanée lorsque quelqu'un vous envoie des messages ou vous mentionne dans vos espaces." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dapatkan pemberitahuan segera ketika seseorang mengirim pesan atau menyebutmu di ruangmu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ricevi una notifica immediata quando qualcuno ti invia un messaggio o ti menziona nei tuoi spazi." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースでメッセージやメンションがあった場合にすぐに通知を受け取ります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanlarınızda biri size mesaj attığında veya sizden bahsettiğinde anında bildirim alın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Get notified instantly when someone messages or mentions you in your spaces." - } - } - } - }, - "PushNotifications.RequestAlert.NotificationTitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Nachricht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Message" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuevo mensaje" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouveau message" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesan Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo messaggio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新着メッセージ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Mesaj" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New Message" - } - } - } - }, - "PushNotifications.RequestAlert.PrimaryButton" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Benachrichtigungen aktivieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enable notifications" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Activar notificaciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Activer les notifications" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nyalakan Pemberitahuan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Abilita le notifiche" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "通知を有効化" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildirimleri etkinleştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Enable notifications" - } - } - } - }, - "PushNotifications.RequestAlert.SecondaryButton" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ليس الآن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не зараз" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht jetzt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Not now" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ahora no" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Plus tard" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak dulu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non ora" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あとで" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet nu" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie teraz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Agora não" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не сейчас" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şimdi değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Not now" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Để sau" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "暂不" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "稍後" - } - } - } - }, - "PushNotifications.RequestAlert.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Push-Benachrichtigungen einschalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Turn on push notifications" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Activar las notificaciones push" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Activer les notifications push" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nyalakan pemberitahuan push" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Attiva le notifiche push" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プッシュ通知を有効化" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anlık bildirimleri aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn on push notifications" - } - } - } - }, - "PushNotifications.Settings.DisabledAlert.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para recibir notificaciones de mensajes nuevos, actívalas en los ajustes del dispositivo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Recevez des notifications sur les nouveaux messages en les activant dans les paramètres de votre appareil." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terima pemberitahuan pesan baru dengan mengaktifkannya di setelan perangkatmu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ricevi le notifiche dei nuovi messaggi attivandole nelle impostazioni del dispositivo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メッセージ通知を受け取るには、デバイスの設定から通知を有効にしてください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cihaz ayarlarınızda etkinleştirerek yeni mesajlarla ilgili bildirimler alın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Receive notifications about new messages by enabling them in your device settings." - } - } - } - }, - "PushNotifications.Settings.DisabledAlert.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Benachrichtigungen sind deaktiviert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Notifications are disabled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Las notificaciones están desactivadas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Les notifications sont désactivées" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemberitahuan dinonaktifkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Le notifiche sono disabilitate" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "通知が無効です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildirimler devre dışı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications are disabled" - } - } - } - }, - "PushNotifications.Settings.Status.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitteilungsbenachrichtigungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Message Notifications" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Notificaciones de mensajes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifications de message" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemberitahuan Pesan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Notifiche dei messaggi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メッセージ通知" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mesaj Bildirimleri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Message Notifications" - } - } - } - }, - "Puzzle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Puzzle" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzle" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Teka-teki" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クイズ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulmaca" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzle" - } - } - } - }, - "Puzzles" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Puzzles" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzles" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Teka-teki" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クイズ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzels" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulmacalar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Puzzles" - } - } - } - }, - "QR Code" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رمز QR" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-Code" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "QR Code" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Código QR" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Code QR" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode QR" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Codice QR" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "QRコード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-code" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କ୍ୟୁଆର୍ କୋଡ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-код" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Karekod" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "二维码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code" - } - } - } - }, - "QR.join.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Über QR-Code beitreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join via QR Code" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Unirse con código QR" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gabung via kode QR" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "QRコードで参加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Karekod ile katıl" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Join via QR Code" - } - } - } - }, - "QR.scan.error.custom.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Scanning error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al escanear" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat pemindaian" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スキャンエラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarama hatası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning error" - } - } - } - }, - "QR.scan.error.invalidFormat.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : " Este código QR contiene una URL cuyo formato no es válido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode QR terpindai mengadung URL dengan format invalid" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スキャンされたQRコードに無効なURLが含まれています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Taranan karekod geçersiz biçimde URL içeriyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains URL in invalid format" - } - } - } - }, - "QR.scan.error.invalidQR.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ungültiger QR-Code" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invalid QR Code" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El código QR no es válido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode QR Tidak Valid" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無効なQRコード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçersiz karekod" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid QR Code" - } - } - } - }, - "QR.scan.error.notUrl.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este código QR no contiene una URL válida" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode QR terpindai tidak mengandung URL valid" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スキャンされたQRコードに有効なURLが含まれていません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Taranan karekod geçerli bir URL içermiyor." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code doesn't contain a valid URL" - } - } - } - }, - "QR.scan.error.tryAgain" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حاول مرة أخرى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паспрабуйце яшчэ раз" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erneut versuchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Inténtalo de nuevo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Essayez de nouveau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Riprova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "もう一度実行" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Prøv igjen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Probeer opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Spróbuj ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tente novamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Попробуйте еще раз" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekrar deneyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thử lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请再试一次" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請再試一次" - } - } - } - }, - "QR.scan.error.wrongLink.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The scanned QR code contains different action" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este código QR contiene diferentes acciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode QR terpindai mengandung tindakan lain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スキャンされたQRコードは別のアクションが含まれています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Taranan karekod farklı eylemler içeriyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The scanned QR code contains different action" - } - } - } - }, - "QuickAction.create" : { - "comment" : "MARK: - QuickAction", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Membuat %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@を作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Створити %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建 %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立 \"%@\"" - } - } - } - }, - "Random" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عشوائي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выпадкова" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zufällig" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Random" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aleatorio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Random" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Random" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aléatoire" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Acak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Casuale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "おまかせ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "무작위" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tilfeldig" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Willekeurig" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୟାଡୁୟାଡୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Losowe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aleatório" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Random" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Случайно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rastgele" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Випадково" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngẫu nhiên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "随机" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "隨機" - } - } - } - }, - "Recent" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Recent" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нядаўняе" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kürzlich" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Recent" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recientes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Recent" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Viime aikaiset" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Récent" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Baru-Baru Ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Recenti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最近" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "최근" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nylig" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Recent" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏବେକାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ostatnie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Recente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Recentes" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Недавние" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "En son" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нещодавні" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gần đây" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "最近" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "最近存取" - } - } - } - }, - "Red" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أحمر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чырвоны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Rot" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Red" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Rojo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Red" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Punainen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rouge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Merah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rosso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "赤色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "빨간색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rød" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rood" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନାଲି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czerwony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vermelho" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Red" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Красный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kırmızı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Червоний" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đỏ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "朱红色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "紅色" - } - } - } - }, - "Red background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Red background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чырвоны фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Roter Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Red background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo rojo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Red background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Red background" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond rouge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang merah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo rosso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "赤色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "빨간색 배경" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rød bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rode achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲାଲ୍ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czerwone tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo vermelho" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fundo vermelho" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Красный фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kırmızı arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Червоне тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Red background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "米红色背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "紅色背景" - } - } - } - }, - "RedactedText.pageTitle" : { - "comment" : "MARK: - RedactedText", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прачніся, Neo" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aufwachen, Neo" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Wake up, Neo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Despierta, Neo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réveillez-vous, Néo" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bangun, Neo" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Svegliati, Neo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ネオ、目を覚ませ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Våkn opp, Neo" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Word wakker, Neo" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obudź się, Neo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Acorda, Neo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Проснись, Нео" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uyan, Neo" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Прокидайся, Нео" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Wake up, Neo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "《黑客帝国》醒醒, Neo" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "醒來吧,Neo" - } - } - } - }, - "RedactedText.pageType" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чырвоная таблетка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Rote Pille" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Red pill" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Píldora roja" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilule rouge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pil merah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pillola rossa" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "赤い薬" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rød p-pille" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rode pil" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czerwona piguła" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pílula vermelha" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Красная таблетка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kırmızı hap" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Червона пігулка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Red pill" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "《黑客帝国》红色药丸" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "紅色藥丸" - } - } - } - }, - "Redo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إعادة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вярнуць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wiederholen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Redo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Rehacer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Redo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Redo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rétablir" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ulangi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "やり直し" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다시 실행" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Omgjør" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer opnieuw uit" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Redo" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ponów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Refazer" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Redo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Повторить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yinele" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Redo" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Làm lại thao tác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "重做" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "重做" - } - } - } - }, - "ReindexingWarningAlert.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wir haben eine neue Suchbibliothek für schnellere und genauere Ergebnisse implementiert.\nDie Neuindexierung kann ein paar Minuten dauern." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hemos cambiado a un nuevo software de búsqueda para obtener resultados más rápidos y precisos.\nPuede llevar unos minutos crear el nuevo índice." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nous avons implémenté une nouvelle bibliothèque de recherche pour des résultats plus rapides et plus précis.\nLa réindexation peut prendre quelques minutes." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kami menerapkan pustaka penelusuran baru untuk pencarian yang lebih cepat dan akurat.\nPengindeksan ulang membutuhkan waktu beberapa menit." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Abbiamo implementato una nuova libreria di ricerca per risultati più rapidi e precisi.\nLa reindicizzazione potrebbe richiedere alcuni minuti." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "検索機能が新しくなりました。より速く、正確な結果を表示できます。データの再構築に数分かかります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "We hebben een nieuwe zoekbibliotheek geïmplementeerd voor snellere en nauwkeurigere resultaten.\nOpnieuw indexeren kan een paar minuten duren." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Implementamos uma nova biblioteca de pesquisa para resultados mais rápidos e precisos.\nA reindexação pode levar alguns minutos." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Мы внедрили новую библиотеку поиска для более быстрых и точных результатов.\nПереиндексация может занять несколько минут." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha hızlı ve daha doğru sonuçlar için yeni bir arama kütüphanesi uyguladık.\nYeniden indeksleme birkaç dakika sürebilir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我们已经实施了一个新的搜索库,以获得更快、更准确的结果。\n重新索引可能需要几分钟。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." - } - } - } - }, - "ReindexingWarningAlert.Title" : { - "comment" : "MARK: - Reindexing warning alert", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dein Sucherlebnis wird aufgewertet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upgrading your search experience" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mejorando tu experiencia de búsqueda" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Améliorer votre expérience de recherche" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Meningkatkan pengalaman penelusuranmu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stiamo migliorando la tua esperienza di ricerca" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "検索機能をアップグレード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw zoekervaring upgraden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Melhorando sua experiência de pesquisa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Улучшение вашего поиска" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arama deneyiminizi yükseltin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "升级您的搜索体验" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrading your search experience" - } - } - } - }, - "Relation" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Relations" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relación" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relaciones" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relasi" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のプロパティ" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "İlişki" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld İlişki" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Relations" - } - } - } - } - } - } - }, - "Relation.Create.Row.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create “%@”" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць “%@”" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "„%@“ erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create “%@”" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear “%@”" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create “%@”" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo “%@”" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer \"%@”" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat “%@”" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea “%@”" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "「%@」を作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "\"%@\" 만들기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create “%@”" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak \"%@\"" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "“%@” ତିଆରି କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz „%@”" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar \"%@”" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar “%@\"" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "\"%@\" oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create “%@”" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo “%@”" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建 “%@”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立 \"%@\"" - } - } - } - }, - "Relation.Create.Textfield.placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أدخل الاسم..." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Увядзіце назву..." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Name eingeben..." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Enter name..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Introducir nombre…" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter name..." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anna nimi..." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Saisir un nom..." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Masukkan nama..." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci nome..." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "名前を入力…" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이름 입력..." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skriv inn navn..." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voer naam in..." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନାମ ପ୍ରବେଶ କରନ୍ତୁ..." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wprowadź nazwę..." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir nome..." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Introduzir nome..." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Введите название..." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İsim girin..." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Enter name..." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhập tên..." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入名称..." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "輸入名稱..." - } - } - } - }, - "Relation.Delete.Alert.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The option will be permanently removed from your space." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Параметр будзе назаўсёды выдалены з вашай прасторы." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Die Option wird dauerhaft aus Ihrem Bereich entfernt." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The option will be permanently removed from your space." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La opción se eliminará definitivamente de tu espacio." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The option will be permanently removed from your space." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tämä vaihtoehto poistetaan pysyvästi tilastasi." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "L'option sera définitivement retirée de votre espace." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Opsi ini akan dihapus secara permanen dari ruang Anda." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "L'opzione verrà rimossa definitivamente dal tuo spazio." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このオプションがスペースから完全に削除されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이 옵션은 스페이스에서 영구적으로 제거됩니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Alternativet vil bli permanent fjernet fra ditt rom." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De optie wordt permanent verwijderd uit jouw ruimte." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିକଳ୍ପ ଆପଣଙ୍କ ସ୍ଥାନରୁ ସ୍ଥାୟୀ ଭାବରେ ଅପସାରଣ ହେବ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opcja zostanie trwale usunięta z Twojej przestrzeni." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A opção será removida permanentemente do seu espaço." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "A opção será removida permanentemente do seu espaço." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Эта опция будет удалена из вашего рабочего пространства." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçenek, alanınızdan kalıcı olarak kaldırılacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The option will be permanently removed from your space." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lựa chọn này sẽ bị xoá vĩnh viễn khỏi không gian của bạn." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此选项将从您的空间永久删除。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "該選項將從您的空間中永久刪除" - } - } - } - }, - "Relation.Delete.Alert.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هل أنت متأكد؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўпэўнены?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sind Sie sicher?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah kamu yakin?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro/a?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当によろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je het zeker?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jesteś pewny?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви впевнені?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn chắc chưa?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是否确定?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定嗎?" - } - } - } - }, - "Relation.Deleted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خاصية محذوفة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelöschte Eigenschaft" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deleted property" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedad eliminada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriété supprimée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti terhapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietà eliminata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除されたプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijderde eigenschap" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriedade deletada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удаленное свойство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Silinmiş özellik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已删除属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted property" - } - } - } - }, - "Relation.EmptyState.Blocked.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الخاصية فارغة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Die Eigenschaft ist leer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The property is empty" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La propiedad está vacía" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La propriété est vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Propertinya kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティが空です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De eigenschap is leeg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu özellik boş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "该属性为空" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The property is empty" - } - } - } - }, - "Relation.EmptyState.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لم يتم العثور على شيء. أنشئ الخيار الأول للبدء." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нічога не знойдзена. Стварыце першую опцыю для пачатку." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nichts gefunden. Erstelle zuerst eine Option zum Starten." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Nothing found. Create first option to start." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No se ha encontrado nada. Crea la primera opción para comenzar." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing found. Create first option to start." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitään ei löytynyt. Luo ensimmäinen valinta aloittaaksesi." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rien n'a été trouvé. Créez la première option pour commencer." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada yang ditemukan. Buat opsi pertama untuk memulai." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun risultato. Crea la prima opzione per iniziare." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "何も見つかりませんでした。開始する最初のオプションを作成してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "찾을 수 없습니다. 첫 번째 옵션을 생성하여 시작합니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fant ingenting. Opprett første alternativ for å starte." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niets gevonden. Maak een eerste optie om te starten." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କିଛି ମିଳିଲା ନାହିଁ। ଆରମ୍ଭ କରିବାକୁ ପ୍ରଥମ ବିକଳ୍ପ ସୃଷ୍ଟି କରନ୍ତୁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nic nie znaleziono. Utwórz pierwszą opcję, aby rozpocząć." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nada foi encontrado. Crie a primeira opção para começar." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Nada foi encontrado. Crie a primeira opção para começar." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ничего не найдено. Создайте первую опцию для начала." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbir şey bulunamadı. Başlamak için ilk seçeneği oluşturun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing found. Create first option to start." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nothing found. Create first option to start." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "什么也没有。创建第一个选项以开始。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "什麼也沒有。建立第一個選項以開始。" - } - } - } - }, - "Relation.EmptyState.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا توجد خيارات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма опцый" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Optionen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No options" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin opciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No options" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei valintoja" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucune option" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada opsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuna opzione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オプションなし" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "옵션 없음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen valg" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen opties" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ବିକଳ୍ପ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak opcji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhuma opção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No options" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Опций нет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçenek yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No options" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có lựa chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无选项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無選項" - } - } - } - }, - "Relation.Format.Checkbox.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مربع اختيار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Птушка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Checkbox" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Casilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarkastuslaatikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Case à cocher" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kotak centang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Casella di scelta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チェックボックス" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "체크박스" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avkrysningsboks" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selectievakje" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚେକବାକ୍ସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pole wyboru" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Caixa de seleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Флажок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onay kutusu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Прапорець" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ô tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复选框" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "核取方塊列表" - } - } - } - }, - "Relation.Format.Date.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تاريخ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дата" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Date" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Päivämäärä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Date" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanggal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Data" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "日付" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "날짜" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dato" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Datum" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତାରିଖ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Data" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Data" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Data" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дата" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarih" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дата" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngày tháng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "日期" - } - } - } - }, - "Relation.Format.Email.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بريد إلكتروني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Эл. пошта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Surel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレス" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이메일" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "E-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mailadres" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଇମେଲ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Adres mailowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "E-mail" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Posta" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ел. пошта" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "电子邮件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "email" - } - } - } - }, - "Relation.Format.FileMedia.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "File & Media" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлы і Медыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateien & Medien" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "File & Media" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Archivos y medios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "File & Media" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiedosto & Media" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fichier & Média" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berkas & Media" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "File & Media" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルとメディア" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "파일 및 미디어" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fil & Media" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestand & media" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫାଇଲ୍ ଏବଂ ମିଡିଆ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plik i media" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Arquivos e mídias" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ficheiro & Media" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Файл и Медиа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya & Medya" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Файл і медіа" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tập tin & Đa phương tiện" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文件 & 媒体" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檔案與媒體" - } - } - } - }, - "Relation.Format.Number.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رقم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нумар" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nummer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Number" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Número" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Number" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Numero" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Angka" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Numero" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "数字" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "숫자" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tall" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nummer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନମ୍ବର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Liczba" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Número" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Número" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Число" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sayı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Число" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Số" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "数目" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "數字" - } - } - } - }, - "Relation.Format.Object.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Relation object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto de relación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek koneksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "関連するオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Relatie object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlişki nesnesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "相关的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Relation object" - } - } - } - }, - "Relation.Format.Phone.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رقم الهاتف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нумар тэлефона" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefonnummer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Phone number" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de teléfono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Phone number" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Puhelinnumero" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "N° de téléphone" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nomor telepon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Numero di telefono" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "電話番号" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "전화번호" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefonnummer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefoonnummer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫୋନ୍ ନମ୍ବର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Numer telefonu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de telefone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Número de telefone" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Номер телефона" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefon numarası" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Номер телефону" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Số điện thoại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "电话号码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "電話號碼" - } - } - } - }, - "Relation.Format.Status.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбраць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "セレクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Select" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選項" - } - } - } - }, - "Relation.Format.Tag.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Multi-select" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Множны выбар" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mehrfachauswahl" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Multi-select" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Selección múltiple" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Multi-select" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Monivalinta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélection multiple" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih jamak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Selezione multipla" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "複数セレクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "다중 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg flere" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer meerdere" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବହୁ-ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wielokrotny wybór" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleção múltipla" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Multi-select" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Множественный выбор" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çoklu seçim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Multi-select" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn nhiều" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "多选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "多重選項" - } - } - } - }, - "Relation.Format.Text.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тэкст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Text" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Teksti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Texte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Teks" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Testo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テキスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "텍스트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲେଖା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текст" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Metin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Текст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Văn bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正文" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "文字" - } - } - } - }, - "Relation.Format.Url.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنوان URL" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "URL" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Adres URL" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ссылка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "URL网址" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "URL" - } - } - } - }, - "Relation.From.Type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "From type %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "З тыпу %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vom Typ \"%@\"" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "From type %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Del tipo %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "From type %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyypistä %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "À partir du type %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dari tipe %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dal tipo %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ「%@」から" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 유형으로 부터" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "From type %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Van type %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ପ୍ରକାରରୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Z typu %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Do tipo \"%@\"" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Do tipo %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Из типа %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ türünden" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "З типу %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Của loại '%@'" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "来自 %@ 类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "來自類型 %@" - } - } - } - }, - "Relation.ImportType.Csv" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "CSV" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "CSV" - } - } - } - }, - "Relation.ImportType.Html" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "HTML" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "超文本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "HTML" - } - } - } - }, - "Relation.ImportType.Markdown" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Markdown" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "マークダウン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "마크다운" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମାର୍କଡାଉନ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Markdown" - } - } - } - }, - "Relation.ImportType.Notion" : { - "comment" : "MARK: - Import Type Relation", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Notion" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଧାରଣା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pojęcie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "noção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kavram" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Notion" - } - } - } - }, - "Relation.ImportType.Obsidian" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Obsidian" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Obsidian" - } - } - } - }, - "Relation.ImportType.Protobuf" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Any-Block" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-blokk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏନି ବ୍ଲକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dowolny blok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Herhangi bir Blok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Any-Block" - } - } - } - }, - "Relation.ImportType.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "TXT" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "纯文本(.txt)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "TXT 文檔" - } - } - } - }, - "Relation.MyRelations" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خصائصي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Meine Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "My properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mis propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mes propriétés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Propertiku" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Le mie proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作成したプロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mijn eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Minhas propriedades" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Мои свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özelliklerim" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我的属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "My properties" - } - } - } - }, - "Relation.Object.Delete.Alert.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The object will be moved to Bin." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аб'ект будзе перамешчаны ў сметніцу." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Das Objekt wird in den Papierkorb verschoben." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The object will be moved to Bin." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El objeto será movido a la papelera." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The object will be moved to Bin." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tämä vaihtoehto siirretään roskakoriin." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "L'objet sera déplacé dans la corbeille." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek ini akan dipindah ke Bak Sampah." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "L'oggetto verrà spostato nel Cestino." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトがごみ箱に移動されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오브젝트가 휴지통으로 이동됩니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objektet vil bli flyttet til papirkurven." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het object wordt naar de prullenmand verplaatst." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟକୁ ବିନ୍ କୁ ସ୍ଥାନାନ୍ତର କରାଯିବ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obiekt zostanie przeniesiony do Kosza." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O objeto será movido para o Lixo." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The object will be moved to Bin." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Этот объект будет перемещен в корзину." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne Çöp Kutusuna taşınacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The object will be moved to Bin." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đối tượng này sẽ được đưa vào Thùng rác." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象将被移动到回收站。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "該物件將被移至垃圾桶" - } - } - } - }, - "Relation.ObjectType.Header.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып аб'екта:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttyp:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object type:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekti tyyppi:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type d'objet :" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe objek:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo di oggetto:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오브젝트 유형:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttype:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objecttype:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟ ପ୍ରକାର:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ obiektu:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de Objeto:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип объекта:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne türü:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại đối tượng:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象类型:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件類型:" - } - } - } - }, - "Relation.ObjectTypes.Header.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Object types:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тыпы аб'екта:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttypen:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object types:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object types:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekti tyypit:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Types d'objets :" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe objek:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipi di oggetto:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "객체 유형:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttyper:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objecttypes:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟ ପ୍ରକାର:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typy obiektów:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos de objeto:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Object types:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Типы объектов:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne türleri:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Object types:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại đối tượng:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象类型:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件類型:" - } - } - } - }, - "Relation.Origin.API" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "API" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "API" - } - } - } - }, - "Relation.Origin.Bookmark" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إشارة مرجعية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Закладка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lesezeichen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bookmark" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcador" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirjanmerkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Marque-page" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Markah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Segnalibro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブックマーク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "북마크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bokmerke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bladwijzer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zakładka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Marcador" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закладка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yer imi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Закладка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dấu trang" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "书签" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "書籤" - } - } - } - }, - "Relation.Origin.Builtin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المكتبة مثبتة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бібліятэка ўсталяваная" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliothek installiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Library installed" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Instalado de la biblioteca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Library installed" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirjasto asennettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliothèque installée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pustaka terpasang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Libreria installata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "インストールされました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "라이브러리 설치됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliotek installert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bibliotheek geïnstalleerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲାଇବ୍ରେରୀ ସଂସ୍ଥାପିତ ହୋଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zainstalowana biblioteka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Biblioteca instalada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Library installed" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Библиотеки установлены." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kitaplık kuruldu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Library installed" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài từ thư viện" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文库已安装" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "資料庫已安裝" - } - } - } - }, - "Relation.Origin.Clipboard" : { - "comment" : "Origin Relation", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الحافظة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Буфер абмену" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zwischenablage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Clipboard" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Portapapeles" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Clipboard" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leikepöytä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Presse-papier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Papan kerani" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Appunti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クリップボード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "클립보드" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Utklippstavle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klembord" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କ୍ଲିପ୍ ବୋର୍ଡ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Schowek" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Área de Transferência" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Clipboard" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Буфер обмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pano" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Clipboard" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Clipboard" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "剪贴板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "剪貼簿" - } - } - } - }, - "Relation.Origin.DragAndDrop" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Drag'n'Drop" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перасунуць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Drag'n'Drop" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Drag'n'Drop" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Arrastrar y soltar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Drag'n'Drop" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Raahaa ja tiputa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Glisser-déposer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Seret dan Lepas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Trascina e rilascia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ドラッグ&ドロップ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "드래그 앤 드롭" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dra og slipp" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Drag'n'Drop" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡ୍ରାଗ ଓ ଡ୍ରପ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przeciągnij i upuść" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Arraste e Solte" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Drag'n'Drop" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Перетащи" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sürükle & Bırak" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Drag'n'Drop" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kéo thả" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拖放" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "拖放" - } - } - } - }, - "Relation.Origin.Import" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائن مستورد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Імпартаваць аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Importiertes Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Imported object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto importado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Imported object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuotu objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet importé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek diimpor" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto importato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "インポート済みオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "가져온 오브젝트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Importert objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geïmporteerd object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆମଦାନୀ ହୋଇଥିବା ଅବଜେକ୍ଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Importowany obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto importado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Imported object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Импортированный объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçeri aktarılan nesne" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Imported object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đối tượng đã nhập" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "导入的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "匯入物件" - } - } - } - }, - "Relation.Origin.SharingExtension" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ملحق المشاركة عبر الهاتف المحمول" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пашырэнне для мабільнай прылады" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erweiterung für mobiles Teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mobile sharing extension" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Extensión móvil para compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mobile sharing extension" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mobiilijakolisäosa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Extension de partage mobile" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pengaya pembagian ponsel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Estensione di condivisione mobile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "モバイル共有拡張機能" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "모바일 공유 확장" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Utvidelse for mobildeling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mobiel delen extensie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମୋବାଇଲ୍ ସେୟାରିଂ ସମ୍ପ୍ରସାରଣ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rozszerzenie udostępniania mobilnego" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Extensão de compartilhamento móvel" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mobile sharing extension" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Расширение для мобильного телефона" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mobil paylaşım uzantısı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Mobile sharing extension" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Từ ứng dụng mở rộng trên điện thoại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "手机共享扩展" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "手機共享擴充" - } - } - } - }, - "Relation.Origin.UseCase" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حالة الاستخدام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выкарыстанне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anwendungsfall" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Use case" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Caso de uso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Use case" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Käyttökohde" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cas d'usage" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penggunaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Caso d'uso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "活用例" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "활용 예시" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Eksempel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gebruikerstoepassing" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କେସ୍ ବ୍ୟବହାର କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przypadek użycia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Caso de uso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Use case" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вариант использования" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kullanım alanları" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Use case" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trường hợp sử dụng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "使用案例" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "使用案例" - } - } - } - }, - "Relation.Origin.WebClipper" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أداة قص الويب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вэб кліпер" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Web Clipper" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Web clipper" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recorte de web" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Web clipper" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Netti nipsutin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Web Clipper" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemangkas web" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Clipper web" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Web clipper" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "웹 클리퍼" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Webklipper" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Webclipper" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୱେବ୍ କ୍ଲିପର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nożyczki do strzyżenia sieci" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Web clipper" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Web clipper" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Клиппер" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Web yakalayıcı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Web clipper" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Web clipper" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网页剪藏器" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網頁裁剪" - } - } - } - }, - "Relation.View.Create.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء خيار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сварыць опцыю" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Option erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create option" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear opción " - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo valinta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer une option" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat opsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea opzione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オプションを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "옵션 생성" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett alternativ" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak optie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତିଆରି କରନ୍ତୁ ବିକଳ୍ପ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz opcję" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar opção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar opção" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать параметр" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçenek oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create option" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo lựa chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建选项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立選項" - } - } - } - }, - "Relation.View.Edit.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل الخيار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць опцыю" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Option bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit option" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar opción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit option" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Muokkaa valintaa" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Éditer l'option" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting opsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica opzione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オプションを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "옵션 편집" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rediger valg" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk optie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିକଳ୍ପ ସମ୍ପାଦନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytuj opcję" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar opção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar opção" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить вариант" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçeneği düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit option" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sửa tùy chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑选项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯選項" - } - } - } - }, - "Relation.View.Hint.Empty" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "empty" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "пуста" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "leer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "empty" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "vacío" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "empty" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "tyhjä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "vuoto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未入力" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "비어 있음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "tom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "leeg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଖାଲି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "pusty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "vazio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "vazio" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "пусто" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "boş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "пусто" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "trống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空的" - } - } - } - }, - "RelationAction.CallPhone" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Call phone numbler" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пазваніць на нумар тэлефона" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefonnummer anrufen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Call phone numbler" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Llamar al número de teléfono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Call phone numbler" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Call phone numbler" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appeler le numéro de téléphone" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Panggil nomor telepon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiama numero di telefono" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "電話番号に発信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Call phone numbler" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ring telefonnummer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bel telefoonnummer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Call phone numbler" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zadzwoń do telefonu odrętwiałego" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ligar para número" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Call phone numbler" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Позвонить в номер телефона" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefon numarasını ara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Номер телефону для дзвінка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gọi số điện thoại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "呼叫电话号码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "撥打電話號碼" - } - } - } - }, - "RelationAction.Copied" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Copied" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скапіравана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copied" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copied" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopioitu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copié" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Disalin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コピーされました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복사됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gekopieerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କପି ହେଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skopiowano" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопировано" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopyalandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопійовано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã sao chép" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已复制" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已複製" - } - } - } - }, - "RelationAction.CopyEmail" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نسخ البريد الإلكتروني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Капіяваць эл. пошту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier l'email" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin email" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールアドレスをコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopier e-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieer e-mailadres" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy email" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopiowanie wiadomości e-mail" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar e-mail" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопировать адрес электронной почты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-postayı kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопіювати ел. пошту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chép email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拷贝电子邮件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "複製 email" - } - } - } - }, - "RelationAction.CopyPhone" : { - "comment" : "Relation Actions", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نسخ رقم الهاتف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Капіяваць нумар тэлефона" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy phone number" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar número de teléfono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone number" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin nomor telepon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia numero di telefono" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "電話番号をコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopier telefonnummer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefoonnummer kopiëren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone number" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar número de telefone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy phone numbler" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefon numarasını kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скопіювати номер телефону" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chép số điện thoại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拷贝电话号码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "複製電話號碼" - } - } - } - }, - "RelationAction.OpenLink" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح الرابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адкрыць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrir le lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Åpne lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open link" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Otwórz odnośnik w" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Відкрити посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mở link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開啟連結" - } - } - } - }, - "RelationAction.ReloadContent" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إعادة تحميل محتوى الكائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перазагрузіць змесціва аб'екта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objektinhalt neu laden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reload object content" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recargar contenido del objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reload object content" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reload object content" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Recharger le contenu de l'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Muat ulang konten objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ricarica contenuto dell'oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト内容を再読み込み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reload object content" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last objektinnhold på nytt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objectinhoud opnieuw laden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reload object content" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ponowne załadowanie zawartości obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Recarregar conteúdo do objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reload object content" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Перезагрузить содержимое объекта" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne içeriğini yeniden yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перезавантажити вміст об'єкта" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải lại nội dung đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "重新加载对象内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "重新載入物件內容" - } - } - } - }, - "RelationAction.ReloadingContent" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Reloading content" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перазагрузка змесціва" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhalt wird neu geladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reloading content" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recargando contenido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reloading content" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reloading content" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Recharger le contenu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memuat kembali konten" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ricaricamento contenuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "内容を読み込み中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reloading content" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oppdaterer innhold" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhoud wordt herladen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reloading content" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przeładowywanie zawartości" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Recarregando conteúdo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reloading content" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Перезагрузка содержимого" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçerik yeniden yükleniyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перезавантаження вмісту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đang tải lại nội dung" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "重新加载内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "重新載入內容" - } - } - } - }, - "RelationAction.SendEmail" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إرسال بريد إلكتروني" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адаслаць ліст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "E-Mail senden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Send email" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar correo electrónico" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Send email" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Send email" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Envoyer un e-mail" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirim email" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invia email" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メールを送信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Send email" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Send e-post" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verstuur e-mail" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Send email" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyślij email" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar email" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Send email" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отправить электронное письмо" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "E-posta gönder" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Надіслати ел. пошту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gửi email" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "发送电子邮件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "傳送 email" - } - } - } - }, - "RelativeFormatter.days7" : { - "comment" : "MARK: - Relative date formatter", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "آخر 7 أيام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Папярэднія 7 дзён" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Letzte 7 Tage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Previous 7 days" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Últimos 7 días" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 7 days" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 7 days" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "7 jours précédents" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "7 hari terakhir" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ultimi 7 giorni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "過去7日間" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 7 days" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Siste 7 dager" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afgelopen 7 dagen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 7 days" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ostatnie 7 dni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Últimos 7 dias" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 7 days" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "За последние 7 дней" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Son 7 gün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 7 days" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trong 7 ngày trước" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "7天前" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "過去 7 天" - } - } - } - }, - "RelativeFormatter.days14" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "آخر 14 يومًا" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Папярэднія 14 дзён" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Letzte 14 Tage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Previous 14 days" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Últimos 14 días" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "14 jours précédents" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "14 hari terakhir" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ultimi 14 giorni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "過去14日間" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afgelopen 14 dagen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Últimos 14 dias" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "За последние 14 дней" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önceki 14 gün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "14天前" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Previous 14 days" - } - } - } - }, - "Remove" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إزالة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Borrar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimuovi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "제거" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କାଢନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вилучити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bỏ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移除" - } - } - } - }, - "Remove From Favorite" : { - "comment" : "MARK: - Context Menu", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove From Favorite" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць з абранага" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aus den Favoriten entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove From Pinned" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar de Favoritos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove From Favorite" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove From Favorite" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Retirer des favoris" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus dari Favorit" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimuovi dai Preferiti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "お気に入りから削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove From Favorite" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern fra favoritter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder uit Favorieten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରିୟରୁ ଅପସାରଣ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń z ulubionych" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover dos Favoritos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover dos Favoritos" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить из избранного" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Favoriden kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити з Обраного" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bỏ khỏi mục Ưa thích" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从收藏夹中删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從我的最愛中移除" - } - } - } - }, - "Remove photo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove photo" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць фота" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Foto entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove photo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Quitar foto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove photo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove photo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer la photo" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus foto" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimuovi foto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像を削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove photo" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern bilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder foto" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫଟୋ ହଟାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń zdjęcie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover foto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove photo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить фото" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fotoğrafı kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вилучити фото" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gỡ ảnh" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移除照片" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移除照片" - } - } - } - }, - "RequestToJoinNotification.GoToSpace" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перайсці ў Прастору" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zu Space wechseln" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Go to Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ir al espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aller à l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunjungi Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vai allo Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースに移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "스페이스로 이동" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gå til rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ga naar ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Idź w kosmos" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ir para Espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Перейти в пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alana git" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Go to Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "转到空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "前往空間" - } - } - } - }, - "RequestToJoinNotification.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** запытаў(-ла) доступ да прасторы **%@**." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** fragt Zugang zum Space **%@** an." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "**%@** requested to join the **%@** space." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** solicita acceder al espacio **%@**." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** a demandé à rejoindre l'espace **%@**." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** meminta bergabung ke ruang **%@**." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** ha richiesto di unirsi allo spazio **%@**." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@**さんからスペース**%@**への参加リクエストが届きました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@**가 **%@** 스페이스에 참여하기를 요청했습니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** heeft verzocht om aan de ruimte **%@** deel te nemen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** poprosił o dołączenie do przestrzeni **%@**." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@ pediu para entrar no espaço de %@." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** сделал запрос на присоединение к пространству **%@**" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@**, **%@** alanına katılmak istiyor." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** requested to join the **%@** space." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** 请求加入 **%@** 空间。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** 請求加入 **%@** 空間。" - } - } - } - }, - "RequestToJoinNotification.ViewRequest" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض الطلب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паглядзець запыт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anfrage ansehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View request" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver solicitud" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher la demande" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lihat permintaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizza richiesta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リクエストを確認" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "요청 보기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis forespørsel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bekijk verzoek" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyświetl zapytanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver solicitação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Посмотреть запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İsteği görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查看请求" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "查看請求" - } - } - } - }, - "RequestToLeaveNotification.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** хоча пакінуць прастору **%@**." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** möchte den Space **%@** verlassen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** quiere abandonar el espacio **%@**." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** veut quitter l'espace **%@**." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** ingin meninggalkan ruang **%@**." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** vuole lasciare lo spazio **%@**." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@**さんからスペース**%@**への退出リクエストが届きました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wil de ruimte **%@** verlaten." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** chce opuścić przestrzeń **%@**." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** quer sair do espaço **%@." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** хочет покинуть пространство **%@**." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@**, **%@** alanından ayrılmak istiyor." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** wants to leave the **%@** space." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** 想要离开 **%@** 空间。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "**%@** 想要離開 **%@** 空間。" - } - } - } - }, - "Resend" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إعادة الإرسال" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выслаць паўторна" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erneut senden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Resend" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Reenviar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Renvoyer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirim ulang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invia di nuovo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "再送信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Send på nytt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verstuur opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyślij ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Reenviar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отправить ещё раз" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekrar Gönder" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gửi lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "重新发送" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "重新傳送" - } - } - } - }, - "Resend in" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адправіць паўторна праз %@ с" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erneut senden in %@ Sek." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Resend in %@ sec" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Reenviar dentro de %@ s" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Renvoyer dans %@ sec" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirim ulang dalam %@ detik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invia nuovamente tra %@ secondi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@秒後に再送信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verstuur opnieuw over %@ seconden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyślij ponownie za %@ s" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Reenviar em %@ seg" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Переслать через %@ с" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ saniye içinde tekrar gönder" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Resend in %@ sec" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gửi lại trong %@ giây" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在 %@ 秒内重新发送" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在 %@ 秒內重新傳送" - } - } - } - }, - "Reset to default" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إعادة التعيين إلى الافتراضي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Auf Standardeinstellung zurücksetzen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reset to default" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restablecer por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Atur ulang ke bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトに戻す" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zet terug naar standaard" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сбросить к стандартным" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılana sıfırla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "重置为默认值" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset to default" - } - } - } - }, - "Resolve layout conflict" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حل تعارض التخطيط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Resolve layout conflict" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolver conflicto de diseño" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lerai konflik tata letak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Risolvi il conflitto di layout" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプに合わせてリセット" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Los opmaak conflict op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Разрешить конфликт макетов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzen çakışmasını çöz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "解决布局冲突" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Resolve layout conflict" - } - } - } - }, - "Restore" : { - "comment" : "Action", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "استعادة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аднавіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wiederherstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Restore" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Palauta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pulihkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "復元" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복원" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjenopprett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Herstel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୁନରୁଦ୍ଧାର କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przywróć" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Восстановить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Відновити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khôi phục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "恢复" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "復原" - } - } - } - }, - "Restore from keychain" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аднавіць з звязкі ключоў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Von Schlüsselbund wiederherstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Restore from keychain" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar desde el llavero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurer depuis le trousseau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memulihkan dari rantai kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina dal portachiavi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キーチェーンから復元" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjenopprett fra nøkkelring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Herstellen vanuit de sleutelhanger" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przywróć z pęku kluczy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar do keychain" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Восстановить из связки ключей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Keychain'den geri yükleme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Відновити з в'язки ключів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore from keychain" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从钥匙串恢复" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從鑰匙圈復原" - } - } - } - }, - "Restore key from keychain" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore Key from the keychain" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аднавіць ключ з звязкі ключоў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlüssel aus dem Schlüsselbund wiederherstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Restore Key from the keychain" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restablecer clave desde llavero" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore Key from the keychain" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Palauta Avain avainnipusta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurer la clé depuis le trousseau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pulihkan frasa dari rantai kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina la Chiave dal portachiavi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キーチェーンから鍵を復元" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "키체인에서 키를 복원합니다" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjenopprett nøkkel fra nøkkelring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Herstel sleutel vanuit de sleutelhanger" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୀଚେନ୍ ରୁ ଚାବି ପୁନରୁଦ୍ଧାର କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przywróć klucz z pęku kluczy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar chave do chaveiro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Restaurar chave do keychain" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Восстановить Ключ из менеджера паролей" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anahtarı keychain'den geri yükleme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore Key from the keychain" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Restore Key from the keychain" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "从钥匙串恢复密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "從鑰匙圈復原密鑰" - } - } - } - }, - "ReturnToWidgets.Tip.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lange auf die Zurück-Schaltfläche drücken, um zu den Widgets zurückzukehren, anstatt sie wiederholt anzutippen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mantén pulsado el botón de retroceso para volver a los widgets en lugar de pulsarlo varias veces." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appuyez longuement sur le bouton retour pour revenir aux widgets au lieu d'appuyer dessus à plusieurs reprises." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekan lama tombol kembali untuk kembali ke gawit alih-alih menekannya berkali-kali." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Premere a lungo il pulsante indietro per tornare ai widget, invece di toccarlo ripetutamente." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "戻るボタンを長押しすると、簡単にウィジェットに戻れます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Druk lang op de terugknop om terug te keren naar widgets in plaats van deze herhaaldelijk te tikken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pressione e segure o botão voltar para retornar aos widgets em vez de tocá-lo repetidamente." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Длительное нажатие кнопки \"Назад\", чтобы вернуться к виджетам вместо повторного нажатия на него." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget'lara geri dönmek için tekrar tekrar dokunmak yerine geri düğmesine uzun süre basılı tutun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "长按返回按钮返回小部件,而不是重复点击。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Long press the back button to return to widgets instead of tapping it repeatedly." - } - } - } - }, - "ReturnToWidgets.Tip.Title" : { - "comment" : "MARK: - Space switcher tip", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Lang drücken, um zu den Widgets zurückzukehren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Long Press to Return to Widgets" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pulsación larga para volver a los widgets" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appui long pour retourner aux widgets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekan Lama untuk Kembali ke Gawit" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Premere a lungo per tornare ai widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "長押しでウィジェットに戻る" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Druk lang in om terug te keren naar widgets" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pressione e segure para retornar aos Widgets" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Долгое нажатие для возврата к виджетам" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget'lara geri dönmek için basılı tutun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "长按返回小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Long Press to Return to Widgets" - } - } - } - }, - "Save" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حفظ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Speichern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Save" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Guardar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sauvegarder" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Simpan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Salva" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保存" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sla op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଞ୍ଚୟ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Salvar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сохранить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaydet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "保存" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Save" - } - } - } - }, - "Scan documents" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Scan documents" - } - } - } - }, - "Scan QR code" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Scan QR code" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сканіраваць QR-код" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-Code scannen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Scan QR code" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Escanear código QR" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Scan QR code" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Skannaa QR-koodi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanner un QR code" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindai kode QR" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scansiona codice QR" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "QRコードをスキャン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "QR 코드 스캔" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skann QR-kode" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scan QR code" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "QR କୋଡ୍‍ ସ୍କାନ୍‍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skanuj kod QR" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ler código QR" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ler código QR" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сканировать QR-код" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Karekodu tara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сканувати QR-код" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quét mã QR" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "扫描二维码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "掃描 QR code" - } - } - } - }, - "Scanner.Error.Scanning not supported" : { - "comment" : "MARK: - Scanner", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning not supported" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сканіраванне не падтрымліваецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Scannen nicht unterstützt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Scanning not supported" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El escaneo no es compatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning not supported" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Skannaaminen ei ole tuettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Scan non pris en charge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemindaian tidak didukung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scansione non supportata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スキャンに対応していません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning not supported" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skanning er ikke støttet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scannen wordt niet ondersteund" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning not supported" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Skanowanie nie jest obsługiwane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Escaneamento não suportado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning not supported" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сканирование не поддерживается" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarama desteklenmiyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сканування не підтримується" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scanning not supported" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不支持扫描" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不支援掃描" - } - } - } - }, - "Search" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بحث" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Suchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Search..." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Buscar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Search" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechercher" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Telusuri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerca" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "검색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Søk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zoeken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସନ୍ଧାନ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szukaj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesquisar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Search" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поиск" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tìm kiếm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "搜索" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "搜尋" - } - } - } - }, - "Search for language" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for language" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук мовы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sprache suchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Search for language" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Buscar idioma" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for language" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hae kieltä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechercher une langue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Cari bahasa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerca lingua" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "言語を検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "언어 검색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Søk etter språk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zoek naar taal" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଭାଷା ଖୋଜନ୍ତୁ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyszukaj język" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesquisar idioma" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesquisar idioma" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поиск языка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dil ara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Шукати мову" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search for language" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "搜索语言" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "搜尋語言" - } - } - } - }, - "Search or create new" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بحث أو إنشاء جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Suchen oder neu erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Search or create new" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Buscar o crear" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechercher ou créer un nouveau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Telusuri atau buat baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerca o crea una nuova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "検索、もしくは新しく作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zoek of maak nieuwe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поиск или создание нового" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ara veya yeni oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "搜索或新建" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Search or create new" - } - } - } - }, - "Search.Links.Header.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to: %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звязана з: %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zugehörig zu: %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Related to: %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Relacionado con: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to: %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to: %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Associé à : %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terkait dengan: %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Correlato a: %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "関連:%@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to: %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to: %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerelateerd aan: %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମ୍ବନ୍ଧିତ: %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Powiązane z: %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Relacionado a: %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Relacionado a: %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связан с %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ile ilişkili" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to: %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên quan đến: %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "与之相关的:%@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "關聯到: %@" - } - } - } - }, - "Search.Links.Show.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Show related objects" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць звязаныя аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zugehörige Objekte anzeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show related objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar objetos relacionados" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show related objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show related objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher les objets associés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan objek terkait" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra oggetti correlati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "関連するオブジェクトを表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Show related objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Show related objects" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon verwante objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମ୍ବନ୍ଧିତ ବସ୍ତୁ ଦେଖାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż powiązane obiekty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibir objetos relacionados" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar objetos relacionados" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать связанные проекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlgili nesneleri göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show related objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiện các đối tượng liên quan" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示相关对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示關聯物件" - } - } - } - }, - "Search.Links.Swipe.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Звязана з" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zugehörig zu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Related to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Relacionado con" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Associé à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terkait dengan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Correlato a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "関連:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerelateerd aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମ୍ବନ୍ଧିତ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Powiązane z" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Relacionado a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Relacionado a" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связан с" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İlişkili" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Related to" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên quan đến" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "相关的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "關聯到" - } - } - } - }, - "SecureAlert.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu teléfono no tiene código de acceso ni autenticación biométrica para proteger tus datos. Habilita la protección en los ajustes de tu aplicación para dificultar que te los roben." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ponselmu tidak punya kata sandi atau autorisasi biometrik. Hal ini dapat menyebabkan datamu lebih mudah dicuri. Nyalakan fitur tersebut di setelan aplikasi untuk mengamankan datamu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "パスコードや生体認証が設定されていません。大切なデータが盗まれる危険性があります。設定画面からパスコードや生体認証を設定してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefonunuzda şifre veya biyometrik kimlik doğrulama özelliği yok. Bu durum verilerinizin çalınmasını kolaylaştırabilir. Verilerinizi korumak için uygulama ayarlarından bu özelliği etkinleştirin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." - } - } - } - }, - "SecureAlert.Proceed.button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Proceed anyway" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Continuar de todos modos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tetap lanjutkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無視して続行" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yine de devam et" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Proceed anyway" - } - } - } - }, - "SecureAlert.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Secure your phone" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Proteger el teléfono" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Amankan ponsel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "データの保護について" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Telefonunuzu güvenli hale getirin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Secure your phone" - } - } - } - }, - "Select all" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد الكل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбраць усё" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alles auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select all" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar todo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select all" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Select all" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tout sélectionner" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih semua" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona tutto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべて選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "전체 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg alle" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer alle" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମସ୍ତ ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaznacz wszystko" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar todos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select all" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать все" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tümünü seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вибрати все" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn hết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "全选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選取全部" - } - } - } - }, - "Select date" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد التاريخ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце дату" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datum auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select date" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar fecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select date" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse päivämäärä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner une date" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih tanggal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona data" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "日付を選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select date" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg dato" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer datum" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତାରିଖ ବାଛନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz datę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar data" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select date" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать дату" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarih seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Оберіть дату" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn ngày" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择日期" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇日期" - } - } - } - }, - "Select file" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Select file" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце файл" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datei wählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select file" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar archivo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select file" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse tiedosto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner un fichier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih berkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona file" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ファイルを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "파일 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg fil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer bestand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଫାଇଲ୍ ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz plik" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar arquivo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select file" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать файл" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обрати файл" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn tập tin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择文件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇檔案" - } - } - } - }, - "Select object" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Select object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абраць аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt wählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner un objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବଜେକ୍ଟ ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaznaczanie obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обрати об'єкт" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選取物件" - } - } - } - }, - "Select Objects" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select Objects" - } - } - } - }, - "Select option" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Select option" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбраць опцыю" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Option auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select option" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar opción" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select option" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse vaihtoehto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Choisir une option" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih opsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona opzione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オプションを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "옵션 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg alternativ" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer optie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିକଳ୍ପ ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz opcje" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar opção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select option" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать вариант" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçeneği seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Select option" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn lựa chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择选项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇選項" - } - } - } - }, - "Select options" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Select options" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбраць опцыі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Optionen auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select options" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar opciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select options" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse vaihtoehdot" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Choisir les options" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih opsi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona opzioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オプションを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "옵션 선택" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg alternativer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer opties" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିକଳ୍ପ ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz opcje" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar opções" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select options" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Варианты выбора" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Seçenekleri seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Select options" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn các lựa chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择选项" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇選項" - } - } - } - }, - "Select relation type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد تنسيق الخاصية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaftsformat auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select property format" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar formato de propiedad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionnez le format de la propriété" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih format atribut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona formato proprietà" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティの種類を選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer eigenschapsformaat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите формат свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellik biçimini seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择属性格式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Select property format" - } - } - } - }, - "Select vault error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка выбару сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler beim Auswählen des Tresors" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select vault error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al seleccionar el arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de sélection du coffre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat memilih brankas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore nella selezione della cassaforte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫の選択エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg hvelvsfeil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer kluis fout" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz błąd sejfu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao selecionar conta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите ошибку хранилища" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasa hatası seçin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Select vault error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文库选择发生错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帳戶選擇錯誤" - } - } - } - }, - "Selected blocks" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d блокі выбрана" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d блокаў выбрана" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d блок выбраны" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d блокаў выбрана" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d gewählter Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d gewählte Blöcke" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d selected block" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d selected blocks" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloque seleccionado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloques seleccionados" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Blocs sélectionnés" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d blocs sélectionnés" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d blok terpilih" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d blocco selezionato" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d blocchi selezionati" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個の選択されたブロック" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d개 블록이 선택됨" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d valgt blokk" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d valgte blokker" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d geselecteerd blok" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d geselecteerde blokken" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d wybrane bloki" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d wybranych bloków" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d wybrany blok" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d wybranych bloków" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloco selecionado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d blocos selecionados" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloco selecionado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objetos selecionados" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрано %d блока" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрано %d блоков" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбран %d блок" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрано %d блоков" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d seçilen blok" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d seçilen blok" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d вибраних блоки" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d вибраних блоків" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d вибраний блок" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d вибраних блоків" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d selected blocks" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 选定的块" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "已選定 %d 區塊" - } - } - } - } - } - } - }, - "Self Host" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "استضافة ذاتية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уласны хостынг" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Selbst hosten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Self Host" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Autoalojado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto-hébergé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Swaladen" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "セルフホスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Selvhostet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zelf hosten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Host Próprio" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Свой сервер" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kişisel barındırma" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Self Host" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tự host" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "自托管" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "自己主持" - } - } - } - }, - "Send" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Send" - } - } - } - }, - "Server.AddButton" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць сетку на ўласным серверы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Selbstgehostetes Netzwerk hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add Self-hosted Network" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir red autoalojada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter un réseau auto-hébergé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan Jaringan Swaladen (Self-Host)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi Rete Self-hosted" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "セルフホストネットワークを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til selvhostede nettverk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg zelfgehost netwerk toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj sieć hostowaną" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar Rede Auto-hospedada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить сеть с собственным хостингом" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kendi ağınıza ekleme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Self-hosted Network" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm Mạng tự quản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加自托管网络\n" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加自行部署的網路" - } - } - } - }, - "Server.Anytype" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dowolny typ" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype" - } - } - } - }, - "Server.LocalOnly" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "محلي فقط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Толькі лакальна" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nur lokal" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Local-only" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo local" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Local seulement" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hanya Lokal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo-locale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ローカルモード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kun lokalt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Alleen lokaal" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tylko lokalnie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Somente local" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Только локально" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sadece yerel" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉ cục bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "仅本地" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "僅限本機" - } - } - } - }, - "Server.LocalOnly.Alert.Action.agree" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Так, я прымаю рызыку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ja, ich akzeptiere die Risiken" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yes, I accept risks" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sí, acepto los riesgos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oui, j'accepte les risques" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ya, saya paham risikonya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sì, accetto i rischi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リスクを理解した上で使用" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ja, ik accepteer de risico's" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sim, eu aceito os riscos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Да, я принимаю риски." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Evet riskleri kabul ediyorum" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ừ, tôi chấp nhận rủi ro" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是的,我接受风险" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Yes, I accept risks" - } - } - } - }, - "Server.LocalOnly.Alert.Action.disagree" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не, не выкарыстоўваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nein, nicht verwenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No, don’t use it" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No, no quiero usarlo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Non, ne pas l'utiliser" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Cari aman saja" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "No, non usarlo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "使用しない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nee, gebruik het niet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não, não use isso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет, не использовать его." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hayır bunu kullanma" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không, đừng dùng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我将保持谨慎" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No, don’t use it" - } - } - } - }, - "Server.LocalOnly.Alert.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Толькі лакальны рэжым з'яўляецца эксперыментальнай функцыяй і не дае пераваг бяспекі. Выкарыстоўвайце яго на свой страх і рызыку, бо можа адбыцца страта даных." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Der Nur-Lokal-Modus ist eine experimentelle Funktion und bietet keine Sicherheitsvorteile. Die Benutzung erfolgt auf eigene Gefahr, da es zu Datenverlusten kommen kann." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El modo solo local es experimental y no ofrece ventajas de seguridad. Úsalo bajo tu propia responsabilidad, ya que podrías perder datos." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Le mode local uniquement est une fonctionnalité expérimentale et n’offre aucun avantage en matière de sécurité. Veuillez l'utiliser à vos propres risques, car une perte de données peut survenir." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mode Hanya-Lokal masih bersifat eksperimental dan tidak memberikan keuntungan keamanan apa pun. Hati-hati dalam penggunaannya karena kehilangan data dapat terjadi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La modalità solo locale è una funzione sperimentale e non fornisce benefici per la sicurezza. Si prega di usarla a proprio rischio, poiché potrebbe verificarsi una perdita di dati." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ローカルモードは実験的な機能です。セキュリティ上のメリットはありません。データの損失が発生する可能性があるため、ご自身の責任で使用してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only modus is een experimentele functie en biedt geen beveiligingsvoordelen. Gebruik deze op eigen risico, aangezien gegevensverlies kan optreden." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O modo somente local é um recurso experimental e não oferece benefícios de segurança. Use-o por sua conta e risco, pois poderá ocorrer perda de dados." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Локальный режим является экспериментальной функцией и не обеспечивает защиту. Используйте его на свой страх и риск, так как возможна потеря данных." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yalnızca yerel modu deneysel bir özelliktir ve güvenlik avantajları sağlamaz. Potansiyel veri kaybı meydana gelebileceğinden lütfen oluşabilecek riskleri kabul ederek kullanın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ chỉ cục bộ là một tính năng còn đang thử nghiệm và không hề cung cấp lợi ích về mặt bảo mật. Có thể sẽ xảy ra mất dữ liệu, và mọi rủi ro bạn tự chịu." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "仅本地模式是实验性功能,并不提供安全保障。请自行承担使用风险,可能会导致数据丢失。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." - } - } - } - }, - "Server.LocalOnly.Alert.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "هل أنت متأكد؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўпэўнены?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sind Sie sicher?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Are you sure?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Seguro?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Êtes-vous sûr ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apakah kamu yakin?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei sicuro/a?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "本当によろしいですか?" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Er du sikker?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weet je het zeker?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Are you sure?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jesteś pewny?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você tem certeza?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уверены?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Emin misiniz?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви впевнені?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn chắc chưa?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "是否确定?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您確定嗎?" - } - } - } - }, - "Server.Network" : { - "comment" : "MARK: - Server", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الشبكة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сетка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Netzwerk" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select Network" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Red" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Network" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Network" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réseau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jaringan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rete" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ネットワーク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Network" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettverk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Netwerk" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Network" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sieć" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Rede" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Network" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сеть" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ağ" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Network" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mạng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网络" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網路" - } - } - } - }, - "Server.Networks" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الشبكات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сетка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Netzwerke" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Networks" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Redes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réseaux" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jaringan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Reti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ネットワーク設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettverk" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Netwerken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sieci" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Redes" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сети" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ağlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Networks" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网络" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網路" - } - } - } - }, - "Set" : { - "comment" : "Object Type", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "استعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Requête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Query" - } - } - } - }, - "Set access" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Set access" - } - } - } - }, - "Set as default" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعيين كافتراضي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зрабіць прадвызначанай" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Standard festlegen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Set as default" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Establecer por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Set as default" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Set as default" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Définir par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Atur sebagai bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Imposta come predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトに設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Set as default" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bruk som standard" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stel in als standaard" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଡିଫଲ୍ଟ ଭାବରେ ସେଟ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ustaw jako domyślny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Definir como padrão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Definir como padrão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Установить по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılan olarak ayarla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Set as default" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đặt làm mặc định" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设为默认" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設為預設" - } - } - } - }, - "Set of" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage von %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Query of %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Consulta de %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri dari %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリ %@" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opdracht van %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ sorgusu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 的查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Query of %@" - } - } - } - }, - "Set.Bookmark.Create.Placeholder" : { - "comment" : "MARK: - Set.Bookmarks", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لصق الرابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Paste link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pegar enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coller le lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempelkan tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incolla link" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクを貼り付け" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "링크 붙여넣기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lim inn lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Plak koppeling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wkleić link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colar link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Paste link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı yapıştır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dán link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粘贴链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "貼上連結" - } - } - } - }, - "Set.Bookmark.Error.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - something went wrong. Please try again" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ой - нешта пайшло не так. Калі ласка паспрабуйце зноў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoppla! Irgendetwas ist schiefgelaufen. Bitte versuchen sie es nochmal." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Oops - something went wrong. Please try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Huy, algo salió mal. Inténtalo de nuevo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - something went wrong. Please try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - something went wrong. Please try again" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Oups, une erreur s’est produite. Veuillez réessayer." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ups - terjadi kesalahan. Silakan coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - qualcosa è andato storto. Riprova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "申し訳ありません。エラーが発生しました。もう一度お試しください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "이런 문제가 발생했습니다. 다시 시도해 주세요." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - noe gikk galt. Vennligst prøv igjen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oeps - er is iets misgegaan. Probeer het nogmaals." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - something went wrong. Please try again" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ups - wystąpił problem. Spróbuj ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Opa! Algo deu errado. Por favor, tente novamente." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops! Ocorreu um erro. Tente novamente!" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ой, что-то пошло не так. Повторите попытку." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hay aksi bir şeyler ters gitti! Lütfen yeniden dene." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - something went wrong. Please try again" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Oops - something went wrong. Please try again" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "噢不 - 出现了一些问题。请重试" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "哎呀,出了點問題。請再試一次。" - } - } - } - }, - "Set.FeaturedRelations.Query" : { - "comment" : "MARK: - Sets: Featured relations", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد استعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце запыт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse kysely" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner une requête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "条件を指定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg spørring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer zoekopdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Select query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kwerenda wybierająca" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecione a consulta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar consulta" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Виберіть запит" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn truy vấn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "指定查詢" - } - } - } - }, - "Set.FeaturedRelations.Relation" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaft:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Property:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedad:" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschap:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellik:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "属性:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Property:" - } - } - } - }, - "Set.FeaturedRelations.RelationsList" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschaften:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Properties:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedades:" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenschappen:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özellikler:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "属性:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Properties:" - } - } - } - }, - "Set.FeaturedRelations.Type" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Type:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo:" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type :" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typy:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Type:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tür:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "类型:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "類型:" - } - } - } - }, - "Set.SourceType.Cancel.Toast.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يمكن تغيير هذا الاستعلام إلا على سطح المكتب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэты запыт можна змяніць толькі на камп'ютары" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Diese Abfrage kann nur auf dem Desktop geändert werden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This query can be changed on desktop only" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta consulta solo puede cambiarse en la versión de escritorio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This query can be changed on desktop only" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tämä kysely voidaan vaihtaa vain tietokoneella" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cette requête peut être modifiée uniquement sur le bureau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri ini bisa berubah hanya pada tampilan komputer" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questa query può essere modificata solo su desktop" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このクエリはデスクトップ版でのみ変更できます" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This query can be changed on desktop only" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Denne spørringen kan bare endres i skrivebordsappen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze zoekopdracht kan alleen op desktop worden gewijzigd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This query can be changed on desktop only" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "To zapytanie można zmienić tylko na komputerze" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta consulta só pode ser alterada na versão desktop" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta consulta só pode ser alterada no desktop" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Этот запрос может быть изменен только на компьютере" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu sorgu sadece masaüstünde değiştirilebilir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Цей запит може бути змінений лише на комп'ютері" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This query can be changed on desktop only" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "只能在桌面端更改此查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "此查詢只能在電腦端更改" - } - } - } - }, - "Set.SourceType.SelectQuery" : { - "comment" : "MARK: - Set source type", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد استعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце запыт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valitse kysely" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner une requête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "条件を指定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg spørring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecteer zoekopdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Select query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kwerenda wybierająca" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecione a consulta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar consulta" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Виберіть запит" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn truy vấn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "指定查詢" - } - } - } - }, - "Set.TypeRelation.ContextMenu.ChangeQuery" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تغيير الاستعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяніць запыт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change query" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar consulta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change query" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vaihda kysely" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier la requête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambia query" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリを変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Change query" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre spørring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verander zoekopdracht" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Change query" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmień zapytanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mudar consulta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change query" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorguyu değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Змінити запит" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Change query" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更改查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "更改查詢" - } - } - } - }, - "Set.TypeRelation.ContextMenu.TurnIntoCollection" : { - "comment" : "MARK: - Set: Type context menu", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحويل الاستعلام إلى مجموعة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfrage in Sammlung umwandeln" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Turn Query into Collection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Convertir consulta en colección" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah Kueri menjadi Koleksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリをコレクションに変換" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zet opdracht om naar collectie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Transformar Consulta em Coleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Конвертировать Запрос в Коллекцию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorguyu Koleksiyona dönüştür" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查询转换为集锦" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Turn Query into Collection" - } - } - } - }, - "Set.View.Empty.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añade una consulta para obtener una lista actualizada de objetos con un tipo o propiedad en común" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menambahkan daftar pencarian untuk menghimpun Objek dengan Tipe dan Atribut yang sama dalam mode langsung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "条件を指定して、同じタイプやプロパティを持つオブジェクトをまとめましょう。変更は自動的に反映されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg zoekopdracht toe om objecten te verzamelen met gelijke types en eigenschappen in een live omgeving" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Canlı modda eşit tür ve özelliklere sahip nesneleri toplamak için arama sorgusu ekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加搜索查询来实时聚合符合相应类型和属性的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Add search query to aggregate objects with equal types and properties in a live mode" - } - } - } - }, - "Set.View.Empty.Title" : { - "comment" : "MARK: - Sets: empty view", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لم يتم تحديد استعلام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запыт не выбраны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Abfrage ausgewählt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No query selected" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ninguna consulta seleccionada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No query selected" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei kyselyä valittuna" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucune requête sélectionnée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada queri terpilih" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessuna query selezionata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "条件が指定されていません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No query selected" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen spørring valgt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen zoekopdracht geselecteerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No query selected" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie wybrano zapytania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nenhuma consulta selecionada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No query selected" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не выбрано ни одного запроса" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu seçilmedi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Жодного запиту не вибрано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chưa có truy vấn được chọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未选择查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未指定查詢" - } - } - } - }, - "Set.View.Kanban.Column.Paging.Title.ShowMore" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць больш аб'ектаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mehr Objekte anzeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show more objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar más objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher plus d'objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Perlihatkan lebih banyak objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra più oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "さらにオブジェクトを表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis flere objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon meer objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż więcej obiektów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar mais objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать больше объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Daha fazla nesne göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Показати більше об'єктів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show more objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示更多对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示更多物件" - } - } - } - }, - "Set.View.Kanban.Column.Settings.Color.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Column color" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Колер слупка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaltenfarbe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Column color" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Color de columna" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Column color" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Column color" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Couleur de la colonne" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Warna kolom" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Colore della colonna" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "列の色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Column color" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolonnefarge" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kleur kolom" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Column color" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolor kolumny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cor da coluna" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Column color" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Цвет столбца" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sütun rengi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колір стовпця" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Màu cột" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "颜色列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "欄位顏色" - } - } - } - }, - "Set.View.Kanban.Column.Settings.Hide.Column.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide column" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Схаваць слупок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Spalte ausblenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hide column" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar columna" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide column" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Piilota sarake" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Masquer la colonne" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sembunyikan kolom" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nascondi colonna" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "列を非表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide column" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Skjul kolonne" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verberg kolom" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide column" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukryj kolumnę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ocultar coluna" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Hide column" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Скрыть столбец" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sütunu gizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Приховати стовпець" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ẩn cột" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "隐藏列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "隱藏欄" - } - } - } - }, - "Set.View.Kanban.Column.Title.Checked" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ пастаўлены сцяжок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ist ausgewählt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ is checked" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ está marcado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ est coché" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ telah diperiksa" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ è spuntato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@はチェック済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is geselecteerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ jest zaznaczony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ está marcado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is checked" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ отмечено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ kontrol edildi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ позначено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ đã tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 已选中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 已勾選" - } - } - } - }, - "Set.View.Kanban.Column.Title.Uncategorized" : { - "comment" : "MARK: - Sets: Kanban", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Uncategorized" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Без катэгорыі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht kategorisiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Uncategorized" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin categoría" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Uncategorized" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Uncategorized" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Non catégorisé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak dikategorikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Senza categoria" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未分類" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Uncategorized" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukategorisert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet gecategoriseerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Uncategorized" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bez kategorii" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem classificação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Uncategorized" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Без категории" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kategorilenmemiş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Без категорії" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chưa được phân loại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未分类" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未分類" - } - } - } - }, - "Set.View.Kanban.Column.Title.Unchecked" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ зняты сцяжок" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ist nicht ausgewählt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ is unchecked" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ no está marcado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ est décoché" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ belum dicentang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ non è spuntato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@は未チェック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is niet geselecteerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ nie jest zaznaczony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ está desmarcado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ is unchecked" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ не отмечено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ işaretli değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ не позначено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ chưa tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 未选中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 未勾選" - } - } - } - }, - "Set.View.Settings.CardSize.Large.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كبير" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вялікі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Groß" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Large" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Grande" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Large" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Large" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Large" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Besar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Grande" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "大" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Large" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stor" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Groot" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Large" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Duży" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Grande" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Large" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Большой" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Büyük" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Великий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lớn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "大" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "大" - } - } - } - }, - "Set.View.Settings.CardSize.Small.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "صغير" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Маленькі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Klein" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Small" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pequeño" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Small" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pieni" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Petit" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kecil" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Piccolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "小" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "작음" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Liten" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klein" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଛୋଟ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mały" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pequeno" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Pequeno" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Маленький" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Küçük" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Малий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhỏ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "小" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "小" - } - } - } - }, - "Set.View.Settings.CardSize.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حجم البطاقة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памеры карткі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kartengröße" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Card size" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tamaño de tarjeta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Card size" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Card size" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Taille de la carte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukuran kartu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dimensione della Card" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "カードサイズ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Card size" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Størrelse på kort" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaartgrootte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Card size" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rozmiar karty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tamanho do cartão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Card size" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Размер карточки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kart boyutu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Розмір картки" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kích thước thẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "卡片尺寸" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "卡片大小" - } - } - } - }, - "Set.View.Settings.GroupBackgroundColors.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Color columns" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Каляровыя слупкі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Farbspalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Color columns" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colorear columnas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Color columns" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Color columns" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Colonnes de couleur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Warna kolom" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Colore colonne" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "列の背景色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Color columns" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fargelegg kolonner" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kleur kolommen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Color columns" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolorowe kolumny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colunas de cor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Color columns" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Цветные столбцы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sütunları renklendir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колір стовпців" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tô màu cột" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "颜色列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顏色欄" - } - } - } - }, - "Set.View.Settings.GroupBy.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Group by" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Згрупаваць па" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gruppieren nach" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Group by" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Agrupar por" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Group by" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Group by" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Grouper par" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kelompokkan berdasarkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Raggruppa per" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "グループ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Group by" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gruppér etter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Groepeer op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Group by" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Grupuj według" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Agrupar por" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Group by" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Группировать по" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Grupla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Згрупувати за" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhóm theo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分组" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "群組" - } - } - } - }, - "Set.View.Settings.ImageFit.Title" : { - "comment" : "MARK: - Sets: View Settings", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "احتواء الصورة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запоўніць відарыс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bild einpassen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Fit image" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajustar imagen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Fit image" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Fit image" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajuster l'image" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Paskan gambar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Adatta immagine" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像を合わせる" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Fit image" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tilpass bilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak afbeelding passend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Fit image" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dopasuj zdjęcie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajustar imagem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Fit image" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подогнать изображение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Resmi sığdır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Підігнати зображення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Fit image" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "图像自适应" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "符合圖像" - } - } - } - }, - "Set.View.Settings.ImagePreview.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معاينة الصورة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перадагляд відарыса" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildvorschau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Image preview" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista de imagen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Image preview" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Image preview" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aperçu de l'image" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pratinjau gambar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anteprima immagine" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像プレビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Image preview" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forhåndsvisning av bilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afbeeldingsvoorbeeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Image preview" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podgląd obrazu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pré-visualização da imagem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Image preview" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Предпросмотр изображения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Resim önizlemesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Попередній перегляд зображення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xem trước ảnh" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "图像预览" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "圖片預覽" - } - } - } - }, - "Set.View.Settings.NoFilters.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Без фільтраў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Filter" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No filters" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin filtros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aucun filtre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada saringan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun filtro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "フィルターがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen filtre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen filters" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak filtrów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem filtros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет фильтров" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Filtre yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Без фільтрів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No filters" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有筛选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有篩選" - } - } - } - }, - "Set.View.Settings.NoRelations.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Eigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin propiedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada properti" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen eigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiçbir özellik yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No properties" - } - } - } - }, - "Set.View.Settings.NoSorts.Placeholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма сартаванняў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Keine Sortierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No sorts" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin orden" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas de tri" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada urutan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun ordinamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替えがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ingen sorteringer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen sortering" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brak sortowania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem ordenação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет сортировок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sıralama yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Без сортування" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No sorts" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有排序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有排序" - } - } - } - }, - "Set.View.Settings.Objects.Applied.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%d прыменена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%d angewendet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d applied" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%d aplicado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%d appliqué" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%d direrapkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applicato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個が適用済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%d toegepast" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%d stosowane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%d aplicado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%d applied" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%d применено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%d uygulandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%d застосовано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã áp dụng %d" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 已应用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 已套用" - } - } - } - }, - "Set.View.UnsupportedAlert" : { - "comment" : "MARK: - Sets: unsupported View", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгляд не падтрымліваецца на мабільных прыладах" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansicht wird auf Mobilgeräten nicht unterstützt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View is unsupported on mobile" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta vista no es compatible con la versión móvil" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La vue n'est pas prise en charge sur mobile" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan ini belum didukung di perangkat mobile" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La vista non è supportata sul cellulare" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "モバイル版ではビューに対応していません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergave wordt niet ondersteund op mobiel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A exibição não é suportada no celular" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "A exibição não é suportada em dispositivos móveis" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Просмотр не поддерживается на мобильном телефоне" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görünüm mobil cihazlarda desteklenmiyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "View is unsupported on mobile" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此视图不支持在移动端显示" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移動裝置上不支援檢視" - } - } - } - }, - "Sets" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abfragen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Queries" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Consultas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kueri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opdrachten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgular" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查询" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Queries" - } - } - } - }, - "Settings" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإعدادات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Налады" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einstellungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Settings" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajustes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paramètres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Setelan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Impostazioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Innstillinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Instellingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସେଟିଂସମୂହ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ustawienia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Настройки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayarlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Налаштування" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài đặt" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设置" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設置" - } - } - } - }, - "Settings.AutoCreateTypeWidgets" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Auto Create Type Widgets" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear widgets de tipo automáticamente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat Gawit Tipe Otomatis" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプウィジェットの自動作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak automatisch type widgets" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tür Widget'larını Otomatik Oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "自动创建类型小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Auto Create Type Widgets" - } - } - } - }, - "Settings.ChatDisabled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat ist deaktiviert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Chat is disabled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El chat está deshabilitado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Obrolan dinonaktifkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La chat è disattivata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チャットが無効になっています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is uitgeschakeld." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат отключен" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sohbet devre dışı bırakıldı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "聊天已禁用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is disabled" - } - } - } - }, - "Settings.ChatEnabled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat ist aktiviert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Chat is enabled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El chat está habilitado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Obrolan diaktifkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La chat è abilitata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チャットが有効になっています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is ingeschakeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат включен" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sohbet etkinleştirildi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "聊天已启用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat is enabled" - } - } - } - }, - "Settings.DataManagement" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدارة البيانات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datenverwaltung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Data Management" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestión de datos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestion de données" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Manajemen Data" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestione Dati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "データ管理" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gegevensbeheer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Управление данными" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veri Yönetimi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "数据管理" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Data Management" - } - } - } - }, - "Settings.Edit picture" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل الصورة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bild bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit picture" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar imagen" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier l'image" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting gambar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica foto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "画像を編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk afbeelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Редактировать фотографию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Resmi düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑图片" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit picture" - } - } - } - }, - "Settings.SpaceType" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space Typ" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Space type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type d'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo di spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースの種類" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rom-type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Categoria de espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan türü" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空間類型" - } - } - } - }, - "Settings.Title" : { - "comment" : "MARK: - Settings", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإعدادات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Налады" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einstellungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Settings" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajustes" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paramètres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Setelan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Impostazioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Settings" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Innstillinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Instellingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସେଟିଂସମୂହ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ustawienia" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Настройки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayarlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Налаштування" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài đặt" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "设置" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "設置" - } - } - } - }, - "Settings.Updated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Space information updated" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Actualizada la información del espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Informations sur l'espace mises à jour" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Informasi ruang diperbarui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informazioni sullo spazio aggiornate" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース情報が更新されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte-informatie bijgewerkt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Информация о пространстве обновлена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan bilgisi güncellendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间信息已更新" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information updated" - } - } - } - }, - "SetViewTypesPicker.New.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Ansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvelle vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuova vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ny visning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy widok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nova Exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni görünüm" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нове подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ xem mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增檢視" - } - } - } - }, - "SetViewTypesPicker.Section.Types.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض كـ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказваць як" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anzeigen als" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View as" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver como" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View as" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "View as" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher en tant que" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan sebagai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizza come" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "View as" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis som" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergeven als" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "View as" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyświetl jako" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibir como" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View as" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Просмотреть как" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Olarak görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Переглянути як" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xem dưới dạng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查看为" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檢視為" - } - } - } - }, - "SetViewTypesPicker.Settings.Delete.View" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete view" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansicht löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer la vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus tampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビューを削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett visning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuwanie widoku" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görünümü sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá chế độ xem" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除檢視" - } - } - } - }, - "SetViewTypesPicker.Settings.Duplicate.View" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تكرار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дубляваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplizieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Duplicate" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliquer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gandakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "複製" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복제하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliser" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliceer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନକଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplikuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çoğalt" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублювати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhân đôi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成副本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立副本" - } - } - } - }, - "SetViewTypesPicker.Settings.Textfield.Placeholder.New.View" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Ansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nueva vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvelle vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuova vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ny visning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy widok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Nova Exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni görünüm" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нове подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ xem mới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增檢視" - } - } - } - }, - "SetViewTypesPicker.Settings.Textfield.Placeholder.Untitled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بدون عنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbenannt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Untitled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sans titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nirjudul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naamloos" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅନାବର୍ତ୍ତିତ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Без названия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - } - } - }, - "SetViewTypesPicker.Title" : { - "comment" : "MARK: Edit view type", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل العرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць выгляд " - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansicht bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier la vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting tampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビューを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Redigeringsvisning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widok edycji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Редактировать вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görünümü düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Редагувати подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉnh sửa chế độ xem" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯檢視" - } - } - } - }, - "Share" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشاركة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагуліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partager" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Del" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Udostępnij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поделиться" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chia sẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分享" - } - } - } - }, - "Shared" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشترك" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагуленае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Geteilt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Shared" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partagé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berbagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condiviso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Delt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gedeeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସେୟାର କରାଯାଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Udostępnione" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Общие" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşılan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Спільні" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "共享" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分享" - } - } - } - }, - "Sharing.AddTo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць у" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hinzufügen zu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter à" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah ke " - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til i" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg toe aan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj do" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar à" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Olarak ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати до" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm vào" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加到" - } - } - } - }, - "Sharing.Any.Block" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блокі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Blöcke" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Blocks" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloques" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocs" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocchi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブロック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blokker" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blokken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloki" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Блоки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloklar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "区块" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "區塊" - } - } - } - }, - "Sharing.File.Block" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файлавыя блокі" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файлавых блокаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлавы блок" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файлавых блокаў" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateiblock" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Dateiblöcke" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d File Blocks" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloque de archivo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloques de archivo" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloc de fichier" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Blocs de fichiers" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Blok Berkas" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocco File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Blocchi File " - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個のファイルブロック" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 파일 블록" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Fil-blokk" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d fil-blokker" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestand blok" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bestand blokken" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloki plików" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloki plików" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok plików" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bloki plików" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloco de Arquivo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Blocos de Arquivos" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файловых блока" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файловых блоков" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Файловый блок" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файловых блоков" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya Bloğu" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Dosya Blokları" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Blocks" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 文件块" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 文件區塊" - } - } - } - } - } - } - }, - "Sharing.File.NewObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Файлавыя аб'екты" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Файлавых аб'ектаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Файлавы аб'ект" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Файлавых аб'ектаў" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dateiobjekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Dateiobjekte" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d File Objects" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto de archivo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objetos de archivo" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet de fichier" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objets de fichiers" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Objek Berkas" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto File" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Oggetti File" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個のファイルオブジェクト" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Fil-objekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d filobjekter" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bestand object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bestand objecten" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects (Obiekty plików)" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects (Obiekty plików)" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Obiekt plikowy" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects (Obiekty plików)" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto de Arquivo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Objetos de Arquivo" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файловых объекта" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файловых объектов" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Файловый объект" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d файловых объектов " - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dosya Nesnesi" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Dosya Nesneleri" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "File Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d File Objects" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 文件对象" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 個檔案物件" - } - } - } - } - } - } - }, - "Sharing.InputPlaceholder" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add a comment..." - } - } - } - }, - "Sharing.LinkTo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط إلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спасылка на" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link zu" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link to" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Conectar a" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien vers" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautkan ke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collega a" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Koble til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link naar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Łącze do" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Vincular a" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Link to" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать с" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şuna bağla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зв'язати з" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết đến" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接到" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結到" - } - } - } - }, - "Sharing.Navigation.LeftButton.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلغاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Abbrechen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Cancel" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Peruuta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キャンセル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "취소" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avbryt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuleren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବାତିଲ କରନ୍ତୁ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anuluj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İptal" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Huỷ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消" - } - } - } - }, - "Sharing.Navigation.RightButton.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гатова" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fertig" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Done" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Listo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Done" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valmis" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Terminé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Selesai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fatto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "完了" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "완료" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ferdig" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gereed" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହେଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gotowe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Concluído" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Concluído" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Готово" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitti" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Готово" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xong" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "完成" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "完成" - } - } - } - }, - "Sharing.Navigation.title" : { - "comment" : "MARK: - Sharing", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة إلى Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць у Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zu Anytype hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add to Anytype" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir a Anytype" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to Anytype" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to Anytype" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter à Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah ke Anytype" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi a Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeに追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to Anytype" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til Anytype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg toe aan Anytype" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to Anytype" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj do dowolnego typu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar ao Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to Anytype" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить в Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype'a ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати до Anytype" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add to Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加至 Anytype" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "添加到 Anytype" - } - } - } - }, - "Sharing.ObjectList.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select destination" - } - } - } - }, - "Sharing.SaveAs" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "ЗАХАВАЦЬ ЯК" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "SPEICHERN ALS" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "SAVE AS" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "GUARDAR COMO" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "ENREGISTRER SOUS" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "SIMPAN SEBAGAI" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "SALVA COME" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "別名で保存" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "LAGRE SOM" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "OPSLAAN ALS" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "ZAPISZ JAKO" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "SALVAR COMO" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "СОХРАНИТЬ КАК" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "FARKLI KAYDET" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "ЗБЕРЕГТИ ЯК" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "SAVE AS" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "保存为" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "另存新檔" - } - } - } - }, - "Sharing.SelectSpace" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прастора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przestrzeń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Простір" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空間" - } - } - } - }, - "Sharing.SendToChat" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Send to chat" - } - } - } - }, - "Sharing.Text.NoteObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аб'ект нататка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Notiz-Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Note object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto de nota" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet Note" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Catatan objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto nota" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ノートオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Notatobjekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Noteer object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Obiekt notatki" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto nota" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Объект заметка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Not nesnesi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Об'єкт нотатки" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Note object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "笔记对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "筆記物件" - } - } - } - }, - "Sharing.Text.TextBlock" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блокі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Blöcke" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Blocks" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloques" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocs" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocchi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ブロック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blokker" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blokken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloki" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Блоки" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloklar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocks" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "区块" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "區塊" - } - } - } - }, - "Sharing.Tip.Button.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць меню абагульвання" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Freigabemenü anzeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show share menu" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar menú de compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher le menu de partage" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan menu berbagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra menu di condivisione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有メニューを表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis delingsmeny" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon deel menu" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż menu udostępniania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar menu de compartilhamento" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать меню для обмена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşım menüsünü göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show share menu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示分享菜单" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示分享選單" - } - } - } - }, - "Sharing.Tip.Steps.1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Націсніце кнопку абагульвання iOS" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tippen Sie auf den iOS-Sharing-Button" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tap the iOS sharing button" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Toca el botón de compartir en iOS" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appuyez sur le bouton de partage iOS" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ketuk tombol berbagi iOS" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tocca il pulsante di condivisione iOS" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "iOS共有ボタンをタップ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Trykk på knappen for deling i iOS" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tik op de iOS deel knop" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stuknij przycisk udostępniania w systemie iOS" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Toque no botão de compartilhamento do iOS" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нажмите на кнопку обмена iOS" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "iOS paylaşım düğmesine dokunun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the iOS sharing button" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "单击 iOS 共享按钮" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "點擊 iOS 分享按鈕" - } - } - } - }, - "Sharing.Tip.Steps.2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пракруціце міма праграмы і націсніце «Яшчэ»." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Scrolle über die App hinaus und tippe auf Mehr" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Scroll past the app and tap More" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desplaza las opciones y toca Más" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Défiler au-delà de l'application et appuyez sur Plus" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gulir melewati aplikasi dan ketuk Lainnya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scorri oltre l'app e tocca Altro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アプリをスクロールして、その他をタップ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bla forbi appen og trykk mer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll voorbij de app en tik op Meer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przewiń obok aplikacji i kliknij Więcej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Role a tela para além do aplicativo e toque em Mais" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прокрутите приложение и нажмите ещё" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uygulamayı kaydırın ve Daha Fazla'ya dokunun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Scroll past the app and tap More" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "滚动过该应用并点击“更多”" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "滾動應用程式並點擊更多" - } - } - } - }, - "Sharing.Tip.Steps.3" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Націсніце «Рэдагаваць», каб знайсці «Anytype», і націсніце" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tippe auf Bearbeiten, um \"Anytype\" zu finden und darauf zu tippen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Toca Editar para buscar «Anytype» y toca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Appuyez sur Modifier pour trouver « Anytype » et appuyez" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ketuk Sunting untuk menemukan “Anytype” dan ketuk" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tocca Modifica per trovare “Anytype” e tocca" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集をタップして、Anytypeを見つけ追加してください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Trykk på Rediger for å finne \"Anytype\" og trykk på" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tik op Bewerken om \"Anytype\" te vinden en tik op" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stuknij Edytuj, aby znaleźć \"Anytype\" i stuknij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Toque em Editar, encontre \"Anytype\" e toque" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нажмите Отредактировать, чтобы найти «Anytype» и нажмите" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "\"Anytype\"ı bulmak için Düzenle'ye dokunun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap Edit to find “Anytype” and tap" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "单击编辑来查找“Anytype”,然后点击" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "點擊編輯找到 \"Anytype\",然後點擊" - } - } - } - }, - "Sharing.Tip.Title" : { - "comment" : "MARK: - Sharing tips", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагуліць пашырэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erweiterung teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share Extension" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Extensión para compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Extension de partage" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan Ekstensi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi Estensione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有拡張機能" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Delingsutvidelse" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel extensie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rozszerzenie udostępniania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhar extensão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Расширение для общего доступа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uzantıyı Paylaş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share Extension" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享扩展" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "共享延伸模組" - } - } - } - }, - "Sharing.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select Space" - } - } - } - }, - "Sharing.URL.Block" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Сувязь %d блокаў" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Сувязь %d блокаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Сувязь блока" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Сувязь %d блокаў" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Block verlinken" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Blöcke verlinken" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link %d Blocks" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace a bloque" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace a %d bloques" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Lier le bloc" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Lier %d blocs" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautkan %d Blok" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocco Collegamento" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Collega %d Blocchi" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個のリンクブロック" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Lenke blokk" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Lenke %d blokker" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link blok" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d blokken" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloki %d linków" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloki %d linków" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok z odnośnikiem" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloki %d linków" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloco de Link" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Vincular %d Blocos" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать %d блока" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать %d блоков" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать блок" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Связать %d блоков" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı Bloğu" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı %d Blokları" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Link Block" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Link %d Blocks" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "链接 %d 块" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "關聯 %d 個區塊" - } - } - } - } - } - } - }, - "Sharing.URL.NewObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Закладкі аб'екта" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Закладак аб'екта" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Закладка аб'екта" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Закладак аб'екта" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Lesezeichen-Objekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Lesezeichen-Objekte" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto marcador" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objetos marcador" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objet de marque-page" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Objets de marque-pages" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Objek Markah" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggetto Segnalibro" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Oggetti Segnalibro" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個のブックマークオブジェクト" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 북마크" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bokmerkeobjekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d bokmerkeobjekter" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bladwijzer object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bladwijzer objecten" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Obiekty zakładek" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Obiekty zakładek" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Obiekt zakładki" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Obiekty zakładek" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Objeto Marcador" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Objetos Marcadores" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить %d объекта в закладки " - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить %d объектов в закладки" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить объект в закладки" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить %d объектов в закладки" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Yer İşareti Nesnesi" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Yer İşareti Nesneleri" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bookmark Object" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Bookmark Objects" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 书签对象" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 書籤物件" - } - } - } - } - } - } - }, - "Show" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إظهار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Montrer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "표시하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Show" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibir" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Show" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiện" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示" - } - } - } - }, - "Show types" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إظهار الأنواع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць тыпы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typen anzeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar tipos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Näytä tyypit" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher les types" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra tipi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "種類を表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Show types" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis typer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon types" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Show types" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż typy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar tipos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Show types" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать типы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türleri göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show types" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show types" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示類型" - } - } - } - }, - "SimpleTableMenu.Item.clearContents" : { - "comment" : "MARK: - Simple tables", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مسح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ачысціць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leeren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Clear" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Limpiar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyhjennä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Effacer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bersihkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancella" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "消去" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tøm" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wissen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyczyść" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Limpar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Clear" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Temizle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá hết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "清除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "清除" - } - } - } - }, - "SimpleTableMenu.Item.clearStyle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset style" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скінуць стыль" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Formatvorlagen zurücksetzen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reset style" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restablecer estilo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset style" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset style" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réinitialiser le style" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mengembalikan gaya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ripristina stile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スタイルをリセット" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset style" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjenopprett stil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset stijl" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset style" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zresetuj styl" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Redefinir estilo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reset style" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сбросить стиль" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stili sıfırla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скинути стиль" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đặt lại định dạng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "重置样式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "重置樣式" - } - } - } - }, - "SimpleTableMenu.Item.color" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لون" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Колер" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Farbe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Color" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Color" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Color" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Väri" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Couleur " - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Warna" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Colore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "文字色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "색상" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Farge" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kleur" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ରଙ୍ଗ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolor" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cor" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Цвет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Renk" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Колір" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Màu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "颜色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顏色" - } - } - } - }, - "SimpleTableMenu.Item.Delete" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "삭제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଲୋପ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除" - } - } - } - }, - "SimpleTableMenu.Item.Duplicate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تكرار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дубляваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplizieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Duplicate" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliquer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gandakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "複製" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복제하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliser" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliceer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନକଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplikuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çoğalt" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублювати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhân đôi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成副本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立副本" - } - } - } - }, - "SimpleTableMenu.Item.InsertAbove" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدراج للأعلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць вышэй" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Darüber einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Insert above" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Insertar arriba" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert above" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert above" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Insérer au-dessus" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sisip di atas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci sopra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "上に挿入" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert above" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sett inn over" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bovenaan invoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert above" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wstaw powyżej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir acima" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert above" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить выше" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yukarıya Ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати зверху" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chèn bên trên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "插入上文" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "插入上方" - } - } - } - }, - "SimpleTableMenu.Item.InsertBelow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدراج للأسفل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць ніжэй" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Darunter einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Insert below" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Insertar debajo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert below" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert below" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Insérer en-dessous" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sisip di bawah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci sotto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "下に挿入" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert below" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sett inn under" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onderaan invoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert below" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wstaw poniżej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir abaixo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert below" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить ниже" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aşağı ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати нижче" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chèn bên dưới" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "插入下文" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "插入下方" - } - } - } - }, - "SimpleTableMenu.Item.InsertLeft" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدراج لليسار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць злева" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Links einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Insert left" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Insertar a la izquierda" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert left" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert left" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Insérer à gauche" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sisip kiri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci a sinistra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "左に挿入" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert left" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sett inn til venstre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Links invoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert left" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wstaw z lewej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserir à esquerda" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert left" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить слева" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sola Ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити ліворуч" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chèn bên trái" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "插入左侧" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "插入左側" - } - } - } - }, - "SimpleTableMenu.Item.InsertRight" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدراج لليمين" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уставіць справа" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechts einfügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Insert right" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Insertar a la derecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert right" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert right" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Insérer à droite" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menyisipkan di kanan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Inserisci a destra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "右に挿入" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert right" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sett inn til høyre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechts invoegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert right" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wstaw z prawej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Iserir à direita" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Insert right" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставить справа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sağa Ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вставити праворуч" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chèn bên phải" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "插入右侧" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "插入右側" - } - } - } - }, - "SimpleTableMenu.Item.MoveDown" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقل للأسفل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць уніз" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nach unten verschieben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move down" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Bajar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move down" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move down" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Descendre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindah ke bawah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta in basso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "下へ移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Move down" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt ned" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats naar beneden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Move down" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesuń w dół" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover para baixo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Move down" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сдвинуть вниз" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aşağı taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перемістити нижче" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chuyển xuống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向下移动" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "下移" - } - } - } - }, - "SimpleTableMenu.Item.MoveLeft" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقل لليسار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць улева" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nach links verschieben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move left" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover a la izquierda" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move left" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move left" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déplacer à gauche" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindah ke kiri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta a sinistra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "左へ移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Move left" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt til venstre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats naar links" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Move left" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesuń w lewo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover à esquerda" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Move left" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сдвинуть влево" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sola taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Посунути ліворуч" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chuyển qua trái" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向左移动" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "左移" - } - } - } - }, - "SimpleTableMenu.Item.MoveRight" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقل لليمين" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць управа" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nach rechts verschieben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move right" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover a la derecha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move right" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move right" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déplacer à droite" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindah ke kanan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta a destra" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "右へ移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Move right" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt til høyre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats naar rechts" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Move right" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesuń w prawo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Move à direita" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Move right" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сдвинуть вправо" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sağa Taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Посунути праворуч" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chuyển qua phải" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向右移动" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "右移" - } - } - } - }, - "SimpleTableMenu.Item.MoveUp" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقل للأعلى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перамясціць уверх" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nach oben verschieben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Move up" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Subir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Move up" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Move up" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Monter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pindah ke atas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sposta in alto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "上へ移動" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Move up" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Flytt opp" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verplaats naar boven" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Move up" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesuń w górę" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mover para cima" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Move up" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сдвинуть вверх" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yukarı taşı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перемістити вгору" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chuyển lên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向上移动" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上移" - } - } - } - }, - "SimpleTableMenu.Item.Sort" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فرز" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сартаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sort" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Järjestä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Trier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urutkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorteer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଜାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сортировка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sırala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Упорядкувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "排序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "排序" - } - } - } - }, - "SimpleTableMenu.Item.style" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نمط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стыль" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Design" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Style" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Estilo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Style" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyyli" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Style" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gaya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スタイル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "스타일" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stijl" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଷ୍ଟାଇଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wygląd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Estilo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Estilo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Внешний вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Стиль" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Định dạng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "样式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "樣式" - } - } - } - }, - "Skip" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تخطي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прапусціць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Überspringen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Skip" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Omitir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ohita" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ignorer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lewati" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Salta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あとで" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "건너뛰기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hopp over" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Overslaan" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବାଦ୍ ଦିଅ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pomiń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pular" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Saltar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пропустить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Atla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пропустити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Skip" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "跳过" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "略過" - } - } - } - }, - "Sky" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "سماوي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блакітны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hellblau" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sky" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Celeste" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Taivaansininen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ciel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Langit" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Azzurro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "水色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "하늘색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Himmelblå" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Luchtblauw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niebo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Céu" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Небесный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gök Mavisi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Блакитний" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xanh da trời" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "靛青色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "天藍色" - } - } - } - }, - "Sky background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блакітны фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hellblauer Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sky background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo celeste" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Taivaansininen tausta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond ciel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang langit" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo azzurro" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "水色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky background" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Himmelblå bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Luchtkleurige achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆକାଶ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tło nieba" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Plano de fundo de Céu" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky background" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Небесный фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gök mavisi arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Блакитне тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sky background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "海天蓝背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "天空藍背景" - } - } - } - }, - "SlashMenu.DotsDivider" : { - "comment" : "MARK: Slash Menu", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فاصل نقطي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Раздзяляльнік з кропак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gepunktete Trennlinie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Dots divider" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Puntos divisorios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Dots divider" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilkullinen jakaja" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Points de séparation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Titik pemisah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Divisore a puntini" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "区切り点" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Dots divider" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Prikkelinje" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestippelde scheidingslijn" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Dots divider" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dzielnik kropek" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Divisor pontilhado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Dots divider" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Точечный разделитель" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nokta ayırıcı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Точковий розділювач" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ba chấm phân cách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "圆点分隔线" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "圓點分隔線" - } - } - } - }, - "SlashMenu.LineDivider" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فاصل خطي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Лінейны раздзяляльнік" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Trennlinie" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Line divider" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Línea divisoria" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Line divider" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Viivajakaja" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ligne de séparation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Garis pemisah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Linea divisoria" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "区切り線" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Line divider" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Linjeskiller" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Scheidingslijn" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Line divider" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rozdzielacz linii" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Divisor de linha" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Line divider" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Линейный разделитель" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çizgi ayırıcı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Лінійний розділювач" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gạch ngang phân cách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分割线" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分隔線" - } - } - } - }, - "SlashMenu.Table" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جدول" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Табліца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabelle" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Table" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Table" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Taulukko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tableau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabella" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テーブル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Table" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabell" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Table" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabela" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabela" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Table" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Таблица" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tablo" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Таблиця" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bảng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "表格" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "表格" - } - } - } - }, - "SlashMenu.TableOfContents" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جدول المحتويات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змест" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhaltsverzeichnis" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Table of contents" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Índice" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Table of contents" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sisällysluettelo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Table des matières" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar isi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sommario" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "目次" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Table of contents" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Innholdsfortegnelse" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Inhoudsopgave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Table of contents" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Spis treści" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tabela de conteúdos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Table of contents" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Содержание" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçindekiler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зміст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục lục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "目录" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "目錄" - } - } - } - }, - "Solid colors" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ألوان ثابتة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аднатонныя колеры" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vollfarben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Solid colors" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colores sólidos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Solid colors" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Solid colors" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Couleurs unies" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Warna tunggal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Colori a tinta unita" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "単色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Solid colors" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Heldekkende farger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Effen kleuren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଠିନ ରଙ୍ଗ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jednolite kolory" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cores sólidas" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Solid colors" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сплошные цвета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düz renkler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Суцільні кольори" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Màu đơn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "纯色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "純色" - } - } - } - }, - "Sort" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فرز" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сартаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sort" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Järjestä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Trier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urutkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "並び替え" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorteer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଜାନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sortuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ordenar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сортировка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sırala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Упорядкувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sort" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "排序" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "排序" - } - } - } - }, - "Space.Invite.EditorAccess.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "People with link can edit and write in chat" - } - } - } - }, - "Space.Invite.EditorAccess.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Editor access" - } - } - } - }, - "Space.Invite.LinkDisabled.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Only already invited members have access" - } - } - } - }, - "Space.Invite.LinkDisabled.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link disabled" - } - } - } - }, - "Space.Invite.RequestAccess.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Owner must approve each join request" - } - } - } - }, - "Space.Invite.RequestAccess.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Request access" - } - } - } - }, - "Space.Invite.ViewerAccess.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "People with link can view and read chat" - } - } - } - }, - "Space.Invite.ViewerAccess.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Viewer access" - } - } - } - }, - "Space.MembersCount" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d удзельнікі" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d удзельнікаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d удзельнік" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d удзельнікаў" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Mitglied" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Mitglieder" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d members" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d miembro" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d miembros" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d membre" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d membres" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d anggota" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d membro" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d membri" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d名のメンバー" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d medlem" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d medlemmer" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d lid" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d leden" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d członków" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d członków" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d użytkownik" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d członków" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d membro" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d membros" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d участника" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d участников" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d участник" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d участников" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d üye" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d üye" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d member" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d members" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 个成员" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 位成員" - } - } - } - } - } - } - }, - "Space.Notifications.Settings.State.All" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle Aktivitäten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "All activity" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Toda la actividad" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Semua aktivitas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tutte le attività" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべての通知" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tüm etkinlikler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "All activity" - } - } - } - }, - "Space.Notifications.Settings.State.Disabled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Benachrichtigungen deaktivieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Disable notifications" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desactivar las notificaciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nonaktifkan notifikasi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Disattiva le notifiche" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "通知が無効" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bildirimleri devre dışı bırak" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Disable notifications" - } - } - } - }, - "Space.Notifications.Settings.State.Mentions" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nur Erwähnungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Mentions only" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo menciones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hanya sebutan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Solo menzioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンションのみ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sadece bahsetmeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Mentions only" - } - } - } - }, - "Space.Status.Error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خطأ" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Virhe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "エラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오류" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Foutmelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hata" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Error" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "錯誤" - } - } - } - }, - "Space.Status.Loading" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wird geladen " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Loading" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargando" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Chargement" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Memuat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Caricamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "同期中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Laster" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aan het laden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ładowanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Carregando" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yükleniyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loading" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加载" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "載入中" - } - } - } - }, - "Space.Status.Missing" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адсутнічае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehlend" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Missing" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ausente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Manquant" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hilang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mancante" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不明" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mangler" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontbrekend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Brakujący" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Faltando" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отсутствует " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Eksik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Missing" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "缺失" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "遺失" - } - } - } - }, - "Space.Status.Ok" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "موافق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "OK" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Ok" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Oke" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "はい" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଠିକ୍‌ ଅଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ok" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tamam" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Гаразд" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "OK" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "好的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "好的" - } - } - } - }, - "Space.Status.RemoteDeleted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дыстанцыйнае выдаленне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aus der Ferne gelöscht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remote Deleted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Remoto eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimé à distance " - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Remot Dihapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminato da remoto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjernslettet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Op afstand verwijderd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zdalne usunięte" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Controle Deletado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удаленно удалено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uzaktan Silindi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote Deleted" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "远程已删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "遠端已刪除" - } - } - } - }, - "Space.Status.RemoteWaitingDeletion" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чаканне выдалення" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Warte auf Löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Waiting Deletion" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esperando eliminación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En attente de suppression" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menunggu Penghapusan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "In attesa di eliminazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除待ち" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Venter sletting" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aan het wachten op verwijdering" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Oczekiwanie na usunięcie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aguardando Exclusão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ожидание удаления" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bekleyen Silme" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Waiting Deletion" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正等待删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "等待刪除" - } - } - } - }, - "Space.Status.SpaceActive" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نشط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Актыўны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktiv" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Active" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Activo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Actif" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktif" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Attivo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "有効" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktiv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Actief" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktywny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ativo\n" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Активно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Etkin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Active" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生效" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "使用中" - } - } - } - }, - "Space.Status.SpaceDeleted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "محذوف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдалена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelöscht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Deleted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poistettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terhapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除済み" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slettet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijderd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usunięto" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Apagado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Deleted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Silindi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已刪除" - } - } - } - }, - "Space.Status.SpaceJoining" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "جارٍ الانضمام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далучаецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beitreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Joining" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Accediendo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Connexion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bergabung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Accesso in corso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "参加中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kobler til" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deelnemen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przyłączenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Entrando" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Присоединяется" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katılınıyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Joining" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正在加入" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "正在加入" - } - } - } - }, - "Space.Status.SpaceRemoving" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідзе выдаленне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Removing" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminando" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Suppression" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Menghapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimozione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除中" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjerner" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aan het verwijderen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuwanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Removendo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удаление" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kaldırılıyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Removing" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除中" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移除中" - } - } - } - }, - "Space.Status.Unknown" : { - "comment" : "MARK: - Space", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غير معروف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Невядомы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbekannt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unknown" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desconocido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuntematon" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Inconnu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak diketahui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sconosciuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不明" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukjent" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbekend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieznany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desconhecido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неизвестно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bilinmeyen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Невідомо" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không rõ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未知" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未知" - } - } - } - }, - "SpaceCreate.Chat.Title" : { - "comment" : "MARK: - Space Create", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create a chat" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear un chat" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat obrolan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea una chat" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チャットを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak een chat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sohbet oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建聊天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a chat" - } - } - } - }, - "SpaceCreate.Space.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء مساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle einen Bereich" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create a space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear un espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea uno spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak een ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir alan oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a space" - } - } - } - }, - "SpaceCreate.Stream.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create a stream" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear una transmisión" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un stream" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat siaran" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea una stream" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ストリームを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak een stream" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yayın oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建直播流" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a stream" - } - } - } - }, - "SpaceInvite.Alert.subtitle" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "If you switch link type, your existing link will be deactivated." - } - } - } - }, - "SpaceInvite.Alert.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The current link will stop working" - } - } - } - }, - "SpaceManager.CancelRequest" : { - "comment" : "MARK: - Space manager", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адмяніць запыт на далучэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beitrittsanfrage zurückziehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Cancel Join Request" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar solicitud de acceso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler la demande d'adhésion" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batalkan Permintaan Bergabung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla Richiesta Di Partecipazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "参加リクエストをキャンセル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avbryt forespørsel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuleer deelnameverzoek" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anuluj prośbę o dołączenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancelar solicitação de adesão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отклонить запрос о присоединении" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katılma Talebini İptal Et" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cancel Join Request" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消加入请求" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消加入請求" - } - } - } - }, - "SpaceManager.CancelRequestAlert.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вам трэба будзе паўторна адправіць запыт на доступ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du musst die Zugangsanfrage erneut senden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You will have to send request access again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tienes que volver a solicitar acceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous devrez envoyer à nouveau la demande d'accès" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu akan perlu mengirimkan permintaan bergabung lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dovrai inviare nuovamente la richiesta di accesso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "もう一度参加リクエストを送信してください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je zult het toegangsverzoek opnieuw moeten sturen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Konieczne będzie ponowne wysłanie prośby o dostęp" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você terá que enviar o acesso da solicitação novamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вам нужно будет снова отправить запрос доступа" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erişim talebini tekrar göndermeniz gerekecek" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You will have to send request access again" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您将需要再次发送访问请求" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您將需要再次發送存取請求" - } - } - } - }, - "SpaceManager.CancelRequestAlert.Toast" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запыт быў адменены." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Die Anfrage wurde storniert." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The request was canceled." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La solicitud se ha cancelado." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La demande a été annulée." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaanmu telah dibatalkan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La richiesta è stata annullata." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リクエストがキャンセルされました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forespørselen ble avbrutt." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Het verzoek werd geannuleerd." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Prośba została anulowana." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A solicitação foi cancelada." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрос был отменен." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Talep iptal edildi." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The request was canceled." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请求已取消。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請求已取消。" - } - } - } - }, - "SpaceManager.DoNotCancel" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не адмяняць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht abbrechen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Do Not Cancel" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No cancelar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ne pas annuler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jangan Batalkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non annullare" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "キャンセルしない" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikke avbryt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuleer niet" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie anuluj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não cancelar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не отменять" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İptal Etmekten Vazgeç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Do Not Cancel" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不要取消" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不要取消" - } - } - } - }, - "Spaces.Accessibility.Personal" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Entry Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваша Прастора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eingangsspace" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Entry Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espacio inicial" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Entry Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang Bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazio Predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "マイスペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Standaard ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przestrzeń domyślna" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пространство по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Giriş Alanı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Default Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "默认空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "初始空間" - } - } - } - }, - "Spaces.Accessibility.Private" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прыватная Прастора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Privater Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Private Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espacio privado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace Privé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang Pribadi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazio privato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "非公開スペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Privat rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Persoonlijke ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przestrzeń prywatna" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaço Privado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaço privado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Личное Пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Özel Alan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Private Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "私人空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "私人空間" - } - } - } - }, - "Spaces.Accessibility.Shared" : { - "comment" : "MARK: - Spaces", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Агульная Прастора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Geteilter Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Shared Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espacio compartido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace partagé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang Terbagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazio condiviso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有スペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Delt rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gedeelde ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wspólna przestrzeń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaço Compartilhado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaço partilhado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Общее пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ortak Alan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Shared Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "共享空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "共享空間" - } - } - } - }, - "Spaces.Info.Network" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الشبكة:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сетка:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Netzwerk:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Network:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Red:" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Réseau :" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jaringan:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rete:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ネットワーク:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettverk:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Netwerk:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sieć:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Rede:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сеть:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ağ:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Network:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网络:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網路:" - } - } - } - }, - "Spaces.Search.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук прастор" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces suchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Search spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Buscar espacios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechercher des espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Cari ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cerca spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースを検索" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Søk etter rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zoek ruimten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szukaj spacji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pesquisar Espaços" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поиск пространств" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanlarda Ara" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пошук просторів" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Search spaces" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "搜索空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "搜尋空間" - } - } - } - }, - "Spaces.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المساحات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espacios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimtes" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Spacje" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaços" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空間" - } - } - } - }, - "Spaces.UxType.Chat.ChangeDescription" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Group chat with shared data. Best for small groups or a single ongoing conversation." - } - } - } - }, - "Spaces.UxType.Chat.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Für Echtzeit-Unterhaltungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Group chat with content organization" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para conversaciones en tiempo real" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pour les conversations en temps réel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Untuk percakapan langsung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per conversazioni in tempo reale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チームでの会話や共同作業に" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voor real-time gesprekken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerçek zamanlı görüşmeler için" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "实时对话" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "For real-time conversations" - } - } - } - }, - "Spaces.UxType.Chat.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الدردشة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Chat" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Messagerie" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Obrolan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チャット" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "채팅" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Чат" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sohbet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "聊天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Chat" - } - } - } - }, - "Spaces.UxType.Space.ChangeDescription" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hub for advanced data management. Multi-chats by topic coming soon. Ideal for larger teams." - } - } - } - }, - "Spaces.UxType.Space.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Für organisierte Inhalte und Daten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hub for advanced data management" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para contenido y datos organizados" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pour un contenu et des données organisés" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Untuk konten dan data yang tertata" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per contenuti e dati organizzati" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロジェクトや知識の管理に" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voor georganiseerde inhoud en gegevens" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenli içerik ve veriler için" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "用于有组织的内容与数据" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "For organized content and data" - } - } - } - }, - "Spaces.UxType.Space.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прастора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przestrzeń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Простір" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空間" - } - } - } - }, - "Spaces.UxType.Stream.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "For broadcasting your vibe" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para difundir tus novedades" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pour diffuser votre vibe" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Untuk menyiarkan semangat Anda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Per trasmettere il tuo vibe" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "雰囲気を共有しましょう" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voor het uitzenden van jouw vibe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hislerinizi yayınlamak için" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "用于直播您的内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "For broadcasting your vibe" - } - } - } - }, - "Spaces.UxType.Stream.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Stream" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Transmisión" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Siaran" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ストリーム" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yayın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "流媒体" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Stream" - } - } - } - }, - "SpaceSettings.DeleteAlert.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This space will be deleted irrevocably. You can’t undo this action." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэтыя прасторы будуць выдалены беззваротна. Вы не зможаце адмяніць гэта дзеянне." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Space wird unwiderruflich gelöscht. Diese Aktion kann nicht rückgängig gemacht werden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This space will be deleted irrevocably. You can’t undo this action." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Este espacio se eliminará de forma definitiva. No se puede deshacer esta acción." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This space will be deleted irrevocably. You can’t undo this action." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This space will be deleted irrevocably. You can’t undo this action." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Cet espace sera supprimé définitivement. Vous ne pouvez pas annuler cette action." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang ini akan dihapus secara permanen. Kamu tidak bisa membatalkan tindakan ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo spazio verrà eliminato irrevocabilmente. Non è possibile annullare questa azione." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このスペースは完全に削除されます。この操作は取り消せません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This space will be deleted irrevocably. You can’t undo this action." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dette rommet vil bli slettet ugjenkallelig. Du kan ikke angre denne handlingen." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze ruimte zal onherroepelijk worden verwijderd. Je kunt deze actie niet ongedaan maken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This space will be deleted irrevocably. You can’t undo this action." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "To miejsce zostanie usunięte nieodwołalnie. Tej czynności nie można cofnąć." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Este espaço será excluído irrevogavelmente. Você não pode desfazer esta ação." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Estes objetos serão excluídos irrevogavelmente. Você não pode desfazer esta ação." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это пространство будет удалено безвозвратно. Вы не сможете отменить это действие." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu alan geri alınamaz şekilde silinecektir. Bu işlemi geri alamazsınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Цей простір буде видалено безповоротно. Ви не можете скасувати цю дію." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không gian này sẽ bị xoá mà không hoàn lại được. Bạn không thể hoàn tác thao tác này." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此空间将被不可撤销地删除。您无法撤消此操作。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "此空間將被永久刪除,您無法撤銷此操作!" - } - } - } - }, - "SpaceSettings.DeleteAlert.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць прастору ‘%@’" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space '%@' löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete ‘%@’ space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar el espacio «%@»" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer l'espace '%@'" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus '%@' ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina spazio ‘%@’ " - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース「%@」を削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder '%@' ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń spację '%@'" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir o espaço ‘%@’" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить пространство \"%@\"" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ alanını sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити ‘%@’ простір" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete ‘%@’ space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除 “%@” 空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除 \"%@\" 空間" - } - } - } - }, - "SpaceSettings.DeleteButton" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць прастору" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースを削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuwanie spacji" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir Espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить пространство" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanı sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити простір " - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除空間" - } - } - } - }, - "SpaceSettings.Info" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Space information" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Información del espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Informations sur l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Informasi ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Informazioni sullo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース情報" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte-informatie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Информация о пространстве" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan bilgisi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间信息" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Space information" - } - } - } - }, - "SpaceSettings.LeaveAlert.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прастора %@ будзе выдалена з вашых прылад, і ў вас больш не будзе доступу да яго" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Space wird von deinen Geräten entfernt und du hast dann keinen Zugriff mehr darauf" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El espacio %@ se eliminará de tus dispositivos y perderás el acceso a él." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "L'espace %@ sera supprimé de votre appareil et vous ne pourrez plus y avoir accès" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang %@ akan dihapus dari perangkat-perangkatmu dan kamu tidak akan bisa mengaksesnya lagi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lo spazio %@ verrà rimosso dai tuoi dispositivi e non avrai più accesso ad esso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース「%@」はお使いのデバイスから削除され、アクセスできなくなります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ruimte zal worden verwijderd van jouw apparaten en je hebt er dan geen toegang meer toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ miejsce zostanie usunięte z Twoich urządzeń i nie będziesz już mieć do niego dostępu." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ espaço será removido de seus dispositivos e você não terá mais acesso a ele" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ espaço será removido dos seus dispositivos e você não terá mais acesso a ele" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ пространство будет удалено с ваших устройств и у вас больше не будет к ним доступа " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ alanı cihazlarınızdan kaldırılacak ve artık buna erişiminiz olmayacak" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ space will be removed from your devices and you will no longer have access to it" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không gian %@ sẽ bị xoá khỏi các thiết bị của bạn và bạn sẽ không còn truy cập được nó" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 空间将被从您的设备中删除,您将无法再访问它" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 空間將從您的裝置中刪除,您將無法再存取它" - } - } - } - }, - "SpaceSettings.LeaveAlert.Toast" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы пакінулі %@." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du hast die %@ verlassen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You left the %@." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Has abandonado %@." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez quitté le %@." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu keluar dari %@." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai lasciato %@." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@を退出しました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt de %@ verlaten." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opuściłeś %@." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você deixou o %@." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы покинули %@." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@'den ayrıldınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You left the %@." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "你离开了 %@。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您離開了 %@。" - } - } - } - }, - "SpaceSettings.LeaveButton" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пакінуць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verlassen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Leave" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abandonar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Quitter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Keluar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lascia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "退出" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forlat" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verlaat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pozostaw" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sair" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Покинуть" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayrıl" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Rời khỏi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "离开" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "離開" - } - } - } - }, - "SpaceSettings.NetworkId" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "معرف الشبكة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідэнтыфікатар сеткі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Netzwerk-ID" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Network ID" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "ID de la red" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Network ID" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Network ID" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "ID réseau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Jaringan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "ID della rete" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ネットワークID" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Network ID" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettverks-ID" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Netwerk ID" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Network ID" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Identyfikator sieci" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "ID da rede" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Network ID" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "ID сети" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ağ Kimliği" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ідентифікатор мережі" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "ID Mạng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网络 ID" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網路 ID" - } - } - } - }, - "SpaceSettings.RemoteStorage" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التخزين عن بعد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Аддаленае сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Externer Speicher" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remote storage" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Almacenamiento remoto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stockage à distance" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penyimpanan jarak jauh" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Archiviazione remota" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リモートストレージ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjernlagring" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Externe opslag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Magazyn zdalny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Armazenamento remoto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remote storage" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалённое хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uzak depolama" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Віддалене сховище" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bộ nhớ ngoài" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "远程存储" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "遠端儲存空間" - } - } - } - }, - "SpaceSettings.Share" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشاركة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагуліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partager" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Del" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Udostępnij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поделиться" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chia sẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分享" - } - } - } - }, - "SpaceSettings.Title" : { - "comment" : "MARK: - Space Settings", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إعدادات المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Налады прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space-Einstellungen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Space settings" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajustes del espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Space settings" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Space settings" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paramètres de l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Setelan ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Impostazioni dello Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース設定" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Space settings" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rominnstillinger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte instellingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Space settings" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ustawienia przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Configurações do espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Space settings" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Настройки пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan ayarları" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Параметри простору" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cài đặt không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间设置" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "空間設置" - } - } - } - }, - "SpaceShare.AccessChanged" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Правы доступу былі змененыя." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zugriffsrechte wurden geändert." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Access rights have been changed." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se han cambiado los derechos de acceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Les droits d'accès ont été modifiés." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hak akses telah diubah." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I diritti di accesso sono stati modificati." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アクセス権が変更されました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De toegangsrechten zijn gewijzigd." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmieniono prawa dostępu." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Os direitos de acesso foram alterados." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Права доступа были изменены." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erişim hakları değiştirildi." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Access rights have been changed." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "访问权限现已更改。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "存取權限已變更" - } - } - } - }, - "SpaceShare.Action.Approve" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "موافقة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зацвердзіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Genehmigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Approve" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aprobar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Approve" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Approve" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Approuver" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terima" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Approva" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "承認" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Approve" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Godkjenn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Goedkeuren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Approve" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zatwierdź" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aprovar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Approve" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подтвердить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onayla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Approve" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Phê duyệt" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "接受" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "批准" - } - } - } - }, - "SpaceShare.Action.ViewRequest" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض الطلب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паглядзець запыт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anfrage ansehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View request" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver solicitud" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher la demande" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lihat permintaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizza richiesta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リクエストを確認" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "요청 보기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis forespørsel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bekijk verzoek" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyświetl zapytanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver solicitação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Посмотреть запрос" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İsteği görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "View request" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查看请求" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "查看請求" - } - } - } - }, - "SpaceShare.AlreadyJoin.OpenSpace" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "فتح المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адкрыць прастору" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Öffne Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Espace ouvert" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "스페이스 열기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruimte openen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Otwarta przestrzeń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открыть пространство." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan açın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không gian mở" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開放空間" - } - } - } - }, - "SpaceShare.AlreadyJoin.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أنت بالفعل عضو في هذه المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўжо з'яўляецеся ўдзельнікам гэтай прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du bist bereits Mitglied dieses Spaces." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You are already a member of this space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ya eres miembro de este espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You are already a member of this space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You are already a member of this space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous êtes déjà membre de cet espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu sudah merupakan anggota ruang ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei già membro di questo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "あなたは既にこのスペースのメンバーです。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "당신은 이미 이 스페이스의 구성원입니다" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You are already a member of this space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je bent al lid van deze ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You are already a member of this space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jesteś już członkiem tej przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você já é membro deste espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You are already a member of this space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы уже являетесь членом этого пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaten bu alanın bir üyesisiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You are already a member of this space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn đã là một thành viên của không gian này" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "你已经是这个空间的成员了" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您已經是此空間的成員。" - } - } - } - }, - "SpaceShare.Approve.Toast" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы ўхвалілі запыт ад %@." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Du hast die Anfrage von %@ genehmigt." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You approved %@'s request." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Has aprobado la solicitud de %@." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez approuvé la demande de %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu menyetujui permintaan %@." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai approvato la richiesta di %@." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@さんのリクエストを承認しました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt het verzoek van %@ goedgekeurd." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zatwierdziłeś prośbę %@." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você aprovou o pedido de %@." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы приняли запрос от %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@'nin talebini onayladınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You approved %@'s request." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您批准了 %@ 的请求。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您批准了 %@ 的請求。" - } - } - } - }, - "SpaceShare.ChangePermissions" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "доступ да прасторы %@ стане %@." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ Zugriffsberechtigung auf den Raum würde auf %@ geändert werden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ access to the space would become %@." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ accederá al espacio como %@." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ l’accès à l’espace deviendrait %@." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Akses %@ di ruang ini akan menjadi %@." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "L'accesso allo spazio di %@ diventerà %@." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@さんのアクセス権が%@に変更されます" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ toegang tot de ruimte zou %@ worden." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dostęp %@ do przestrzeni stanie się %@." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ acesso ao espaço se tornaria %@." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "доступ %@ к пространству станет %@." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alana %@ erişimi %@ haline gelecektir." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ access to the space would become %@." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quyền truy cập %@ cho không gian sẽ thành %@." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 访问空间将变成 %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 將成為 %@ 存取空間" - } - } - } - }, - "SpaceShare.CopyInviteLink.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladungslink kopieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Copy invite link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Copiar enlace de invitación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Copier le lien d’invitation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Salin tautan undangan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Copia il link di invito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクをコピー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kopieer uitnodigingskoppeling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Davet bağlantısını kopyala" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复制邀请链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Copy invite link" - } - } - } - }, - "SpaceShare.DeleteSharingLink.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Mitglieder können dem Space nicht beitreten. Du kannst jederzeit einen neuen Link erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No podrán acceder nuevos miembros al espacio. Puedes generar un enlace nuevo en cualquier momento" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Les nouveaux membres ne pourront pas rejoindre l'espace. Vous pouvez générer un nouveau lien à tout moment" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anggota baru tidak akan dapat bergabung ke ruang ini. Kamu bisa membuat tautan baru kapan saja" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I nuovi membri non saranno in grado di unirsi allo spazio. È possibile generare un nuovo link in qualsiasi momento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今後、新しいメンバーがこのスペースに参加できなくなります。新しい招待リンクはいつでも作成できます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuwe leden zullen niet kunnen deelnemen aan de ruimte. Je kunt op elk gewenst moment een nieuwe link genereren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Novos membros não poderão entrar no espaço. Você pode gerar um novo link a qualquer momento" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новые участники не смогут присоединиться к пространству. Вы можете создать новую ссылку в любое время" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni üyeler alanınıza katılamayacaklar. İstediğiniz zaman yeni bir bağlantı oluşturabilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新成员将无法加入空间。您可以随时生成一个新链接。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "New members won’t be able to join the space. You can generate a new link anytime" - } - } - } - }, - "SpaceShare.DeleteSharingLink.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف الرابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer le lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina link" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクを削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder link" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить ссылку" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xóa link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除連結" - } - } - } - }, - "SpaceShare.HowToShare.Step1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "1. يرجى تقديم الرابط للشخص الذي ترغب في التعاون معه." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Калі ласка, дайце спасылку чалавеку, з якім вы хацелі б супрацоўнічаць." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitte gib den Link zu der Person an, mit der du zusammenarbeiten möchtest." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Proporciona este enlace a la persona con la que te gustaría colaborar." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "SVP fournir le lien à la personne avec qui vous souhaitez collaborer." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berikan tautan kepada orang yang ingin kamu ajak berkolaborasi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Si prega di fornire il link alla persona con cui si desidera collaborare." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "一緒に編集したい相手に招待リンクを伝えましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geef de link aan de persoon met wie je wilt samenwerken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podaj link osobie, z którą chcesz współpracować." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Forneça o link para a pessoa com quem deseja colaborar." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пожалуйста, предоставьте ссылку человеку, с которым хотите сотрудничать." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lütfen işbirliği yapmak istediğiniz kişinin bağlantısını sağlayın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Please provide the link to the person you'd like to collaborate with." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请向您与想要合作的人提供这个链接。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請提供此連結給您想要協作的人。" - } - } - } - }, - "SpaceShare.HowToShare.Step2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بالنقر على الرابط، يطلب الشخص الانضمام إلى المساحة." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Перайшоўшы па спасылцы, чалавек запытвае далучэнне да прасторы." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Durch Klick auf den Link fragt eine Person den Zugang zu dem Space an. " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Al hacer clic en el enlace, esa persona solicitará acceso al espacio." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En cliquant le lien, une personne demande à joindre l'espace." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dengan mengeklik tautan, orang itu akan meminta bergabung ke dalam ruang." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cliccando sul link, una persona richiede di unirsi allo spazio." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクがクリックされると、あなたにスペースへの参加リクエストが送信されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Door op de link te klikken, vraagt een persoon toegang tot de ruimte aan." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Klikając na link, osoba prosi o dołączenie do przestrzeni." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Clicando no link, uma pessoa solicita para ingressar no espaço." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нажав на ссылку, человек запросит вступление в пространство." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir kişi bağlantıya tıklayarak alana katılmayı talep eder." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "By clicking the link, a person requests to join the space." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "通过点击链接,将收到一个人加入空间的请求。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "他人可以透過點擊連結請求加入空間。" - } - } - } - }, - "SpaceShare.HowToShare.Step3" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بعد الموافقة على الطلب، يمكنك اختيار حقوق الوصول لذلك الشخص." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пасля ўхвалення запыту вы можаце выбраць правы доступу для гэтага чалавека." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nach der Genehmigung der Anfrage kannst du die Zugriffsrechte für diese Person festlegen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cuando apruebes su solicitud, podrás definir sus derechos de acceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Après l'approbation de la demande, vous pouvez choisir les droits d'accès pour cette personne." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Setelah menyetujui permintaannya, kamu bisa memilih hak akses untuk orang tersebut." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Dopo aver approvato la richiesta, puoi scegliere i diritti di accesso per quella persona." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "参加リクエストが届いたら承認して、共有相手にアクセス権を設定しましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na goedkeuring van het verzoek, kun je de toegangsrechten voor deze persoon kiezen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Po zatwierdzeniu wniosku możesz wybrać prawa dostępu dla tej osoby." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Após aprovar o pedido, você pode escolher os direitos de acesso para essa pessoa." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "После одобрения запроса Вы можете выбрать права доступа для этого человека." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Talebi onayladıktan sonra söz konusu kişi için erişim haklarını seçebilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "After approving the request, you can choose the access rights for that person." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "批准请求后,您可以选择此人的访问权限。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "批准請求後,您可以分配此人的存取權限。" - } - } - } - }, - "SpaceShare.HowToShare.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كيف تشارك مساحة؟" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Як падзяліцца Прасторай?" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wie teilt man einen Space?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "How to share a space?" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Cómo compartir un espacio?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Comment partager un espace ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagaimana caranya membagikan ruang?" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Come condividere uno spazio?" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースの共有方法" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hvordan dele et rom?" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoe deel je een ruimte?" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jak dzielić się przestrzenią?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Como compartilhar um espaço?" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Как поделиться пространством?" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir alan nasıl paylaşılır?" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "How to share a space?" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "如何共享空间?" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "如何共享一個空間?" - } - } - } - }, - "SpaceShare.Invite.Description.part1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share this invite link so that others can join your space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Comparte este enlace de invitación con quien quieras que acceda a tu espacio." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan tautan undangan ini agar orang lain dapat bergabung ke ruangmu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi questo link di invito in modo che gli altri possano unirsi al tuo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを共有して、あなたのスペースに招待しましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başkalarının alanınıza katılabilmesi için bu davet bağlantısını paylaşın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this invite link so that others can join your space" - } - } - } - }, - "SpaceShare.Invite.Description.part2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cuando sigan el enlace y soliciten unirse, podrás definir sus derechos de acceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ketika mereka mengeklik tautanmu dan meminta akses, kamu bisa mengatur hak akses mereka." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Una volta che fanno clic sul link e richiedono l'accesso, è possibile impostare i loro diritti di accesso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンクがクリックされると、あなたにスペースへの参加リクエストが送信されます。参加リクエストが届いたら承認して、共有相手にアクセス権を設定しましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantınıza tıklayıp erişim talep ettiklerinde erişim haklarını ayarlayabilirsiniz." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Once they click your link and request access, you can set their access rights." - } - } - } - }, - "SpaceShare.Invite.Empty" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء رابط دعوة لمشاركة المساحة وإضافة أعضاء جدد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыце запрашальную спасылку для сумеснага выкарыстання прасторы і дадання новых удзельнікаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle einen Einladungslink, um neue Mitglieder hinzuzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create invite link to share space and add new members" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un enlace de invitación para compartir el espacio y añadir miembros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un lien d'invitation pour partager de l'espace et ajouter de nouveaux membres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat tautan undangan untuk membagikan ruang dan menambah anggota baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un link di invito per condividere lo spazio e aggiungere nuovi membri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを作成し、スペースに新しいメンバーを招待しましょう" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Genereer uitnodigingslink om ruimte te delen en nieuwe leden toe te voegen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz link z zaproszeniem, aby udostępnić przestrzeń i dodać nowych członków" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie o link de convite para compartilhar o espaço e adicionar novos membros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie o link de convite para compartilhar o espaço e adicionar novos membros" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать ссылку-приглашение для совместного использования и добавления новых участников" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan paylaşmak ve yeni üyeler eklemek için davet bağlantısı oluşturun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create invite link to share space and add new members" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建邀请链接以共享空间并添加新成员" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立邀請連結以分享空間並新增成員" - } - } - } - }, - "SpaceShare.Invite.Generate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إنشاء رابط دعوة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць запрашальную спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladungslink generieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Generate invite link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Generar enlace de invitación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate invite link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate invite link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Générer un lien d'invitation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat tautan undangan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Genera link di invito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate invite link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Generer invitasjonslenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Genereer uitnodigingslink" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate invite link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wygeneruj link z zaproszeniem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerar link de convite" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate invite link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать ссылку на приглашение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Davet bağlantısı oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate invite link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo link mời" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成邀请链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "產生邀請連結" - } - } - } - }, - "SpaceShare.Invite.MaxLimit" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту ў %d удзельнікаў. Новыя ўдзельнікі не змогуць далучыцца." - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту ў %d удзельнікаў. Новыя ўдзельнікі не змогуць далучыцца." - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту %d удзельніка. Новыя ўдзельнікі не змогуць далучыцца." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы дасягнулі ліміту ў %d удзельнікаў. Новыя ўдзельнікі не змогуць далучыцца." - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Du hast das Limit von %d Mitgliedern erreicht. Neue Mitglieder können nicht mehr beitreten." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Du hast das Limit von %d Mitgliedern erreicht. Neue Mitglieder können nicht mehr beitreten." - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Has alcanzado el límite de %d miembros. No podrán acceder más miembros." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Has alcanzado el límite de %d miembros. No podrán acceder más miembros." - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez atteint la limite de %d membres. Les nouveaux membres ne pourront pas vous rejoindre." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez atteint la limite de %d membres. Les nouveaux membres ne pourront pas vous rejoindre." - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu telah mencapai batas %d anggota. Anggota baru tidak akan dapat bergabung." - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai raggiunto il limite di %d membri. Nuovi membri non potranno unirsi." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Hai raggiunto il limite di %d membri. Nuovi membri non potranno unirsi." - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバー数が上限である%d名に達しました。新しいメンバーは参加できません。" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt de limiet van %d leden bereikt. Nieuwe leden zullen zich niet kunnen aanmelden." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Je hebt de limiet bereikt van %d leden bereikt. Nieuwe leden zullen zich niet kunnen aanmelden." - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Você atingiu o limite de %d membros. Novos membros não poderão entrar." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Você atingiu o limite de %d membros. Novos membros não poderão entrar." - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита %d членов. Новые члены не смогут присоединиться." - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита %d членов. Новые члены не смогут присоединиться." - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита %d члена. Новые члены не смогут присоединиться." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы достигли лимита %d членов. Новые члены не смогут присоединиться." - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Üye sayınız %d sınırına ulaştı. Yeni üyeler katılamayacaktır." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Üye sayınız %d sınırına ulaştı. Yeni üyeler katılamayacaktır." - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "You have reached the limit of %d members. New members will not be able to join." - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "你已经达到了%d名成员的限制。新成员将无法加入。" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "您已達到 %d 位成員人數的上限。新成員將無法加入。" - } - } - } - } - } - } - }, - "SpaceShare.Invite.Share" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشاركة رابط الدعوة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагуліць запрашальную спасылку" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladungslink teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share invite link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartir enlace de invitación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partager le lien d'invitation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan tautan undangan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi il link di invito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを共有" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Del invitasjonslenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel uitnodigingslink" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Udostępnij link z zaproszeniem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhar link de convite" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Поделится ссылкой на приглашение " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Davet bağlantısını paylaş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share invite link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chia sẻ link mời" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享邀请链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分享邀請連結" - } - } - } - }, - "SpaceShare.Invite.Stream.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share this link so that others can join your Stream." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Comparte este enlace con quien quieras que acceda a tu transmisión." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partagez ce lien pour que d'autres puissent rejoindre votre stream." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan tautan ini agar orang lain dapat bergabung dengan Siaran Anda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi questo link in modo che altri possano unirsi al tuo Stream." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを共有して、あなたのストリームに招待しましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel deze koppeling zodat anderen kunnen deelnemen aan jouw Stream." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başkalarının da yayınınıza katılabilmesi için bu bağlantıyı paylaşın." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享此链接以便其他人可以加入您的流媒体。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Share this link so that others can join your Stream." - } - } - } - }, - "SpaceShare.Invite.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط الدعوة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрашальная спасылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladungslink" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invite link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace de invitación" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien d'invitation" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautan undangan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Link di invito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Invitasjonslenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uitnodigingslink" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link z zaproszeniem" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Link de convite" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ссылка на приглашение " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Davet bağlantısı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Link mời" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "邀请链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "邀請連結" - } - } - } - }, - "SpaceShare.Join.Button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "طلب الانضمام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адправіць запыт на далучэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beitrittsanfrage stellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Request to join" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solicitar acceso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Request to join" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Request to join" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demander à rejoindre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaan bergabung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiesta di adesione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "参加リクエストを送信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Request to join" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Be om å bli med" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verzoek om deel te nemen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Request to join" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Poproś o dołączenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Solicitar o acesso" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Request to join" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отправить запрос на вступление" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katılma isteği gönder" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Request to join" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yêu cầu gia nhập" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "申请加入" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請求加入" - } - } - } - }, - "SpaceShare.Join.CommentPlaceholder" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пакіньце асабісты каментарый для ўладальніка прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einen privaten Kommentar für einen Spacebesitzer hinterlassen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Leave a private comment for a space owner" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Dejar un comentario privado para el propietario del espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Laisser un commentaire privé au propriétaire de l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tinggalkan komentar untuk pemilik ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lascia un commento privato per il proprietario dello spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース所有者にコメントを書く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg igjen en privat kommentar til eieren av rommet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Laat een persoonlijk bericht achter voor een eigenaar van de ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pozostaw prywatny komentarz dla właściciela przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Deixe um comentário particular para o dono do espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Оставить приватный комментарий владельцу пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan sahibi için özel bir yorum bırakın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave a private comment for a space owner" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Để lại một lời nhắn riêng tư cho một người chủ không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "为空间所有者留下一个私人评论" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "向空間擁有者留下私人留言" - } - } - } - }, - "SpaceShare.Join.Info" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بمجرد موافقة مالك المساحة على طلبك، ستنضم إلى المساحة بحقوق الوصول التي حددها المالك." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Як толькі ўладальнік прасторы ўхваліць ваш запыт, вы далучыцеся да прасторы з пэўнымі правамі доступу." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sobald der Spacebesitzer Ihre Anfrage genehmigt, werden Sie dem Space beitreten, wobei der Eigentümer die Zugriffsrechte festgelegt." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Once the space owner approves your request, you'll join the space with the access rights owner determined." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cuando el propietario del espacio apruebe tu solicitud, tendrás acceso al espacio con los derechos que el propietario determine." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Once the space owner approves your request, you'll join the space with the access rights owner determined." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Once the space owner approves your request, you'll join the space with the access rights owner determined." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Une fois que le propriétaire de l'espace a approuvé votre demande, vous rejoindrez l'espace avec les droits d'accès déterminés par le propriétaire." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ketika pemilik ruang menyetujui permintaanmu, kamu akan bergabung ke ruang ini dengan hak akses yang telah ditentukan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Una volta che il proprietario dello spazio approva la tua richiesta, entrerai nello spazio con i diritti di accesso determinati dal proprietario." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース所有者から承認されると、スペースに参加することができます。この際、アクセス権は所有者によって付与されます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Once the space owner approves your request, you'll join the space with the access rights owner determined." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Når eieren av rommet godkjenner forespørselen din, vil du bli med i rommet med tilgangsrettigheter eieren har satt." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zodra de eigenaar van de ruimte je verzoek goedkeurt, krijg je toegang tot de ruimte met de door de eigenaar bepaalde toegangsrechten." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Once the space owner approves your request, you'll join the space with the access rights owner determined." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gdy właściciel przestrzeni zatwierdzi Twoje żądanie, dołączysz do przestrzeni z określonym właścicielem praw dostępu." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Quando o dono do espaço aprovar sua solicitação, você se juntará ao espaço com as permissões que o dono determinar." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Uma vez que o proprietário do espaço aprove a sua solicitação, você irá juntar-se à comunidade com o proprietário dos direitos de acesso determinado." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Как только владелец сообщества одобрит ваш запрос, вы присоединитесь к разделу с определенными правами доступа." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan sahibi talebinizi onayladığında, alana erişim hakları sahibinin belirlediği şekilde katılırsınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Once the space owner approves your request, you'll join the space with the access rights owner determined." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Một khi chủ không gian chấp thuận yêu cầu, bạn sẽ gia nhập không gian với các quyền truy cập do chủ không gian đặt cho." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "一旦空间所有者批准您的请求,您将与访问权所有者一起加入该空间。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "一旦空間擁有者批准了您的請求,您將加入空間並擁有指定的存取權限。" - } - } - } - }, - "SpaceShare.Join.InviteNotFound.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El enlace que estás usando no parece válido. Pide al propietario que te envíe un enlace nuevo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautan yang kamu gunakan tidak berfungsi. Silakan minta pemilik tautan untuk mengirimkan tautan baru kepadamu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il link utilizzato non sembra funzionare. Chiedetre al proprietario di condividerne uno nuovo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "申し訳ございませんが、このリンクは現在利用できません。お手数ですが、新しいリンクを所有者の方にお尋ねください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De koppeling die je gebruikt lijkt niet te werken. Vraag alsjeblieft de eigenaar om een nieuwe met je te delen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kullandığınız bağlantı çalışmıyor gibi görünüyor. Lütfen bağlantı sahibinden sizinle yeni bir tane paylaşmasını isteyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您使用的链接似乎不能用。请让所有者给您分享一个新链接。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The link you are using does not seem to work. Please ask the owner to share a new one with you." - } - } - } - }, - "SpaceShare.Join.LimitReached.Message" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "To join as an editor, ask the owner to add more editor seats or send you a new link with view-only access." - } - } - } - }, - "SpaceShare.Join.LimitReached.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This space has reached its limit" - } - } - } - }, - "SpaceShare.Join.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вас запрасілі далучыцца да прасторы **%@**, створанай **%@**. Адпраўце запыт, каб уладальнік прасторы змог прыняць вас." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sie wurden eingeladen, dem Space %@, erstellt von %@ beizutreten. Senden Sie eine Anfrage, damit der Spacebesitzer Sie einladen kann." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tienes una invitación al espacio **%@**, creado por **%@**. Envía una solicitud para que el propietario del espacio te dé acceso." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous avez été invité à rejoindre l'espace %@ créé par %@. Envoyez une demande afin que le propriétaire de l'espace puisse vous laisser entrer." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu diundang untuk bergabung ke ruang **%@** buatan **%@**. Kirimkan permintaan supaya pemilik ruang dapat mengizinkanmu bergabung." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei stato invitato a unirti allo spazio **%@**, creato da **%@**. Invia una richiesta così il proprietario dello spazio può farti entrare." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース **%@**に**%@**さんが招待してくれました。参加リクエストを送信し、スペース所有者に入れてもらいましょう。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je bent uitgenodigd om je aan te sluiten bij ** %@** ruimte, gemaakt door **%@**. Stuur een verzoek zodat de eigenaar van de ruimte je kan toelaten. " - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zostałeś zaproszony do dołączenia do %@ miejsca, utworzonego przez %@. Wyślij prośbę, aby właściciel przestrzeni mógł Ci pozwolić." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você foi convidado para entrar no espaço %@, criado por %@. Envie uma solicitação para o dono do espaço permitir seu acesso." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você foi convidado para ingressar no espaço **%@, criado por **%@**. Envie um pedido para que o proprietário do espaço possa deixá-lo entrar." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вас пригласили присоединиться к пространству **%@**, созданному **%@**. Отправьте запрос, чтобы владелец пространства смог принять вас." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Siz **%@** tarafından oluşturulan **%@** alanına katılmaya davet edildiniz. Alan sahibinin sizi içeri alabilmesi için bir istek gönderin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn được mời vào không gian **%@**, do **%@** tạo. Gửi yêu cầu để chủ không gian cho bạn vào." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您已被邀请加入 **%@** 空间,此空间由 **%@** 创建。发送请求使空间所有者可以让您进入。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您已被邀請加入由 **%@** 建立的 **%@** 空間。 發送請求,以便空間所有者可以讓​​您加入。" - } - } - } - }, - "SpaceShare.Join.NoAccess.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No access to this space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin acceso a este espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas d'accès à cet espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada akses ke ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun accesso a questo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースにアクセスできません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen toegang tot deze ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu alana erişim yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有访问此空间的权限" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to this space" - } - } - } - }, - "SpaceShare.Join.NoApprove.button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Acceder al espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rejoindre l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bergabung ke Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unisciti allo Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースに参加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alana Katıl" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Join Space" - } - } - } - }, - "SpaceShare.Join.NoApprove.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You've been invited to join %@, created by %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Te han invitado a unirte a %@, un espacio creado por %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu diundang bergabung ke %@, dibuat oleh %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sei stato invitato a entrare in %@, creato da %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@に%@さんから招待されました。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ tarafından oluşturulan %@ alanına katılmaya davet edildiniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "You've been invited to join %@, created by %@" - } - } - } - }, - "SpaceShare.Join.NoApprove.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ beitreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Acceder a %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rejoindre %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bergabung ke %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Entra in %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@に参加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ alanına katıl" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Join %@" - } - } - } - }, - "SpaceShare.Join.ObjectIsNotAvailable.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bitte den Eigentümer, es mit dir zu teilen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Ask the owner to share it with you." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Pide al propietario que lo comparta contigo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demandez au propriétaire de le partager avec vous." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mintalah pemiliknya membaginya denganmu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiedi al proprietario di condividerlo con te." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース所有者に共有をお願いしてください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vraag de eigenaar om het met je te delen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sahibinden bunu sizinle paylaşmasını isteyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请求所有者分享给您。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Ask the owner to share it with you." - } - } - } - }, - "SpaceShare.Join.SpaceDeleted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The space you try to access has been deleted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El espacio al que intentas acceder se ha eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "L'espace que vous essayez d'accéder a été supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang yang ingin kamu akses sudah dihapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lo spazio a cui si cerca di accedere è stato cancellato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アクセスしようとしたスペースは削除されています" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De ruimte die je probeert te openen is verwijderd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O espaço que você está tentando acessar foi excluído" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пространство, к которому вы пытаетесь получить доступ, было удалено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erişmeye çalıştığınız alan silindi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您尝试访问的空间已被删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "The space you try to access has been deleted" - } - } - } - }, - "SpaceShare.Join.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الانضمام إلى مساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Далучыцца да прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einem Space beitreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join a space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Acceder a un espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Join a space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join a space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rejoindre un espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bergabung dengan ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unisciti a uno spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースへ参加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Join a space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bli med i et rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deelnemen aan een ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Join a space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dołącz do przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Juntar-se a um espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Join a space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Присоединиться к пространству" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir alana katıl" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Join a space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gia nhập một không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加入空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "加入空間" - } - } - } - }, - "SpaceShare.JoinConfirmation.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы атрымаеце паведамленне, калі ўладальнік прасторы зацвердзіць ваш запыт." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Sie erhalten eine Benachrichtigung, wenn der Spacebesitzer Ihre Anfrage angenommen hat." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Recibirás una notificación cuando el propietario del espacio apruebe tu solicitud." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous recevrez une notification lorsque le propriétaire de l'espace approuvera votre demande." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu akan menerima pemberitahuan ketika pemilik ruang menyetujui permintaanmu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Riceverai una notifica quando il proprietario dello spazio approverà la tua richiesta." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース所有者から参加リクエストが承認されると通知が届きます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Du vil motta et varsel når eieren av rommet godkjenner forespørselen din." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je zult een melding ontvangen wanneer de eigenaar van de ruimte je verzoek zal goedkeuren." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Otrzymasz powiadomienie, gdy właściciel pokoju zatwierdzi Twoją prośbę." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você será notificado quando o dono do espaço aprovar sua solicitação." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы получите уведомление, когда владелец сообщества одобрит ваш запрос." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan sahibi talebinizi onayladığında bir bildirim alacaksınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "You will receive a notification when the space owner will approve your request." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn sẽ nhận được thông báo khi chủ không gian chấp thuận yêu cầu của bạn." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "当空间所有者批准你的请求后,你将收到通知。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "當空間所有者批准您的請求後,您將會收到通知。" - } - } - } - }, - "SpaceShare.JoinConfirmation.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم إرسال الطلب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запыт адпраўлены" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anfrage gesendet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Request sent" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solicitud enviada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Request sent" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Request sent" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demande envoyée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaan terkirim" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiesta inviata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リクエストを送信しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Request sent" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Forespørsel sendt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verzoek verzonden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Request sent" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zadanie wysłane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Solicitação enviada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Request sent" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрос отправлен" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İstek gönderildi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Request sent" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã gửi yêu cầu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已发送申请" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已送出請求" - } - } - } - }, - "SpaceShare.JoinRequest" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "طلب انضمام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запыт на далучэнне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beitrittsanfrage\n" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Join request" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Solicitud de acceso" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demande d'admission !" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaan bergabung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiesta di partecipazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "参加リクエスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Medlemsforespørsel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deelnameverzoek" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dołącz do prośby" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Junte-se a pedido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрос на присоединение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Katılma talebi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Join request" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加入请求" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "加入請求" - } - } - } - }, - "SpaceShare.LeaveRequest" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "طلب مغادرة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запыт на выхад" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anfrage abgeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Leave request" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Retirar solicitud" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler la demande" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Permintaan keluar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiesta di uscita" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "退出リクエスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Afmeldverzoek" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wniosek urlopowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sair da solicitação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Запрос на выход" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayrılma talebi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Leave request" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "退出请求" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "離開請求" - } - } - } - }, - "SpaceShare.Manage" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إدارة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кіраванне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Manage" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestionar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gérer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kelola" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestisci" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "管理" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "관리" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Administrer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Beheer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zarządzaj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerenciar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Управление" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yönet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quản lý" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "管理" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "管理" - } - } - } - }, - "SpaceShare.ManageSpaces" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кіраванне Прасторамі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Spaces verwalten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Manage Spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestionar espacios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gérer les espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kelola Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestisci Spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース管理" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Administrer rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Beheer ruimten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zarządzanie przestrzeniami" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerenciar espaços" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Управление пространствами" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanları yönetin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Manage Spaces" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Quản lý các Không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "管理空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "管理空間" - } - } - } - }, - "SpaceShare.Members" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الأعضاء" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Удзельнікі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitglieder" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Members" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Miembros" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Membres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anggota" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Membri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Medlemmer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Czlonkowie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Membros" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Участники" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Members" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thành viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "参与的人" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "成員" - } - } - } - }, - "SpaceShare.Permissions.Grand.Edit" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Éditer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rediger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Редагувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chỉnh sửa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯" - } - } - } - }, - "SpaceShare.Permissions.Grand.View" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Näkymä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Visning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଦେଖନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zobacz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ xem" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檢視" - } - } - } - }, - "SpaceShare.Permissions.Owner" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المالك" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Уладальнік" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigentümer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Owner" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propietario" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Owner" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Owner" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Propriétaire" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemilik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietario" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "所有者" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Owner" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Eier" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Eigenaar" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Owner" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Właściciel" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietário" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Owner" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Владелец" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sahip" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Owner" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chủ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "所有者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "擁有者" - } - } - } - }, - "SpaceShare.Permissions.Reader" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Праглядальнік" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Leser" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Viewer" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Visitante" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Visionneuse" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembaca" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizzatore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "閲覧可能" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Leser" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lezer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Osoba przeglądająca" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Leitor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Наблюдатель " - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görüntüleyen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Viewer" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Người xem" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "浏览者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "瀏覽者" - } - } - } - }, - "SpaceShare.Permissions.Writer" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдактар" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Editor" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Éditeur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Penyunting" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集可能" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Redigering" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerker" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Redaktor" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Редактор" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenleyici" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Editor" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Biên tập viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯者" - } - } - } - }, - "SpaceShare.QR.Button" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إظهار رمز QR" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паказаць QR-код" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-Code anzeigen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Show QR code" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar el código QR" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Show QR code" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Show QR code" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Afficher le QR code" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilkan kode QR" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostra codice QR" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "QRコードを表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Show QR code" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vis QR-kode" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon QR-code" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Show QR code" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pokaż kod QR" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Mostrar código QR" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Show QR code" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать QR-код" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kare kodu göster" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Show QR code" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiện mã QR" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "显示二维码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "顯示 QR code" - } - } - } - }, - "SpaceShare.QR.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-код для далучэння да Прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-Code um einem Space beizutreten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "QR code for joining a Space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Código QR para acceder a un espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "QR Code pour rejoindre un espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode QR untuk bergabung ke Ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Codice QR per unirsi a uno Spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "QRコードからスペースに参加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-code voor het deelnemen aan een ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kod QR do dołączenia do przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Código QR para entrar em um espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "QR-код для присоединения к пространству" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir alana katılmak için Kare kod" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "QR code for joining a Space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mã QR để gia nhập Không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "加入空间的二维码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "加入空間的 QR code" - } - } - } - }, - "SpaceShare.RemoveMember.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ будзе выдалены з прасторы." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ wird aus dem Space entfernt." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ will be removed from the space." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ se eliminará del espacio." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ sera retiré de l'espace." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ akan dihapus dari ruang." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ sarà rimosso/a dallo spazio." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@さんがこのスペースにアクセスできなくなります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ zal worden verwijderd uit de ruimte." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ zostanie usunięty z przestrzeni." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ será removido do espaço." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ будет удален из пространства." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ alandan kaldırılacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ will be removed from the space." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ sẽ bị đuổi khỏi không gian." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 将从空间中移除。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 將從空間中移除。" - } - } - } - }, - "SpaceShare.RemoveMember.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إزالة عضو" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць удзельніка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitglied entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove member" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar miembro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer un membre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus anggota" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーを削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "멤버 삭제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder lid" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń członka" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover membro" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyeyi kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xóa thành viên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove member" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移除成員" - } - } - } - }, - "SpaceShare.RequestsCount" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запыты" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запытаў" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запыт" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запытаў" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Anfrage" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Anfragen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d requests" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d solicitud" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d solicitudes" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Demande %d" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Demande %d" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d permintaan" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d richiesta" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d richieste" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d件のリクエスト" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d forespørsel" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d forespørsler" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d verzoek" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d verzoeken" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d żądań" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d żądań" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d żądanie" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d żądań" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d solicitação" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d solicitações" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запроса" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запросов" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запрос" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d запросов" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d istek" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d istek" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "%d request" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d requests" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 请求" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d 個請求" - } - } - } - } - } - } - }, - "SpaceShare.Share.link" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Share link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartir enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partager le lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bagikan tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condividi link" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deel koppeling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantıyı paylaş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Share link" - } - } - } - }, - "SpaceShare.StopSharing.Action" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إيقاف المشاركة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спыніць абагуленне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Beende Teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Stop sharing" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Dejar de compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arrêter le partage" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berhenti berbagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Interrompi condivisione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有を停止" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "공유 중지" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stopp deling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Delen stoppen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zatrzymywanie udostępniania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Parar de compartilhar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Закрыть доступ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşımı durdur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngừng chia sẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "停止共享" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "停止共享" - } - } - } - }, - "SpaceShare.StopSharing.Message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Удзельнікі больш не будуць сінхранізавацца з гэтай прасторай, а спасылка на агульны доступ будзе дэактываваная." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Mitglider werden diesen Space nichtmehr synchronisieren können und der Link wird deaktiviert." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Los cambios de otros miembros ya no se sincronizarán en este espacio y el enlace compartido se desactivará." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Les membres ne seront plus synchronisés à cet espace et le lien de partage sera désactivé." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anggota tidak akan lagi menyinkronkan ruang ini dan tautan pembagian akan dinonaktifkan." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I membri non si sincronizzeranno più con questo spazio e il link di condivisione verrà disattivato." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "メンバーはこのスペースに同期できなくなり、招待リンクが無効になります。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leden zullen niet langer synchroniseren met deze ruimte en de deellink zal worden gedeactiveerd." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Członkowie nie będą już synchronizowani z tą przestrzenią, a łącze udostępniania zostanie dezaktywowane." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Os membros não sincronizarão mais com este espaço e o link de compartilhamento será desativado." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Участники больше не будут синхронизироваться с этим пространством, и ссылка на общий доступ будет отключена." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üyeler artık bu alanla senkronize edilmeyecek ve paylaşım bağlantısı devre dışı bırakılacaktır." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Members will no longer sync to this space and the share link will be deactivated." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Các thành viên sẽ không thể đồng bộ vào không gian và link chia sẻ sẽ bị vô hiệu hoá." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "成员将不再同步到此空间,共享链接也将被停用。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "成員將不再同步到此空間,並且共享連結將被停用。" - } - } - } - }, - "SpaceShare.StopSharing.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إيقاف مشاركة المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спыніць абагульванне прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Space nichtmehr freigeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Stop sharing the space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Dejar de compartir el espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing the space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing the space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arrêter le partage de l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berhenti membagikan ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Smetti di condividere lo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペース共有の停止" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "스페이스 공유 중지" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slutt å dele rom" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop met delen van de ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing the space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zatrzymywanie udostępniania przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Parar de compartilhar o espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing the space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Прекратить совместное использование пространства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan paylaşımını durdur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Stop sharing the space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngừng chia sẻ không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "停止共享此空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "停止共享此空間" - } - } - } - }, - "SpaceShare.StopSharing.Toast" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прастора больш не з'яўляецца агульнай" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Der Space wird nichtmehr geteilt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The space is no longer shared" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El espacio ya no está compartido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "L'espace n'est plus partagé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ruang ini tidak dibagikan lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lo spazio non è più condiviso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースが共有されなくなりました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rommet er ikke lenger delt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "De ruimte wordt niet langer gedeeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przestrzeń nie jest już współdzielona" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O espaço não está mais compartilhado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пространство больше не доступно для совместного использования" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alan artık paylaşılmıyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The space is no longer shared" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "空间已不再共享" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "此空間將不再共享" - } - } - } - }, - "SpaceShare.StopSharingEmptySpace.Message" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You’ve removed the last member, so this space is now private and only accessible to you." - } - } - } - }, - "SpaceShare.StopSharingEmptySpace.Title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The space is now private" - } - } - } - }, - "SpaceShare.Tip.Steps.1" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Націсніце віджэт \"Прастора\", каб атрымаць доступ да налад" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tippe auf das Widget des Spaces um auf die Einstellungen zuzugreifen. " - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tap the Space widget to access settings" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Toca el widget del espacio para acceder a los ajustes." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : ". Appuyez sur le widget de l’Espace pour accéder aux paramètres" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ketuk gawit Ruang untuk mengakses setelan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tocca il widget Spazio per accedere alle impostazioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースウィジェットをタップして設定にアクセスします" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tik op de ruimte widget om toegang te krijgen tot instellingen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kliknij widżet przestrzeni, aby uzyskać dostęp do ustawień" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Toque no espaço para acessar as configurações" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нажмите на виджет Пространства для доступа к настройкам" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayarlara erişmek için Space widget'ına dokunun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tap the Space widget to access settings" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "点击空间小部件来访问设置" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "點擊空間小工具來進行設置" - } - } - } - }, - "SpaceShare.Tip.Steps.2" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адкрыйце раздзел \"Абагуліць\"" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Teilen-Bereich öffnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Open Share section" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abre la sección Compartir." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ouvrez la section Partage" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka seksi Bagikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Apri sezione Condividi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有セクションを開く" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Open delen sectie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Otwórz sekcję udostępniania" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Abrir seção Compartilhar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Откройте раздел «Доступ»" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşım bölümünü açın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Open Share section" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "打开分享栏" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開放共享區塊" - } - } - } - }, - "SpaceShare.Tip.Steps.3" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыце спасылку з запрашэннем і падзяліцеся ёю" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Einladungslink erstellen und teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Generate an invite link and share it" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Genera un enlace de invitación y compártelo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Générez un lien d’invitation et partagez-le" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat tautan undangan lalu bagikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Genera un link di invito e condividilo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待リンクを作成して共有" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Genereer een uitnodigingskoppeling en deel deze" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wygeneruj link zaproszenia i udostępnij go" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Gerar um link de convite e compartilhá-lo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создайте ссылку для приглашения и поделитесь ею" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir davet bağlantısı oluşturun ve paylaşın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Generate an invite link and share it" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成一个邀请链接并分享它" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "產生邀請連結並分享" - } - } - } - }, - "SpaceShare.Tip.Title" : { - "comment" : "MARK: - Space Share Tip", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "التعاون في المساحات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сумесная праца ў прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zusammenarbeiten in Spaces" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Collaborate on spaces" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Colabora en espacios" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborez dans les espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berkolaborasi dalam ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collabora sugli spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースでの共同編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Samenwerken aan ruimtes" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Współpraca nad przestrzeniami" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Colaborar em espaços" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сотрудничайте в пространствах" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alanlar üzerinde işbirliği yapın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Collaborate on spaces" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cộng tác trong các không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在空间中协作" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在空間進行協作" - } - } - } - }, - "SpaceShare.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المشاركة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абагульванне" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Teilen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sharing" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartir" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sharing" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sharing" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Partager" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berbagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Condivisione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "共有" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Sharing" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Deling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aan het delen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Sharing" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Udostępnianie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compartilhamento" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sharing" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Совместное использование" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paylaşım" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Sharing" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chia sẻ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "分享" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "分享中" - } - } - } - }, - "SpaceShare.ViewRequest.EditAccess" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць рэдактара" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Editor hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add as editor" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir como editor" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter comme éditeur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan sebagai penyunting" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi come editor" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "編集を許可" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg toe als schrijver" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj jako edytora" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar como editor" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить как редактора" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Düzenleyici olarak ekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as editor" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加为编辑者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增為編輯者" - } - } - } - }, - "SpaceShare.ViewRequest.Reject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رفض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адхіліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ablehnen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Reject" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Rechazar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Reject" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Reject" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Rejeter" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tolak" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rifiuta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "却下" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Reject" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avvis" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weigeren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Reject" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odrzuć" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Negar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Reject" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отклонить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Reddet" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Reject" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Từ chối" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拒绝" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "拒絕" - } - } - } - }, - "SpaceShare.ViewRequest.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ запытаў доступ да Прасторы \"%@\"" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ beantragte den Beitritt zu %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ requested to join %@ space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ solicita acceder al espacio %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ a demandé à rejoindre l'espace %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ meminta bergabung ke ruang %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ha richiesto di unirsi allo spazio %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@さんから%@への参加リクエストが届きました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ heeft verzocht om zich aan te sluiten bij de ruimte %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ poprosił o dołączenie do %@ przestrzeni" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ pediu para entrar no espaço de %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ запросил доступ к пространству \"%@\"" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@, %@ alanına katılmak istiyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ requested to join %@ space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ yêu cầu gia nhập không gian %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 请求加入 %@ 空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ 請求加入 %@ 空間" - } - } - } - }, - "SpaceShare.ViewRequest.ViewAccess" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць гледача" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Als Zuschauer hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add as viewer" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir como visitante" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter comme lecteur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan sebagai pembaca" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi come visualizzatore" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "閲覧のみ許可" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg toe als lezer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj jako przeglądający" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar como visualizador" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить как наблюдателя" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görüntüleyici olarak ekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add as viewer" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加为查看者" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增為瀏覽者" - } - } - } - }, - "SpaceShare.YouSuffix" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (вы)" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (du)" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ (you)" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (tú)" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (vous)" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (kamu)" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (tu)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@(あなた)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (jij)" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (Państwo)" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (você)" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (вы)" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (siz)" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (you)" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (bạn)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (您)" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ (您)" - } - } - } - }, - "Standard layout for canvas blocks" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تخطيط قياسي لكتل اللوحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Прадвызначаны макет для блокаў палатна" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Standardlayout für Leinwandblöcke" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Standard layout for canvas blocks" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Diseño estándar para bloques en el lienzo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard layout for canvas blocks" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard layout for canvas blocks" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Disposition standard pour les toiles" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tata letak standar untuk blok kanvas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout standard per i blocchi di canvas" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "標準的なレイアウト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard layout for canvas blocks" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Standardoppsett for lerretblokker" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Standaard layout voor canvas blokken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard layout for canvas blocks" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Standardowy układ dla bloków płótna" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Layout padrão para blocos de tela" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard layout for canvas blocks" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Стандартный макет для холста блоков" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuval blokları için standart düzen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Стандартний макет для полотна блоків" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Standard layout for canvas blocks" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "画布区块的标准布局" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "畫布區塊的標準版型" - } - } - } - }, - "Start" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пачаць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Start" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Inicio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Commencer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Mulai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Avvia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "開始" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "시작" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆରମ୍ଭ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Rozpocznij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Começar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Start" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Начать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başla" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Початок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bắt đầu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "开始" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "開始" - } - } - } - }, - "StoreKitServiceError.needUserAction" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Плацёж не прайшоў, для аплаты патрабуюцца дзеянні карыстальніка на баку Apple." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zahlung nicht erfolgreich, Benutzeraktionen auf der Apple-Seite erforderlich, um zu zahlen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El pago no se ha realizado. Se requiere una acción del usuario de Apple para pagar." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Paiement échoué, les actions utilisateur de côté Apple sont requises pour payer." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembayaran tidak berhasil, Tindakan Pengguna di sisi Apple diwajibkan untuk membayar." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagamento non riuscito, è richiesta l'azione dell'utente da parte di Apple per pagare." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "支払いに失敗しました。Appleでのお支払い設定をご確認ください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "결제에 실패했습니다. 결제를 위해 Apple 측에서 사용자 조치가 필요합니다." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Betaling mislukt, gebruikersacties van Apple zijn vereist om te betalen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Płatność nie powiodła się, wymagane są działania użytkownika po stronie Apple'a." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagamento sem sucesso, ações de usuário no lado da Apple são necessárias para pagar." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Платеж не удался, действия пользователя на стороне Apple, необходимые для оплаты." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ödeme başarısız, Apple tarafındaki Kullanıcı İşlemlerinin ödeme yapması gerekiyor." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Payment unsuccessfull, User Actions on Apple side required to pay." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "支付失败,需要用户在苹果端操作支付。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "付款失敗,需要用戶在蘋果端操作以完成付款。" - } - } - } - }, - "StoreKitServiceError.userCancelled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Купля скасаваная" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kauf abgebrochen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Purchase cancelled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Compra cancelada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Achat annulé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pembelian dibatalkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Acquisto annullato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "支払いがキャンセルされました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "구매 취소됨" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aankoop geannuleerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zakup anulowany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Compra cancelada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Покупка отменена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Satın alma işlemi iptal edildi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Purchase cancelled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã hủy giao dịch mua" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "购买已取消" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已取消購買" - } - } - } - }, - "Stream.Empty.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invite people and start sharing your vibe" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Invita a alguien y comparte tus novedades." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Invitez des personnes et commencez à partager votre vibe" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Undang orang dan mulai bagikan semangat Anda" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invita le persone e inizia a condividere il tuo vibe" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "招待して、雰囲気を共有し始めましょう" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nodig mensen uit en begin met het delen van jouw vibe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İnsanları davet edin ve hislerinizi paylaşmaya başlayın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "邀请朋友并分享你的活动" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Invite people and start sharing your vibe" - } - } - } - }, - "Stream.Empty.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Stream ist leer" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This stream is empty" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Esta transmisión está vacía" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce stream est vide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Siaran ini kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questa stream è vuota" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このストリームは空です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze stream is leeg" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu yayın boş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此流是空的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "This stream is empty" - } - } - } - }, - "Style" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نمط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стыль" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Design" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Style" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Estilo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Style" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyyli" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Style" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gaya" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Stile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スタイル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "스타일" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Stil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Stijl" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଷ୍ଟାଇଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wygląd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Estilo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Estilo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Внешний вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Stil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Стиль" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Định dạng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "样式" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "樣式" - } - } - } - }, - "StyleMenu.Color.TextColor.Placeholder" : { - "comment" : "style menu", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "A" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Uma" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "А" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "A" - } - } - } - }, - "Submit" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إرسال" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пацвердзіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Absenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Submit" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Submit" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Submit" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Soumettre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kirim" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Invia" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "送信" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Submit" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Send inn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verstuur" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Submit" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyślij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Enviar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Submit" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отправить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gönder" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Submit" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gửi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "提交" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "提交" - } - } - } - }, - "SuccessfullyDeleted " : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ erfolgreich gelöscht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "%@ deleted successfully" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha eliminado %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ berhasil dihapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@を削除しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ başarıyla silindi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ deleted successfully" - } - } - } - }, - "Swipe.Tip.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварайце аб'екты ўнутры віджэтаў, лёгка праводзячы іх улева." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle Objekte in Widgets durch einfaches Wischen nach links." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Para crear objetos dentro de los widgets, deslízalos a la izquierda." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créez des objets à l'intérieur de widgets en les glissant facilement à gauche." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek dalam widget dengan mengusap ke kiri dengan mudah." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea oggetti all'interno dei widget scorrendoli facilmente verso sinistra." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェット内で左にスワイプすると、オブジェクトを簡単に作成できます。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett objekter inne i widgets ved enkelt å sveipe dem til venstre." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak objecten binnen widgets door ze naar links te swipen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Twórz obiekty wewnątrz widżetów, łatwo przesuwając je w lewo." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Crie objetos dentro de widgets simplesmente deslizando-os à esquerda." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создавайте объекты внутри виджетов, перемещая их влево." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kolayca sola kaydırarak widget'ların içinde nesneler oluşturun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create objects inside widgets by easily swiping them left." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "向左轻划就可以在部件内创建对象。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "向左輕滑即可在小工具內建立物件。" - } - } - } - }, - "Swipe.Tip.Title" : { - "comment" : "MARK: - Swipe tips", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Правядзіце пальцам, каб стварыць аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zum Erstellen von Objekten wischen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Swipe to Create Objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desliza para crear objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Glisser pour créer des objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Usap untuk Membuat Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scorri per creare oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スワイプしてオブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sveip for å lage objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe om objecten te maken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przesuń, aby utworzyć obiekty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Arraste para Criar Objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Смахните для создания объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne Oluşturmak için Kaydırın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Swipe to Create Objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "滑动来创建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "滑動以建立物件" - } - } - } - }, - "Sync.Status.Version.Outdated.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الإصدار قديم. يرجى تحديث Anytype" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія ўстарэлая. Абнавіце Anytype" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Version veraltet. Bitte aktualisieren Sie Anytype" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Version outdated. Please update Anytype" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión anticuada. Actualiza Anytype." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Version outdated. Please update Anytype" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Versio vanhentunut. Päivitäthän Anytype:n" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version obsolète. Veuillez mettre à jour Anytype" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Versi kadaluwarsa. Silahkan memperbahrui segala tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Versione obsoleta. Si prega di aggiornare Anytype" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "バージョンが古くなっています。Anytype を更新してください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Version outdated. Please update Anytype" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Versjonen er utdatert. Vennligst oppdater Anytype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Versie verouderd. Update Anytype alsjeblieft" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଂସ୍କରଣ ପୁରୁଣା ହୋଇଛି।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wersja nieaktualna. Proszę zaktualizować Anytype" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão desatualizada. Por favor, atualize Anytype" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão desatualizada. Por favor, atualize Anytype" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Версия устарела. Пожалуйста, обновите Anytype" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sürüm güncel değil. Lütfen Anytype'ı güncelleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Застаріла версія. Будь ласка, оновіть Anytype" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Phiên bản lỗi thời. Hãy cập nhật Anytype" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "版本已过时。请更新 Anytype" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "版本已過時,請更新 Anytype" - } - } - } - }, - "Synced" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تمت المزامنة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сінхранізавана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisiert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Synced" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sincronizado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Synced" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Synkronoitu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tersinkron" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sincronizzato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "同期完了" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Synced" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Synkronisert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gesynchroniseerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Synced" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zsynchronizowano" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sincronizado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Synced" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Синхронизировано" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Senkronize edildi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Синхронізовано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã đồng bộ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已同步" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已同步" - } - } - } - }, - "SyncStatus.Error.incompatibleVersion" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إصدار غير متوافق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Несумяшчальная версія" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Inkompatible Version" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Incompatible version" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión incompatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Version incompatible" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "互換性のないバージョン" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "호환되지 않는 버전" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukompatibel versjon" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet-compatibele versie" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niekompatybilna wersja" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Versão incompatível" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Несовместимая версия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uyumsuz sürüm" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatible version" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Phiên bản không tương thích" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不兼容版本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不相容的版本" - } - } - } - }, - "SyncStatus.Error.networkError" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "لا يوجد وصول إلى المساحة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма доступу да прасторы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "No access to the space" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin acceso al espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pas d'accès à l'espace" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada akses ke ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nessun accesso allo spazio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "スペースにアクセスできません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geen toegang tot de ruimte" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem acesso ao espaço" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет доступа к пространству" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alana erişim yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "No access to the space" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có quyền truy cập không gian" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有访问空间的权限" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無法進入這個空間" - } - } - } - }, - "SyncStatus.Error.storageLimitExceed" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم الوصول إلى حد التخزين" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дасягнута мяжа захоўвання даных" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Speicherplatzgrenze erreicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Storage limit reached" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Límite de almacenamiento alcanzado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Limite de stockage atteinte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batas penyimpanan tercapai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Limite di archiviazione raggiunto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ストレージ上限に達しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opslaglimiet bereikt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Limite de armazenamento atingido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Достигнут предел хранилища." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Depolama sınırına ulaşıldı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Storage limit reached" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đã đạt giới hạn chứa" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已达到储存限制" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "達到儲存限制" - } - } - } - }, - "SyncStatus.Error.UNRECOGNIZED" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خطأ غير معروف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Невядомая памылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unerkannter Fehler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unrecognized error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error desconocido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur inconnue\n" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Galat tak dikenali" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore sconosciuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不明なエラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbekende fout" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro não reconhecido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не опознанная ошибка." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanınmayan hata" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unrecognized error" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lỗi không xác định" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未知的错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無法識別的錯誤" - } - } - } - }, - "SyncStatus.Info.AnytypeNetwork" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشفرة من طرف إلى طرف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зашыфравана скразным метадам" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ende-zu-Ende-verschlüsselt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "End-to-end encrypted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cifrado de extremo a extremo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiffrement de bout en bout" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Terenkripsi end-to-end" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crittografia end-to-end" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "エンドツーエンド暗号化" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end versleuteld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criptografia de ponta a ponta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сквозное шифрование" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Uçtan uca şifrelenmiş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "End-to-end encrypted" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mật hóa đầu cuối" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "端到端加密" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "已端到端加密" - } - } - } - }, - "SyncStatus.Info.localOnly" : { - "comment" : "MARK: - Sync status", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "النسخ الاحتياطي للبيانات معطل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэзервовае капіраванне даных адключана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Datensicherung ist deaktiviert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Data backup is disabled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "El respaldo de datos está deshabilitado." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La sauvegarde des données est désactivée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pencadangan data dimatikan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il backup dati è disabilitato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "バックアップが無効です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Data-back-up is uitgeschakeld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "“Backup” de dados está desabilitado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Резервная копия данных отключена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Veri yedekleme devre dışı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Data backup is disabled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sao lưu dữ liệu bị vô hiệu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "数据备份已禁用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "資料備份被禁用" - } - } - } - }, - "SyncStatus.Info.NetworkNeedsUpdate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قد تكون المزامنة بطيئة. قم بتحديث التطبيق." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сінхранізацыя можа быць павольнай. Абнавіце праграму." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisation könnte langsam sein. Aktualisiere die App." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Sync might be slow. Update the app." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La sincronización puede ser lenta. Actualiza tu aplicación." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La synchronisation peut être lente. Mettez à jour l'application." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sinkronisasi mungkin lambat. Coba perbarui aplikasi." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La sincronizzazione potrebbe essere lenta. Aggiornare l'app." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "同期が遅くなる可能性があります。アプリを更新してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Synchronisatie kan traag zijn. Update de app." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A sincronização pode ser lenta. Atualize o app." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Синхронизация может быть медленной. Обновите приложение." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Senkronizasyon yavaş olabilir. Uygulamayı güncelleyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đồng bộ có thể chậm. Hãy cập nhật ứng dụng." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "同步可能很慢,请更新应用程序。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Sync might be slow. Update the app." - } - } - } - }, - "SyncStatus.P2P.NotConnected" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غير متصل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падлучэнне адсутнічае" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht verbunden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Not connected" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No conectado." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Non connecté" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak terhubung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non connesso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "接続されていません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet verbonden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não conectado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не подключено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlı değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Not connected" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未连接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未連線" - } - } - } - }, - "SyncStatus.P2P.NotPossible" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الاتصال غير ممكن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падключэнне немагчыма" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Verbindung nicht möglich" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Connection not possible" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No es posible conectar." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Connexion impossible" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Koneksi tidak memungkinkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Connessione non possibile" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "接続できません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verbinding niet mogelijk" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não é possível fazer conexão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Соединение невозможно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı mümkün değil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "连接不可用" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Connection not possible" - } - } - } - }, - "SyncStatus.P2P.Restricted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абмежаваны. Націсніце, каб адкрыць налады прылады." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eingeschränkt. Zum Öffnen der Geräteeinstellungen tippen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Restricted. Tap to open device settings." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Restringido. Pulsa para abrir los ajustes del dispositivo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Limité. Appuyez pour ouvrir les paramètres de l'appareil." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Dibatasi. Ketuk untuk membuka pengaturan perangkat." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Limitato. Toccare per aprire le impostazioni del dispositivo." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "制限されています。デバイスの設定を確認してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verhinderd. Controleer de apparaatinstellingen." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Restrito. Toque para abrir as configurações do dispositivo." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Есть ограничения. Проверьте настройки устройства." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kısıtlanmış. Cihaz ayarlarını açmak için dokunun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bị giới hạn. Chạm để kiểm tra cài đặt thiết bị." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "受限制。点击打开设备设置。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Restricted. Tap to open device settings." - } - } - } - }, - "System Properties" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خصائص النظام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Systemeigenschaften" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "System Properties" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Propiedades del sistema" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Properti Sistem" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Proprietà Di Sistema" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "標準プロパティ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Systeemeigenschappen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Системные свойства" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistem Özellikleri" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "系统属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "System Properties" - } - } - } - }, - "Tag" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Schlagwort" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Schlagwörter" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Tags" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Etiqueta" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Etiquetas" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Label" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個のタグ" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Etiket" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Etiket" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Tag" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Tags" - } - } - } - } - } - } - }, - "TalbeOfContents.Empty" : { - "comment" : "MARK: Table of Contents", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Add headings to create a table of contents" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадайце загалоўкі для стварэння зместу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Überschriften hinzufügen, um ein Inhaltsverzeichnis zu erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add headings to create a table of contents" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añade títulos para crear un índice" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add headings to create a table of contents" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add headings to create a table of contents" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter des en-têtes pour créer une table des matières" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambahkan tajuk untuk membuat konten tabel" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi intestazioni per creare una tabella di contenuti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "目次を作成するために見出しを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add headings to create a table of contents" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til overskrifter for å lage en innholdsfortegnelse" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg koppen toe om een inhoudsopgave te maken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add headings to create a table of contents" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodawanie nagłówków w celu utworzenia spisu treści" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar cabeçalhos para criar uma tabela de conteúdos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar cabeçalhos para criar uma tabela de conteúdos" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавьте заголовки для создания таблицы содержания" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İçindekiler tablosu oluşturmak için başlıklar ekleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати заголовки для створення таблиці вмісту" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thêm đầu mục để tạo mục lục" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加标题以制作目录" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增標題以建立目錄" - } - } - } - }, - "Task" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مهمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Задача" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aufgabe" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Task" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarea" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Task" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Task" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tâche" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tugas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Attività" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タスク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "작업" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Oppgave" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Taak" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟାସ୍କ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zadanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarefa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Task" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Задача" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görev" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Задача" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tác vụ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "任务" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "任務" - } - } - } - }, - "Teal" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تيل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Бірузовы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Türkis" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Teal" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Verde azulado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Turkoosi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Turquoise" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Biru-hijau" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ottanio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "青緑色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "청록색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Turkis" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Groenblauw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟିଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Morski" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Turquesa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Turquesa" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Бирюзовый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Camgöbeği" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Бірюзовий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lục lam" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "松柏绿" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "青色" - } - } - } - }, - "Teal background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блакітны фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Blaugrüner Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Teal background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo verde azulado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sinivihreä tausta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond turquoise" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang hijau laut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo ottanio" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "青緑色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal background" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Turkis bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blauwgroene achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal background" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Turkusowe tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Plano de fundo azul-petróleo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal background" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Бирюзовый фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Camgöbeği arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Зеленувато-блакитне тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Teal background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "石绿背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "青色背景" - } - } - } - }, - "TemplateEditing.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل القالب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier le modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "템플릿 편집" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rediger mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjabloon bewerken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ସଂପାଦନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytuj szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar modelo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablonu düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Редагувати шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sửa mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯範本" - } - } - } - }, - "TemplateOptions.Alert.Delete" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حذف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Löschen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Delete" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Delete" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elimina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "삭제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Slett" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିଲୋପ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Excluir" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Xoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除" - } - } - } - }, - "TemplateOptions.Alert.Duplicate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تكرار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дубляваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplizieren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Duplicate" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicate" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliquer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gandakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "複製" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "복제하기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliser" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dupliceer" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନକଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplikuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Duplicar" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çoğalt" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дублювати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nhân đôi" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "生成副本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立副本" - } - } - } - }, - "TemplateOptions.Alert.EditTemplate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل القالب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier le modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "템플릿 편집" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Rediger mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjabloon bewerken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ସଂପାଦନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytuj szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar modelo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablonu düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Редагувати шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Sửa mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯範本" - } - } - } - }, - "TemplatePicker.Buttons.UseTemplate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Use template" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выкарыстоўваць шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage verwenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Use template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Usar plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Use template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Use template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Utiliser le modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gunakan templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Utilizza modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートを使用" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Use template" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bruk mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjabloon gebruiken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ ବ୍ୟବହାର କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zastosuj szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Utilizar modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Utilizar modelo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Использовать шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablonu kullan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Використовувати шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dùng mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "使用模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "使用範本" - } - } - } - }, - "TemplatePicker.ChooseTemplate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose template" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберыце шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage wählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Choose template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Elegir plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Choisir un modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Scegli modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Choose template" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjabloon kiezen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ବାଛନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wybierz szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Escolher modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Escolher modelo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выберите шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Виберіть шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選擇範本" - } - } - } - }, - "Templates" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "القوالب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблоны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlagen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Templates" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Plantillas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Templates" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Templates" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modèles" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modelli" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "템플릿" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Maler" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjablonen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Templates" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szablony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Modelos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Templates" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблоны" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablonlar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Templates" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "範本" - } - } - } - }, - "Templates.Popup.Default" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was set as default" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэты шаблон быў усталяваны як прадвызначаны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Die Vorlage wurde als Standard festgelegt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The template was set as default" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La plantilla se ha establecido por defecto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was set as default" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was set as default" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce modèle a été défini comme modèle par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat diatur sebagai bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo modello è stato impostato come predefinito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルトに設定されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was set as default" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Malen ble satt som standard" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit sjabloon werd als standaard ingesteld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ଡିଫଲ୍ଟ ଭାବରେ ସେଟ୍ ହୋଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szablon został ustawiony jako domyślny" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O modelo foi definido como padrão" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "O modelo foi definido como padrão" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон был установлен по умолчанию" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon varsayılan olarak ayarlandı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон було встановлено за замовчуванням" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was set as default" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "此模板已设置为默认" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "範本已被設置為預設" - } - } - } - }, - "Templates.Popup.Duplicated" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was duplicated" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон быў дубліраваны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Die Vorlage wurde Dupliziert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The template was duplicated" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La plantilla se ha duplicado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was duplicated" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was duplicated" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce modèle a été dupliqué" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat digandakan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il modello è stato duplicato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートを複製しました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was duplicated" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Malen ble duplisert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit sjabloon is gedupliceerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ନକଲ କରାଗଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szablon został zduplikowany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O modelo foi duplicado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "O modelo foi duplicado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон был скопирован" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon çoğaltıldı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон було продубльовано" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was duplicated" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "模板已生成副本" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "範本已建立副本" - } - } - } - }, - "Templates.Popup.Removed" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was removed" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон быў выдалены" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Die Vorlage wurde entfernt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "The template was removed" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La plantilla se ha eliminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was removed" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was removed" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce modèle a été supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat dihapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il modello è stato rimosso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートが削除されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was removed" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Malen ble fjernet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit sjabloon is verwijderd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ କଢାଗଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szablon został usunięty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O modelo foi removido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "O modelo foi removido" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон был удален" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon kaldırıldı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон було видалено" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "The template was removed" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "模板已删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "範本已被刪除" - } - } - } - }, - "Templates.Popup.WasAddedTo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم إضافة قالب جديد إلى النوع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы шаблон быў дададзены да тыпу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Vorlage wurde zum Typ hinzugefügt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New template was added to the type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha añadido una nueva plantilla al tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Le nouveau modèle a été ajouté au type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat baru ditambahkan ke tipe ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo modello è stato aggiunto al tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプに追加されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ny mal ble lagt til typen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuw sjabloon is toegevoegd aan het type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରକାରରେ ନୂତନ ଟେମ୍ପଲେଟ୍ ଯୋଡାଗଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy szablon został dodany do typu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O novo modelo foi adicionado ao tipo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo modelo foi adicionado ao tipo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый шаблон добавлен к типу" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu türe yeni bir şablon eklendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Новий шаблон додано до типу" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新模板已添加到类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新範本已新增至類型" - } - } - } - }, - "Templates.Popup.WasAddedTo.title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы шаблон быў дададзены да тыпу %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neue Vorlage wurde zum Typ %@ hinzugefügt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New template was added to the type %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha añadido una nueva plantilla al tipo %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Un nouveau modèle a été ajouté au type %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat baru ditambahkan ke tipe %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo modello è stato aggiunto al tipo %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ%@に追加されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuw sjabloon werd toegevoegd aan het type %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପ୍ରକାର %@ ରେ ନୂତନ ଟେମ୍ପ୍ଲେଟ୍ ଯୋଡାଯାଇଥିଲା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy szablon został dodany do typu %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo modelo foi adicionado ao tipo %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo modelo foi adicionado ao tipo %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый шаблон добавлен к типу %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni şablon %@ türüne eklendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New template was added to the type %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新模板已添加到类型 %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新範本已新增至 %@ 類型" - } - } - } - }, - "TemplateSelection.Available.Title" : { - "comment" : "MARK: - Templates", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Typ hat %d Vorlage" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Dieser Typ hat %d Vorlagen" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "This type has %d templates" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Este tipo tiene %d plantilla" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Este tipo tiene %d plantillas" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce type dispose de %d modèle" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Ce type dispose de %d modèles" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe ini memiliki %d templat" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo tipo ha %d modello" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Questo tipo ha %d modelli" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "このタイプには%d種類のテンプレートがあります" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit type heeft %d sjabloon" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Dit type heeft %d sjablonen" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu türde %d şablon var" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu türde %d şablon var" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d template" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "This type has %d templates" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "此类型有 %d 个模板" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "這類型有 %d 模板" - } - } - } - } - } - } - }, - "TemplateSelection.ObjectType.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نوع الكائن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып аб'екта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttyp" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Object type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type de l'objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo di oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Object type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekttype" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Objecttype" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବସ୍ତୁ ପ୍ରକାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ obiektu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de objeto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип объекта" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne türü" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип об'єкта" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "对象类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "物件類型" - } - } - } - }, - "TemplateSelection.SelectTemplate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحديد قالب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абраць шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage auswählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Select template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleccionar plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Select template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Select template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sélectionner un modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pilih templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Seleziona modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレートを選択" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Select template" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Velg mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjabloon selecteren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍ ଚୟନ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zaznacz szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Selecionar modelo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выбрать шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon seç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обрати шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chọn mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "选择模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "選取範本" - } - } - } - }, - "TemplateSelection.Template.Subtitle" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قالب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorlage" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Template" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Plantilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Template" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Template" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modèle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Templat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modello" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テンプレート" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Template" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Mal" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sjabloon" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟେମ୍ପଲେଟ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Szablon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Modelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Modelo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Şablon" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Шаблон" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mẫu" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "模板" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "範本" - } - } - } - }, - "Text Style" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Text Style" - } - } - } - }, - "TextStyle.Bold.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غامق" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тоўсты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fett" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bold" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Negrita" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Bold" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lihavointi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Gras" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tebal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Grassetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "太字" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "굵게" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vetgedrukt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବୋଲ୍ଡ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pogrubienie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Negrito" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Negrito" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Жирный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kalın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Напівжирний" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "In đậm" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "粗体" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "粗體" - } - } - } - }, - "TextStyle.Bulleted.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نقطي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Маркіраваны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Aufzählung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bulleted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Viñetas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulleted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "À puces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar bertitik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elenco puntato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "箇条書きリスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "글머리기호" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kulepunkt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Opsommingslijst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବୁଲେଟ ହୋଇଥିବା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wypunktowane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Pontuado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Bulleted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Маркирован" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Madde işaretli" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Маркований" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chấm đầu dòng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "项目符号" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "符號列表" - } - } - } - }, - "TextStyle.Callout.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ملاحظة بارزة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Зноска" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Textbox" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Callout" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Globo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Callout" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nosto" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Encadré" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berbingkai" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Richiamo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コールアウト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "범례" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Utrop" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toelichting" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କଲ୍ ଆଉଟ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wezwanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chamada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Callout" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Врезка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Belirteç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Винесення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chú thích" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "标注" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "引用區塊" - } - } - } - }, - "TextStyle.Checkbox.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مربع اختيار" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Птушка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Checkbox" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Casilla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tarkastuslaatikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Case à cocher" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kotak centang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Casella di scelta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "チェックボックス" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "체크박스" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Avkrysningsboks" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Selectievakje" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଚେକବାକ୍ସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pole wyboru" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Caixa de seleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Checkbox" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Флажок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Onay kutusu" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Прапорець" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ô tick" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "复选框" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "核取方塊列表" - } - } - } - }, - "TextStyle.Code.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كود" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Код" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Code" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Code" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Código" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Code" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Koodi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Code" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Codice" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "코드" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kode" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Code" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୋଡ଼" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kod" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Código" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Code" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Код" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kod" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Код" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Code" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "代码" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "代碼" - } - } - } - }, - "TextStyle.Heading.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنوان رئيسي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Загаловак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Überschrift" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Heading" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título 2" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Heading" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Otsikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "En tête" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tajuk 2" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "見出し2" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "제목" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Overskrift" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Koptekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nagłówek" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cabeçalho" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Заголовок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlık " - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Заголовок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục chính" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "中等标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "標題" - } - } - } - }, - "TextStyle.Highlighted.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مميز" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Цытата" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hervorhebung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Highlighted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Resaltado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Highlighted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Korostettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Surligné" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorotan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Evidenziato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "引用文" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "강조" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Uthevet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gemarkeerd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆଲୋକପାତ କରାଯାଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wyróżnione" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Destacado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Realçado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Выделенный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vurgulanmış" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Цитата" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nổi bật" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "高亮" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "螢光筆" - } - } - } - }, - "TextStyle.Italic.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مائل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Курсіў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kursiv" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Italic" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cursiva" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Italic" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kursivoitu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Italique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Miring" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Corsivo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "イタリック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "기울임" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kursiv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Cursief" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଇଟାଲିକ୍" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kursywa" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Itálico" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Itálico" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Курсив" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İtalik" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Курсив" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "In nghiêng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "斜体" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "斜體" - } - } - } - }, - "TextStyle.Link.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спасылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Linkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "링크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Koppeling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ligação" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ссылка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結" - } - } - } - }, - "TextStyle.Numbered.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قائمة مرقمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нумараваны спіс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nummerierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Numbered list" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista numerada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Numbered list" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Numeroitu lista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste numérotée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar urut" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Elenco numerato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "番号付きリスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "번호 매기기 목록" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nummerert liste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Genummerde lijst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ନମ୍ବର ତାଲିକା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista numerowana" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista numerada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Numbered list" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нумерованный список" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Numaralı liste" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нумерований список" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Danh sách đánh số" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编号列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編號列表" - } - } - } - }, - "TextStyle.Strikethrough.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "يتوسطه خط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Закрэслены" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Durchgestrichen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Strikethrough" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tachado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Strikethrough" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Läpiviiva" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Barré" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Coret" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Barrato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "取り消し線" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "취소선" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjennomstreking" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Doorhalen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଷ୍ଟ୍ରାଇକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przekreślenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tachado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Rasurado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Зачёркнутый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Üstü çizili" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Закреслений" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gạch đè" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除线" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "刪除線" - } - } - } - }, - "TextStyle.Subheading.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عنوان فرعي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падзагаловак" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unterüberschrift" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Subheading" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título 3" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Subheading" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Alaotsikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sous-titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tajuk 3" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sottotitolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "見出し3" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "부제목" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Underoverskrift" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Subkoptekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଉପ ଶୀର୍ଷକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podtytuł" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Subtítulo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Subtítulo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подзаголовок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alt başlık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Підзаголовок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mục phụ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "副标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "副標題" - } - } - } - }, - "TextStyle.Text.Title" : { - "comment" : "MARK: Text Style in Slash and Style menu", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نص" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тэкст" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Text" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Text" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Text" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Teksti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Texte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Teks" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Testo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "テキスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "텍스트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲେଖା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekst" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Texto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Текст" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Metin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Текст" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Văn bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "正文" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "文字" - } - } - } - }, - "TextStyle.Title.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "العنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Назва" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Titel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Title" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Título 1" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Title" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Otsikko" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Judul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "見出し1" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "제목" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tittel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Titel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଶୀର୍ଷକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tytuł" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Título" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Название" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlık" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Назва" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiêu đề" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "大标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "標題" - } - } - } - }, - "TextStyle.Toggle.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تبديل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пераключыць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ein-/Ausblenden" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Toggle" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desplegable" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Kytkin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bascule" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bukaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Attiva/Disattiva" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "トグル" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "토글" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ekspanderbar" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "In-/uitvouwen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟଗଲ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przełączanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alternar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Переключить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aç/Kapat" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Перемкнути" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khối đóng mở" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "切换" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "摺疊清單" - } - } - } - }, - "TextStyle.Underline.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تسطير" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Падкрэслены" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unterstrich" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Underline" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Subrayado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "下線" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "밑줄" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onderstrepen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Podkreślenie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sublinhado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Подчёркнутый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Alt çizgi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Underline" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gạch chân" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "下划线" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "底線" - } - } - } - }, - "There are no spaces yet" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There are no spaces yet" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aún no hay ningún espacio" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a pas encore d'espaces" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum ada ruang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non ci sono ancora Spazi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "まだスペースがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er zijn nog geen ruimten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Henüz alan yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "还没有空间" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no spaces yet" - } - } - } - }, - "There is no emoji named" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no emoji named" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма эмодзі з такой назвай" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es gibt kein Emoji mit dem Namen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There is no emoji named" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ningún emoji llamado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no emoji named" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no emoji named" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a pas d'émoji nommé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada emoji bernama" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non esiste un emoji chiamato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "絵文字が見つかりません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no emoji named" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Det finnes ingen emoji med navnet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is geen emoji genaamd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "କୌଣସି ଇମୋଜି ନାମିତ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma emoji o nazwie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há nenhum emoji chamado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no emoji named" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет эмодзи с таким именем" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "İsimlendirilmiş bir emoji yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає емоджі з такою назвою" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có emoji tên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有 emoji 表情符号的命名" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "尚無命名的 Emoji" - } - } - } - }, - "There is no icon named" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es gibt kein Symbol namens" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There is no icon named" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ningún icono llamado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a pas d'icône nommée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada ikon bernama" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non esiste un'icona denominata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アイコンが見つかりません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is geen icoon met naam" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет эмодзи с таким именем" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Adında simge yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有已命名的图标" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no icon named" - } - } - } - }, - "There is no object named" : { - "comment" : "MARK: - Main search", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no object named %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма аб'ектаў з назвай %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es gibt kein Objekt mit dem Namen %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There is no object named %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ningún objeto llamado %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no object named %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei ole objektia nimeltä %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a aucun objet nommé %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada objek bernama %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non c'è nessun oggetto denominato %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクト「%@」が見つかりませんでした" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no object named %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no object named %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is geen object genaamd %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ନାମକ କୌ ଣସି ବସ୍ତୁ ନାହିଁ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma obiektu o nazwie %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há nenhum objeto chamado %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há nenhum objeto chamado %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет объекта с именем %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ isimli nesne yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає об'єкта з назвою %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có đối tượng tên %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有命名为 %@ 的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有名為 \"%@\" 的物件" - } - } - } - }, - "There is no property named" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es gibt keine Eigenschaft namens %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There is no property named %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ninguna propiedad llamada %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a aucune propriété appelée %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada properti bernama %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non esiste una proprietà denominata %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "プロパティ「%@」が見つかりませんでした" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is geen eigenschap genaamd %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ adında bir özellik yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有名为 %@ 的属性" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no property named %@" - } - } - } - }, - "There is no type named" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no type named %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няма тыпаў з назвай %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Es gibt keinen Typ mit dem Namen %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There is no type named %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hay ningún tipo llamado %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no type named %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no type named %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a aucun type nommé %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada tipe bernama %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non c'è nessun tipo denominato %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ「%@」が見つかりませんでした" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no type named %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "There is no type named %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er is geen type genaamd %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ ନାମକ କୌଣସି ପ୍ରକାର ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie ma typu o nazwie %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há nenhum tipo chamado %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há nenhum objeto chamado %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет типа с именем %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ isimli tür yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Немає типу з назвою %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không có loại tên %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "没有命名为 %@ 的类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "沒有名為 \"%@\" 的類型" - } - } - } - }, - "These objects will be deleted irrevocably" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "These objects will be deleted irrevocably. You can’t undo this action." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гэтыя аб'екты будуць выдалены беззваротна. Вы не зможаце адмяніць гэта дзеянне." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Diese Objekte werden endgültig gelöscht. Sie können diese Aktion nicht rückgängig machen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "These objects will be deleted irrevocably. You can’t undo this action." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Estos objetos se eliminarán de forma definitiva. No se puede deshacer esta acción." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "These objects will be deleted irrevocably. You can’t undo this action." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "These objects will be deleted irrevocably. You can’t undo this action." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ces objets seront supprimés définitivement. Cette action est irrévocable." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek berikut akan dihapus secara permanen. Kamu tidak bisa membatalkan tindakan ini." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Questi oggetti verranno eliminati irrevocabilmente. Non è possibile annullare questa azione." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "これらのオブジェクトは完全に削除されます。この操作は取り消せません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "These objects will be deleted irrevocably. You can’t undo this action." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Disse objektene vil bli slettet ugjenkallelig. Du kan ikke angre denne handlingen." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deze objecten zullen permanent worden verwijderd. Je kunt dit niet ongedaan maken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏହି ବସ୍ତୁଗୁଡିକ ବିଲୋପ ହେବ ।ଆପଣ ଏହି କ୍ରିୟାପୂର୍ବକ କରିପାରିବେ ନାହିଁ।" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Te obiekty zostaną nieodwracalnie usunięte. Tej akcji nie można cofnąć." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Esses objetos serão excluídos irrevogavelmente. Você não pode desfazer esta ação." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Estes objetos serão excluídos irrevogavelmente. Você não pode desfazer esta ação." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Элементы в корзине будут безвозвратно удалены. Вы не сможете отменить это действие." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu nesneler geri alınamayacak şekilde silinecektir. Bu işlemi geri alamazsınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Обрані об'єкти будуть видалені безповоротно. Ви не зможете скасувати цю дію." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Những đối tượng này sẽ bị xoá mà không hoàn lại. Bạn không thể hoàn tác hành động này." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这些对象将被删除且不可撤销。您无法撤销此操作。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "這些物件將被永久刪除。您無法撤銷此操作。" - } - } - } - }, - "To Bin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلى سلة المهملات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "У сметніцу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zum Papierkorb" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "To Bin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "A la papelera" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "To Bin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "To Bin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vers la corbeille" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ke Bak Sampah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nel Cestino" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ゴミ箱へ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "휴지통으로" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Til papirkurv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naar prullenmand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ବିନ୍ କୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Do kosza" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Para Lixeira" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Para Lixeira" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "В корзину" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çöp kutusuna" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "В кошик" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "To Bin" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "移入回收站" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "到垃圾桶" - } - } - } - }, - "Today" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اليوم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сёння" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Heute" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Today" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoy" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Today" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Today" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aujourd'hui" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hari ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Oggi" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "今日" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "오늘" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I dag" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Vandaag" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆଜି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dzisiaj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoje" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Today" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Сегодня" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bugün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Сьогодні" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hôm nay" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "今天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "今天" - } - } - } - }, - "Toggle empty. Tap to create block." : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle empty. Tap to create block." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Пуста. Націсніце, каб стварыць блок." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tippen um Block zu erstellen." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Toggle empty. Tap to create block." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desplegable vacío. Toca para crear un bloque" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle empty. Tap to create block." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle empty. Tap to create block." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Activer/désactiver vide. Touchez pour créer un bloc." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Bukaan kosong. Sentuh untuk membuat balok." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Interruttore vuoto. Tocca per creare un blocco." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "空のトグルブロック。タップしてブロックを作成。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle empty. Tap to create block." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tom ekspanderbar liste. Trykk for å opprette blokk." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Uitvouwbare lijst is leeg. Tik om nieuw blok te maken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଖାଲି ଟୋଗଲ୍ କରନ୍ତୁ | ବ୍ଲକ ସୃଷ୍ଟି କରିବାକୁ ଟ୍ୟାପ୍ କରନ୍ତୁ |" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Przełącz pusty. Dotknij, aby utworzyć blok." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Clique vazio. Toque para criar um bloco." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Caixa de seleção vazia. Toque para criar bloco." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Пусто. Нажмите, чтобы создать блок." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Boş olarak değiştirin. Blok oluşturmak için dokunun." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Пусто. Натисніть, щоб створити блок." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Toggle empty. Tap to create block." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "切换为空。点击以创建块。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "摺疊為空, 點擊以建立區塊。" - } - } - } - }, - "Tomorrow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غدًا" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Заўтра" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Morgen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tomorrow" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Mañana" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomorrow" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomorrow" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Demain" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Besok" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Domani" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "明日" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "내일" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I morgen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Morgen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଆସନ୍ତାକାଲି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jutro" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Amanhã" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tomorrow" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Завтра" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yarın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завтра" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ngày mai" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "明天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "明天" - } - } - } - }, - "Try to find a new one" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Try to find a new one" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Prueba a buscar otro" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Essayez d'en trouver un nouveau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Carilah yang lain" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Prova a trovarne una nuova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しく探す" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Probeer een nieuwe te vinden" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Попробуйте найти новый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni bir tane bulmaya çalış." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "尝试找一个新的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one" - } - } - } - }, - "Try to find a new one or upload your image" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one or upload your image" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паспрабуйце знайсці новы або загрузіце свой відарыс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Versuche ein neues zu finden oder lade dein Bild hoch" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Try to find a new one or upload your image" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Busca otro distinto o carga una imagen." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one or upload your image" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one or upload your image" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Essayez de trouver une autre image ou mettez en ligne votre image" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Coba cari yang lain atau unggah gambarmu sendiri" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Prova a trovarne uno nuovo o carica la tua immagine" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しく探すか、画像をアップロードしてください" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one or upload your image" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Prøv å finne en ny eller last opp bildet ditt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Probeer een nieuwe te vinden of upload jouw afbeelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଏକ ନୂତନ ଖୋଜିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ କିମ୍ବା ଆପଣଙ୍କର ପ୍ରତିଛବି ଅପଲୋଡ୍ କରନ୍ତୁ " - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Spróbuj znaleźć nowy lub załaduj swój obraz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tente encontrar um novo ou envie sua imagem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tente encontrar um novo ou faça o upload da sua imagem" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Попробуйте найти новое или загрузите ваше изображение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni bir tane bulmaya çalışın ya da kendi resminizi yükleyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Спробуйте знайти нове або завантажте ваше зображення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try to find a new one or upload your image" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "尝试查找新图片或上传图片" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "嘗試尋找新的或上傳您的圖片" - } - } - } - }, - "TryAgain" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حاول مرة أخرى" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Паспрабуйце яшчэ раз" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erneut versuchen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Inténtalo de nuevo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Essayez de nouveau" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Riprova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "もう一度実行" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Prøv igjen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Probeer opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Spróbuj ponownie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tente novamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Попробуйте еще раз" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tekrar deneyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Try again" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Thử lại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "请再试一次" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "請再試一次" - } - } - } - }, - "Type Name" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Type Name" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre del tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nom du type" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nama Tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome Tipo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ名" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typenaam" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tür Adı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "类型名称" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Name" - } - } - } - }, - "Type Plural name" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "اسم الجمع للنوع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Pluralname eingeben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Type Plural name" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nombre plural del tipo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nom du type au pluriel" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nama Jamak Tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nome Tipo al plurale" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ名(複数形)" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Meervoudsnaam type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип во множественном числе" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çoğul ad yazın" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "输入复数名称" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Type Plural name" - } - } - } - }, - "Types" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الأنواع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тыпы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Typen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Types" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipe" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "タイプ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "유형" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Типы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Türler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Types" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Loại" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "類型" - } - } - } - }, - "Undo" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تراجع" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Rückgängig" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Undo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deshacer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urungkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "元に戻す" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Angre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ongedaan maken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପୂର୍ବବତ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Cofnij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desfazer" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отменить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri al" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Повернути" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoàn tác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "撤消" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "撤銷" - } - } - } - }, - "Undo typing" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo typing" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць увод" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Eingabe widerrufen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Undo typing" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deshacer escritura" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo typing" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo typing" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler la saisie" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Urungkan mengetik" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla la digitazione" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "入力を取り消す" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "입력 실행 취소" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Angre skriving" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typen ongedaan maken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଟାଇପିଂ ପୂର୍ବବତ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Cofnij wpisywanie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desfazer digitação" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo typing" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отменить ввод" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yazıyı geri al" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати введення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hoàn tác nhập" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "撤消输入" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "撤銷輸入" - } - } - } - }, - "Undo/Redo" : { - "comment" : "MARK: - Object Settings", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تراجع/إعادة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць/Паўтарыць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Rückgängig/Wiederholen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Undo/Redo" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deshacer/Rehacer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo/Redo" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo/Redo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler/Rétablir" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batalkan/Ulangi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Annulla/Ripristina" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "元に戻す/やり直し" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo/Redo" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Angre/Omgjør" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ongedaan maken / Opnieuw doen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅଣ୍ଡୁ/ରିଡୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Cofnij/Ponów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desfazer/Refazer" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Desfazer/Refazer" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отменить/Повторить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geri Al/Yinele" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати/Повторити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Undo/Redo" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "撤消/重做" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "撤消/重做" - } - } - } - }, - "Unknown" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غير معروف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Невядомы" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbekannt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unknown" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desconocido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuntematon" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Inconnu" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak diketahui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sconosciuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不明" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukjent" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbekend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieznany" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desconhecido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неизвестно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bilinmeyen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Невідомо" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không rõ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未知" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未知" - } - } - } - }, - "Unknown error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "خطأ غير معروف" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Невядомая памылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbekannter Fehler" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unknown error" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error desconocido" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown error" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tuntematon virhe" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur inconnue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kesalahan tak dikenal" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore sconosciuto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "不明なエラー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "알 수 없는 오류" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ukjent feil" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbekende foutmelding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown error" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieznany błąd" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro desconhecido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unknown error" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неизвестная ошибка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bilinmeyen hata" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Невідома помилка" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lỗi không xác định" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "未知错误" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "未知錯誤" - } - } - } - }, - "unlimited" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Неабмежавана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbegrenzt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unlimited" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ilimitado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Illimité" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tanpa batas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Illimitato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無制限" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubegrenset" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onbeperkt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieograniczony" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ilimitado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неограниченно" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Limitsiz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlimited" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không giới hạn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无限的" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無限制" - } - } - } - }, - "Unlock" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلغاء القفل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Разблакіраваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Entsperren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unlock" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desproteger" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Déverouiller" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buka kunci" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sblocca" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ロック解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lås opp" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontgrendel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odblokuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desbloquear" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unlock" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Разблокировать" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kilidi aç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Розблокувати" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Mở khoá" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "解锁" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "解除鎖定" - } - } - } - }, - "Unmute" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Stummschaltung aufheben" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unmute" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No silenciar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lepas senyap" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ミュート解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Susturmayı kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unmute" - } - } - } - }, - "Unpin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إزالة التثبيت" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Адмацаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Loslösen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unpin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desanclar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unpin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unpin" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Désépingler" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lepas sematan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Togli" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ピン留め解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "고정 해제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Løsne" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Losmaken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ପିନ କରନ୍ତୁ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odepnij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desafixar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unpin" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Открепить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sabitlemeyi kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unpin" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Gỡ ghim" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消固定" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消釘選" - } - } - } - }, - "Unpublish" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unpublish" - } - } - } - }, - "Unread" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ungelesen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unread" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No leído" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Belum dibaca" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non letto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未読" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Okunmamış" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unread" - } - } - } - }, - "Unselect all" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إلغاء تحديد الكل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасаваць выбар" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle abwählen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unselect all" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Deseleccionar todo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unselect all" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unselect all" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tout désélectionner" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batal pilih semua" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Deseleziona tutto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべて選択を解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "전체 선택 해제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern alle valg" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Deselecteer alle" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମସ୍ତକୁ ଚୟନ କରନ୍ତୁ ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odznacz wszystko" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Desmarcar todos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unselect all" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Отменить выбор" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tüm seçimi kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Скасувати вибір" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bỏ chọn hết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "取消全选" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "取消全選" - } - } - } - }, - "Unset as default" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht als Standard festgelegt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unset as default" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desmarcar como predeterminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Batal atur sebagai bawaan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "デフォルト設定を解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılan olarak ayarlanmamış" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset as default" - } - } - } - }, - "Unset default" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unset default" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Desmarcar como predeterminado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Annuler la valeur par défaut" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Valore predefinito non impostato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "既定を解除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Varsayılanı kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unset default" - } - } - } - }, - "Unsplash" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unsplash" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash 图库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsplash 圖庫" - } - } - } - }, - "Unsupported" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "غير مدعوم" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Не падтрымліваецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht unterstützt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unsupported" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No compatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei tuettu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Non pris en charge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak didukung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non supportato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未対応" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikke støttet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet ondersteund" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieobsługiwane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Incompatível" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Не поддерживается" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Desteklenmiyor" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Không được hỗ trợ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "暂不支持" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不支援" - } - } - } - }, - "Unsupported block" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كتلة غير مدعومة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Блок не падтрымліваецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht unterstützter Block" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unsupported block" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloque no compatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported block" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tukematon pala" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloc non pris en charge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Balok tak didukung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Blocco non supportato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未対応ブロック" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "지원하지 않는 블록" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Blokk støttet ikke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Blok niet ondersteund" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅସମର୍ଥିତ ବ୍ଲକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieobsługiwany blok" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloco não suportado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloco não suportado" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неподдерживаемый блок" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Desteklenmeyen blok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Непідтримуваний блок" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Khối không được hỗ trợ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不支持的数据块" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不支援的區塊" - } - } - } - }, - "Unsupported deeplink" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unsupported deeplink" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace no compatible" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien profond non pris en charge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautan langsung yang tidak didukung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Deeplink non supportato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未対応のディープリンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "지원하지 않는 딥링크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet-ondersteunde deeplink" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମର୍ଥିତ ଡିପ୍ଲିଙ୍କ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Bloco não suportado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неподдерживаемая ссылка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Desteklenmeyen derin bağlantı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不支持的深度链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported deeplink" - } - } - } - }, - "Unsupported value" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported value" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Значэнне не падтрымліваецца" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Nicht unterstützter Wert" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Unsupported value" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Valor no soportado" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported value" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ei tuettu arvo" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Valeur non prise en charge" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nilai tak didukung" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Valore non supportato" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "未対応の値" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "지원되지 않는 값" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ikke-støttet verdi" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niet-ondersteunde waarde" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସମର୍ଥିତ ମୂଲ୍ୟ ନୁହେଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieobsługiwana wartość" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Valor não suportado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Unsupported value" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неподдерживаемое значение" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Desteklenmeyen değer" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Непідтримуване значення" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Giá trị không được hỗ trợ" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "不支持该值" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "不支援的值" - } - } - } - }, - "Untitled" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "بدون عنوان" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unbenannt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Untitled" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sin título" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sans titre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Nirjudul" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Senza titolo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "無題" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Naamloos" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅନାବର୍ତ୍ତିତ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sem título" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Без названия" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Başlıksız" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无标题" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Untitled" - } - } - } - }, - "Update" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Update" - } - } - } - }, - "Upgrade" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Абнавіць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upgrade" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Actualizar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Passer à un abonnement supérieur" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tingkatkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiorna" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アップグレード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Aktualizuj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Atualizar" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обновить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yükselt" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Upgrade" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nâng cấp" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "升级" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "升級" - } - } - } - }, - "Upload" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تحميل" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Запампаваць" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hochladen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Upload" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cargar" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mettre en ligne" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Unggah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Carica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "アップロード" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "업로드" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Last opp" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅପଲୋଡ୍ କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Prześlij" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fazer upload" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Upload" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Загрузить" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yükle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Завантажити" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tải lên" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "上传" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "上傳" - } - } - } - }, - "Valid until" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сапраўдны да:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gültig bis:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Valid until:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Válido hasta:" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Valide jusqu'au :" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berlaku hingga:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Valido fino al:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "有効期限:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gyldig til:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geldig tot:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ważny do:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Válido até:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Действительно до:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçerlilik tarihi:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Có hiệu lực đến:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "有效期至:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "有效期限至:" - } - } - } - }, - "Valid until date" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дзейнічае да %@" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gültig bis %@" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Valid until %@" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Válido hasta: %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Valide jusqu'à %@" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Berlaku hingga %@" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Valido fino al %@" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "%@まで有効" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geldig tot %@" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ważny do %@" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Válido até %@" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Действительно до %@" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ tarihine kadar geçerlidir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Valid until %@" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Có hiệu lực đến %@" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "有效期至 %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "有效期至 %@" - } - } - } - }, - "Vault" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "المخزن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сховішча" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tresor" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Vault" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Arca" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Coffre" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Brankas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cassaforte" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보관소" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hvelv" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kluis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଭଣ୍ଡାର" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sejf" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cofre" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Хранилище" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasa" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "库" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帳戶" - } - } - } - }, - "Vault deleted" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сховішча выдалена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Tresor gelöscht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Vault deleted" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Arca eliminada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Le coffre a été supprimé" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Brankas dihapus" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cassaforte eliminata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫が削除されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hvelvet slettet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Kluis verwijderd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Sejf został usunięty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Cofre removido" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Хранилище удалено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kasa silindi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault deleted" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文库已删除" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帳戶已刪除" - } - } - } - }, - "Vault recover error" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, try again" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка аднаўлення сховішча, паўтарыце спробу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler beim Wiederherstellen des Tresors, versuche es erneut" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Vault recover error, try again" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al recuperar el arca, inténtalo de nuevo." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, try again" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Holvin palautus virhe, kokeile uudestaan" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de récupération du coffre, veuillez réessayer" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemulihan brankas gagal, coba lagi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore recupero cassaforte, riprova" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫の復元にエラーが発生しました。もう一度お試しください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보관소 복원 중 에러가 발생했습니다. 다시 시도해주세요." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gjenopprettingsfeil i hvelvet, prøv igjen" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout bij herstellen van kluis, probeer het opnieuw" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଭଲ୍ଟ ତ୍ରୁଟି ପୁନରୁଦ୍ଧାର କରନ୍ତୁ, ପୁନଃଚେଷ୍ଟା କରନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Błąd podczas odzyskiwania sejfu, spróbuj ponownie." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro na recuperação de conta, tente novamente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro na recuperação da conta, tente novamente" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка восстановления хранилища, попробуйте снова" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hesap kurtarma hatası, yeniden deneyin" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, try again" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, try again" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "文库恢复错误,请重试" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帳戶復原失敗,請再試一次" - } - } - } - }, - "Vault recover error no internet" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, probably no internet connection" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Памылка аднаўлення сховішча, верагодна, няма падключэння да інтэрнэту" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Fehler beim Wiederherstellen des Tresors, wahrscheinlich keine Internetverbindung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Vault recover error, probably no internet connection" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Error al recuperar el arca, puede que no haya conexión a Internet." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, probably no internet connection" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Holvin palautus virhe, todennäköisesti ei nettiyhteyttä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Erreur de récupération du coffre, probablement pas de connexion internet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pemulihan brankas gagal, kemungkinan tidak ada koneksi internet\n" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Errore di recupero cassaforte, probabilmente nessuna connessione ad internet" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "保管庫の復元にエラーが発生しました。インターネット接続をご確認ください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보관소 복원 중 에러가 발생했습니다. 인터넷 연결을 확인해주세요." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Feil ved gjenoppretting av hvelvet, sannsynligvis ingen internettilkobling" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Fout bij herstellen van kluis, waarschijnlijk geen internetverbinding" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଭଲ୍ଟ ପୁନରୁଦ୍ଧାର ତ୍ରୁଟି, ବୋଧହୁଏ କୌଣସି ଇଣ୍ଟର୍ନେଟ୍ ସଂଯୋଜନା ନାହିଁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wystąpił błąd podczas odzyskiwania sejfu, prawdopodobny brak internetu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro na recuperação de conta, provavelmente não há conexão de “internet”" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Erro ao recuperar o Cofre, provavelmente não há conexão com a internet" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ошибка при восстановлении хранилища, скорее всего нет соединения с интернетом" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hesap kurtarma hatası, muhtemel bağlantı kesikliği" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, probably no internet connection" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vault recover error, probably no internet connection" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "库恢复错误,可能没有互联网连接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帳戶復原失敗,可能是沒有網路連線" - } - } - } - }, - "Vault.Select.Incompatible.Version.Error.Text" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Мы не змаглі атрымаць даныя з вашага сховішча, паколькі ваша версія састарэлая. Калі ласка, абнавіце Anytype да апошняй версіі." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Wir konnten Ihre Tresordaten nicht abrufen, da Ihre Version veraltet ist. Bitte aktualisieren Sie Anytype auf die neueste Version." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No hemos podido recuperar los datos de tu arca porque tu versión de Anytype está anticuada. Actualiza Anytype a la versión más reciente." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nous n'avons pas pu récupérer les données de votre coffre car votre version est obsolète. Veuillez mettre à jour Anytype vers la dernière version." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kami tidak dapat mengambil data brankasmu karena versi aplikasi sudah kedaluwarsa. Silakan perbarui Anytype terlebih dahulu." - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non siamo riusciti a recuperare i dati della tua cassaforte perché la tua versione è obsoleta. Per favore aggiorna Anytype all'ultima versione disponibile." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "お使いのバージョンが古いため、保管庫のデータを取得できませんでした。Anytype を最新バージョンに更新してください。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Vi kunne ikke hente data fra hvelvet ditt fordi din versjon er utdatert. Vennligst oppdater Anytype til den nyeste versjonen." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "We konden jouw kluisgegevens niet ophalen omdat jouw versie verouderd is. Update Anytype naar de nieuwste versie." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nie mogliśmy pobrać Twoich danych z sejfu, ponieważ twoja wersja jest przestarzała. Proszę zaktualizuj Anytype do najnowszej wersji." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não foi possível recuperar os dados do seu cofre porque sua versão está desatualizada. Por favor, atualize o Anytype para a versão mais recente." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Não foi possível recuperar os dados do seu cofre porque sua versão está desatualizada. Por favor, atualize Anytype para a versão mais recente." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нам не удалось получить данные вашего хранилища, потому что ваша версия устарела. Пожалуйста, обновите Anytype до последней версии." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sürümünüz güncel olmadığı için kasa verilerinizi alamadık. Lütfen Anytype'ı en son sürüme güncelleyin." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "We were unable to retrieve your vault data because your version is out-of-date. Please update Anytype to the latest version." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "我们无法检索您的文库数据,因为您的版本已过时。请更新 Anytype 到最新版本。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "我們無法取得您的帳戶數據,因為您的版本已過時。請將 Anytype 更新到最新版本。" - } - } - } - }, - "VersionHistory.Title" : { - "comment" : "Version history", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Гісторыя версій" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Versionsverlauf" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Version History" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Historial de versiones" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Historique des versions" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Riwayat Versi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cronologia delle Versioni" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "変更履歴" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "버전 기록" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Versiegeschiedenis" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଂସ୍କରଣ ଇତିହାସ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Histórico de versões" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "История версий" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sürüm geçmişi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lịch sử phiên bản" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "版本历史" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Version History" - } - } - } - }, - "VersionHistory.Toast.message" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Версія %@ была адноўлена" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ wurde wiederhergestellt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Version %@ was restored" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Versión %@ restaurada" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "La version %@ a été restaurée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Versi %@ dipulihkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "La versione %@ è stata ripristinata" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "変更「%@」に復元されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Versie %@ is hersteld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ସଂସ୍କରଣ %@ ପୁନରୁଦ୍ଧାର ହୋଇଛି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "A versão %@ foi restaurada" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Версия %@ восстановлена" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ sürümü geri yüklendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "版本 %@ 已恢复" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Version %@ was restored" - } - } - } - }, - "Video" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%lld Videos" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Vídeo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Vídeos" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Vidéo" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Vidéos" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Video" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld個の動画" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Video" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Video" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%lld Videos" - } - } - } - } - } - } - }, - "View" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Näkymä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Visning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଦେଖନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zobacz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ xem" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檢視" - } - } - } - }, - "View in Browser" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View in Browser" - } - } - } - }, - "Views" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "طرق العرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгляды" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansichten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Views" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vistas" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Views" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Näyttökerrat" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vues" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Viste" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Views" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Visninger" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergaven" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ମତଗୁଡ଼ିକ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Odsłon" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibições" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Views" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Представления" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görüntülenmeler" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вигляди" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Views" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檢視" - } - } - } - }, - "Wallet.Recovery.Error.description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مفتاح غير صالح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Няправільны ключ" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ungültiger Schlüssel" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Invalid Key" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "La clave no es válida" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid Key" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Virheellinen Avain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Clé invalide" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kunci tidak valid" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Chiave non valida" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "鍵が正しくありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "잘못된 키" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Ugyldig nøkkel" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ongeldige herstelsleutel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଅବୈଧ କି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieprawidłowy klucz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave Inválida" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Chave inválida" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Неправильный ключ" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Geçersiz Anahtar" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid Key" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Invalid Key" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "无效密钥" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "無效的密鑰" - } - } - } - }, - "Wallpaper" : { - "comment" : "Settings", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "الخلفية" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Шпалеры" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hintergrundbild" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Wallpaper" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo de pantalla" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Wallpaper" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Taustakuva" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond d'écran" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Wallpaper" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "壁紙" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "배경화면" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Bakgrunnsbilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୱାଲପେପର୍‌" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Plano de fundo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Papel de parede" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Обои" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Duvar kağıdı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Шпалери" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hình nền" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "壁纸" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "桌布" - } - } - } - }, - "Web pages" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "صفحات الويب" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вэб-старонкі" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Webseiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Web pages" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Páginas web" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Web pages" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettisivut" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Pages Web" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Halaman web" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Pagine Web" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Webページ" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Web pages" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nettsider" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Internetpagina's" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ୱେବ୍ ପୃଷ୍ଠା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Strony internetowe" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Páginas da Web" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Web pages" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Веб-страницы" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Web sayfaları" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вебсторінки" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Web pages" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "网页页面" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "網頁" - } - } - } - }, - "What’s included" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "ما هو متضمن" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Што ўключана" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Was ist inbegriffen?" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "What’s included" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "¿Qué se incluye?" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s included" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s included" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Qu'est-ce qui est inclus ?" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Apa saja yang termasuk" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cosa è incluso" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "特典内容" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s included" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Hva er inkludert" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wat is inbegrepen" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s included" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Co jest wliczone w cenę?" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "O que está incluído" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s included" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Что включено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Neler dahil" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "What’s included" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bao gồm những gì" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "包含的内容" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "包含的內容" - } - } - } - }, - "WidgetExtension.LockScreen.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new object on the fly" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыце новы аб'ект на хаду" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Erstelle ein neues Objekt im Handumdrehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create a new object on the fly" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear un objeto nuevo sobre la marcha" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new object on the fly" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Luo uusi olio lennosta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un nouvel objet à la volée" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat objek baru dengan cepat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea un nuovo oggetto al volo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すぐに新しいオブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "즉석에서 새 오브젝트 만들기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett et nytt objekt på direkten" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak snel een nieuw object aan " - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new object on the fly" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Utwórz nowy obiekt w locie" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar um objeto novo em tempo real" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar um objeto novo em tempo real" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать новый объект на лету" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anında yeni bir nesne oluşturun" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new object on the fly" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create a new object on the fly" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "快速创建新对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "即時建立新物件" - } - } - } - }, - "WidgetExtension.LockScreen.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائن جديد" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neues Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuevo objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Uusi olio" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvel objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "새 오브젝트" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nytt objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuw object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo objeto" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Новый объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni nesne" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增物件" - } - } - } - }, - "WidgetObjectList.ForceDelete.Message" : { - "comment" : "MARK: - Widget object list", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t undo this action." - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вы не зможаце адмяніць гэтае дзеянне." - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Diese Aktion kann nicht rückgängig gemacht werden." - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You can’t undo this action." - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "No podrás deshacer esta acción." - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t undo this action." - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t undo this action." - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vous ne pouvez pas annuler cette action." - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kamu tidak bisa membatalkan tindakan ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non puoi annullare questa azione." - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "この操作を取り消すことはできません。" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t undo this action." - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Du kan ikke angre denne handlingen." - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je kunt deze actie niet ongedaan maken." - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "You can’t undo this action." - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Tej czynności nie można cofnąć." - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Você não pode desfazer esta ação." - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Você não pode desfazer esta ação." - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Это действие необратимо." - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu eylemi geri alamazsınız." - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Ви не можете скасувати цю дію." - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Bạn sẽ không thể hoàn tác." - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您无法撤消此操作。" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您無法撤銷此操作。" - } - } - } - }, - "Widgets.Actions.AddBelow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة أدناه" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць ніжэй" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Unten hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add Below" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir debajo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Below" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Lisää alapuolelle" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter en dessous" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah di bawah" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi sotto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "下に追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Below" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til under" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg hieronder toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Below" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Dodaj poniżej" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar abaixo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Below" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить ниже" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Aşağıya ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Додати знизу" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Below" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在下面添加" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在下方添加" - } - } - } - }, - "Widgets.Actions.AddWidget" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إضافة أداة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дадаць Віджэт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget hinzufügen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Add Widget" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Añadir widget" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ajouter un widget" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tambah Gawit" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aggiungi Widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットを追加" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Legg til Widget" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voeg widget toe" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Adicionar Widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Добавить виджет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget ekle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Add Widget" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "添加小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "新增小工具" - } - } - } - }, - "Widgets.Actions.BinConfirm" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "One object deleted" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "two" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - } - } - } - }, - "be" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d аб'екты выдалены" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d аб'ектаў выдалена" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Адзін аб'ект выдалены" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d аб'ектаў выдалена" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "de" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Ein Objekt gelöscht" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d Objekte gelöscht" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Papierkorb bereits leer" - } - } - } - } - }, - "en" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "translated", - "value" : "One object deleted" - } - }, - "other" : { - "stringUnit" : { - "state" : "translated", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "translated", - "value" : "Bin already empty" - } - } - } - } - }, - "es" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Un objeto eliminado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objetos eliminados" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "La papelera ya está vacía" - } - } - } - } - }, - "fa" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "One object deleted" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "fi" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "One object deleted" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "fr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Un objet supprimé" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objets supprimés" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Corbeille déjà vide" - } - } - } - } - }, - "id" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objek dihapus" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bak sampah kosong" - } - } - } - } - }, - "it" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Un oggetto eliminato" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d oggetti eliminati" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "ja" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d個のオブジェクトが削除されました" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "すでにごみ箱が空です" - } - } - } - } - }, - "ko" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "nb" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Ett objekt slettet" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objekter slettet" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "nl" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Een object verwijderd" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objecten verwijderd" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Prullenbak is al leeg" - } - } - } - } - }, - "or" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "One object deleted" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "pl" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d usunięte obiekty" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d usuniętych obiektów" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Usunięto jeden obiekt" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Usunięto %d obiektów" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "pt-BR" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Um objeto excluído" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objetos destruidos" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "pt-PT" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Um objeto eliminado" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objetos eliminados" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "ru" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалено %d объекта" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалено %d объектов " - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Один объект удален" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалено %d объектов " - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "tr" : { - "variations" : { - "plural" : { - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Bir nesne silindi" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d nesne silindi" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Çöp kutusu zaten boş" - } - } - } - } - }, - "uk" : { - "variations" : { - "plural" : { - "few" : { - "stringUnit" : { - "state" : "new", - "value" : "%d об'єкти видалено" - } - }, - "many" : { - "stringUnit" : { - "state" : "new", - "value" : "%d об'єктів видалено" - } - }, - "one" : { - "stringUnit" : { - "state" : "new", - "value" : "Один об'єкт видалено" - } - }, - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d об'єктів видалено" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "vi" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "%d objects deleted" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - }, - "zh-Hans" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "删除了一个对象\n\n删除了 %d 个对象" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "回收站已是空的" - } - } - } - } - }, - "zh-Hant" : { - "variations" : { - "plural" : { - "other" : { - "stringUnit" : { - "state" : "new", - "value" : "已刪除 %d 個物件" - } - }, - "zero" : { - "stringUnit" : { - "state" : "new", - "value" : "Bin already empty" - } - } - } - } - } - } - }, - "Widgets.Actions.ChangeWidgetType" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Change Widget Type" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Змяніць тып віджэта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget-Typ ändern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Change Widget Type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambiar tipo de widget" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Change Widget Type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Muuta vempaimen tyyppiä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier le type de widget" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Ubah tipe widget" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Cambia Tipo di Widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットの種類を変更" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Change Widget Type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre Widget type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wijzig widget type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Change Widget Type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zmień typ widżetu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Alterar Tipo de Widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Change Widget Type" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Изменить тип виджета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget türünü değiştir" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Змінити тип віджета" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Change Widget Type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "更改小部件类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "變更小工具類型" - } - } - } - }, - "Widgets.Actions.EditWidgets" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تعديل الأدوات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Рэдагаваць Віджэт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widgets bearbeiten" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Edit Widgets" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar widgets" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Widgets" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Muokkaa vempaimia" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifier les widgets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sunting widget" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modifica Widgets" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットを編集" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Widgets" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Endre widgets" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Bewerk widget" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Widgets" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Edytowanie widżetów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editar widgets" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Widgets" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Редактировать виджеты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget'ları düzenle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Редагувати Віджети" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Edit Widgets" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "编辑小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "編輯小工具" - } - } - } - }, - "Widgets.Actions.EmptyBin" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إفراغ سلة المهملات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ачысціць сметніцу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Behälter leeren" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Empty Bin" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vaciar papelera" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty Bin" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tyhjennä roskakori" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vider la poubelle" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tempat sampah kosong" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Svuota Cestino" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "空のごみ箱" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "빈 휴지통" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tøm papirkurven" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Leeg prullenmand" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty Bin" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Pusty kosz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lixeira Limpa" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Empty Bin" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистить корзину" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Çöp kutusu boş" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Очистити кошик" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Đổ rác" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "清空回收站" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "清空垃圾桶" - } - } - } - }, - "Widgets.Actions.NewObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Новы аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Neues Objekt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "New Object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuevo objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Uusi objekti" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nouvel Objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objek Baru" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Nuovo Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "新しいオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nytt objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nieuw object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Nowy obiekt" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Novo Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать новый объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yeni Nesne\n" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "New Object" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "新建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立新物件" - } - } - } - }, - "Widgets.Actions.RemoveWidget" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "إزالة الأداة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выдаліць Віджэт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget entfernen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Remove Widget" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Eliminar widget" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove Widget" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Poista vempain" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Supprimer le Widget" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Hapus widget" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Rimuovi Widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットを削除" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove Widget" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Fjern widget" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Verwijder widget" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove Widget" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Usuń widżet" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Remover widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove Widget" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Удалить виджет" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget'ı kaldır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Видалити Віджет" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Remove Widget" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "删除小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "移除小工具" - } - } - } - }, - "Widgets.Actions.SeeAllObjects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مشاهدة جميع الكائنات" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Глядзець усе аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Alle Objekte ansehen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "See all objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ver todos los objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Voir tous les objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Lihat semua objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vedi tutti gli oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "すべてのオブジェクトを表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Se alle objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Toon alle objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualizar todos os objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Показать все объекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Tüm nesneleri görün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "See all objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "查看所有对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檢視所有物件" - } - } - } - }, - "Widgets.AppUpdate" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype гатовы да абнаўлення" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype ist bereit zur Aktualisierung" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Anytype is ready to update" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype tiene una actualización" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype est prêt pour la mise à jour" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype siap diperbarui" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype è pronto per l'aggiornamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytypeのアップデートが利用可能です" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype er klar for oppdatering" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is gereed voor bijwerken" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype está pronto para ser atualizado" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype готов к обновлению" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype güncellenmeye hazır" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype is ready to update" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "Anytype 准备好更新了" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "AnyType 已準備好更新" - } - } - } - }, - "Widgets.AutoAddedAlert" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ wurde hinzugefügt" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget %@ was added" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Se ha añadido el widget %@" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Le widget %@ a été ajouté" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gawit %@ telah ditambahkan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェット%@が追加されました" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ is toegevoegd" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "%@ widget'ı eklendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "已添加小部件 %@" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget %@ was added" - } - } - } - }, - "Widgets.Empty.CreateObject" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Стварыць Аб'ект" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekt erstellen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Create Object" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Crear objeto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Créer un Objet" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Buat Objek" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Crea Oggetto" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトを作成" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Opprett objekt" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Maak object" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Criar Objeto" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Создать объект" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesne oluştur" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Create Object" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tạo Đối tượng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "创建对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "建立物件" - } - } - } - }, - "Widgets.Empty.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тут пакуль няма аб'ектаў" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Hier gibt es keine Objekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "There are no objects here" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Aquí no hay objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Il n'y a aucun objet ici" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tidak ada objek di sini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Non ci sono oggetti qui" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "オブジェクトがありません" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Det er ingen objekter her" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Er zijn hier geen objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Não há objetos aqui" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Нет объектов" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Burada hiç nesne yok" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "There are no objects here" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Ở đây không có đối tượng nào" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "这里没有对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "這裡沒有物件" - } - } - } - }, - "Widgets.Layout.CompactList.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أداة مع عرض قائمة مدمج" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Віджэт з кампактным выглядам спісу" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget mit einer kompakten Listenansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget with a compact list view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con vista de lista compacta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget avec une vue de liste compacte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gawit dengan tampilan daftar ringkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con una vista a elenco compatta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コンパクトなリスト形式で表示します" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget med kompakt listevisning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget met een compacte lijstweergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget com uma visualização em lista compacta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Виджет в виде компактного списка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakt bir liste görünümüne sahip widget" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a compact list view" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget có hiện danh sách thu gọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "带有紧凑列表视图的小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "具有緊湊列表檢視的小工具" - } - } - } - }, - "Widgets.Layout.CompactList.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Сompact list" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кампактны спіс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakte Liste" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Сompact list" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista compacta" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Сompact list" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Tiivis lista" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste compacte" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar padat" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista compatta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コンパクトリスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Сompact list" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakt liste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Compacte lijst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Сompact list" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista umów" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista compacta" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Сompact list" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Компактный список" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakt liste" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Компактний список" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Danh sách thu gọn" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "紧凑型列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "緊湊型列表" - } - } - } - }, - "Widgets.Layout.Link.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض أداة مدمج" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Кампактны віджэт" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakte Widget-Ansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Compact widget view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista de widget compacto" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Affichage compact du widget" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan gawit ringkas" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista widget compatta" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "コンパクト表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakt widgetvisning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Compacte widget weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Visualização compacta do widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Компактный режим виджета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Kompakt widget görünümü" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Compact widget view" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "紧凑小部件视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "緊湊檢視小工具" - } - } - } - }, - "Widgets.Layout.Link.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "رابط" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спасылка" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Link" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Enlace" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Linkki" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Lien" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tautan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Collegamento" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リンク" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "링크" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Lenke" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Koppeling" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଲିଙ୍କ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Link" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Ligação" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ссылка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bağlantı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Посилання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Liên kết" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "链接" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "連結" - } - } - } - }, - "Widgets.Layout.List.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أداة مع عرض قائمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Віджэт са спісам" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget mit einer Listenansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget with a list view" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con vista de lista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget avec une vue liste" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gawit dengan tampilan daftar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con una vista a elenco" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リスト形式で表示します" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget med listevisning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget met een lijstweergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget com uma visualização em lista" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Виджет в виде списка" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste görünümlü widget" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a list view" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget có hiện danh sách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "带有列表视图的小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "帶有列表檢視的小工具" - } - } - } - }, - "Widgets.Layout.List.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "قائمة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Спіс" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "List" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Daftar" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "リスト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lijst" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ତାଲିକା" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Lista" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "List" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Список" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Liste" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Список" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Dạng danh sách" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "列表" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "列表" - } - } - } - }, - "Widgets.Layout.Screen.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "نوع الأداة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Тып віджэта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget-Typ" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget type" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de widget" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget type" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vempaimen tyyppi" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Type de widget" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Jenis widget" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo di widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットの種類" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget type" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget-type" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget type" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget type" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Typ widżetu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tipo de widget" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип виджета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget tipi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Тип віджета" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget type" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "小部件类型" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "小工具類型" - } - } - } - }, - "Widgets.Layout.Tree.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أداة ذات هيكل هرمي" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Віджэт з іерархічнай структурай" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget mit einer hierarchischen Struktur" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget with a hierarchical structure" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con estructura jerárquica" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget avec une structure hiérarchique" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Gawit dengan struktur hierarkis" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con una struttura gerarchica" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "階層構造で表示します" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget med hierarkisk struktur" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget met een hiërarchische structuur" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget com uma estrutura hierárquica" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Виджет с иерархической структурой" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hiyerarşik yapıya sahip widget" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a hierarchical structure" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget có cấu trúc thứ bậc" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "带有层次结构的小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "具有分層結構的小工具" - } - } - } - }, - "Widgets.Layout.Tree.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "شجرة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Дрэва" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Strukturbaum" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Tree" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Árbol" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Tree" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Puu" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Arborescence" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Pohon" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Albero" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ツリー表示" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Tree" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Tre" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Boomstructuur" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Tree" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Drzewo" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Árvore" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Tree" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Дерево" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Ağaç" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Дерево" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Cây " - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "树状图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "樹狀圖" - } - } - } - }, - "Widgets.Layout.View.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أداة مع تخطيط استعلام أو مجموعة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget with a Query or Collection layout" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget con diseño de consulta o colección" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget dengan tata letak Kuery atau Koleksi" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "クエリやコレクションのレイアウトで表示します" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget met een opdracht of collectie opmaak" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget com layout de Consulta ou Coleção" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Виджет с макетом запроса или коллекции" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sorgu veya Koleksiyon düzenine sahip Widget" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "带有查询或集锦布局的小部件" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget with a Query or Collection layout" - } - } - } - }, - "Widgets.Layout.View.Title" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "عرض" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Выгляд" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Ansicht" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "View" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "View" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Näkymä" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vue" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Tampilan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Vista" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ビュー" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "보기" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Visning" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Weergave" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଦେଖନ୍ତୁ" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Zobacz" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Exibição" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "View" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вид" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Görüntüle" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Подання" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Chế độ xem" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "视图" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "檢視" - } - } - } - }, - "Widgets.Library.RecentlyEdited.Name" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم التعديل مؤخرًا" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нядаўна адрэдагаваны" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zuletzt bearbeitet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Recently edited" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Editado recientemente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently edited" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Viimeksi muokatut" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Récemment modifié" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Baru disunting" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Modificati di recente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最近編集された" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently edited" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nylig endret" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onlangs bewerkt" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently edited" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Ostatnio edytowane" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Editado recentemente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently edited" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Недавно обновлено" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yakın zamanda düzenlendi" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нещодавно відредаговані" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Được sửa gần đây" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "最近编辑的文档" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "最近編輯" - } - } - } - }, - "Widgets.Library.RecentlyOpened.Description" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "على هذا الجهاز" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "На гэтай прыладзе" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Auf diesem Gerät" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "On this device" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "En este dispositivo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "On this device" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Laitteella" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sur cet appareil" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Di perangkat ini" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Su questo dispositivo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "このデバイス上" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "On this device" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "På denne enheten" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Op dit apparaat" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "On this device" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Na tym urządzeniu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Neste dispositivo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "On this device" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "На этом устройстве" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Bu cihazda" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "На цьому пристрої" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trên thiết bị này" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "在此设备上" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "在此裝置上" - } - } - } - }, - "Widgets.Library.RecentlyOpened.Name" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "تم فتحه مؤخرًا" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Нядаўна адкрытыя" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Zuletzt geöffnet" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Recently opened" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Abierto recientemente" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently opened" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Viimeksi avatut" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Récemment ouvert" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Baru saja dibuka" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Aperti di recente" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "最近開かれた" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently opened" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Nylig åpnet" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Onlangs geopend" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently opened" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Niedawno otwarte" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Aberto recentemente" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Recently opened" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Недавно открытые" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Yakın zamanda açıldı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Нещодавно відкриті" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Được mở gần đây" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "最近打开的文档" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "最近開啟" - } - } - } - }, - "Widgets.Source.Library" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "النظام" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Сістэма" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "System" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistema" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Système" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistem" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistema" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "標準" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "시스템" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Systeem" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Systemowy" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistema" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "System" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Системный" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sistem" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Система" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Theo hệ thống" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "跟随系统" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "跟隨系統" - } - } - } - }, - "Widgets.Source.Objects" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "كائناتك" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Вашы аб'екты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Deine Objekte" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your objects" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "tus objetos" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Vos objets" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Objekmu" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "I tuoi oggetti" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "作成したオブジェクト" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Dine objekter" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Jouw objecten" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Seus objetos" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваши объекты" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Nesneleriniz" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your objects" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您的对象" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "你的物件" - } - } - } - }, - "Widgets.Source.Suggested" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مقترح" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Vorgeschlagen" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Suggested" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Sugerencia" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Disarankan" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggerito" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "提案" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Voorgesteld" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Предложения" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Önerilen" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "建议" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "Suggested" - } - } - } - }, - "Widgets.SourceSearch" : { - "comment" : "MARK: - Widgets", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "مصدر الأداة" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Крыніца віджэта" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget-Quelle" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Widget source" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Origen del widget" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget source" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vempainlähde" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Source du widget" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Sumber widget" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Fonte del widget" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "ウィジェットのソース" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget source" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget-kilde" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget bron" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget source" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Źródło widżetu" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Fonte do widget" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget source" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Источник виджета" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget kaynağı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Джерело віджета" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Widget source" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "小部件来源" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "小工具來源" - } - } - } - }, - "Widgets.System.DeleteAlert.message" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "We’ve redesigned how widgets work, and this widget is no longer supported. Once deleted, this widget cannot be restored." - } - } - } - }, - "Widgets.System.DeleteAlert.title" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "This Widget Cannot Be Restored" - } - } - } - }, - "Yellow" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أصفر" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Жоўты" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelb" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yellow" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Amarillo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Keltainen" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Jaune" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kuning" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Giallo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "黄色" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "노란색" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gul" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Geel" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Żółty" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Amarelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Жёлтый" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sarı" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Жовтий" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Vàng" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "姜黄色" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "黃色" - } - } - } - }, - "Yellow background" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow background" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Жоўты фон" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gelber Hintergrund" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yellow background" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Fondo amarillo" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow background" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Keltainen tausta" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Fond jaune" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Latar belakang kuning" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Sfondo giallo" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "黄色の背景" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow background" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Gul bakgrunn" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gele achtergrond" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ହଳଦିଆ ପୃଷ୍ଠଭୂମି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Żółte tło" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Plano de fundo amarelo" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow background" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Жёлтый фон" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Sarı arkaplan" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Жовте тло" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yellow background" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "拿坡里黄背景" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "黃色背景" - } - } - } - }, - "Yesterday" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "أمس" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Учора" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Gestern" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Yesterday" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Ayer" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Yesterday" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Yesterday" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Hier" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Kemarin" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Ieri" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "昨日" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "어제" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "I går" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Gisteren" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "ଗତକାଲି" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Wczoraj" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Ontem" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Yesterday" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Вчера" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Dün" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Вчора" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Hôm qua" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "昨天" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "昨天" - } - } - } - }, - "You joined" : { - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "You joined %@" - } - } - } - }, - "Your current status" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "حالتك الحالية:" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш бягучы статус:" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Dein aktueller Status:" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Your current status:" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "Tu estado actual:" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "Your current status:" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "Your current status:" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "Votre statut actuel :" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "Statusmu saat ini:" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "Il tuo stato attuale:" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "加入状況:" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "Your current status:" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "Din nåværende status:" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "Je huidige status:" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "Your current status:" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "Twój obecny status:" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "Seu status atual:" - } - }, - "pt-PT" : { - "stringUnit" : { - "state" : "new", - "value" : "Your current status:" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "Ваш текущий статус:" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "Mevcut durumunuz:" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "Your current status:" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "Trạng thái hiện tại của bạn:" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "您目前的状态:" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "您當前的狀態:" - } - } - } - } - }, - "version" : "1.0" -} \ No newline at end of file diff --git a/Modules/Loc/Sources/Loc/Resources/Test1.xcstrings b/Modules/Loc/Sources/Loc/Resources/Test1.xcstrings deleted file mode 100644 index fdb43f91e5..0000000000 --- a/Modules/Loc/Sources/Loc/Resources/Test1.xcstrings +++ /dev/null @@ -1,155 +0,0 @@ -{ - "sourceLanguage" : "en", - "strings" : { - "Test1Key" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Test1" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "test1" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "pt" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "deneme1" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "test1" - } - } - } - } - }, - "version" : "1.0" -} \ No newline at end of file diff --git a/Modules/Loc/Sources/Loc/Resources/Test2.xcstrings b/Modules/Loc/Sources/Loc/Resources/Test2.xcstrings deleted file mode 100644 index 4fbf8df9fe..0000000000 --- a/Modules/Loc/Sources/Loc/Resources/Test2.xcstrings +++ /dev/null @@ -1,155 +0,0 @@ -{ - "sourceLanguage" : "en", - "strings" : { - "Test2Key" : { - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "be" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "de" : { - "stringUnit" : { - "state" : "new", - "value" : "Test2" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "test2" - } - }, - "es" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "fa" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "fi" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "fr" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "id" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "it" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "ja" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "ko" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "nb" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "nl" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "or" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "pl" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "pt" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "ru" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "tr" : { - "stringUnit" : { - "state" : "new", - "value" : "deneme2" - } - }, - "uk" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "vi" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - }, - "zh-Hant" : { - "stringUnit" : { - "state" : "new", - "value" : "test2" - } - } - } - } - }, - "version" : "1.0" -} \ No newline at end of file diff --git a/Modules/Loc/Sources/Loc/Resources/UI.xcstrings b/Modules/Loc/Sources/Loc/Resources/UI.xcstrings new file mode 100644 index 0000000000..c4b7899332 --- /dev/null +++ b/Modules/Loc/Sources/Loc/Resources/UI.xcstrings @@ -0,0 +1,104300 @@ +{ + "sourceLanguage": "en", + "strings": { + "About": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حول" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пра праграму" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Info" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "About" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Información" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "About" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "About" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "À propos" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tentang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informazioni " + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このアプリについて" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "정보" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Om" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Over" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଷୟରେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "O aplikacji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sobre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "About" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "О нас" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hakkında" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Про застосунок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thông tin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "关于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "關於" + } + } + } + }, + "About.analyticsId": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ідэнтыфікатар аналітыкі: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Analytics-ID: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Analytics ID: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "ID de análisis: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "ID analytique : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "ID analitik: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "ID Analytics: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アナリティクスID:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Analyse ID: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Identyfikator analizy: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "ID do Analytics: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "ID аналитики: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Analytics kimliği: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ідентифікатор аналітики: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Analytics ID: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分析 ID: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分析 ID:%@" + } + } + } + }, + "About.AnytypeCommunity": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مجتمع Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Супольнасць Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype Gemeinschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype Community" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Comunidad de Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype Community" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype Community" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Communauté Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Komunitas Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Community di Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeコミュニティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype 커뮤니티" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytype Community" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype Community" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Anytype Community" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Społeczność Anytype" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Comunidade Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Anytype Community" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сообщество Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype Topluluğu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Спільнота Anytype " + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cộng đồng Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype 社区" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype 社區" + } + } + } + }, + "About.anytypeId": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype ID: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "ID de Anytype: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "ID Anytype : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "ID Anytype: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "ID Anytype: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytype ID:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "ID Anytype: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype kimliği: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype ID: %@" + } + } + } + }, + "About.AppVersion": { + "comment": "MARK: - About", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Версія праграмы: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "App-Version: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "App version: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión de la aplicación: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version de l'application : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Versi aplikasi: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Versione applicazione: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アプリバージョン:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "App versie: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wersja aplikacji: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Versão do aplicativo: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "App version: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Версия приложения: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uygulama sürümü: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Версія застосунку: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Phiên bản ứng dụng: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "App 版本: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "應用程式版本:%@" + } + } + } + }, + "About.BuildNumber": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нумар зборкі: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Build Nummer: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Build number: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Número de compilación: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Numéro de version : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nomor Pembuatan: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Numero di build: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビルド番号:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Build nummer: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Numer kompilacji: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Número de compilação: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Номер сборки: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yapı numarası: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Номер збірки: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Build number: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "构建版本: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建置版本:%@" + } + } + } + }, + "About.ContactUs": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Contact Us" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звяжыцеся з намі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kontaktieren Sie uns" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Contact Us" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Contacto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Contact Us" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Contact Us" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Contactez-nous" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hubungi Kami" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Contattaci" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "お問い合わせ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "문의하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kontakt oss" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Contacteer ons" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Contact Us" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skontaktuj się z nami" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fale conosco" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Contact Us" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связаться с нами" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bize Ulaşın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зв’яжіться з нами" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên hệ với chúng tôi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "联系我们" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "聯繫我們" + } + } + } + }, + "About.Device": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прылада: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gerät: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Device: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Dispositivo: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appareil : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Perangkat: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dispositivo: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デバイス:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Apparaat: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Urządzenie: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Dispositivo: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Устройство: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Cihaz: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пристрій: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Device: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设备: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "裝置:%@\n" + } + } + } + }, + "About.deviceId": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ідэнтыфікатар прылады: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Geräte-ID: %@\n" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Device ID: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "ID del dispositivo: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "ID de l'appareil : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "ID perangkat: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "ID Dispositivo: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デバイス ID:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Apparaat ID: %@\n" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Identyfikator urządzenia: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "ID do dispositivo: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "ID устройства: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Cihaz kimliği: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ідентифікатор пристрою: %@\n" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Device ID: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设备 ID: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "裝置 ID:%@\n" + } + } + } + }, + "About.HelpCommunity": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Help & Community" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дапамога і супольнасць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hilfe & Gemeinschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Help & Community" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ayuda y comunidad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Help & Community" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tuki & Yhteisö" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aide & Communauté" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bantuan & Komunitas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aiuto & Community" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ヘルプとコミュニティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "도움말 및 커뮤니티" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hjelp & fellesskap" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Help & Community" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Help & Community" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pomoc i społeczność" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ajuda & Comunidade" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Help & Community" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Помощь и сообщество" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yardım & Topluluk" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Допомога і спільнота" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trợ giúp & Cộng đồng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "帮助 & 社区" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "幫助 & 社區" + } + } + } + }, + "About.HelpTutorials": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Help & Tutorials" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Даведка і туторіалы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hilfe & Anleitungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Help & Tutorials" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ayuda y tutoriales" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Help & Tutorials" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Help & Tutorials" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aide & Tutoriels" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bantuan dan Tutorial" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aiuto & Tutorials" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ヘルプとチュートリアル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "도움말 및 튜토리얼" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hjelp & veiledere" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Hulp & Handleidingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Help & Tutorials" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pomoc i samouczki" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ajuda e Tutoriais" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Help & Tutorials" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Справка и руководства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yardım ve Öğreticiler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Довідка і посібники" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trợ giúp & Hướng dẫn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "帮助 & 教程" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "幫助與教學" + } + } + } + }, + "About.Legal": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قانوني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Юрыдычная інфармацыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Impressum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Legal" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Legal" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Legal" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Legal" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mentions légales" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Legal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Info legali" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "規約" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "법률" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Juridisk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Juridisch" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Legal" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Legalny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Informações Legais" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Legal" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Правовая информация" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yasal" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Правова інформація" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Pháp lý" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "法律" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "法律資訊" + } + } + } + }, + "About.Library": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Версія бібліятэкі: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bibliotheksversion: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Library version: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión de la biblioteca: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version de la bibliothèque : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Versi Pustaka: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Versione della libraria: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ライブラリバージョン:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bibliotheek versie: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wersja biblioteki: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Versão da biblioteca: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Версия библиотеки: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kütüphane sürümü: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Версія бібліотеки: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Library version: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "库版本: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "資料庫版本:%@" + } + } + } + }, + "About.Mail.Body": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "\n\nТэхнічная інфармацыя\n%@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnische Informationen\n%@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "\n\nTechnical information\n%@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "\n\nInformación técnica\n%@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "\n\nInformations techniques\n%@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "\n\nInformasi Tekhnik\n%@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "\n\nInformazioni tecniche\n%@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "\n\n技術情報\n%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnische informatie\n%@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "\n\nInformacje techniczne\n%@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "\n\nInformação técnica\n%@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "\n\nТехническая информация\n%@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "\n\nTeknik bilgi\n%@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "\n\nТехнічна інформація\n%@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "\n\nTechnical information\n%@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "\n\n技术信息\n%@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "\n\n技術資訊\n%@" + } + } + } + }, + "About.Mail.Subject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запыт на падтрымку, ідэнтыфікатар сховішча %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Supportanfrage, Konto-ID %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Support request, Vault ID %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solicitud de ayuda, ID de arca %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demande d'assistance, ID du coffre %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaan dukungan, ID Brankas %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiesta di supporto, ID Cassaforte %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "サポートへのお問い合わせ、保管庫 ID %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ondersteuningsverzoek, kluis ID %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zgłoszenie o pomoc, identyfikator sejfu %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pedido de suporte, ID do cofre %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Запрос на поддержку, ID хранилища %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Destek talebi, Kasa Kimliği %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Support request, Vault ID %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "支持请求,库 ID %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請求支援,筆記庫 ID %@" + } + } + } + }, + "About.OSVersion": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Версія АС: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Betriebssystem-Version: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "OS version: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión del SO: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version de l'OS : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Versi Sistem Operasi: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Versione OS: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "OSバージョン:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "OS versie: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wersja systemu operacyjnego: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Versão do SO: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Версия ОС: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İşletim sistemi sürümü: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Версія ОС: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "OS version: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "操作系统版本: %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "作業系統版本:%@" + } + } + } + }, + "About.PrivacyPolicy": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "سياسة الخصوصية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Палітыка прыватнасці" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datenschutzerklärung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Privacy Policy" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Política de privacidad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Privacy Policy" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Privacy Policy" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Politique de confidentialité" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kebijakan Privasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informativa sulla Privacy" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プライバシーポリシー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "개인정보 보호정책" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Personvernerklæring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Privacybeleid" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Privacy Policy" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Polityka prywatności" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Política de Privacidade" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Privacy Policy" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Политика конфиденциальности" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gizlilik Politikası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Політика конфіденційності" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chính sách bảo mật" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "隐私策略" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "隱私政策" + } + } + } + }, + "About.TechInfo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Tech Info" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тэхнічная інфармацыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Technische Info" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tech Info" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Información técnica" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tech Info" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tech Info" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Informations techniques" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Info Tekhnologi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informazioni tecniche" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "技術情報" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기술 정보" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Teknisk informasjon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Technische informatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Tech Info" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Informacje techniczne" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Informação técnica" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tech Info" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Техническая информация" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Teknik Bilgi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Технічна інформація" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tech Info" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "技术信息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "技術資訊" + } + } + } + }, + "About.TermsOfUse": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "شروط الاستخدام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Умовы выкарыстання" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nutzungsbedingungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Terms of Use" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Términos de uso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Terms of Use" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Terms of Use" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Conditions d'utilisation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ketentuan Penggunaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Termini d'Uso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "利用規約" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이용 약관" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Brukervilkår" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gebruikersvoorwaarden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Terms of Use" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Warunki korzystania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Termos de uso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Terms of Use" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Условия использования" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kullanım Koşulları" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Умови використання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Điều khoản sử dụng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "使用条款" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "使用條款" + } + } + } + }, + "About.WhatsNew": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "What’s New" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Што новага" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Was ist neu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "What’s New" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Novedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "What’s New" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mitä uutta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Les nouveautés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apa yang baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Novità" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新情報" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "What’s New" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hva er nytt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wat is er nieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "What’s New" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Co Nowego" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O que á de novo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "What’s New" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Что нового" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Neler Yeni?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Що нового" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Có gì mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "最新消息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "最新消息" + } + } + } + }, + "Access": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المفتاح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüssel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Avain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nøkkel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Herstelsleutel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚାବି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Klucz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chave" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chave" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kurtarma anahtarı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "密鑰" + } + } + } + }, + "Access to key from keychain": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Доступ да ключа з звязкі ключоў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zugriff auf Schlüssel vom Schlüsselbund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Access to key from keychain" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Acceso a la clave desde el llavero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Accéder à la clé depuis le trousseau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Akses ke kunci dari keychain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Accesso alla Chiave dal portachiavi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キーチェーンに保管された鍵を取得するために使用されます" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toegang tot sleutel vanuit sleutelhanger" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୀଚେନ୍ ରୁ କୀ କୁ ଆକସେସ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dostęp do klucza z pęku kluczy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Acesso à chave do chaveiro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Восстановить из менеджера паролей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Keychain'den anahtara erişim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Access to key from keychain" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从钥匙串访问密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從鑰匙圈存取密鑰" + } + } + } + }, + "Action-focused layout with a checkbox": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تخطيط يركز على الإجراءات مع مربع اختيار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Макет, арыентаваны на дзеянні, з птушкай" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktionsfokussiertes Layout mit Checkbox" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Action-focused layout with a checkbox" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Diseño con casillas para verificar acciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Action-focused layout with a checkbox" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Action-focused layout with a checkbox" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mise en page axée sur l'action avec une case à cocher" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tata letak berfokus pada aksi dengan sebuah centang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Layout focalizzato sull'azione con casella di controllo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チェックボックス付きでタスク管理" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Action-focused layout with a checkbox" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Handlingsfokusert oppsett med avkrysningsboks" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Actiegerichte lay-out met een checkbox" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Action-focused layout with a checkbox" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Układ skoncentrowany na akcji z polem wyboru" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Layout focado em ações com uma caixa de seleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Layout focado em ações com um checkbox" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Действующий макет с галочкой" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onay kutusu ile eylem odaklı düzen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Макет, орієнтований на дію, з прапорцем" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Action-focused layout with a checkbox" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "带复选框的操作重点布局" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "具有核取方塊的操作重點版型" + } + } + } + }, + "Actions": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإجراءات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дзеянні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktionen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Actions" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Acciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Actions" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Actions" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Actions" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tindakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Azioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アクション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "액션" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Handlinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Acties" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କାର୍ଯ୍ୟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Akcje" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ações" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ações" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Действия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eylemler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дії" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Các thao tác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "操作" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "操作" + } + } + } + }, + "Actions.CreateWidget.Success": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New widget was created" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы віджэт быў створаны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neues Widget wurde erstellt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New widget was created" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El widget se ha creado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New widget was created" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New widget was created" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Un nouveau widget a été créé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gawai baru telah dibuat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È stato creato un nuovo widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットが作成されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "새로운 위젯이 생성되었습니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ny widget ble opprettet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe widget is gemaakt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୂତନ ୱିଜେଟ୍ ସୃଷ୍ଟି କରାଗଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy widżet został utworzony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Um novo widget foi criado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New widget was created" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создан новый виджет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni widget oluşturuldu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New widget was created" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New widget was created" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新小部件已创建" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新的小工具已建立" + } + } + } + }, + "Actions.CreateWidget.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلى الأدوات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Да віджэтаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zu Widgets" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "To widgets" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "A widgets" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "To widgets" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "To widgets" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vers les widgets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ke widget" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ai widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェット作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "위젯으로 보내기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Til widgets" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naar widgets" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୱିଜେଟ୍ ପାଇଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Do widżetów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "To widgets" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "В виджеты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget'lara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "To widgets" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "To widgets" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "至小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設置到小工具" + } + } + } + }, + "Actions.LinkItself": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط إلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спасылка на" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link zu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Link to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conectar a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien vers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautkan ke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collega a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Koble til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Link naar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Łącze do" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vincular a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связать с" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şuna bağla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зв'язати з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết đến" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結到" + } + } + } + }, + "Actions.MakeAsTemplate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء قالب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Make template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hacer plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Make template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Make template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレート作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "템플릿으로 만들기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lag mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak sjabloon" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ପ୍ରସ୍ତୁତ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fazer modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Make template" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створити шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Biến thành mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "制作模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "製作成範本" + } + } + } + }, + "Actions.TemplateMakeDefault": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعيين كافتراضي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зрабіць прадвызначаным" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Standard festlegen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Make default" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Establecer por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Make default" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Make default" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Définir par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat sebagai bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rendi predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトにする" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기본값으로 설정" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Angi som standard" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak standaard" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡିଫଲ୍ଟ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ustaw jako domyślne" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tornar padrão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Make default" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Установить по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılan yap" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Make default" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đặt làm mặc định" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设为默认" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設為預設" + } + } + } + }, + "Add": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଯୋଡନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加" + } + } + } + }, + "Add a description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beschreibung hinzufügen..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add a description..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir una descripción…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajoutez une description..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan deskripsi …" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi una descrizione..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "説明を追加…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg een beschrijving toe..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Açıklama ekle..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加描述..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Add a description..." + } + } + } + }, + "Add below": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة أدناه" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць ніжэй" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unten hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add below" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir debajo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add below" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää alapuolelle" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter en dessous" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah di bawah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi sotto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "下に追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add below" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til under" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Hieronder toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add below" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj poniżej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar abaixo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add below" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить ниже" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Aşağıya ekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати знизу" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm ở phía dưới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在下面添加" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在下方添加" + } + } + } + }, + "Add email": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add email" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць эл. пошту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää sähköposti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter un email" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan surel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이메일 추가" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til e-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg e-mailadres toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଇମେଲ୍ ଯୋଡନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj adres e-mail" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar e-mail" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить электронную почту" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-posta ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати ел. пошту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加电子邮件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增 email" + } + } + } + }, + "Add link": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة رابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää linkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter un lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi link" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "링크 추가" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg link toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ ଯୋଡ଼ନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj odnośnik" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додайте посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加連結" + } + } + } + }, + "Add phone": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add phone" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць нумар тэлефону" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Telefon hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add phone" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir teléfono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add phone" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää puhelin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter un téléphone" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan telepon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi telefono" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "電話番号を追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "전화번호 추가" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til telefon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg telefoonnummer toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add phone" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj telefon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar telefone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add phone" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить номер телефона" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefon ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додайте номер телефону" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm số điện thoại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加电话号" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增電話號碼" + } + } + } + }, + "Add property": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة خاصية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць уласцівасць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaft hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add property" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir propiedad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan properti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg eigenschap toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить свойство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellik ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Add property" + } + } + } + }, + "Add To Favorite": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add To Favorite" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць У Абранае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zu den Favoriten hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add To Pinned" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir a Favoritos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add To Favorite" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add To Favorite" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter aux favoris" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah ke Favorit" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi ai Preferiti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "お気に入りに追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add To Favorite" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til i favoritter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toevoegen aan Favorieten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରିୟକୁ ଯୋଡନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj do ulubionych" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar aos Favoritos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Adicionar aos Favoritos" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить в избранное" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Favoriye ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати до Обраних" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm vào mục Ưa thích" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加入收藏夹" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加到我的最愛" + } + } + } + }, + "Alert.CameraPermissions.GoToSettings": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Anytype патрэбен доступ да камеры, каб сканіраваць QR-коды.\n\nКалі ласка, зайдзіце ў Налады вашай прылады -> Anytype і ўсталюеце для камеры значэнне ON." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Anytype necesita acceder a la cámara para escanear códigos QR.\n\nVe a los ajustes de tu dispositivo -> Anytype y activa los permisos de cámara." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Anytype a besoin d'accéder à votre caméra pour scanner les QR codes.\n\nAllez dans les paramètres de votre appareil -> Confidentialité -> Caméra et donnez accès à Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anytype perlu mengakses kameramu untuk memindai kode QR.\n\nSilakan menuju Setelan -> Privasi -> Kamera dan atur Anytype menjadi ON" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "AnytypeでQRコードをスキャンするには、カメラへのアクセス許可が必要です。\n\nデバイスの「設定」->「Anytype」を開き、「カメラ」をオンにしてください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Anytype and set Camera to ON" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype heeft toegang nodig tot je camera om QR-codes te scannen.\n\nGa naar de instellingen van je apparaat -> Privacy -> Camera en zet Anytype naar AAN" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "QR କୋଡ୍ ସ୍କାନ୍ କରିବା ପାଇଁ ଏନିଟାଇପ ଆପଣଙ୍କ କ୍ୟାମେରାକୁ ପ୍ରବେଶ ଆବଶ୍ୟକ କରେ | \n\n ଦୟାକରି, ଆପଣଙ୍କର ଡିଭାଇସର ସେଟିଂସମୂହ ->ଏନିଟାଇପ ଯାଆନ୍ତୁ ଏବଂ କ୍ୟାମେରା ଅନ୍ ସେଟ୍ କରନ୍ତୁ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Anytype precisa de acesso à sua câmera para escanear códigos QR.\n\n Por favor, acesse Configurações do Dispositivo -> Anytype e ative o uso da Câmera." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Anytype нуждается в доступе к камере для сканирования QR-кодов.\n\nПожалуйста, перейдите в Настройки -> Конфиденциальность -> Камера и установите ползунок Anytype в режим ВКЛ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Karekodu taramak için Anytype'ın kameranıza erişmesi gerekir.\n\nLütfen cihazınızın Ayarlar -> Gizlilik -> Kamera bölümüne gidin ve Anytype'a kamera izni verin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Для сканування QR-коду потрібен доступ до вашої камери.\n\nБудь ласка, перейдіть в налаштування вашого пристрою -> Конфіденційність -> Камера і виберіть Anyrype для включення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Anytype needs access to your camera to scan QR codes.\n\nPlease, go to your device's Settings -> Privacy -> Camera and set Anytype to ON" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype 需要访问您的相机才能扫描二维码。\n\n请转到您设备的设置 -> 隐私 -> 将 Anytype 相机设置为开。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype 需要存取您的相機才能掃描 QR code。\n\n請前往您裝置的設定 -> Anytype 並將相機設置為開啟" + } + } + } + }, + "Alert.CameraPermissions.Settings": { + "comment": "MARK: - Alerts", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإعدادات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Налады" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einstellungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Settings" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ajustes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Paramètres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Setelan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Impostazioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Innstillinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Instellingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସେଟିଂସମୂହ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ustawienia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Configurações" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Configurações" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Настройки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayarlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Налаштування" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài đặt" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设置" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設置" + } + } + } + }, + "Align center": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Align center" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выраўнаваць па сярэдзіне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zentral ausrichten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Align center" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Alinear al centro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Align center" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Align center" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aligner au centre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Rata tengah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allinea al centro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "中央揃え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "가운데 맞춤" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Midtstill" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Centreer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କେନ୍ଦ୍ର ଆଲାଇନ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyrównaj do środka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alinhar ao centro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Align center" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выровнять по центру" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ortaya hizala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вирівняти посередині" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Căn giữa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "居中对齐" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "置中" + } + } + } + }, + "Align justify": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Align justify" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выраўноўванне па шырыні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Blocksatz" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Align justify" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Justificado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Align justify" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Align justify" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Justifier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Rata kanan-kiri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Giustifica testo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "両端揃え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "양쪽 맞춤" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Juster" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Uitvullen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Align justify" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyjustuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aprovar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Align justify" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выравнивание по ширине" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geniş hizala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Align justify" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Căn đều" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "两端对齐" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分散對齊" + } + } + } + }, + "Align left": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Align left" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выраўнаваць па левым краі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Links ausrichten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Align left" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Alinear a la izquierda" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Align left" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Align left" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aligner à gauche" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Rata kiri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allinea a sinistra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "左揃え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "왼쪽 맞춤" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Venstrejuster" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lijn links uit" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବାମକୁ ଆଲାଇନ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyrównaj do lewej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alinhar à esquerda" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Alinhar à esquerda" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выровнять по левому краю" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sola hizala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вирівняти по лівому краю" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Căn trái" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "左对齐" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "靠左" + } + } + } + }, + "Align right": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Align right" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выраўнаваць па правым краі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Rechts ausrichten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Align right" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Alinear a la derecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Align right" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Align right" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aligner à droite" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Rata kanan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allinea a destra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "右揃え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오른쪽 맞춤" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Høyrejuster" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lijn rechts uit" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡାହାଣକୁ ଆଲାଇନ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyrównaj do prawej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alinhar à direita" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Alinhar à Direita" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выровнять по правому краю" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sağa hizala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вирівняти по правому краю" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Căn phải" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "右对齐" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "靠右" + } + } + } + }, + "Alignment": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المحاذاة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выраўноўванне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ausrichtung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Alignment" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Alineación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Alignment" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Alignment" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Alignement" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Perataan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allineamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "配置" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "정렬" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Justering" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Uitlijning" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶ୍ରେଣୀବଦ୍ଧତା " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Położenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alinhamento" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Alinhamento" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выравнивание" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hizalama" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вирівнювання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Căn lề" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "排列" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "對齊" + } + } + } + }, + "All": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الكل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усе" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "All" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Todo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tout" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Semua" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tutto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべて" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Alle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alles" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମସ୍ତ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wszystkie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Todos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Все" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hepsi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Все" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tất cả" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "所有" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "全部" + } + } + } + }, + "All objects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جميع الكائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усе аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle Objekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "All Objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Todos los objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tous les objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Semua Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tutti gli Oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべてのオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "모든 객체" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alle objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମସ୍ତ ବସ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Todos os Objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Все объекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tüm Nesneler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "All Objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "所有对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "所有物件" + } + } + } + }, + "AllObjects.Search.Empty.State.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حاول البحث باستخدام كلمات مفتاحية مختلفة." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паспрабуйце шукаць па розных ключавых словах." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Versuche mit anderen Schlüsselwörtern zu suchen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Try searching with different keywords." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Prueba a buscar otros términos." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Essayez de rechercher avec différents mots-clés." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Coba cari dengan kata kunci yang lain." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Prova a cercare con parole chiave diverse." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "別のキーワードで検索してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Probeer te zoeken met andere trefwoorden." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Попробуйте искать по другим ключевым словам." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Farklı anahtar kelimelerle aramayı deneyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "尝试使用不同的关键字搜索" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Try searching with different keywords." + } + } + } + }, + "AllObjects.Search.Empty.State.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لم يتم العثور على نتائج." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вынікаў не знойдзена." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Ergebnisse gefunden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No results found." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se encuentran resultados." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun résultat trouvé." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada hasil yang ditemukan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun risultato trovato." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "該当する結果が見つかりませんでした。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen resultaten gevonden." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Результаты не найдены." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbir sonuç bulunamadı." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未找到结果。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No results found." + } + } + } + }, + "AllObjects.Settings.Sort.Title": { + "comment": "MARK: - All Content", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فرز حسب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сартаваць па" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sortiere nach" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sort by" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ordenar por" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "정렬" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sorter etter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sorteer op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sortuj wg" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ordenar por" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сортировать по" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şuna göre sırala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Sort by" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sắp xếp theo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "排序方式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "排序方式" + } + } + } + }, + "AllObjects.Settings.Unlinked.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الكائنات غير المرتبطة التي لا تحتوي على رابط مباشر أو رابط خلفي مع كائنات أخرى في الرسم البياني." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objetos desconectados que no tienen un enlace a o desde otro objeto del gráfico." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek yang tidak memiliki tautan langsung atau tautan balik ke objek lain di grafik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "グラフビューで、どのオブジェクトともリンクやバックリンクなどの繋がりのないオブジェクトです。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet-gekoppelde objecten die geen directe koppeling of terugkoppeling hebben met andere objecten binnen de weergave." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Grafikteki diğer nesnelerle doğrudan bağlantısı veya geri bağlantısı olmayan bağlantısız nesneler." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在关联图中没有直连或反链的对象。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unlinked objects that do not have a direct link or backlink with other objects in the graph." + } + } + } + }, + "AllObjects.Settings.Unlinked.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غير المرتبطة فقط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nur unverlinkte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Only unlinked" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solo desconectados" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hanya objek yang tidak tertaut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Solo non collegati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクのない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alleen niet-gekoppeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sadece bağlantısız" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "仅未链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Only unlinked" + } + } + } + }, + "AllObjects.Settings.ViewBin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض سلة المهملات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Papierkorb ansehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View Bin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ver papelera" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Voir la corbeille" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lihat Bak Sampah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ごみ箱を表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bekijk prullenbak" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri Dönüşüm Kutusunu Görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查看回收站" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "View Bin" + } + } + } + }, + "AllObjects.Sort.Date.Asc": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الأقدم أولاً" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Älteste zuerst" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Oldest first" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Antiguos primero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terlama dahulu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "古い順" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Oudste eerst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önce en eski" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从旧到新" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Oldest first" + } + } + } + }, + "AllObjects.Sort.Date.Desc": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الأحدث أولاً" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neueste zuerst" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Newest first" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recientes primero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terbaru dahulu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しい順" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwste eerst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önce en yeni" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从新到旧" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Newest first" + } + } + } + }, + "AllObjects.Sort.DateCreated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تاريخ الإنشاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstellungsdatum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Date created" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fecha de creación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tanggal dibuat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作成日時順" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Datum gemaakt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Oluşturulma tarihi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Date created" + } + } + } + }, + "AllObjects.Sort.DateUpdated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تاريخ التحديث" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktualisierungsdatum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Date updated" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fecha de modificación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tanggal diperbarui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新日付順" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Datum bijgewerkt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дата изменения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Güncellenme tarihi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更新日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Date updated" + } + } + } + }, + "AllObjects.Sort.Name.Asc": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أ ← ي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "А → Я" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "A → Z" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "A → Å" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "А → Я" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "A → Z" + } + } + } + }, + "AllObjects.Sort.Name.Desc": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ي ← أ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Я → А" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Z → A" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Å → A" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Я → А" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Z → A" + } + } + } + }, + "Amber": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كهرماني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бурштынавы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelb" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Amber" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ámbar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Amber" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Meripihka" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ambre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jingga" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ambra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "橙色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "주황색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Amber" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Amber" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅମ୍ବର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bursztynowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Âmbar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Amber" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Янтарный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Koyu sarı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Бурштиновий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hổ phách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "琥珀色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "琥珀色" + } + } + } + }, + "Amber background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Amber background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бурштынавы фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bernstein Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Amber background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo ámbar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Amber background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Amber background" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond ambre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang jingga" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo ambra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "橙色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "주황색 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Amber bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Amber achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅମ୍ବର ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bursztynowe tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo Âmbar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo âmbar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Янтарный фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Koyu sarı arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Бурштинове тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Amber background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "琥珀色背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "琥珀色背景" + } + } + } + }, + "Anytype Library": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مكتبة Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бібліятэка Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype-Bibliothek" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype Library" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Biblioteca de Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype Library" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype Kirjasto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bibliothèque Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pustaka Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Libreria di Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeライブラリ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype 라이브러리" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytype bibliotek" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype bibliotheek" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏନିଟାଇପ ଲାଇବ୍ରେରୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Biblioteka Anytype" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Biblioteca Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Biblioteca Anytype" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Библиотека Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype Kitaplığı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Бібліотека Anytype" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thư viện Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype 文库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype 資料庫" + } + } + } + }, + "Anytype Network": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "شبكة Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сетка Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype-Netzwerk" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype Network" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Red de Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réseau Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jaringan Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rete Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytypenettverk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype netwerk" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Rede Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сеть Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype Ağı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Anytype Network" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mạng Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype 网络" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype 網絡" + } + } + } + }, + "Appearance": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المظهر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Знешні выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aussehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Appearance" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aspecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Appearance" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Appearance" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Apparence" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aspetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "外観" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "모양" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Utseende" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଦେଖାଯିବା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wygląd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aparência" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Appearance" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Внешний вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görünüm" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Оформлення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Diện mạo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "外观" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "外觀" + } + } + } + }, + "Application": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Application" + } + } + } + }, + "Application icon": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Application icon" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Значок праграмы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "App-Symbol" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Application icon" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Icono de aplicación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Application icon" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Application icon" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Icône de l'application" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ikon aplikasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Icona dell'applicazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アプリアイコン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "앱 아이콘" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Appikon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "App pictogram" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆପ୍ଲିକେସନ ଆଇକନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ikona aplikacji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ícone do aplicativo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Application icon" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Значок приложения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uygulama simgesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Іконка застосунку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Biểu tượng ứng dụng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "应用程序图标" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "應用程式圖示" + } + } + } + }, + "Apply": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تطبيق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anwenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Apply" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aplicar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appliquer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terapkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Applica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "適用" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toepassen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆବେଦନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aplicar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Применить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uygula" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "应用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Apply" + } + } + } + }, + "Are you sure you want to delete": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ці вы сапраўды хочаце выдаліць %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg аб'екты" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg аб'ектаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg аб'ект" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg аб'ектаў" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Möchtest du wirklich %#@object@ löschen?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg Objekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Objekte" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure you want to delete %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg objects" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro que quieres borrar %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objetos" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr de vouloir supprimer %#@object@ ?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objet" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objets" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah kamu yakin ingin menghapus %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objek" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro di voler eliminare %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg oggetto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg oggetti" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当に%#@object@を削除してもよろしいですか?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%argつのオブジェクト" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%#@object@ 을(를) 삭제하시겠습니까?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 객체" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker på at du vil slette %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je zeker dat je %#@object@ wilt verwijderen?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objecten" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czy na pewno chcesz usunąć %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg obiekty" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg obiektów" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg obiekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg obiektów" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tem certeza que deseja excluir %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objetos" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tem a certeza que pretende eliminar %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objetos" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены, что хотите удалить %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg объекта" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg объектов" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg объект" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "объекты: %arg" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": " %#@object@ nesnesini silmek istediğinizden emin misiniz?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg nesne" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg nesne" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви дійсно бажаєте видалити %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg об'єкти" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg об'єктів" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg об'єкт" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg об'єктів" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete %#@object@?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您确定要删除 %#@object@ 吗?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 个对象" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定要刪除 %#@object@ 嗎?" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 對象" + } + } + } + } + } + } + } + } + }, + "AreYouSure": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هل أنت متأكد؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўпэўнены?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sind Sie sicher?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah kamu yakin?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro/a?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当によろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je het zeker?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jesteś pewny?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви впевнені?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn chắc chưa?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是否确定?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定嗎?" + } + } + } + }, + "Attach Object": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Attach Object" + } + } + } + }, + "Attachment": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Anhang" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Anhänge" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Attachments" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "adjunto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Adjuntos" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Pièce jointe" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Pièces jointes" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lampiran" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Allegato" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Allegati" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個の添付ファイル" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Ek dosya" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Ek dosya" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Attachments" + } + } + } + } + } + } + }, + "Audio": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Audios" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audio" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個の音声ファイル" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Ses" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Ses" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Audio" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Audios" + } + } + } + } + } + } + }, + "Back": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رجوع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назад" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zurück" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Back" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Atrás" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Back" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Back" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Retour" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kembali" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Indietro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "戻る" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "뒤로가기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tilbake" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Terug" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପଛକୁ ଯାଅନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wstecz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Voltar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Retroceder" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Назад" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Назад" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quay lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "返回" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "返回" + } + } + } + }, + "Back up key": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэзервовы ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüssel sichern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Back up key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Respaldar clave" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sauvegarder la clé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Cadangkan kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Backup della Chiave" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵をバックアップ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Backup sleutel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚାବି ବ୍ୟାକ୍ ଅପ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kopia zapasowa klucza" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Efetuar cópia de segurança da chave" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сделать резервную копию ключа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yedekleme anahtarı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Back up key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "备份密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "備份密鑰" + } + } + } + }, + "Background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خلفية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tausta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Arrière-plan" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nền" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "背景" + } + } + } + }, + "Backlinks count": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d зваротныя спасылкі" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d зваротных спасылак" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d зваротная спасылка" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d зваротных спасылак" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d Backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Backlinks" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d backlinks" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d enlace entrante" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d enlaces entrantes" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Rétrolien %d" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Rétrolien %d" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "[%d] taut balik" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個のバックリンク" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d linków wstecznych" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d linków wstecznych" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d link wsteczny" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d linków wstecznych" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Retrolink %d" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Retrolinks %d" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d обратные ссылки" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d обратных ссылок" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d обратная ссылка" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d обратных ссылок" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d geri bağlantı" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d geri bağlantı" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d backlink" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d backlinks" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 个反向链接" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 個反向連結" + } + } + } + } + } + } + }, + "Basic": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أساسي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Асноўны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einfach" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Basic" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Básico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Basic" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Basic" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Basique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dasar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Base" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "基本" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Basic" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Grunnleggende" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Basis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବେଶିକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podstawowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Básico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Basic" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Базовый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Temel" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Базовий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cơ bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "基本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "默認" + } + } + } + }, + "Bin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "سلة المهملات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сметніца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Papierkorb" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Bin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Papelera" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Bin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Roskakori" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Corbeille" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bak Sampah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cestino" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ゴミ箱" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "휴지통" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Papirkurv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Prullenmand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kosz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lixeira" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Lixo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Корзина" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çöp kutusu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Кошик" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thùng rác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "回收站" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "垃圾桶" + } + } + } + }, + "Black": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Black" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чорны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schwarz" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Black" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Negro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Black" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Musta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Noir" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hitam" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nero" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "黒色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "검은색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Svart" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zwart" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଳା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czarny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Preto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Black" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чёрный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Siyah" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Чорний" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đen" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "黑色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "黑色" + } + } + } + }, + "BlockLink.PreviewSettings.IconSize.Medium": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "متوسط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сярэдні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mittel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Medium" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mediano" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Medium" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Keskikokoinen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Moyen" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sedang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Medio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "중간" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Medium" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gemiddeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମଝି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Średni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Médio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Médio" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Средний" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Orta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Середній" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vừa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "中" + } + } + } + }, + "BlockLink.PreviewSettings.IconSize.None": { + "comment": "MARK: - Block Link", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا شيء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "None" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ninguno" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "None" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei mitään" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuno" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "なし" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "없음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଛି ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhum" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nenhum" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbiri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нічого" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無" + } + } + } + }, + "BlockLink.PreviewSettings.IconSize.Small": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "صغير" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Маленькі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Klein" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Small" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pequeño" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Small" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pieni" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Petit" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kecil" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Piccolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "小" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "작음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Liten" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Klein" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଛୋଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Mały" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pequeno" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pequeno" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Маленький" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Küçük" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Малий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhỏ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "小" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "小" + } + } + } + }, + "BlockLink.PreviewSettings.Layout.Card.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بطاقة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Картка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Karte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Card" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tarjeta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Card" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kortti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Carte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kartu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scheda" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "카드" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kort" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kaart" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କାର୍ଡ଼" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Karta" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cartão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cartão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Карточка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kart" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Картка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "卡片" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "卡片" + } + } + } + }, + "BlockLink.PreviewSettings.Layout.Text.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тэкст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Text" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Teksti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Texte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Teks" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Testo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テキスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "텍스트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲେଖା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текст" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Metin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Текст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Văn bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正文" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "文字" + } + } + } + }, + "BlockText.ContentType.Bulleted.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنصر قائمة نقطية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Элемент маркіраванага спісу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aufzählung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Bulleted list item" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elemento de lista con viñetas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Bulleted list item" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lista kohta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Item de liste à puces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar bertitik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elemento di elenco puntato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "箇条書きリスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "글머리 기호 목록" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Punktliste-element" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lijstitem met opsommingstekens" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବୁଲେଟ୍ ତାଲିକା ଆଇଟମ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wypunktowana lista" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Item da lista com marcadores" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Item da lista com marcadores" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Элемент маркированного списка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Madde işaretli liste öğesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Елемент маркованого списку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục trong danh sách gạch đầu dòng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "项目符号列表项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "符號列表內容" + } + } + } + }, + "BlockText.ContentType.Checkbox.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مربع اختيار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Птушка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Checkbox" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Casilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tarkastuslaatikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Case à cocher" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kotak centang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Casella di scelta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チェックボックス" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "체크박스" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avkrysningsboks" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selectievakje" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚେକବାକ୍ସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pole wyboru" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Caixa de seleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Флажок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onay kutusu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Прапорець" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ô tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复选框" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "核取方塊列表" + } + } + } + }, + "BlockText.ContentType.Description.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة وصف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць апісанне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beschreibung hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add a description" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir una descripción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add a description" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää kuvaus" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter une description" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan deskripsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi una descrizione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "説明を追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "설명 추가" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til en beskrivelse" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg een beschrijving toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏକ ବର୍ଣ୍ଣନା ଯୋଡନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj opis" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar uma descrição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Adicione uma descrição" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить описание" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Açıklama ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати опис" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm mô tả" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加描述" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增描述" + } + } + } + }, + "BlockText.ContentType.Header.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "العنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назва" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Titel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Title" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título 1" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Title" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Otsikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Judul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "見出し1" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "제목" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tittel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Titel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tytuł" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Название" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Назва" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiêu đề" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "大标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "標題" + } + } + } + }, + "BlockText.ContentType.Header2.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنوان رئيسي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загаловак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Überschrift" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Heading" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título 2" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Heading" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Otsikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En tête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tajuk 2" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "見出し2" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "제목" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Overskrift" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Koptekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nagłówek" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cabeçalho" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Заголовок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlık " + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Заголовок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục chính" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "中等标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "標題" + } + } + } + }, + "BlockText.ContentType.Header3.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنوان فرعي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падзагаловак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unterüberschrift" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Subheading" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título 3" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Subheading" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Alaotsikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sous-titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tajuk 3" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sottotitolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "見出し3" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "부제목" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Underoverskrift" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Subkoptekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଉପ ଶୀର୍ଷକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podtytuł" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Subtítulo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Subtítulo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подзаголовок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alt başlık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Підзаголовок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục phụ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "副标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "副標題" + } + } + } + }, + "BlockText.ContentType.Numbered.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنصر قائمة مرقمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Элемент нумараванага спісу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nummerierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Numbered list item" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elemento de lista numerada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Numbered list item" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Numeroitu lista kohta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Item de liste numérotée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar urut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elemento di elenco numerato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "番号付きリスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "번호 매기기 목록" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nummerert liste-element" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Genummerd lijstitem" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନମ୍ବର ତାଲିକା ଆଇଟମ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lista numerowana" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Item da lista numerada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Item da lista numerada" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Элемент маркированного списка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Numaralı liste ögesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Елемент нумерованого списку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục trong danh sách đánh số" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编号列表项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編號列表內容" + } + } + } + }, + "BlockText.ContentType.Quote.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Highlighted text" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Цытуемы тэкст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hervorgehobener Text" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Highlighted text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Texto resaltado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Highlighted text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Korostettu teksti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Texte surligné" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Teks tersorot" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Testo evidenziato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "引用文テキスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "강조된 텍스트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Uthevet tekst" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gemarkeerde tekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହାଇଲାଇଟ୍ ହୋଇଥିବା ଲେଖା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podświetlony tekst" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Texto destacado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Texto destacado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выделенный текст" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Vurgulu metin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Цитований текст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Văn bản nổi bật" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "高亮显示的文本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "螢光文字" + } + } + } + }, + "BlockText.ContentType.Title.Placeholder": { + "comment": "MARK: - Block Text", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بدون عنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbenannt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Untitled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sans titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nirjudul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naamloos" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅନାବର୍ତ୍ତିତ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Без названия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + } + } + }, + "BlockText.ContentType.Toggle.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كتلة تبديل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пераключыць блакіраванне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Block wechseln" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Toggle block" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Bloque desplegable" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Toggle block" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kytkin pala" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bloc dépliable" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Balok bukaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blocco espandibile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "トグルブロック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "블록 토글" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ekspanderbar blokk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open/sluit blok" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟଗଲ ବ୍ଲକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przełącz blok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alternar bloco" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Toggle block" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Переключить блокировку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Blok değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перемкнути блок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Toggle block" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "切换块" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "摺疊區塊" + } + } + } + }, + "Blue": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أزرق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сіні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Blau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Blue" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Azul" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Blue" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sininen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bleu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Biru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blu" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "青色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "파란색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blå" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blauw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୀଳ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Niebieski" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Azul" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Azul" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Синий" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mavi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Синій" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lam" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "靛蓝色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "藍色" + } + } + } + }, + "Blue background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Blue background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сіні фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Blauer Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Blue background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo azul" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Blue background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Blue background" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond bleu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang biru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo blu" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "青色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "파란색 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blå bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blauwe achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୀଳ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Niebieskie tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo azul" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo azul" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Синий фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mavi arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Синє тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Blue background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "星蓝色背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "藍色背景" + } + } + } + }, + "Blurred icon": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Размыты\n значок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unscharfes\n Symbol" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Blurred\n icon" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Icono\n borroso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Icône\n floue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ikon\n buram" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Icona\n sfocata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ぼやけた\n アイコン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vervaagde\n icoon" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଧୁସର ଆଇକନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ícone\n Desfocado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Размытая\n иконка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bulanık\n simge" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "模糊\n 图标" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Blurred\n icon" + } + } + } + }, + "Bookmark": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Lesezeichen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lesezeichen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Bookmarks" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Marcador" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Marcadores" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Markah" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Segnalibro" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のブックマーク" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Yer işareti" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Yer işareti" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bookmarks" + } + } + } + } + } + } + }, + "Bookmarks": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإشارات المرجعية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Закладкі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lesezeichen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Bookmarks" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Marcadores" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Signets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Markah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Segnalibri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブックマーク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "북마크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bladwijzers" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବୁକମାର୍କଗୁଡ଼ିକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Marca página" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закладки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yer işaretleri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bookmarks" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "书签" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "書籤" + } + } + } + }, + "Callout": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ملاحظة بارزة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зноска" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Textbox" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Callout" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Globo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Callout" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Nosto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Encadré" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berbingkai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiamo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コールアウト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "범례" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Utrop" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toelichting" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଲ୍ ଆଉଟ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wezwanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chamada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Callout" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Врезка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Belirteç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Винесення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chú thích" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "标注" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "引用區塊" + } + } + } + }, + "Camera": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kamera" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Camera" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cámara" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Caméra" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamera" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fotocamera" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カメラ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Câmara" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Камера" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kamera" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "相机" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Camera" + } + } + } + }, + "Camera block title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Foto oder Video aufnehmen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Take photo or video" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hacer foto o vídeo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Prendre une photo ou une vidéo" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ambil foto atau video" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Fotoğraf veya video çek" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Take photo or video" + } + } + } + }, + "Cancel": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلغاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abbrechen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Cancel" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cancelar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Cancel" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Peruuta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キャンセル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "취소" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avbryt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Annuleren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବାତିଲ କରନ୍ତୁ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anuluj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cancelar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cancelar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İptal" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Huỷ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消" + } + } + } + }, + "Cancel deletion": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلغاء الحذف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць выдаленне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Löschung abbrechen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Cancel deletion" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cancelar la eliminación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Cancel deletion" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Cancel deletion" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler la suppression" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batalkan penghapusan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla eliminazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除を取り消す" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Cancel deletion" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avbryt sletting" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijdering annuleren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଲୋପ ବାତିଲ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anuluj usuwanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cancelar exclusão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cancel deletion" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отменить удаление" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Silme işlemini iptal et" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати видалення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Huỷ xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消刪除" + } + } + } + }, + "Change cover": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تغيير الغلاف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяніць вокладку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Titelbild ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change cover" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar portada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change cover" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Change cover" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier l'image de couverture" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah sampul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica copertina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カバー画像を変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Change cover" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre omslag" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wijzig omslag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଭର ପରିବର୍ତ୍ତନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmień okładkę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alterar capa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change cover" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить обложку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kapağı değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Змінити обкладинку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đổi ảnh bìa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更换封面" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更改封面" + } + } + } + }, + "Change email": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяніць эл. пошту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail-Adresse ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier l'adresse e-mail" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah surel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cambia e-mail" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスの変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wijzig e-mailadres" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmień adres e-mail" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alterar endereço eletrônico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить email" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-postayı değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Change email" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thay đổi email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更换邮箱" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更改 email" + } + } + } + }, + "Change icon": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تغيير الأيقونة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяніць значок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Symbol ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change icon" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar icono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change icon" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Change icon" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Changer d'icône" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah ikon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cambia icona" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アイコンを変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "아이콘 변경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre ikon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wijzig icoon" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆଇକନ୍ ପରିବର୍ତ୍ତନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmień ikonę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alterar ícone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change icon" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить иконку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Simgeyi değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Змінити іконку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đổi biểu tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更改图标" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更改圖示" + } + } + } + }, + "Change type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تغيير النوع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяніць тып" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typ ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vaihda tyyppiä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Changer le type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cambia tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Change type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verander type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Change type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmiana typu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alterar tipo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить тип" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türü değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Змінити тип" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đổi loại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更改类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "變更類型" + } + } + } + }, + "Change wallpaper": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تغيير الخلفية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змена шпалер" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hintergrundbild ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change wallpaper" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar fondo de pantalla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change wallpaper" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Change wallpaper" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Changer le fond d'écran" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah latar belakang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cambia sfondo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "壁紙を変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Change wallpaper" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre bakgrunnsbilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wijzig achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୱାଲପେପର୍ ବଦଳାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmień tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alterar plano de fundo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change wallpaper" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить обои" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Duvar kağıdını değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Змінити шпалери" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đổi hình nền" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更换壁纸" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "變更桌布" + } + } + } + }, + "ChannelType": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Channel Type" + } + } + } + }, + "Chat": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الدردشة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чат" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Chat" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Messagerie" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Obrolan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チャット" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "채팅" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чат" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sohbet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "聊天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + } + } + }, + "Choose default object type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Choose default object type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце прадвызначаны тып аб'екта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Standard Objekttyp auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Choose default object type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elige el tipo de objeto por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Choose default object type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Choose default object type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Choisir le type d'objet par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih tipe objek bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scegli il tipo di oggetto predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトのタイプを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기본 오브젝트 유형 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg standard objekttype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kies het standaard objecttype" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡିଫଲ୍ଟ ଅବଜେକ୍ଟ ପ୍ରକାର ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybieranie domyślnego typu obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Escolher tipo de objeto padrão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Escolher tipo de objeto padrão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите тип объекта по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılan nesne türü seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Оберіть тип об'єкту за замовчуванням" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Choose default object type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择默认对象类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇預設物件類型" + } + } + } + }, + "Choose layout type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اختيار نوع التخطيط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абярыце тып макета" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wähle einen Ansichtstyp" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Choose layout type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elige el diseño" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Choose layout type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Choose layout type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Choisir la mise en page" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih jenis tata letak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scegli il tipo di layout" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "レイアウトの種類を選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "레이아웃 종류 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg oppsett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kies type lay-out" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲେଆଉଟ୍ ପ୍ରକାର ବାଛନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz rodzaj układu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Escolha o tipo de layout" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Choose layout type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите тип макета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzen türü seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вибрати тип макета" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn kiểu bố cục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择布局类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇排版類型" + } + } + } + }, + "Clear": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مسح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ачысціць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leeren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Clear" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Limpiar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyhjennä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Effacer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bersihkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cancella" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "消去" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tøm" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wissen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyczyść" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Limpar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Очистить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Temizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Очистити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá hết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "清除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "清除" + } + } + } + }, + "ClearCache.Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Error, try again later" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка, паспрабуйце пазней" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler. Versuchen Sie es später noch einmal" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error, try again later" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error. Inténtelo más tarde." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error, try again later" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Error, try again later" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur, réessayez plus tard" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terjadi kesalahan, silahkan coba lagi nanti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore, riprova più tardi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "エラーが発生しました。もう一度お試しください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Error, try again later" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil, prøv igjen senere" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout, probeer het later opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Error, try again later" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd, spróbuj ponownie później" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro, tente novamente mais tarde" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Error, try again later" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка, повторите попытку позже" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hata. Daha sonra tekrar deneyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Помилка, повторіть спробу пізніше" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lỗi, hãy thử lại sau" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "错误,请稍后重试" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "發生錯誤,請稍後重試" + } + } + } + }, + "ClearCache.Success": { + "comment": "MARK: - Cache", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кэш паспяхова ачышчаны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Cache erfolgreich gelöscht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Cache sucessfully cleared" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha borrado la caché" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Le cache a été vidé avec succès" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Cache sukses dibersihkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cache cancellata con successo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キャッシュを消去しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hurtigbuffer slettet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Cache succesvol gewist" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pamięć podręczna została pomyślnie wyczyszczona" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cache limpo com sucesso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Кэш успешно очищен" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önbellek başarıyla temizlendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Кеш успішно очищено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cache sucessfully cleared" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "缓存已成功清除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "緩存已清除成功" + } + } + } + }, + "ClearCacheAlert.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "سيتم حذف جميع ملفات الوسائط المخزنة في Anytype من جهازك الحالي. يمكن تنزيلها مرة أخرى من عقدة النسخ الاحتياطي أو جهاز آخر." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усе медыяфайлы, захаваныя ў Anytype, будуць выдаленыя з вашай бягучай прылады. Іх можна будзе зноў загрузіць з вузла рэзервовага капіравання ці іншай прылады." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "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." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Todos los archivos multimedia almacenados en Anytype se eliminarán de este dispositivo. Se pueden volver a descargar desde un nodo de respaldo o desde otro dispositivo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tutti i file multimediali memorizzati in Anytype verranno eliminati dal dispositivo corrente. Possono essere scaricati di nuovo da un nodo di backup o da un altro dispositivo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このデバイスから、Anytypeに保存されたすべてのメディアファイルが削除されます。削除されたファイルは、バックアップノードや他のデバイスからダウンロードされます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alle mediabestanden die in Anytype zijn opgeslagen, worden van je huidige apparaat verwijderd. Ze kunnen opnieuw worden gedownload van een back-upnode of een ander apparaat." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wszystkie pliki multimedialne przechowywane w Anytype zostaną usunięte z bieżącego urządzenia. Można je pobrać ponownie z węzła kopii zapasowej lub innego urządzenia." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Todos os arquivos de mídia armazenados no Anytype serão excluídos do seu dispositivo atual. Eles podem ser baixados novamente em um nó de backup ou outro dispositivo." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Все медиафайлы, сохраненные в Anytype, будут удалены с вашего текущего устройства. Их можно снова загрузить с резервного узла или другого устройства." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype'da depolanan tüm medya dosyaları mevcut cihazınızdan silinecektir. Bir yedekleme düğümünden veya başka bir cihazdan tekrar indirilebilirler." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Всі медіафайли, що зберігаються в Anytype буде видалено з вашого поточного пристрою. Вони можуть бути завантажені знову з резервної копії вузла або з іншого пристрою." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mọi tập tin đa phương tiện được lưu trong Anytype sẽ bị xoá khỏi thiết bị hiện tại của bạn. Chúng có thể được tải lại từ một điểm sao lưu hoặc một thiết bị khác." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "存储在 Anytype 中的所有媒体文件将从您当前的设备中删除。可以从备份节点或其他设备再次下载它们。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "儲存在 Anytype 中的所有媒體檔案將從您目前的裝置中刪除。 您可以從備份節點或其他裝置上再次下載它們。" + } + } + } + }, + "ClearCacheAlert.Title": { + "comment": "MARK: - Cpear cache alert", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هل أنت متأكد؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўпэўнены?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sind Sie sicher?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah kamu yakin?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro/a?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当によろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je het zeker?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jesteś pewny?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви впевнені?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn chắc chưa?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是否确定?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定嗎?" + } + } + } + }, + "Close": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إغلاق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Закрыць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schließen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Close" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cerrar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Close" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sulje" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fermer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tutup" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiudi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "閉じる" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "닫기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lukk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sluiten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Close" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zamknij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fechar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Close" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закрыть" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kapat" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Close" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đóng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "关闭" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "關閉" + } + } + } + }, + "Code snippet": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مقتطف كود" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фрагмент кода" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Code-Ausschnitt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Code snippet" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fragmento de código" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Code snippet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Koodinpala" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Extrait de code" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Potongan kode" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Frammento di codice" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コードスニペット" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Code snippet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kodesnutt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Codefragment" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Code snippet" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Fragment kodu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Trecho de código" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Code snippet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фрагмент кода" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kod parçacığı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Фрагмент коду" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Code snippet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "代码片段" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "程式碼片段" + } + } + } + }, + "Collection": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مجموعة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калекцыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sammlung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Collection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colección" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Collection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Collection" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collection" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Koleksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collezione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コレクション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "컬렉션" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Samling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verzameling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଲେକ୍ସନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolekcja" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Coleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Collection" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Коллекция" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Koleksiyon" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колекція" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "集锦" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "集錦" + } + } + } + }, + "Collection of objects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калекцыя аб'ектаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sammlung von Objekten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Collection of objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colección de objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collection d'objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kumpulan dari objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collezione di oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コレクション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Samling av objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verzameling van objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zbiór obiektów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Coleção de objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Коллекция объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesnelerin koleksiyonu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колекція об'єктів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Collection of objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象的集锦" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件集錦" + } + } + } + }, + "Collections": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المجموعات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калекцыі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sammlungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Collections" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colecciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Collections" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Collections" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collections" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Koleksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collezioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コレクション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "컬렉션" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Samlinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Collecties" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଲେକ୍ସନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolekcje" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Coleções" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Collections" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Коллекции" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Koleksiyonlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колекції" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Các bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "集锦" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "集錦" + } + } + } + }, + "Color": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لون" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Колер" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Farbe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Color" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Color" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Color" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Väri" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Couleur " + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Warna" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Colore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "文字色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "색상" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Farge" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kleur" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ରଙ୍ଗ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolor" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cor" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Цвет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Renk" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колір" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Màu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "颜色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顏色" + } + } + } + }, + "CommonOpenErrorView.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No data found" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Даныя не знойдзеныя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Daten gefunden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No data found" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se han encontrado datos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No data found" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tietoja ei löytynyt" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucune donnée n’a été trouvée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada data yang ditemukan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun dato trovato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "データが見つかりませんでした" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "데이터를 찾을 수 없습니다" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen data funnet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen gegevens gevonden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ଡାଟା ମିଳିଲା ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie znaleziono danych" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Dados não encontrados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No data found" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Данные не найдены" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Veri bulunamadı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No data found" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không tìm thấy dữ liệu nào" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未找到数据" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "尚無資料" + } + } + } + }, + "Companies, contacts, friends and family": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Companies, contacts, friends and family" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кампаніі, кантакты, сябры і сям'я" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unternehmen, Kontakte, Freunde und Familie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Companies, contacts, friends and family" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Empresas, contactos, amigos y familia" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Companies, contacts, friends and family" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yritykset, kontaktit, ystävät ja perhe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entreprises, contacts, amis et famille" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Perusahaan, kontak, teman - teman dan keluarga" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aziende, contatti, amici e familiari" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "会社や連絡先、友人、家族" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Companies, contacts, friends and family" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Firmaer, kontakter, venner og familie" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bedrijven, contacten, vrienden en familie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କମ୍ପାନୀ, ଯୋଗାଯୋଗ, ବନ୍ଧୁ ଏବଂ ପରିବାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Firmy, kontakty, przyjaciele i rodzina" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Empresas, contatos, amigos e familiares" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Empresas, contatos, amigos e familiares" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Компании, контакты, друзья и семья" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şirketler, kişiler, arkadaşlar ve aile" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Компанії, контакти, друзі та родина" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Companies, contacts, friends and family" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "公司、联系人、朋友和家人" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "公司、聯絡人,朋友和家人" + } + } + } + }, + "Confirm": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تأكيد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пацвердзіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bestätige" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Confirm" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Confirmar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Confirm" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Confirm" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Confirm" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Konfirmasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Conferma" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "確定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "확인" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bekreft" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bevestigen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Confirm" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Potwierdź" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Confirmar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Confirm" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подтвердить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onayla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Confirm" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xác nhận" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "确认" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "確認" + } + } + } + }, + "Connecting": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Злучэнне..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verbindungsaufbau..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Connecting..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conectando…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Connexion..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menghubungkan …" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Connessione..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "接続中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kobler til..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verbinden…" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Conectando..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Соединение..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlanıyor..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Connecting..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "连接中…" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連接中…" + } + } + } + }, + "Content Model": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نموذج المحتوى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inhaltsmodell" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Content Model" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Modelo de contenido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modèle de contenu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modello di contenuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ライブラリ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Inhoud model" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçerik Modeli" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "内容模型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Content Model" + } + } + } + }, + "Continue": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "متابعة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Працягнуць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fortfahren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Continue" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Continuar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Continue" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Continue" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Continuer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lanjutkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Continua" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "続行" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "계속" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fortsett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Volgende" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Continue" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kontynuuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Continuar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Continue" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Продолжить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Devam et" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Continue" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiếp tục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "继续" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "繼續" + } + } + } + }, + "ConvertChannelTypeAlert.confirm": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Yes, convert" + } + } + } + }, + "ConvertChannelTypeAlert.message": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Switching between Space and Chat will significantly change the experience." + } + } + } + }, + "ConvertChannelTypeAlert.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Convert Channel Type?" + } + } + } + }, + "Copied": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Copied" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скапіравана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kopiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copied" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copied" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kopioitu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copié" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Disalin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copiato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コピーされました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복사됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopiert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gekopieerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କପି ହେଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skopiowano" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copiado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скопировано" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kopyalandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скопійовано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã sao chép" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已复制" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已複製" + } + } + } + }, + "copied to clipboard": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ copied to clipboard" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ скапіравана ў буфер абмену" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ in die Zwischenanlage kopiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ copied to clipboard" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ copiado al portapapeles" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ copied to clipboard" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ copied to clipboard" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ copié dans le presse-papier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ tersalin ke papan klip" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ copiato negli appunti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@がクリップボードにコピーされました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@가 클립보드에 복사됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ copied to clipboard" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ gekopieerd naar klembord" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ କ୍ଲିପ୍ ବୋର୍ଡକୁ କପି ହୋଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ Skopiowano do schowka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ copiado para a área de transferência" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ copied to clipboard" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скопирован(о) в буфер обмена: %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ panoya kopyalandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ скопійовано до буфера обміну" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ đã chép vào bộ nhớ tạm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 已复制到剪贴板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 已複製到剪貼簿" + } + } + } + }, + "Copy": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نسخ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Капіяваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Copy" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복사" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopier" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopiëren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କପି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kopiuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copiar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Копировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Копіювати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chép" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拷贝" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "複製" + } + } + } + }, + "Copy link": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نسخ الرابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скапіяваць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kopioi linkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier le lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクをコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Copy link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopier lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopieer link" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ କପି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kopiuj link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiar link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copiar link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скопировать ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Копіювати посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chép link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拷贝链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "複製連結" + } + } + } + }, + "Copy space info": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скапіраваць інфармацыю пра прастору" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Spaceinformationen kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy space info" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar información del espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier les informations de l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin info ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia informazioni spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース情報をコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopieer ruimte informatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସ୍ପେସ୍ ସୂଚନା କପି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiar informações do espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скопировать информацию о пространстве" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan bilgisini kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复制空间信息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Copy space info" + } + } + } + }, + "Cover": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الغلاف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вокладка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Titelbild" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Cover" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Portada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Cover" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Cover" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Couverture" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sampul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copertina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カバー画像" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "표지" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Omslag" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Omslag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଭର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Okładka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Capa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Capa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обложка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kapak" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обкладинка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ảnh bìa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "封面" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "封面" + } + } + } + }, + "Create": { + "comment": "Auth", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء ملف شخصي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "생성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତିଆରି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Criar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立" + } + } + } + }, + "Create a new one or search for something else": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create a new one or search for something else" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць новы або знайсці што-небудзь іншае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle ein neues oder suche nach etwas anderem" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create a new one or search for something else" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crea uno nuevo o busca otro distinto." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create a new one or search for something else" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create a new one or search for something else" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un nouveau ou rechercher autre chose" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat baru atau telusuri yang lain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Creane uno nuovo o cerca qualcos'altro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しく作成、もしくは検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create a new one or search for something else" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lag et nytt eller søk etter noe annet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak een nieuwe of zoek naar iets anders" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏକ ନୂତନ ସୃଷ୍ଟି କରନ୍ତୁ କିମ୍ବା ଅନ୍ୟ କିଛି ଖୋଜନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz nowy lub wyszukaj coś innego" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crie uma nova ou procure por outra coisa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Crie uma nova ou procure por outra coisa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создайте новый или найдите что-то другое" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni bir tane oluşturun ya da başka bir şey arayın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створіть новий або знайдіть щось інше" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo một cái mới hoặc tìm cái nào đấy khác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建一个新的或搜索其他内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立一個新的或搜尋其他內容" + } + } + } + }, + "Create new object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء كائن جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць новы аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neues Objekt erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create new object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear un objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create new object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo uusi objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un nouvel objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea un nuovo oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "새 오브젝트 생성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett nytt objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak nieuw object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୂଆ ଅବଜେକ୍ଟ ତିଆରି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz nowy obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar novo objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Criar novo objeto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать новый объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni nesne oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створити об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo đối tượng mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建新对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立新物件" + } + } + } + }, + "Create new object with name": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neues Objekt „%@“ erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create new object \"%@\"" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear nuevo objeto «%@»" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un nouvel objet \"%@\"" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek baru \"%@\"" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea un nuovo oggetto \"%@\"" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいオブジェクト「%@」を作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "\"%@\" 오브젝트 생성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak nieuw object \"%@\"" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୂତନ ଅବଜେକ୍ଟ \"%@\" ସୃଷ୍ଟି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crie um novo objeto \"%@\"" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать новый набор \"%@\"" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni nesne oluştur \"%@\"" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建对象 “%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create new object \"%@\"" + } + } + } + }, + "Create new type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء نوع جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neuen Typ erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create new type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear un tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un nouveau type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat tipe baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea nuovo tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak nieuw type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать новый тип" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni tür oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create new type" + } + } + } + }, + "Create object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць Аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create Object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un Objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo Đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立物件" + } + } + } + }, + "Create object from clipboard": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء كائن من الحافظة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць аб'ект з буфера абмену" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt aus der Zwischenablage erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create object from clipboard" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear objeto desde el portapapeles" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create object from clipboard" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create object from clipboard" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un objet depuis le presse-papiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek dari papan kerani" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea un oggetto dagli appunti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クリップボードからオブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create object from clipboard" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett objekt fra utklippstavlen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak object vanaf klembord" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କ୍ଲିପ୍ ବୋର୍ଡରୁ ବସ୍ତୁ ସୃଷ୍ଟି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz obiekt ze schowka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar objeto a partir da área de transferência." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create object from clipboard" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать объект из буфера обмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Panodan nesne oluşturma" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create object from clipboard" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create object from clipboard" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从剪贴板创建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從剪貼簿建立物件" + } + } + } + }, + "Create option with": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць параметр ‘%@’" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Option ‚%@‘ erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create option ‘%@’" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear opción «%@»" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo vaihtoehto ‘%@’" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer une option '%@’" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat opsi ‘%@’" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea opzione ‘%@’" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいオプション「%@」を作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak optie '%@'" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିକଳ୍ପ ସୃଷ୍ଟି କରନ୍ତୁ '%@'" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz opcję '%@'" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar opção %@’" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать опцию '%@'" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçenek oluştur ‘%@’" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create option ‘%@’" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建选项 “%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立 \"%@\" 選項" + } + } + } + }, + "Create relation": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaft ‚%@‘ erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create property ‘%@’" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear propiedad «%@»" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat properti '%@'" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいプロパティ「%@」を作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak eigenschap '%@’" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "‘%@’ özelliğini oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建属性“%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create property ‘%@’" + } + } + } + }, + "Create Set": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء استعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create Query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer une requête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat Kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak opdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu Oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create Query" + } + } + } + }, + "Create Space": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan Oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create Space" + } + } + } + }, + "Create type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць тып" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typ erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo tyyppi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": " 유형 생성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରକାର ସୃଷ୍ଟି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz typ" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar tipo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать тип" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tür oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立類型" + } + } + } + }, + "Current": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الحالي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бягучы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktuell" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Current" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Actual" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Current" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Current" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Actuel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Saat ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Attuale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "現在" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Current" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjeldende" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Huidige" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Current" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Aktualne" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Atual" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Current" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текущий" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şu anki" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Current" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hiện tại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "当前" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "當前" + } + } + } + }, + "Customize URL": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Customize URL" + } + } + } + }, + "DataviewType.calendar": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Calendar" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Каляндар" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kalender" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Calendar" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Calendario" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Calendar" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Calendar" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Calendrier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kalender" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Calendario" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カレンダー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Calendar" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kalender" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kalender" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କ୍ୟାଲେଣ୍ଡର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kalendarz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Calendário" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Calendar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Календарь" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Takvim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Календар" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Calendar" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "日历" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "行事曆" + } + } + } + }, + "DataviewType.gallery": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Галерэя " + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Galerie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Gallery" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Galería" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Galerie" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galeri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Galleria" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ギャラリー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Galleri" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Galerij" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗ୍ୟାଲେରୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Galeria" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Galeria" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Галерея" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Galeri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Галерея" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Triển lãm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "相册" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "畫廊" + } + } + } + }, + "DataviewType.graph": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Граф" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Graph" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gráfico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Graphe" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Grafik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Grafo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "グラフ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Graf" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗ୍ରାଫ୍ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wykres " + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gráfico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "График" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Grafik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Graph" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đồ thị" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "关联图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "關聯圖" + } + } + } + }, + "DataviewType.grid": { + "comment": "MARK: - DataviewType", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "شبكة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сетка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Raster" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Grid" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cuadrícula" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Grid" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Grid" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Grille" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tabel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Griglia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テーブル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Grid" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rutenett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Raster" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗ୍ରିଡ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Siatka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Grade" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Grid" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сетка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Izgara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сітка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dạng lưới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网格" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網格" + } + } + } + }, + "DataviewType.kanban": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كانبان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Канбан" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Kanban" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ボード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କାନ୍ବନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Канбан" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kanban" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Канбан" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dạng Kanban" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "看板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "看板" + } + } + } + }, + "DataviewType.list": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قائمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спіс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "List" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lijst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତାଲିକା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Список" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Список" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dạng danh sách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "列表" + } + } + } + }, + "Date": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Datum" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Daten" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Dates" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Fecha" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Fechas" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tanggal" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld件の日付" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tarih" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tarih" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dates" + } + } + } + } + } + } + }, + "Date.Object.Empty.State.title": { + "comment": "MARK: - Date", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يوجد شيء هنا لهذا التاريخ حتى الآن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Für dieses Datum ist hier noch nichts eingetragen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There is nothing here for this date yet" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aún no hay nada aquí para esta fecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a encore rien ici pour cette date" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum ada apa-apa untuk tanggal ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non c'è ancora nulla per questa data" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この日付にはまだ何もありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is hier nog niets voor deze datum" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há nada aqui para esta data ainda" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здесь пока ничего нет для этой даты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu tarih için henüz bir şey yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此日期暂无任何内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "There is nothing here for this date yet" + } + } + } + }, + "Date.Open.Action.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح التاريخ المحدد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ausgewähltes Datum öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open selected date" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir fecha seleccionada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir la date sélectionnée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka tanggal terpilih" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri la data selezionata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "選択した日付を開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open geselecteerde datum" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir data selecionada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть выбранную дату" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçilen tarihi aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开选定日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Open selected date" + } + } + } + }, + "Dates": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التواريخ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Daten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Dates" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fechas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tanggal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "日付" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "날짜" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Datums" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତାରିଖ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Datas" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Даты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tarihler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dates" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "日期" + } + } + } + }, + "Days to deletion vault": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэтае сховішча будзе выдалена праз %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "праз %arg дні" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "праз %arg дзён" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "заўтра" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "праз %arg дзён" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dieser Tresor wird gelöscht %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "morgen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg Tagen" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "heute" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "translated", + "value": "today" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esta arca se eliminará %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "mañana" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "dentro de %arg días" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "hoy" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ce coffre sera supprimé %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "demain" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "dans %arg jours" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "aujourd'hui" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Brankas ini akan dihapus %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "dalam %arg hari" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "hari ini" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questa cassaforte verrà eliminata in %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "domani" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg giorni" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この保管庫は%#@days@に削除されます" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg日後" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "本日中" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze kluis zal worden verwijderd over %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "morgen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "over %arg dagen" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "vandaag" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ten sejf zostanie usunięty za %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "za %arg dni" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "za %arg dni" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "jutro" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "w %arg dni" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Esta conta será excluída %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "amanhã" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "em %arg dias" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это хранилище будет удалено через %#@days@ дней" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "через %arg дня" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "через %arg дней" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "завтра" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "через %arg дней" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu hesap %#@days@ gün içinde silinecek" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "yarın" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg gün içinde" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "bugün" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "tomorrow" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This vault will be deleted %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "in %arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "该库将被删除 %#@days@" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "在 %arg 天后" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "今天" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "該帳戶將在 %#@days@ 後刪除" + }, + "substitutions": { + "days": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "在 %arg 天後" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "today" + } + } + } + } + } + } + } + } + }, + "Debug.Info": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Інфармацыя аб адладцы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Debug-Informationen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Debug Info" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Información de depuración" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Infos de débogage" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Info awakutu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informazioni di Debug" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デバッグ情報" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feilsøkingsinformasjon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Debug informatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Informacje debugowania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Informações de Depuração" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отладочная информация" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hata Ayıklama Bilgisi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Debug Info" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "调试信息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "除錯訊息" + } + } + } + }, + "Debug.MimeTypes": { + "comment": "MARK: - Debug", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тыпы Mime - %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "MIME-Typen - %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mime Types - %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipos de dato - %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Types Mime - %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jenis MIME - %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipi MIME - %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "MIMEタイプ - %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Media types - %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typy mimów - %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipos de MIME - %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Типы MIME - %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Medya Türleri - %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mime Types - %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "媒体类型 - %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "MIME 類型 - %@" + } + } + } + }, + "DebugMenu.ToggleAuthor": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэліз: %@, %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Veröffentlichung: %@, %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Release: %@, %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión: %@, %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version : %@, %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Rilis: %@, %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rilascio: %@, %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リリース: %@, %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Versie: %@, %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wydanie: %@, %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lançamento: %@, %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Release: %@, %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Версия: %@, %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yayınla: %@, %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Реліз: %@, %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Phiên bản: %@, %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "发行版本: %@, %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "發行版本:%@, %@" + } + } + } + }, + "Default background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Default background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прадвызначаны фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Standardhintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Default background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Default background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Oletustaustakuva" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Arrière-plan par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトの背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기본 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Standardbakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Standaard achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡିଫଲ୍ଟ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Domyślne tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Plano de fundo padrão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Imagem de fundo padrão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фон по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılan arka plan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Стандартний фон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nền mặc định\n" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "雪色背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "預設背景" + } + } + } + }, + "Default object type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نوع الكائن الافتراضي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прадвызначаны тып аб'екта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Standard Objekttyp" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Default object type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Default object type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Default object type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type d'objet par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe objek bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo di oggetto predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトのタイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기본 오브젝트 유형" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Standard objekttype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Standaard objecttype" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡିଫଲ୍ଟ ଅବଜେକ୍ଟ ପ୍ରକାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Domyślny typ obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto padrão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Default object type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип объекта по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılan nesne türü" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Стандартний тип об'єкта" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại đối tượng mặc định" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "默认对象类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "預設物件類型" + } + } + } + }, + "Delete": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "삭제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଲୋପ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Eliminar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除" + } + } + } + }, + "Delete vault": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف المخزن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tresor löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Delete vault" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer le coffre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus brankas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina cassaforte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫を削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Delete vault" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett hvelv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder kluis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଭଣ୍ଡାର ମିଟାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń sejf" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir cofre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Delete vault" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasayı sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Delete vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Delete vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除文库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除帳戶" + } + } + } + }, + "Deleted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "محذوف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдалена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelöscht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deleted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poistettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terhapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Eliminato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slettet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijderd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usunięto" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Apagado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Silindi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已刪除" + } + } + } + }, + "DeleteObjectType": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete Object Type" + } + } + } + }, + "Deletion error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Deletion error" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка выдалення" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler beim Löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deletion error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error de eliminación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deletion error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Deletion error" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur lors de la suppression" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kesalahan penghapusan " + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore di cancellazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Deletion error" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil ved sletting" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout bij het verwijderen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଲୋପ ତ୍ରୁଟି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd usuwania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro ao excluir" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deletion error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка удаления" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Silme hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Помилка при видаленні" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Deletion error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除錯誤" + } + } + } + }, + "DeletionAlert.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы выйдзеце з сістэмы на ўсіх астатніх прыладах. У вас будзе 30 дзён, каб аднавіць сваё сховішча. Пасля гэтага яно будзе выдаленае назаўсёды." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du wirst auf allen anderen Geräten ausgeloggt. Sie haben 30 Tage Zeit, zum Wiederherstellen. Danach werden deine Daten dauerhaft gelöscht." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se cerrará tu sesión en los demás dispositivos. Dispondrás de 30 días para recuperar tu arca; pasado ese tiempo, se eliminará definitivamente." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous serez déconnecté·e sur tous les autres appareils. Vous aurez 30 jours pour récupérer votre coffre. Ensuite, il sera définitivement supprimé." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu akan dikeluarkan pada semua perangkat. Kamu punya waktu 30 hari untuk membatalkan tindakan ini. Setelah itu, brankas akan dihapus secara permanen." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sarai disconnesso su tutti gli altri dispositivi. Avrai 30 giorni per recuperare la tua cassaforte. In seguito verrà eliminata definitivamente." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべてのデバイスからログアウトされます。30日以内であれば、保管庫を復元できます。その後、完全に削除されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Du blir logget ut på alle andre enheter. Du vil ha 30 dager for å gjenopprette den. Etterpå vil den bli slettet permanent." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je zult op alle andere apparaten worden uitgelogd. Je hebt 30 dagen om jouw kluis te herstellen. Daarna zal deze permanent worden verwijderd." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆପଣ ଅନ୍ୟ ସମସ୍ତ ଡିଭାଇସରେ ଲଗ୍ ଆଉଟ୍ ହେବେ।ଆପଣଙ୍କ ଭଲ୍ଟ ପୁନରୁଦ୍ଧାର କରିବାକୁ ଆପଣଙ୍କ ପାଖରେ 30 ଦିନ ରହିବ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zostaniesz wylogowany z wszystkich urządzeń. Będziesz mieć 30 dni na odzyskanie swojego sejfu. Po tym czasie zostanie on usunięty na zawsze." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você será desconectado em todos os outros dispositivos. Você terá 30 dias para recuperar o seu cofre. Depois, ele será excluído permanentemente." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você será desconectado em todos os outros dispositivos. Você terá 30 dias para recuperar o seu cofre. Depois, ele será excluído permanentemente." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Произойдет выход из вашего аккаунта на всех устройствах. У вас будет 30 дней, чтобы ваше хранилище. После этого оно будет удалено навсегда." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Diğer tüm cihazlarda oturumunuz kapatılacaktır. Kasanızı kurtarmak için 30 gününüz olacak. Daha sonra kalıcı olarak silinecektir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You will be logged out on all other devices. You'll have 30 days to recover your vault. Afterwards, it will be deleted permanently." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您将在所有其他设备上登出。您将有 30 天来恢复您的文库。再然后它们将被永久删除。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您將在其他裝置上登出。\n您將有 30 天的時間可以復原帳戶,之後它將永久刪除。" + } + } + } + }, + "DeletionAlert.title": { + "comment": "MARK: - DeletionAlert", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete your vault?" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўпэўнены, што хочаце выдаліць сваё сховішча?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bist du sicher, dass du deinen Tresor löschen möchtest?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure you want to delete your vault?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro que quieres eliminar tu arca?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete your vault?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete your vault?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Voulez-vous vraiment supprimer votre coffre ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu yakin ingin menghapus brankas?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro di voler eliminare la tua cassaforte?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当に保管庫を削除してもよろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete your vault?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker på at du vil slette hvelvet ditt?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je zeker dat je jouw kluis wilt verwijderen?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ ଆପଣଙ୍କ ଭଲ୍ଟ ବିଲୋପ କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czy na pewno chcesz usunąć swój sejf?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tem certeza de que deseja excluir seu cofre?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tem certeza que deseja excluir o seu cofre?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены, что хотите удалить хранилище?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasanızı silmek istediğinizden emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete your vault?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to delete your vault?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您确定要删除您的文库吗?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定要刪除您的帳戶嗎?" + } + } + } + }, + "Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الوصف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Апісанне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beschreibung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Description" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Descripción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Description" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kuvaus" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Description" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Deskripsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Descrizione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "説明" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "설명" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Beskrivelse" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Beschrijving" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଵର୍ଣ୍ଣନା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Opis" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Descrição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Descrição" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Описание" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Açıklama" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Опис" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mô tả" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "描述" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "描述" + } + } + } + }, + "Deselect": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зняць вылучэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abwählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deselect" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deseleccionar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Désélectionner" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batal pilih" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Deseleziona" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "選択解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "선택 해제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deselecteer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡିସେଲେକ୍ଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desmarcar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Снять выделение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçimi kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Deselect" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消选择" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消選擇" + } + } + } + }, + "Deselect all": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Deselect all" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зняць вылучэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle abwählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deselect all" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deseleccionar todo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deselect all" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Deselect all" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tout désélectionner" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batal pilih semua" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Deseleziona tutto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべての選択を解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "전체 선택 해제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern alle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deselecteer alle" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସବୁକିଛି ବାଛନ୍ତୁ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odznacz wszystko" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desmarcar todos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deselect all" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Снять выделение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tüm seçimi kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати виділення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bỏ chọn hết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消全选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消全選" + } + } + } + }, + "Designed to capture thoughts quickly": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مصمم لالتقاط الأفكار بسرعة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прызначаны для хуткага запісу думак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Entwickelt um schnell Gedanken zu erfassen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Designed to capture thoughts quickly" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para capturar pensamientos rápidamente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Designed to capture thoughts quickly" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Designed to capture thoughts quickly" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Conçu pour saisir rapidement les idées" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Didesain untuk menangkap pemikiran dengan cepat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Progettato per catturare rapidamente i pensieri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "瞬時に考えを書き留める" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Designed to capture thoughts quickly" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Utformet for å raskt notere tanker" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ontworpen om snel gedachten te bewaren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Designed to capture thoughts quickly" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaprojektowany z myślą o szybkim rejestrowaniu myśli" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Projetado para capturar pensamentos rapidamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Projetado para capturar pensamentos rapidamente" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создано для быстрой записи мыслей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düşünceleri hızlıca yakalamak için tasarlandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Розроблено для швидкого захоплення думок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Designed to capture thoughts quickly" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "专为快速捕捉想法而设计" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "專為快速捕捉想法而設計" + } + } + } + }, + "Devices connected": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%#@device@ падключана(-ы)" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg прылады" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg прылад" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg прылада" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg прылад" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%#@device@ verbunden" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg Gerät" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Geräte" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg devices" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%#@device@ conectado" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg dispositivo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg dispositivos" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connecté" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Appareil %arg" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg appareils" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%#@device@ terhubung" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg perangkat" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connesso" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg dispositivo " + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg dispositivi" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@device@が接続済み" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg個のデバイス" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%#@device@ 연결됨" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 기기" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%#@device@ verbonden" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg apparaat" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg apparaten" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%#@device@ conectado" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dispositivo %arg" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Dispositivo %arg" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%#@device@ подключен" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg устройства" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg устройств" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg устройство" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg устройство" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@device@ bağlı" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg cihaz" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg cihaz" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg device" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%#@device@ connected" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg devices" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%#@device@ 已连接" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 设备" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%#@device@ 已連接" + }, + "substitutions": { + "device": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 裝置" + } + } + } + } + } + } + } + } + }, + "Disabled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Deaktiviert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Disabled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deshabilitado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Désactivé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nonaktif" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Disattivato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無効" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Devre dışı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Disabled" + } + } + } + }, + "Document scan failed": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Document scan failed" + } + } + } + }, + "Done": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гатова" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fertig" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Done" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Listo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Done" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valmis" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Terminé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selesai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fatto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "完了" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "완료" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ferdig" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gereed" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Gotowe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Concluído" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Concluído" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Готово" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bitti" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Готово" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xong" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "完成" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "完成" + } + } + } + }, + "Download": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحميل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спампаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Herunterladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Download" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Descargar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Download" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ladataan" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Télécharger" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unduh" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scarica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ダウンロード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Download" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last ned" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Downloaden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Download" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pobierz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Baixar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Download" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скачать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İndir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải về" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下载" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已下載" + } + } + } + }, + "Downloading or uploading data to some node": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جارٍ تنزيل أو تحميل البيانات إلى عقدة ما" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загрузка ці выгрузка даных у вузел" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Herunterladen oder Hochladen von Daten zu einem Knoten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Downloading or uploading data to some node" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Descargando o cargando datos a algún nodo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Downloading or uploading data to some node" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ladataan dataa solmuun tai solmusta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Téléchargement ou envoi de données vers un nœud" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mengunduh atau mengunggah data ke simpul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scaricamento o caricamento dati su qualche nodo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ノードにデータを転送中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Downloading or uploading data to some node" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Laster ned eller laster opp data til en node" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gegevens downloaden of uploaden naar een node" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Downloading or uploading data to some node" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pobieranie lub przesyłanie danych do jakiegoś węzła" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Baixando ou carregando dados para algum nó" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Baixando ou carregando dados para algum node" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузка или выгрузка данных в узел" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bazı düğümlere veri indirme veya yükleme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантаження даних на деякий вузол" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang tải dữ liệu về hoặc lên điểm nào đó" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向某个节点下载或上传数据" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "向某個節點下載或上傳資料" + } + } + } + }, + "Duplicate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تكرار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дубляваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Duplizieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Duplicate" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dupliquer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gandakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Duplica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "複製" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복제하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dupliser" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dupliceer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନକଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Duplikuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дублировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çoğalt" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дублювати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhân đôi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生成副本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立副本" + } + } + } + }, + "E-mail": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "البريد الإلكتروني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "E-Mail" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "E-mail" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Surel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレス\n" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "E-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "E-mailadres" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Adres e-mail" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-Posta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "电子邮件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "電子郵件" + } + } + } + }, + "Edit": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Éditer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rediger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Редагувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉnh sửa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯" + } + } + } + }, + "Edit field": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaft bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit property" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar propiedad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier la propriété" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting properti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk eigenschap" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özelliği düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Edit property" + } + } + } + }, + "Edit Profile": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل الملف الشخصي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Profil bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit Profile" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar perfil" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier le profil" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting Profil" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica il Profilo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロフィールを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "프로필 수정" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk profiel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରୋଫାଇଲ୍ ସମ୍ପାଦନା କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar Perfil" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Редактировать профиль" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Profili Düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑个人资料" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Edit Profile" + } + } + } + }, + "Edit type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typ bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier le type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türü düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Edit type" + } + } + } + }, + "egProject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مثال: مشروع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "z.B. Projekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "e.g. Project" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "ej.: Proyecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par ex. Projet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "mis. Proyek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "es. Progetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロジェクトなど" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "bijv. Project" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Например, Проект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "örn. Proje" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "例如 Project" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "e.g. Project" + } + } + } + }, + "egProjects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مثال: مشاريع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "z.B. Projekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "e.g. Projects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "ej.: Proyectos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par ex. Projets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "mis. Proyek(-Proyek)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "es. Progetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Projectsなど" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "bijv. Projecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Например, Проекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "örn. Projeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "例如 Projects" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "e.g. Projects" + } + } + } + }, + "Email successfully validated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адрас электроннай пошты пацверджаны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail-Adresse erfolgreich validiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Email successfully validated" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha validado la dirección" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "E-mail validé avec succès" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Surel berhasil divalidasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Email convalidata con successo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスを確認しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "E-mailadres succesvol gevalideerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "E-mail pomyślnie zweryfikowany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Endereço eletrônico validado com sucesso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Email успешно подтвержден" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-posta başarıyla doğrulandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Email successfully validated" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "邮箱验证成功" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "email 已驗證成功" + } + } + } + }, + "Embed.Block.Content.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ embed. This content is not available on mobile" + } + } + } + }, + "Embed.Block.Content.Url.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ embed. Opens in external app or browser" + } + } + } + }, + "Embed.Block.Empty.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ embed is empty" + } + } + } + }, + "Emoji": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رمز تعبيري" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Эмодзі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Emoji" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "絵文字" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이모티콘" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଇମୋଜି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Эмодзи" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Емоджі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Emoji" + } + } + } + }, + "Empty": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فارغ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пуста" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Empty" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vacío" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Empty" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyhjä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vuoto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Empty" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leeg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Empty" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pusty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vazio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Empty" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пусто" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Boş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пусто" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空的" + } + } + } + }, + "EmptyView.Bin.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يبدو أنك مرتب ومنظم!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sieht aus, als wärst du total ordentlich und organisiert!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Looks like you’re all tidy and organized!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Parece que te gusta tenerlo todo ordenado!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "On dirait que vous êtes bien rangé et organisé !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu orangnya rapi dan tertata, ya?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sembra che tu sia tutto in ordine e organizzato!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "きれいに片付いていますね!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het lijkt erop dat je alles netjes en georganiseerd hebt!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Parece que você está pronto e organizado!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Похоже, у вас всё аккуратно и организовано!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenli ve tertipli görünüyorsunuz!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "看起来您已经整理得井井有条了!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Looks like you’re all tidy and organized!" + } + } + } + }, + "EmptyView.Bin.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dein Papierkorb ist leer." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your bin is empty." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tu papelera está vacía." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Votre corbeille est vide." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bak sampah kosong." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il tuo cestino è vuoto." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ごみ箱が空です。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "휴지통이 비어있음." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw prullenmand is leeg." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sua lixeira está vazia." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваша корзина пуста." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çöp kutunuz boş." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您的回收站是空的。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Your bin is empty." + } + } + } + }, + "EmptyView.Default.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أنشئ كائناتك الأولى للبدء." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыце свае першыя аб'екты, каб пачаць працу." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle deine ersten Objekte, um loszulegen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create your first objects to get started." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crea tus primeros objetos para empezar." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créez vos premiers objets pour commencer." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek pertamamu untuk memulai." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea i tuoi primi oggetti per iniziare." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最初のプロジェクトを作成して、使い始めましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak je eerste objecten om te beginnen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здесь пусто. Создайте свои первые объекты, чтобы начать работу." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlamak için ilk nesnelerinizi oluşturun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建您的第一个对象以开始操作。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create your first objects to get started." + } + } + } + }, + "EmptyView.Default.title": { + "comment": "MARK: - Empty view", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنه فارغ هنا." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тут пуста." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hier ist es leer." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "It’s empty here." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aquí no hay nada." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "C'est vide ici." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Di sini kosong." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È vuoto qui." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "何もありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het is hier leeg." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здесь пусто." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Burası boş." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这里是空的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "It’s empty here." + } + } + } + }, + "EmptyView.Publishing.subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Publish your first web site to get started." + } + } + } + }, + "Enabled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktiviert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enabled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Activado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Activé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Aktif" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Abilitato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "有効" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Etkinleştirilmiş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Enabled" + } + } + } + }, + "Enter": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter" + } + } + } + }, + "Enter email": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Enter email" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце эл. пошту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail-Adresse eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir email" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Syötä sähköposti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entrez l'email" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan surel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスを入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enter email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn e-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer e-mailadres in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଇମେଲ୍ ପ୍ରବେଶ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wpisz adres email" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir e-mail" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите email" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-posta girin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter email" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Enter email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请输入电子邮箱" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入email" + } + } + } + }, + "Enter number": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أدخل الرقم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце нумар" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zahl eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter number" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir número" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter number" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Syötä numero" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Saisir un nombre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan angka" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci numero" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "数字を入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "번호 입력" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn tall" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer nummer in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନମ୍ବର ପ୍ରବେଶ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytuj numer" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir número" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter number" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите число" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Numara gir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Введіть номер" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhập số" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入号码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入數字" + } + } + } + }, + "Enter phone number": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Enter phone number" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце нумар тэлефона" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Telefonnummer eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter phone number" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir número de teléfono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter phone number" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Syötä puhelinnumero" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entrez le numéro de téléphone" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan nomor telepon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci numero di telefono" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "電話番号を入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enter phone number" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn telefonnummeret" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer telefoonnummer in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫୋନ୍ ନମ୍ଵର୍ ପ୍ରବେଶ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podaj numer telefonu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir número de telefone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter phone number" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите номер телефона" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefon numarası girin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter phone number" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Enter phone number" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入电话号码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入電話號碼" + } + } + } + }, + "Enter text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أدخل النص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце тэкст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Text eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir texto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Syötä teksti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Saisir le texte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan teks" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci testo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テキストを入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "텍스트 입력" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn tekst" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer tekst in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେକ୍ସଟ୍ ପ୍ରବେଶ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wpisz tekst" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir texto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter text" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите текст" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Metin gir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Введіть текст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhập văn bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入文本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入文本" + } + } + } + }, + "Enter URL": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أدخل عنوان URL" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце URL" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "URL eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter URL" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir URL" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter URL" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Syötä URL" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entrez l'URL" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan URL" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci URL" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "URLを入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enter URL" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn URL" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer URL in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "URL ପ୍ରବେଶ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wpisz URL" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir URL" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter URL" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите URL" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "URL girin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter URL" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Enter URL" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入 URL" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入 URL" + } + } + } + }, + "Enter value": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أدخل القيمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце значэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wert eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter value" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir valor" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter value" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Syötä arvo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Saisir une valeur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan nilai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci valore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "値を入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enter value" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn verdi" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer waarde in" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୂଲ୍ୟ ପ୍ରବେଶ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wpisz wartość" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir valor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter value" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите значение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Değeri gir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Введіть значення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhập giá trị" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入值" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入值" + } + } + } + }, + "Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خطأ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Virhe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오류" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Foutmelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hata" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "錯誤" + } + } + } + }, + "Error creating wallet": { + "comment": "Auth Errors", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Error creating wallet" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка стварэння кашалька" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler beim Erstellen der Wallet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error creating wallet" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al crear la cartera" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error creating wallet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Virhe lompakkoa luodessa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur lors de la création du portefeuille" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat membuat wallet" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore nella creazione del portafoglio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウォレット作成エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Error creating wallet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil ved oppretting av wallet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout bij aanmaken wallet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୱାଲେଟ୍ ତିଆରିରେ ଅସୁବିଧା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd podczas tworzenia portfela" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro na criação da carteira" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro ao criar a carteira" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка создания кошелька" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Cüzdan oluşturma hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Помилка при створенні гаманця" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Error creating wallet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建钱包时出错" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "錢包建立失敗" + } + } + } + }, + "Error occurred. Please try again": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Error occurred. Please try again" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адбылася памылка. Паспрабуйце яшчэ раз" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error occurred. Please try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha producido un error. Inténtalo de nuevo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error occurred. Please try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Virhe ilmeni. Kokeilethan uudestaan" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Une erreur s'est produite, veuillez réessayer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terjadi kesalahan. Silahlan coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Si è verificato un errore. Riprova." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "エラーが発生しました。もう一度お試しください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Error occurred. Please try again" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Det oppstod en feil. Vennligst prøv igjen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is een fout opgetreden. Probeer het alsjeblieft opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତ୍ରୁଟି ଘଟିଛି। ଦୟାକରି ପୁନଃଚେଷ୍ଟା କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wystąpił błąd. Spróbuj ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ocorreu um erro. Por favor, tente novamente." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Error occurred. Please try again" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Произошла ошибка. Пожалуйста, попробуйте еще раз." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hata oluştu. Lütfen tekrar dene." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Виникла помилка. Будь ласка, спробуйте ще раз" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã xảy ra lỗi. Vui lòng thử lại." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "发生错误。请重试" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "發生錯誤,請重試" + } + } + } + }, + "Error select vault": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Error select vault" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка пры выбары сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler bei der Auswahl des Tresors" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error select vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al seleccionar el arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error select vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Virhe holvia valittaessa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de sélection du coffre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat memilih brankas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore nella selezione della cassaforte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫の選択エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Error select vault" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil ved valg av hvelv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout, selecteer kluis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତ୍ରୁଟି ଭାଲ୍ଟ ଚୟନ କରନ୍ତୁ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd podczas wybierania sejfu." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro ao selecionar cofre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro ao selecionar conta" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка при выборе хранилища" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasa seçiminde hata" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Error select vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Error select vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择文库时出错" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選取帳戶失敗" + } + } + } + }, + "Error wallet recover vault": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Error wallet recover vault" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка аднаўлення кашалька ў сховішчы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler bei Wallet-Wiederherstellung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error wallet recover vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al recuperar la cartera del arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error wallet recover vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Error wallet recover vault" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de récupération du coffre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salah dompet untuk memulihkan brankas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore portafoglio recupero cassaforte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫の復元エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Error wallet recover vault" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil ved gjenoppretting av wallet-hvelv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout, herstellen kluis uit portemonnee" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତ୍ରୁଟି ୱାଲେଟ୍ ପୁନରୁଦ୍ଧାର ଭାଲ୍ଟ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd podczas odzyskiwania sejfu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro ao recuperar conta da carteira" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro ao recuperar conta da carteira" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка восстановления хранилища" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasa kurtarma cüzdanı hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Error wallet recover vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Error wallet recover vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "错误,钱包恢复文库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "錢包恢復帳戶失敗" + } + } + } + }, + "Error.AnytypeNeedsUpgrate.Confirm": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديث" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абнавіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Update" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Actualizar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mettre à jour" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Perbarui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiorna" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oppdater" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Updaten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Aktualizuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Atualização" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обновить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Güncelle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Update" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cập nhật" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更新" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更新" + } + } + } + }, + "Error.AnytypeNeedsUpgrate.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэты аб'ект быў зменены ў новай версіі Anytype. Абнавіце праграму, каб адкрыць яе на гэтай прыладзе" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dieses Objekt wurde in einer neueren Version von Anytype geändert. Bitte aktualisieren Sie die App, um es auf diesem Gerät zu öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este objeto se ha modificado en una versión más reciente de Anytype. Actualiza la aplicación para abrirlo en este dispositivo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Cet objet a été modifié dans une version plus récente de Anytype. Veuillez mettre à jour l'application pour l'ouvrir sur cet appareil" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek ini telah diubah pada versi terbaru Anytype. Perbaruilah aplikasimu untuk membuka objek ini di perangkat ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo oggetto è stato modificato in una versione più recente di Anytype. Si prega di aggiornare l'app per aprirlo su questo dispositivo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このオブジェクトは新しいバージョンのAnytypeで編集されました。開くにはアプリを更新してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dette objektet ble endret i en nyere versjon av Anytype. Oppdater appen for å åpne det på denne enheten" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit object is gewijzigd in een nieuwere versie van Anytype. Update alsjeblieft de app om het op dit apparaat te openen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ten obiekt został zmodyfikowany w nowszej wersji Anytype. Zaktualizuj aplikację, aby otworzyć ją na tym urządzeniu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Este objeto foi atualizado em uma nova versão do Anytype. Por favor, atualize o aplicativo para abri-lo neste dispositivo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Объект был изменен в более новой версии Anytype. Пожалуйста, обновите приложение, чтобы открыть его на этом устройстве" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu nesne Anytype uygulamasının daha yeni bir sürümünde değiştirilmiştir. Bu cihazda açmak için lütfen uygulamayı güncelleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This object was modified in a newer version of Anytype. Please update the app to open it on this device" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此文档已在更高版本的 Anytype 编辑过,请更新此设备的应用以打开它。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "該物件已在較新版本的 Anytype 中進行了修改。 請更新應用程式以在此裝置上打開它" + } + } + } + }, + "Error.AnytypeNeedsUpgrate.Title": { + "comment": "MARK: - Error", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абнавіце сваю праграму" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktualisieren Sie Ihre App" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Update Your App" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Actualiza tu aplicación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mettez à jour votre application" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Perbarui Aplikasimu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiorna la tua app" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アプリを更新" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oppdater din app" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Update jouw app" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaktualizuj swoją aplikację" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Atualizar seu aplicativo!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обновите приложение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uygulamanızı güncelleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Update Your App" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更新应用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更新您的應用程式" + } + } + } + }, + "Error.Common.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калі ласка, праверце падключэнне да Інтэрнэту і паўтарыце спробу або [апублікуйце справаздачу на форуме](http://community.anytype.io/report-bug)." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bitte überprüfe deine Internetverbindung und versuche es noch einmal oder [schreibe einen Bericht im Forum] (http://community.anytype.io/report-bug)." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Comprueba tu conexión a Internet e inténtalo de nuevo o [publica un informe en el foro](http://community.anytype.io/report-bug)." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Veuillez vérifier votre connexion internet et réessayer ou [poster un rapport sur le forum](http://community.anytype.io/report-bug)." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Silakan cek koneksi internetmu lalu coba lagi atau [laporkan di forum](http://community.anytype.io/report-bug)." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Controlla la tua connessione internet e riprova o [invia un report sul forum](http://community.anytype.io/report-bug)." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "インターネット接続を確認して、もう一度お試しください。または、[フォーラムに報告](http://community.anytype.io/report-bug)する。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Controleer alsjeblieft jouw internetverbinding en probeer het opnieuw of [rapporteer op forum](http://community.anytype.io/report-bug)." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sprawdź swoje połączenie internetowe i spróbuj ponownie lub [wyślij raport na forum](https://community.anytype.io/report-bug)." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Por favor, verifique sua conexão com a ‘internet’ e tente novamente ou [poste um relatório no fórum](http://community.anytype.io/report-bug)." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Проверьте подключение к Интернету и повторите попытку или [отправьте отчёт на форуме](http://community.anytype.io/report-bug)." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin veya forumda bir rapor gönderin\n(http://community.anytype.io/report-bug)." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Please check your internet connection and try again or [post a report on forum](http://community.anytype.io/report-bug)." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请检查您的互联网连接,然后重试或[在论坛上发布报告](http://community.anytype.io/report-bug)。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請檢查您的網路連線並重試或 [在論壇上發表報告] (http://community.anytype.io/report-bug)。" + } + } + } + }, + "Error.Common.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عذرًا!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Упс!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hoppla!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Oops!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Huy!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Oups !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Waduh!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ops!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "申し訳ありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Oeps!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ups!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ops!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ой!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hay aksi!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Oops!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ối giời!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "哎呀!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "哎呀!" + } + } + } + }, + "Error.UnableToConnect": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калі ласка, падлучыцеся да інтэрнэту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bitte mit dem Internet verbinden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Please connect to the internet" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conéctate a Internet" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Veuillez vous connecter à Internet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tolong sambungkan ke internet" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Si prega di connettersi a internet" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "インターネットに接続してください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vennligst koble deg til internett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak alsjeblieft verbinding met het internet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Połącz się z Internetem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Por favor, conecte-se à internet" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пожалуйста, подключитесь к Интернету." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Lütfen internete bağlanın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Please connect to the internet" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vui lòng kết nối internet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请连接到互联网" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請連線至網際網路" + } + } + } + }, + "Everywhere": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Everywhere" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усюды" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Überall" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Everywhere" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "En cualquier sitio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Everywhere" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kaikki alla" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partout" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dimana saja" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ovunque" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべて" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Everywhere" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Overalt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Overal" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସବୁଠି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wszędzie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Em todo lugar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Everywhere" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Везде" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Her yerde" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Всюди" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mọi nơi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无处不在" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "任何位置" + } + } + } + }, + "Exact day": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يوم محدد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дакладны дзень" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Genauer Tag" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Exact day" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fecha exacta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Exact day" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tarkka päivä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Date exacte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hari yang pasti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Giorno esatto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "特定の日付" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Exact day" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Eksakt dag" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Exacte dag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଠିକ ଦିନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dokładny dzień" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Dia exato" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Exact day" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Точная дата" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tam tarih" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Точний день" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngày chính xác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "确切日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "確切日期" + } + } + } + }, + "Existing properties": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الخصائص الموجودة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorhandene Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Existing properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedades existentes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti yang ada" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proprietà esistenti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "既存のプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bestaande eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текущие свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mevcut özellikler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "现有属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Existing properties" + } + } + } + }, + "Experimental Features": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Experimental Features" + } + } + } + }, + "Experimental.NewObjectCreationMenu.subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Always pick object type when creating" + } + } + } + }, + "Experimental.NewObjectCreationMenu.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "New Object Creation Menu" + } + } + } + }, + "Export": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Export" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Экспарт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Exportieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Export" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Exportar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Export" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vie" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Exporter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ekspor" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Esporta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "エクスポート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "내보내기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Eksport" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Export" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ରପ୍ତାନି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Eksport" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exportar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Export" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Экспорт" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dışa Aktar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Export" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xuất dữ liệu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "导出" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "匯出" + } + } + } + }, + "Failed to sync, trying again...": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Failed to sync, trying again..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не ўдалося сінхранізаваць, спрабую яшчэ раз..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Synchronisierung fehlgeschlagen, versuche es erneut..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Failed to sync, trying again..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al sincronizar, intentando de nuevo…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Failed to sync, trying again..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Synkronointi epäonnistui, kokeillaan uudelleen..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Échec de la synchronisation, nouvelle tentative..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gagal menyinkronkan, coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sincronizzazione non riuscita, riprovando..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "同期に失敗しました。再試行中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Failed to sync, trying again..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Klarte ikke å synkronisere, prøver igjen..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Synchroniseren mislukt, opnieuw proberen…" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସିଙ୍କ୍ କରିବାକୁ ବିଫଳ ହୋଇଛି, ପୁନଃଚେଷ୍ଟା କରନ୍ତୁ..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Synchronizacja nie powiodła się, próbuję ponownie..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Falha ao sincronizar, tentando novamente..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Falha ao sincronizar, tentando novamente..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не удалось синхронизироваться, попробуйте еще раз..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eşitleme başarısız oldu, tekrar deneniyor..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не вдалося синхронізувати, спробую ще раз..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đồng bộ thất bại, đang thử lại..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "同步失败,请重试..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "同步失敗,正在重試..." + } + } + } + }, + "Featured relations": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Featured properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedades destacadas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti pilihan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Uitgelichte eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Öne çıkan özellikler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "精选属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Featured properties" + } + } + } + }, + "Fields": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الخصائص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уласцівасці" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Propriétés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "속성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Egenskaper" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Właściwości" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Propriedades" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellikler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thuộc tính" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "屬性" + } + } + } + }, + "File": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Datei" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dateien" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Files" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Archivo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Archivos" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Fichier" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Fichiers" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Berkas" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のファイル" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dosya" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Dosya" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Files" + } + } + } + } + } + } + }, + "Files": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ملفات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Файлы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dateien" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Files" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Archivos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fichiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "File" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "파일" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bestanden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pliki" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Arquivos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosyalar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Files" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tập tin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檔案" + } + } + } + }, + "FilesList.ForceDelete.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هل أنت متأكد أنك تريد حذف الملفات نهائيًا؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы сапраўды хочаце незваротна выдаліць гэтыя файлы?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Möchten Sie die Dateien wirklich unwiderruflich löschen?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure you want to permanently delete the files?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro que deseas eliminar definitivamente los archivos?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to permanently delete the files?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to permanently delete the files?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr de vouloir supprimer définitivement les fichiers ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah kamu yakin ingin menghapus berkas secara permanen?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro di voler eliminare definitivamente i file?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これらのファイルを完全に削除しますか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to permanently delete the files?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker på at du vil slette denne filene permanent?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je zeker dat je de bestanden permanent wilt verwijderen?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to permanently delete the files?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czy na pewno chcesz trwale usunąć pliki?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tem certeza de que deseja excluir permanentemente os arquivos?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tem a certeza de que pretende eliminar permanentemente este ficheiro?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы действительно хотите безвозвратно удалить этот файл?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosyaları kalıcı olarak silmek istediğinizden emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви впевнені, що хочете остаточно видалити ці файли?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn có chắc chắn muốn xóa vĩnh viễn các tập tin?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是否确定要永久删除文件?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定要永久刪除此檔案嗎?" + } + } + } + }, + "FilesList.Title": { + "comment": "MARK: - Files List", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dateien bereinigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Clean up files" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Limpiar archivos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nettoyer les fichiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bersihkan berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pulisci i file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルを削除する" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Schoon bestanden op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Очистка файлов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosyaları temizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "清理文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Clean up files" + } + } + } + }, + "FileStorage.CleanUpFiles": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Clean up files" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Limpiar archivos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fichiers \"fichiers nettoyés\"" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Membersihkan berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pulisci i file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルを削除する" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Schoon bestanden op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Очистка файлов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosyaları temizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "清理文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Clean up files files" + } + } + } + }, + "FileStorage.LimitError": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You exceeded file limit upload" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы перавысілі ліміт загрузкі файлаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sie haben das Uploadlimit überschritten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You exceeded file limit upload" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Has superado el límite de carga de archivos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You exceeded file limit upload" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You exceeded file limit upload" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous avez dépassé la limite d'envoi de fichiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu melewati batas unggah berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Hai superato il limite di caricamento dei file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルのアップロード上限に達しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You exceeded file limit upload" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Du overskred filopplastingsgrensen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je hebt de upload bestandslimiet overschreden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You exceeded file limit upload" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przekroczono limit przesyłania plików" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você excedeu o limite de upload" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You exceeded file limit upload" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы превысили лимит загрузки файлов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosya yükleme limitini aştın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перевищено ліміт завантаження файлів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn đã vượt quá giới hạn tải lên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您超出了上传的文件限制" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您已超出檔案上傳限制" + } + } + } + }, + "FileStorage.LimitLegend.Current": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ | %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ | %@" + } + } + } + }, + "FileStorage.LimitLegend.Free": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бясплатна | %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kostenlos | %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Free | %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Libre | %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gratuit | %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bebas | %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gratis | %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "空き | %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak vrij | %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Darmowy | %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gratuito | %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Livre %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Освободить | %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Boş | %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Free | %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "可用空间 | %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "可用空間 | %@" + } + } + } + }, + "FileStorage.LimitLegend.Other": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Іншыя прасторы | %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Andere Spaces | %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Other spaces | %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Otros espacios | %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Autres espaces | %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang lain | %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Altri spazi | %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "その他のスペース | %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Andere ruimten | %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Inne przestrzenie | %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Outros espaços | %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Другие пространства | %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Diğer alanlar | %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Other spaces | %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "其他空间 | %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "其他空間 | %@" + } + } + } + }, + "FileStorage.Local.Instruction": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لتوفير مساحة على جهازك المحلي، يمكنك تفريغ جميع ملفاتك إلى عقدة النسخ الاحتياطي المشفرة الخاصة بنا. سيتم إعادة تحميل الملفات عند فتحها." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Каб зэканоміць месца на лакальнай прыладзе, вы можаце загрузіць усе свае файлы ў наш зашыфраваны вузел рэзервовага капіявання. Файлы будуць загружаны назад, калі вы іх адкрыеце." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "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." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para ahorrar espacio en tu dispositivo local, puedes guardar todos tus archivos en nuestro nodo de respaldo cifrado. Los archivos se cargarán de nuevo cuando los abras." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "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. " + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per risparmiare spazio sul tuo dispositivo locale, puoi liberare tutti i tuoi file trasferendoli al nostro nodo di backup criptato. I file verranno ricaricati quando li apri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "お使いのデバイスの空き容量を増やしたい場合は、すべてのファイルを暗号化されたバックアップノードに移行できます。ファイルは開く際に自動的に読み込まれます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Om ruimte op je lokale apparaat te besparen, kun je al je bestanden naar onze versleutelde back-upnode verplaatsen. De bestanden worden opnieuw geladen wanneer je ze opent." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Żeby zaoszczędzić miejsce na lokalnym dysku, możesz przenieść wszystkie swoje pliki do naszego zaszyfrowanego węzła kopii zapasowych. Pliki zostaną ponownie załadowane, gdy je otworzysz." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "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." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "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 de volta quando você os abrir." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чтобы сохранить место на вашем локальном устройстве, вы можете выгрузить все ваши файлы в наш зашифрованный узел резервного копирования. Файлы будут загружены обратно, когда вы откроете их." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yerel cihazınızda yer kazanmak için tüm dosyalarınızı şifrelenmiş yedekleme düğümümüze aktarabilirsiniz. Dosyaları açtığınızda geri yüklenecektir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Щоб заощадити місце на вашому локальному пристрої, ви можете вивантажити всі ваші файли на наш зашифрований вузол резервного копіювання. Файли будуть завантажені назад, коли ви їх відкриєте." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Để tiết kiệm bộ nhớ trống trên thiết bị cục bộ của bạn, bạn có thể san hết tất cả tập tin lên điểm sao lưu bảo mật của chúng tôi. Các tệp này sẽ được tải lại khi bạn mở chúng." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "为了节省本地设备上的空间,您可以将所有文件卸载到我们的加密备份节点。打开文件时,文件将被重新加载。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "為了節省本地設備上的空間,您可以將所有檔案傳輸到我們的加密備份節點。 當您打開這些檔案時,它們將被重新載入。" + } + } + } + }, + "FileStorage.Local.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التخزين المحلي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Лакальнае сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lokaler Speicher" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Local Storage" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Almacenamiento local" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Local storage" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Local storage" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Stockage local" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penyimpanan lokal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Archiviazione locale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ローカルストレージ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Local storage" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lokal lagring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lokale opslag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Local storage" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lokalny magazyn" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Armazenamento local" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Local storage" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Локальное хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yerel depolama" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Локальне сховище" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ nhớ cục bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "本地存储" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "本機儲存" + } + } + } + }, + "FileStorage.Local.Used": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ выкарыстана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ verwendet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ used" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ usados" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ utilisé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ digunakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ utilizzati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@ 使用中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ gebruikt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ używany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ usados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ used" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ использовано" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kullanılan %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ використано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã dùng %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 已使用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已使用 %@" + } + } + } + }, + "FileStorage.OffloadTitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تفريغ الملفات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выгрузіць файлы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dateien abladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Offload files" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Guardar en el nodo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Offload files" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Offload files" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Décharger les fichiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Melepaskan berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Libera file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルを移行" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Offload files" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett lokale filer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Offload bestanden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Offload files" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odciążanie plików" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Descarregar arquivos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Offload files" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выгрузить файлы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosyaları boşalt" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вивантажити файли" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "San tập tin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "卸载文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除本地檔案" + } + } + } + }, + "FileStorage.Space.GetMore": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "احصل على مساحة أكبر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Атрымаць больш месца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Speicherplatz erweitern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Get more space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conseguir más espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Get more space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Get more space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Obtenir plus d’espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dapatkan ruang tambahan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ottieni più spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "さらに多くのスペースを入手" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Get more space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Få mer plass" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Krijg meer ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Get more space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zyskaj więcej miejsca" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Obtenha mais espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Get more space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Увеличить объем хранилища" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla alan alın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Отримати більше місця для зберігання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm bộ nhớ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "获取更多空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "獲取更多空間" + } + } + } + }, + "FileStorage.Space.Instruction": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы можаце бясплатна захоўваць да %@ вашых файлаў на нашым зашыфраваным вузле рэзервовага капіравання. Калі вы вычарпаеце ліміт, файлы будуць захоўвацца толькі лакальна." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du kannst bis zu %@ deiner Dateien auf unserem verschlüsselten Backup-Knoten kostenlos speichern. Wenn das Limit erreicht wurde, werden Dateien nur noch lokal gespeichert." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puedes almacenar gratuitamente hasta %@ de archivos en nuestro nodo de respaldo cifrado. Si llegas al límite, los archivos se almacenarán solo localmente." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous pouvez stocker gratuitement jusqu'à %@ de vos fichiers sur notre nœud de sauvegarde chiffré. Si vous atteignez la limite, les fichiers ne seront stockés que localement." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu bisa menyimpan berkasmu hingga %@ di simpul cadangan terenkripsi kami secara gratis. Jika kamu mencapai limit, berkas hanya akan disimpan secara lokal." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Puoi archiviare fino a %@ dei tuoi file sul nostro nodo di backup crittografato gratuitamente. Se raggiungi il limite, i file verranno archiviati solo in locale." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@まで無料で暗号化されたバックアップノードに保存することができます。上限に達すると、デバイス内だけで保存されるようになります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt maximaal %@ van je bestanden gratis opslaan op onze versleutelde back-up node. Als je de limiet bereikt, zullen bestanden alleen lokaal worden opgeslagen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can store up to %@ of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Możesz bezpłatnie przechowywać do %@ swoich plików w naszym zaszyfrowanym węźle kopii zapasowej. Jeśli osiągniesz limit, pliki będą przechowywane tylko lokalnie." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você pode armazenar até %@ de seus arquivos em nosso nó de backup criptografado gratuitamente. Se você atingir o limite, os arquivos serão armazenados apenas localmente." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você pode armazenar até %@ dos seus arquivos em nosso nó de backup criptografado gratuitamente. Se você atingir o limite, os arquivos serão armazenados apenas localmente." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы можете бесплатно хранить до %@ ваших файлов на нашем узле резервного копирования. При достижении лимита файлы будут храниться только локально." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosyalarınızın %@ kadarını şifrelenmiş yedekleme düğümümüzde ücretsiz olarak depolayabilirsiniz. Sınıra ulaşırsanız, dosyalar yalnızca yerel olarak depolanacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви можете зберегти до %@ ваших файлів на нашому зашифрованому резервному вузлі безплатно. Якщо ви досягнете ліміту, файли будуть збережені лише локально." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn có thể lưu miễn phí tối đa %@ tập tin trên điểm sao lưu bảo mật của chúng tôi. Khi chạm ngưỡng giới hạn, các tệp sẽ chỉ được lưu cục bộ." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您可以在我们的节点上免费加密备份存储多达 %@ 的文件。如果达到限制,文件将仅存储在本地。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您可以在我們的加密備份節點上免費儲存最多 %@ 個檔案。 如果達到限制,檔案將僅儲存在本機。" + } + } + } + }, + "FileStorage.Space.LocalOnlyInstruction": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Remote storage is not available in local-only mode. Your files are stored locally on your device." + } + } + } + }, + "FileStorage.Space.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التخزين عن بعد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аддаленае сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Externer Speicher" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remote storage" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Almacenamiento remoto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Stockage à distance" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penyimpanan jarak jauh" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Archiviazione remota" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リモートストレージ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjernlagring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Externe opslag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Magazyn zdalny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Armazenamento remoto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалённое хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uzak depolama" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Віддалене сховище" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ nhớ ngoài" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "远程存储" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "遠端儲存空間" + } + } + } + }, + "FileStorage.Space.Used": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ з %@ выкарыстоўваецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ von %@ verwendet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ of %@ used" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Usado: %@ de %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ sur %@ utilisé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ dari %@ digunakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ di %@ utilizzato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@ / %@ 使用中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ van %@ gebruikt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ z %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ de %@ usados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ of %@ used" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ из %@ используется" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@'dan %@ kadarı kullanıldı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ з %@ використано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ trên %@ đã dùng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已使用 %@ ,总共有 %@ " + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已使用 %@;總共 %@" + } + } + } + }, + "FileStorage.Title": { + "comment": "MARK: - File Storage", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Файлавае сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dateispeicher" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "File storage" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Almacenamiento de archivos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Stockage des fichiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penyimpanan berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Archiviazione file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルストレージ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fillagring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bestandsopslag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przechowywanie plików" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Armazenamento de arquivos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Файловое хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosya depolama alanı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Файлове сховище" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "File storage" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文件存储" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檔案儲存空間" + } + } + } + }, + "Filter": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تصفية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фільтр" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Filter" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Filtrar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Suodatin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Filtre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Saringan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Filtro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "フィルター" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫିଲ୍ଟର୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Filtr" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Filtro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фильтр" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Filtre" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Фільтр" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "筛选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "篩選" + } + } + } + }, + "Forever": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلى الأبد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назаўсёды" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Für immer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Forever" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Por siempre" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Forever" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Forever" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Toujours" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selamanya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per sempre" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無期限" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Forever" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Alltid" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voor altijd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Forever" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Na zawsze" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Para sempre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Forever" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Навсегда" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ömür boyu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Forever" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mãi mãi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无限期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "永久" + } + } + } + }, + "Forever free": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назаўжды бясплатна" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Für immer kostenlos" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Forever free" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gratis por siempre" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gratuit pour toujours" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gratis selamanya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gratis per sempre" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "永久に無料" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Alltid gratis" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voor altijd gratis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Na zawsze za darmo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gratuito para sempre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Бесплатно навсегда" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ömür boyu ücretsiz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Forever free" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mãi mãi miễn phí" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "永远免费" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "永久免費" + } + } + } + }, + "Format": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التنسيق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фармат" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Format" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Formato" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Formato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "種類" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Formaat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Formato" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Формат" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Biçim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Format" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "格式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Format" + } + } + } + }, + "Gallery": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Галерэя " + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Galerie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Gallery" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Galería" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Galerie" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galeri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Galleria" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ギャラリー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Galleri" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Galerij" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗ୍ୟାଲେରୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Galeria" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Galeria" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Gallery" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Галерея" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Galeri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Галерея" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Triển lãm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "相册" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "畫廊" + } + } + } + }, + "Gallery.Author": { + "comment": "MARK: - Gallery", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зроблена @%@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstellt von @%@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Made by @%@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Realizada por @%@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fait par @%@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dibuat oleh @%@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Realizzato da @%@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作者 @%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gemaakt door @%@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wykonane przez @%@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Feito por @%@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создано @%@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ tarafından oluşturuldu " + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Made by @%@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo bởi @%@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "作者:@%@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "@%@ 製作" + } + } + } + }, + "Gallery.Install": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تثبيت" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усталяваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Installieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Install" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Instalar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Install" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Install" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Installer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pasang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Installa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "インポート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Install" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Installer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Installeer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Install" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zainstaluj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Instalar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Install" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Установить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Install" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "安装" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "安裝" + } + } + } + }, + "Gallery.InstallToNew": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تثبيت في مساحة جديدة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усталяваць у новую прастору" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In neuen Space installieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Install to new space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Instalar en un espacio nuevo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Install to new space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Install to new space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Installer dans un nouvel espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pasang ke ruang baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Installa in un nuovo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいスペースにインポート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Install to new space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Installer til nytt rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Installeer in nieuwe ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Install to new space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zainstaluj w nowej przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Instalar no novo espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Install to new space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Установить в новое пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni alana kurun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Install to new space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài vào không gian mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "安装至新的空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "安裝到新的空間" + } + } + } + }, + "Gallery.Notification.Button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الانتقال إلى المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перайсці ў прастору" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gehe zum Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Go to space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ir al espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Go to space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Go to space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aller à l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunjungi ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vai allo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースに移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Go to space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gå til rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ga naar ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Go to space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przejdź do miejsca" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ir para espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Go to space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Перейти в пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alana git" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Go to space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đến không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "转到空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "前往空間" + } + } + } + }, + "Gallery.Notification.Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ой! \"%@\" не быў усталяваны. Праверце падключэнне да інтэрнэту і паўтарыце спробу або напішыце на форуме." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hoppla! „%@“ wurde nicht installiert. Bitte überprüfe deine Internetverbindung und versuche es erneut oder schreibe einen Bericht im Forum." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Huy! «%@» no se ha instalado. Comprueba tu conexión a Internet e inténtalo de nuevo o publica un informe en nuestro foro." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Oups ! \"%@\" n'a pas été installé. Veuillez vérifier votre connexion internet et réessayer ou poster un rapport sur le forum." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ups! \"%@\" tidak terpasang. Silakan cek koneksi internetmu lalu coba lagi, atau buatlah laporan di forum." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" non è stato installato. Controlla la tua connessione internet e riprova o pubblica un rapporto sul forum." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "申し訳ありません。「%@」のインポートに失敗しました。インターネットの接続を確認するか、もう一度試してみてください。コミュニティに問題を報告することもできます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Oeps! \"%@\" werd niet geïnstalleerd. Controleer jouw internetverbinding en probeer het opnieuw of rapporteer het op het forum." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ups! \"%@\" nie został zainstalowany. Sprawdź swoje połączenie internetowe i spróbuj ponownie lub opublikuj raport na forum." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ops! \"%@\" não foi instalado. Por favor, verifique sua conexão com a internet e tente de novo ou publique um problema no fórum." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ой! \"%@\" не был установлен. Пожалуйста, проверьте подключение к Интернету и повторите попытку или оставьте сообщение на форуме." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hay aksi! %@ yüklenemedi. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin. Bu da işe yaramazsa forumda bize bildirin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Oops! \"%@\" wasn't installed. Please check your internet connection and try again or post a report on forum." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chết dở. \"%@\" chưa cài đặt được. Kiểm tra kết nối internet của bạn rồi thử lại hoặc đăng một báo cáo lên diễn đàn." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "哎呀! “%@” 未安装。请检查您的互联网连接,然后重试或在论坛上反馈。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "哎呀! 未安裝 \"%@\"。 請檢查您的網路連線並重試或在論壇上發表報告。" + } + } + } + }, + "Gallery.Notification.Success": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шаблон быў паспяхова ўсталяваны ў прастору \"%@\". Вы можаце адкрыць і пачаць яго выкарыстоўваць." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erlebnis wurde erfolgreich im \"%@\" Space installiert. Du kannst ihn nun öffnen und beginnen zu verwenden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La experiencia se ha instalado en el espacio «%@». Ya puedes abrirla y empezar a usarla." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "L'expérience a été installée avec succès dans l'espace \"%@\". Vous pouvez maintenant ouvrir et commencer à l'utiliser." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pengalaman telah terpasang ke ruang \"%@\". Anda sekarang dapat membukanya dan mulai menggunakannya." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "L'esperienza è stata installata con successo nello spazio \"%@\". Ora puoi aprirla e iniziare ad usarla." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース「%@」にインポートが完了しました。スペースを開いて、すぐに使い始めましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Experience werd succesvol geïnstalleerd in de \"%@\" ruimte. Je kunt het nu openen en gebruiken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Doświadczenie zostało pomyślnie zainstalowane w przestrzeni \"%@\". Możesz teraz otworzyć i zacząć z niej korzystać." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Experiência instalada com sucesso no espaço \"%@\". Agora você pode abrir e começar a usá-la." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Шаблон был успешно установлен в пространство \"%@\". Вы можете открыть и начать его использовать." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Deneyim \"%@\" alanına başarıyla yüklendi. Şimdi açıp kullanabilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Experience was successfully installed to the \"%@\" space. You can now open and start using it." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trải nghiệm đã được cài đặt thành công vào không gian \"%@\". Giờ bạn có thể mở rồi bắt đầu sử dụng luôn." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "体验已成功安装到 “%@” 空间。您现在可以打开并开始使用它。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "體驗包已成功安裝到 \"%@\" 空間。 現在您可以開啟並開始使用它。" + } + } + } + }, + "GlobalSearch.EmptyFilteredState.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لم يتم العثور على كائنات مرتبطة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звязаных аб'ектаў не знойдзена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine zugehörigen Objekte gefunden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No related objects found" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se ha encontrado ningún objeto relacionado." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No related objects found" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No related objects found" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun objet associé trouvé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada objek terkait ditemukan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun oggetto correlato trovato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "関連するオブジェクトが見つかりません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No related objects found" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No related objects found" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen gerelateerde objecten gevonden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ସମ୍ବନ୍ଧୀୟ ବସ୍ତୁ ମିଳିଲା ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie znaleziono powiązanych obiektów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhum objeto relacionado encontrado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nenhum objeto relacionado encontrado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связанных объектов не найдено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlgili nesne bulunamadı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No related objects found" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No related objects found" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有找到相关对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "找不到關聯的物件" + } + } + } + }, + "GlobalSearch.EmptyState.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create new object or search for something else" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць новы аб'ект або знайсці што-небудзь іншае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle ein neues Objekt oder suche nach etwas anderem" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create new object or search for something else" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crea un objeto nuevo o busca otra cosa." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create new object or search for something else" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create new object or search for something else" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un nouvel objet ou rechercher autre chose" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek baru atau telusuri yang lain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea un nuovo oggetto o cerca qualcos'altro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しくオブジェクト作成、もしくは検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create new object or search for something else" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create new object or search for something else" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak een nieuw object of zoek naar iets anders" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୂତନ ବସ୍ତୁ ସୃଷ୍ଟି କରନ୍ତୁ କିମ୍ୱା ଅନ୍ୟ କିଛି ସନ୍ଧାନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz nowy obiekt lub szukaj czegoś innego" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar objeto ou procurar outra coisa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Crie uma nova ou procure por outra coisa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создайте новый объект или найдите что-то другое" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni nesne oluşturun veya başka bir şey arayın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create new object or search for something else" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo một cái mới hoặc tìm cái nào đấy khác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建新的对象或搜索一下" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立一個新的或搜尋其他內容" + } + } + } + }, + "GlobalSearch.Swipe.Tip.subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Правядзіце пальцам улева, каб убачыць звязаныя аб'екты. Звярніце ўвагу, што гэта працуе толькі для аб'ектаў, якія маюць звязаныя аб'екты." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wische nach links, um zugehörige Objekte zu sehen. Beachte, dass dies nur für Objekte funktioniert, die zugehörige Objekte haben." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desliza a la izquierda para ver los objetos relacionados. Ten en cuenta que solo funciona con objetos que tienen algún objeto relacionado." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Glissez vers la gauche pour voir les objets liés. Notez que cela ne fonctionne que pour les objets qui ont des objets liés." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gulir ke kiri untuk melihat objek terkait. Tindakan ini hanya bisa dilakukan pada objek yang memiliki objek terkait." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scorri a sinistra per vedere gli oggetti correlati. Nota, funziona solo per oggetti che hanno oggetti correlati." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "左にスワイプして関連するオブジェクトを表示します。注意: 関連するオブジェクトを持つオブジェクトに対してのみ動作します。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Swipe naar links om gerelateerde objecten te zien. Let op, het werkt alleen voor objecten die gerelateerde objecten hebben." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମ୍ବନ୍ଧିତ ବସ୍ତୁଗୁଡିକ ଦେଖିବାକୁ ବାମ ସ୍ୱାଇପ୍ କରନ୍ତୁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesuń palcem w lewo, aby zobaczyć powiązane obiekty. Uwaga, działa tylko dla obiektów, które mają powiązane obiekty." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Deslize para a esquerda para ver objetos relacionados. Observe que isso só funciona para objetos que tenham objetos relacionados." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deslize para a esquerda para ver objetos relacionados. Observe que isso só funciona para objetos que tenham objetos relacionados." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Проведите влево, чтобы увидеть связанные объекты. Обратите внимание, что он работает только для объектов, имеющих связанные объекты." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlgili nesneleri görmek için sola kaydırın. Yalnızca ilgili nesnelere sahip nesneler için çalıştığını unutmayın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Swipe left to see related objects. Note, it works only for objects that have related objects." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向左滑动以查看相关对象。注意,它仅适用于有相关对象的对象。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "往左滑動以查看關聯物件。請注意,這只對有其他關聯物件的物件有效。" + } + } + } + }, + "GlobalSearch.Swipe.Tip.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Related objects" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звязаныя аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zugehörige Objekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Related objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objetos relacionados" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Related objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Related objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objets liés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek terkait" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetti correlati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "関連するオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Related objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Related objects" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gerelateerde objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମ୍ବନ୍ଧିତ ବସ୍ତୁଗୁଡିକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podobne obiekty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objetos relacionados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Objetos relacionados" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать связанные объекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlgili nesneler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Related objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đối tượng liên quan" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "相关的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "全域搜尋" + } + } + } + }, + "Go back": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رجوع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назад" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zurückgehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Go back" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Volver" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Go back" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Go back" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Retour" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kembali" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Indietro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "前に戻る" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Go back" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gå tilbake" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ga terug" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Go back" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wróć" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Voltar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Go back" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вернуться" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri git" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Повернутись" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quay lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "回到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "返回" + } + } + } + }, + "Got it": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verstanden!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "I got it!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Entendido!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "J’ai compris !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mengerti!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ho capito!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "わかりました!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ik snap het!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anladım!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我明白了!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "I got it!" + } + } + } + }, + "Gradients": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تدرجات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Градыенты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Farbverläufe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Gradients" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Degradados" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Gradients" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Gradients" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dégradés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gradien" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gradienti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "グラデーション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Gradients" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Graderinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gradiënten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗ୍ରେଡିଏଣ୍ଟ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Gradient" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gradientes" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Gradients" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Градиенты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gradyanlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Градієнти" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dải màu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "渐变" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "漸層" + } + } + } + }, + "Green": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أخضر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зялёны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Grün" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Green" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Verde" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Green" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vihreä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vert" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hijau" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Verde" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "緑色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "초록색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Grønn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Groen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସବୁଜ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zielony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Verde" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Verde" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Зелёный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeşil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зелений" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "绿色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "綠色" + } + } + } + }, + "Green background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Green background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зялёны фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Grüner Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Green background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo verde" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Green background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Green background" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond vert" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang hijau" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo verde" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "緑色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "초록색 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Grønn bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Groene achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସବୁଜ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zielone tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo verde" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo verde" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Зелёный фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeşil arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зелене тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Green background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "浮萍绿背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "綠色背景" + } + } + } + }, + "Grey": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Grey" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шэры" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Grau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Grey" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gris" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Grey" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Harmaa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gris" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Abu-abu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Grigio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "灰色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "회색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Grå" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Grijs" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Grey" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szary" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cinza" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Grey" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Серый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сірий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xám" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "浅灰色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "灰色" + } + } + } + }, + "Grey background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Grey background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шэры фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Grauer Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Grey background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo gris" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Grey background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Harmaa tausta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond gris" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang kelabu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo grigio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "灰色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Grey background" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Grå bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Grijze achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Grey background" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szare tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Plano de fundo cinza" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Grey background" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Серый фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gri arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сіре тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Grey background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "浅灰色背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "灰色背景" + } + } + } + }, + "Header": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رأس" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Überschrift" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Header" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En-tête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bidang atas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Intestazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ヘッダー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "헤더" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Koptekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଡର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cabeçalho" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Заголовок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üst başlık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Header" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Header" + } + } + } + }, + "Hidden": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مخفي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ausgeblendet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hidden" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Oculto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Masqué" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Disembunyikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nascosto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "非表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verborgen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скрытые" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gizli" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已隐藏" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Hidden" + } + } + } + }, + "Hide": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إخفاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Схаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verstecken" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hide" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ocultar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Hide" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Hide" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Masquer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sembunyikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nascondi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "非表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "숨기기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skjul" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verberg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Hide" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ukryj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ocultar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Hide" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скрыть" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Hide" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ẩn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "隐藏" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "隱藏" + } + } + } + }, + "Hide types": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إخفاء الأنواع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Схаваць тыпы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typen ausblenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hide types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ocultar tipos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Hide types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Piilota tyypit" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Masquer les types" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sembunyikan tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nascondi tipi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "種類を非表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Hide types" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skjul typer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verberg types" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Hide types" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ukrywanie typów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ocultar tipos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ocultar tipos" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скрыть типы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türleri gizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Hide types" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hide types" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "隐藏类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "隱藏類型" + } + } + } + }, + "Highlight": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تمييز" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Цытата" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hervorhebung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Highlight" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Resaltar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Highlight" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Korostus" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Surligner" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menyorot" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Evidenzia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "引用文" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Highlight" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Uthev" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Markeer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହାଇଲାଇଟ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podświetlenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Destaque" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Highlight" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выделить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Vurgula" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Виділити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nổi bật" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "高亮" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "螢光筆" + } + } + } + }, + "History": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "السجل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гісторыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verlauf" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "History" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Historial" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Historique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "更新履歴" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "히스토리" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Historikk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geschiedenis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Historia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Histórico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "История" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçmiş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "History" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lịch sử" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "历史记录" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "歷史記錄" + } + } + } + }, + "Home": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Home" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Галоўная\n" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Startseite" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Home" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Inicio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Home" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Koti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Accueil" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Beranda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Home" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ホーム" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Home" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hjem" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Home" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଘର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Strona główna" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Início" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Home" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Главная" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ana sayfa" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Головна" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trang chủ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "主页" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "首頁" + } + } + } + }, + "Home.Snackbar.Library": { + "comment": "MARK: - Home", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Library is available in desktop app" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бібліятэка даступная ў праграме для камп'ютараў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bibliothek ist in der Desktop-App verfügbar" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Library is available in desktop app" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La biblioteca está disponible en la aplicación de escritorio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Library is available in desktop app" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Library is available in desktop app" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La bibliothèque est disponible dans l'application de bureau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pustaka tersedia di aplikasi desktop" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La libreria è disponibile nell'app desktop" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ライブラリはデスクトップ版で利用可能です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Library is available in desktop app" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Biblioteket er tilgjengelig i skrivebordsappen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bibliotheek is beschikbaar in de desktopapplicatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲାଇବ୍ରେରୀ ଡେସ୍କଟପ୍ ଆପରେ ଉପଲବ୍ଧ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Biblioteka jest dostępna w aplikacji komputerowej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A biblioteca está disponível no aplicativo desktop" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "A biblioteca está disponível no aplicativo desktop" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Библиотека доступна в приложении для компьютера" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kitaplık masaüstü uygulamasında mevcuttur." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Бібліотека доступна у настільному застосунку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Library is available in desktop app" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文库在桌面端应用程序中可用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "資料庫可以在電腦端程式中使用" + } + } + } + }, + "Icon": { + "comment": "Object settings", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أيقونة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Значок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Symbol" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Icon" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Icono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Icon" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Icon" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Icône" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ikon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Icona" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アイコン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "아이콘" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Icoon" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆଇକନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ikona" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ícone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ícone" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Иконка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Simge" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Іконка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Biểu tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "图标" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "圖示" + } + } + } + }, + "Image": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bild" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Bilder" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Images" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Imagen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Imágenes" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Gambar" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個の画像" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Görsel" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Görsel" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Images" + } + } + } + } + } + } + }, + "Image from Photo Library": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Image from Photo Library" + } + } + } + }, + "In this object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "In this object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "У гэтым аб'екце" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In diesem Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "In this object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "En este objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "In this object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "In this object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dans cet objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Di objek ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "In questo oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト内" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "In this object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I dette objektet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Binnen dit object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "In this object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "W tym obiekcie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Neste objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "In this object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "В этом объекте" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu nesnede" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "В цьому об'єкті" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Của đối tượng này" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在此对象中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在此物件內" + } + } + } + }, + "Incompatible version": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إصدار غير متوافق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Несумяшчальная версія" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inkompatible Version" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Incompatible version" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión incompatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version incompatible" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "互換性のないバージョン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "호환되지 않는 버전" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukompatibel versjon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet-compatibele versie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Niekompatybilna wersja" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Versão incompatível" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Несовместимая версия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uyumsuz sürüm" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Phiên bản không tương thích" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不兼容版本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不相容的版本" + } + } + } + }, + "Initializing sync": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تهيئة المزامنة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ініцыялізацыя сінхранізацыі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Initialisiere Synchronisation" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Initializing sync" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Inicializando sincronización" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Initializing sync" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Käynnistetään synkronointia" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Initialisation de la synchronisation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memulai sinkron" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inizializzazione sincronizzazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "同期を初期化中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Initializing sync" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Initialiserer synkronisering" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Synchronisatie wordt opgestart" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Initializing sync" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Inicjowanie synchronizacji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Iniciando sincronização" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Initializing sync" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Инициализация синхронизации" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Senkronizasyon başlatılıyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ініціалізація синхронізації" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang khởi tạo đồng bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "初始化同步中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "初始化同步中" + } + } + } + }, + "InterfaceStyle.dark": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "داكن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Цёмны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dunkel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Dark" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Oscuro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Dark" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Dark" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sombre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gelap" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scuro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ダーク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mørk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Donker" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Dark" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ciemny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Escuro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Dark" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тёмный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Karanlık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Темна" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tối" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "暗色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "深色" + } + } + } + }, + "InterfaceStyle.light": { + "comment": "MARK: - InterfaceStyle", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فاتح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Светлы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hell" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Light" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Claro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Light" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Light" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Clair" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Cahaya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiaro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ライト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "라이트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lys" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Licht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Light" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jasny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Claro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Light" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Светлый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Açık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Світла" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sáng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "亮色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "亮色" + } + } + } + }, + "InterfaceStyle.system": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "النظام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сістэма" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "System" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sistema" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Système" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sistem" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sistema" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "標準" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "시스템" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Systeem" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Systemowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sistema" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Системный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sistem" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Система" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Theo hệ thống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "跟随系统" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "跟隨系統" + } + } + } + }, + "Into object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Into object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "У аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In ein Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Into object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "En objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Into object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Objektiin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Di dalam objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nell'oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトに挿入" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Into object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Inn i objektet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naar object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Into object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Do obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Neste objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Into object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "В объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesneye dönüştür" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "В об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vào đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "转为对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "轉為物件" + } + } + } + }, + "Items syncing": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%#@item@ сінхранізацыя..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg элементы" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg элементаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg элемент" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg элементаў" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": " %#@item@ wird synchronisiert ..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg Element" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Elemente" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg items" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%#@item@ sincronizando…" + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg elemento" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg elementos" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Synchronisation %#@item@ en cours..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Élément %arg" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg éléments" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menyinkonkan %#@item@..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%#@item@ sincronizzazione..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg elemento" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg elementi" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@item@を同期中…" + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg個の項目" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%#@item@ 동기화 중..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 항목들" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%#@item@ synchroniseren..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg onderdeel" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg onderdelen" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sincronizando %#@item@..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Item %arg" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg itens" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Синхронизация %#@item@..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg элемента" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg элементов" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg элемент" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg элементов" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@item@ eşitleniyor..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg öğe" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg öğe" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg item" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%#@item@ syncing..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg items" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%#@item@ 同步中..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 项" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%#@item@ 正在同步中..." + }, + "substitutions": { + "item": { + "formatSpecifier": "ld", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 項目" + } + } + } + } + } + } + } + } + }, + "Join": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "انضمام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далучыцца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beitreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Join" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Unirte" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Join" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Join" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rejoindre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gabung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unisciti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "参加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Join" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bli med" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deelnemen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଯୋଗ ଦିଅନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dołącz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Junte-se" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Junte-se" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Присоединись" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katıl" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Join" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gia nhập" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加入" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "加入" + } + } + } + }, + "Just e-mail": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Толькі email" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nur E-Mail" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Just e-mail" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solo correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Juste un email" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kirim surel saja" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Solo email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスで\n" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kun e-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alleen e-mail" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wystarczy wysłać e-mail" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Somente e-mail" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Только e-mail" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sadece e-posta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Just e-mail" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉ e-mail" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "仅需电子邮件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "只需電子郵件" + } + } + } + }, + "Keychain": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Keychain" + } + } + } + }, + "Layout": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التخطيط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Знешні выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Layout" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Layout" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Diseño" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Layout" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Layout" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mise en page" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tata letak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Disposizione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "レイアウト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "레이아웃" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oppsett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Opmaak" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲେଆଉଟ୍‌" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Układ" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Leiaute" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Layout" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Макет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Макет" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bố cục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "布局" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "排版" + } + } + } + }, + "Learn more": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معرفة المزيد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Даведацца больш" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mehr erfahren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Learn more" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Más información" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Learn more" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Learn more" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En savoir plus" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pelajari lebih lanjut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per saperne di più" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "さらに詳しく" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Learn more" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lær mer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ontdek meer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Learn more" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dowiedz się więcej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Saiba mais" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Learn more" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Узнать больше" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla bilgi edinin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Learn more" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tìm hiểu thêm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "了解详情" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "了解更多" + } + } + } + }, + "Leave a space": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Leave a space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abandonar un espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Quitter l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tinggalkan ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースから退出" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verlaat een ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏକ ସ୍ଥାନ ଛାଡ଼ନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sair do espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Покинуть пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir boşluk bırak" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "离开空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Leave a space" + } + } + } + }, + "Lets Go": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паехалі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Los geht’s" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Let’s Go" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Adelante" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "C’est parti " + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mulai!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Iniziamo!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "始める" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Laten we beginnen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚାଲନ୍ତୁ ଆମେ ଯିବା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vamos lá" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Давайте начнём" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Haydi Başlayalım" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "让我们开始!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Let’s Go" + } + } + } + }, + "LetsTryIt": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Let's try it" + } + } + } + }, + "Limit object types": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد أنواع الكائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абмежаваць тыпы аб'ектаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekttypen einschränken" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Limit object types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Limitar tipos de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Limit object types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Rajoita objekti tyyppejä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Limiter les types d'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batasi tipe objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Limita tipi di oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを制限" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오브젝트 유형 제한" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Begrens objekttyper" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Beperkt objecttypes" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟ ପ୍ରକାର ସୀମିତ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ograniczanie typów obiektów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Limitar tipos de objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Limit object types" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ограничить типы объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne türlerini sınırla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обмежити типи об'єктів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Giới hạn loại đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "限制对象类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "限制物件類型" + } + } + } + }, + "Link": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спасылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Linkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "링크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Koppeling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ligação" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ссылка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結" + } + } + } + }, + "Link to": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط إلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спасылка на" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link zu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Link to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conectar a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien vers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautkan ke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collega a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Koble til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Link naar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Łącze do" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vincular a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связать с" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şuna bağla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зв'язати з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết đến" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結到" + } + } + } + }, + "LinkAppearance.Description.Content.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معاينة المحتوى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прадпрагляд змесціва" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inhaltsvorschau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Content preview" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista del contenido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Content preview" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Content preview" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aperçu du contenu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pratinjau konten" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anteprima del Contenuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コンテンツプレビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Content preview" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forhåndsvisning av innhold" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voorvertoning inhoud" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଷୟବସ୍ତୁ ପୂର୍ବାବଲୋକନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podgląd zawartości" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pré-visualização do conteúdo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pré-visualização de conteúdo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Предпросмотр контента" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçerik önizlemesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Попередній перегляд вмісту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xem trước nội dung" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "内容预览" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "內容預覽" + } + } + } + }, + "LinkAppearance.Description.None.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا شيء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "None" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ninguno" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "None" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei mitään" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuno" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "なし" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "없음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଛି ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhum" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nenhum" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbiri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нічого" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無" + } + } + } + }, + "LinkAppearance.Description.Object.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "وصف الكائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Апісанне аб'екта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objektbeschreibung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object description" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Descripción de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object description" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Object description" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Description de l'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Deskripsi objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Descrizione dell'oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトの説明" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Object description" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Beskrivelse av objektet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objectomschrijving" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବସ୍ତୁ ବର୍ଣ୍ଣନା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Opis obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Descrição do Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Descrição do objeto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Описание объекта" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne açıklaması" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Опис об'єкту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mô tả cho đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象描述" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件描述" + } + } + } + }, + "LinkAppearance.ObjectType.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نوع الكائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып аб'екта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekttyp" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type de l'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo di oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objekttype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objecttype" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବସ୍ତୁ ପ୍ରକାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typ obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип объекта" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne türü" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тип об'єкта" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件類型" + } + } + } + }, + "LinkPaste.bookmark": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create bookmark" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць закладку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lesezeichen erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create bookmark" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear marcador" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create bookmark" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create bookmark" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un marque-page" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat penanda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea segnalibro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブックマークを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "북마크 생성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett bokmerke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak bladwijzer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create bookmark" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz zakładkę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar marcador" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create bookmark" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать закладку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yer imi oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створити закладку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo dấu trang" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建书签" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立書籤" + } + } + } + }, + "LinkPaste.link": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Paste as link" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Link einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste as link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pegar como enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste as link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Paste as link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller en tant que lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempel sebagai tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla come collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクとして貼り付け" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Paste as link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn som lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plak als link" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Paste as link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej jako link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar como link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Paste as link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить как ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı olarak yapıştır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити як посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dán dưới dạng link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "以連結貼上" + } + } + } + }, + "LinkPaste.text": { + "comment": "MARK: Link Past Actions", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Paste as text" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць як тэкст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Text einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste as text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pegar como texto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste as text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Paste as text" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller en tant que texte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempel sebagai teks" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla come testo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テキストとして貼り付け" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Paste as text" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn som tekst" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plak als tekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Paste as text" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej jako tekst" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar como texto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Paste as text" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить как текст" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Metin olarak yapıştır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити як текст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dán dưới dạng văn bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴为正文" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "以文本貼上" + } + } + } + }, + "Links count": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d спасылкі" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d спасылак" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d спасылка" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d спасылак" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d Link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Links" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d links" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d enlace" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d enlaces" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d lien" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d liens" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d tautan\n\n%d tautan - tautan" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d collegamento" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d collegamenti" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d件のリンク" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d lenke" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d lenker" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Linki: %d" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Linki: %d" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "link: %d" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Linki: %d" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d ссылки" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d ссылок" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d ссылка" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d ссылок" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d bağlantı" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d bağlantı" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d links" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 个链接" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 個連結" + } + } + } + } + } + } + }, + "List": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Listen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Lists" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Listas" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Listes" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Daftar" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のリスト" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Liste" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Lists" + } + } + } + } + } + } + }, + "Lists": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "القوائم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спісы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gruppen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Lists" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Listas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Lists" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Listat" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Listes" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Grup" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "목록" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Groups" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lijsten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତାଲିକା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Listy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Groups" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Lists" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Списки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Listeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Groups" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Các danh sách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分组" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "列表" + } + } + } + }, + "Loading, please wait": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جارٍ التحميل، يرجى الانتظار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загрузка, калі ласка пачакайце" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wird geladen, bitte warten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Loading, please wait" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargando. Espera, por favor." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Loading, please wait" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ladataan, odotathan" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Chargement, veuillez patienter..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memuat, harap tunggu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Caricamento in corso, attendere prego" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "読み込み中です。少々お待ちください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "로드 중, 잠시만 기다려주세요" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Laster inn, vennligst vent" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bezig met laden, een ogenblik geduld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲୋଡି ହଉଛି, ଦୟାକରି ଅପେକ୍ଷା କରନ୍ତୁ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ładowanie, proszę czekać" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Carregando, aguarde por favor!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "A carregar, por favor aguarde" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подождите, выполняется загрузка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yükleniyor, lütfen bekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажується, будь ласка, зачекайте" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang tải, vui lòng đợi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正在加载中,请稍候" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "載入中,請稍候" + } + } + } + }, + "Local Only": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "محلي فقط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Толькі Лакальна" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nur lokal" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Local Only" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solo local" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Local uniquement" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hanya lokal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Solo Locale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ローカルモード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kun lokalt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alleen lokaal" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Somente Local" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Локально" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yalnızca lokal" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Local Only" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉ cục bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "仅本地" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "僅限本地" + } + } + } + }, + "Lock": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قفل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Заблакіраваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sperren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Lock" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Proteger" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Lock" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lock" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Verrouiller" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blocca" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ロック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Lock" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lås" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vergrendel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Lock" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zablokuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Bloquear" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Lock" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Заблокировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kilitle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Заблокувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上锁" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "鎖定" + } + } + } + }, + "Log out": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Log out" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выйсці" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abmelden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Log Out" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cerrar sesión" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Log out" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kirjaudu ulos" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déconnexion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Keluar log" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Disconnetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ログアウト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "로그아웃" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Logg ut" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Meld af" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲଗ ଆଉଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyloguj się" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sair" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Encerrar sessão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выйти" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çıkış yap" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вийти" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đăng xuất" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "退出登录" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "登出" + } + } + } + }, + "Logout and clear data": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Logout and clear data" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выйсці і ачысціць даныя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abmelden und Daten löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Logout and clear data" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cerrar sesión y eliminar datos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Logout and clear data" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Logout and clear data" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Se déconnecter et effacer les données" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Keluar dan bersihkan data" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Esci e cancella i dati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ログアウトしてデータを消去" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Logout and clear data" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Logg ut og slett data" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Log uit en wis gegevens" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲଗ୍ ଆଉଟ୍ ଏବଂ ଡାଟା ସଫା କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyloguj i wyczyść dane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desconectar e limpar dados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Logout and clear data" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выйти и очистить данные" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Oturumu kapat ve verileri temizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вийти й очистити дані" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Logout and clear data" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "注销并清除数据" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "登出並清除資料" + } + } + } + }, + "LongTapCreateTip.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Націсніце і ўтрымлівайце кнопку «Стварыць аб'ект», каб адкрыць меню тыпаў аб'ектаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tippen sie lange auf den Erstelle Objekt Knopf um ein Typ-Menü zu öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mantén pulsado el botón Crear objeto para abrir el menú de tipos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appuyez longuement sur le bouton Créer un objet pour ouvrir le menu avec les types" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tekan lama tombol Buat Objek untuk membuka menu dengan Tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tocca a lungo il pulsante Crea Oggetto per aprire il menu con i tipi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト作成ボタンを長押しすると、タイプを指定して作成できます" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Trykk og hold på Opprett objektknapp for å åpne meny med typer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Druk lang op de knop maak object om het menu te openen met types" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Długie dotknięcie przycisku Utwórz obiekt, aby otworzyć menu z typami" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Toque longo no botão Criar Objeto para abrir o menu com os tipos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удерживайте кнопку Создать Объект, чтобы открыть меню выбора типа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türleri içeren menüyü açmak için Nesne Oluştur düğmesine uzun dokunun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Натисніть і утримуйте кнопку Створити об'єкт, щоб відкрити меню типів об'єктів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Long tap on Create Object button to open menu with types" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "长按创建文档按钮以打开带类型的菜单" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "長按「建立物件」按鈕可開啟包含類型的選單" + } + } + } + }, + "LongTapCreateTip.Title": { + "comment": "MARK: - Create tip", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварэнне аб'ектаў з пэўным тыпам" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle Objekte mit bestimmtem Typ" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create Objects with specific Type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear objetos de un tipo específico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer des objets avec un type spécifique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat Objek dengan Tipe tertentu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea Oggetti con Tipo specifico" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを指定して作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett objekter med spesifikk type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak objecten met specifiek type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tworzenie obiektów o określonym typie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar Objetos com Tipo específico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать объекты определенного типа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Belirli türde nesneler oluşturma" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create Objects with specific Type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建带有特定类型的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立特定類型的物件" + } + } + } + }, + "Manage payment": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدارة الدفع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кіраваць плацяжом" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zahlung verwalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Manage payment" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gestionar el pago" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Manage payment" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Manage payment" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gérer un paiement" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kelola pembayaran" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gestisci pagamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "支払いの管理" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Manage payment" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Administrer betaling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Beheer betaling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Manage payment" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zarządzaj płatnościami" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gerenciar pagamento" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Manage payment" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Управление платежами" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ödemeyi yönet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Manage payment" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quản lý thanh toán" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "管理付款" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "管理付款方式" + } + } + } + }, + "Media": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "وسائط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Медыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Medien" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Media" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Medios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Media" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Media" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Média" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Media" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Multimedia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メディア" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "미디어" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Media" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Media" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମିଡ଼ିଆ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Multimedia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mídias" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Media" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Медиа-файлы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Medya" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Медіа" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đa phương tiện" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "媒体" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "媒體" + } + } + } + }, + "membersPlural": { + "extractionState": "manual", + "localizations": { + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d members" + } + } + } + } + } + } + }, + "Mention.Subtitle.Placeholder": { + "comment": "MARK: - Mention", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "개체" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Objeto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件" + } + } + } + }, + "Mentions": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإشارات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Згадванні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erwähnungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mentions" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Menciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sebutan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Menzioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vermeldingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Упоминания" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bahsetmeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "提及" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Mentions" + } + } + } + }, + "Min X characters": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мінімум %@ сімвалаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Min. %@ Zeichen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Min %@ characters" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mín. %@ caracteres" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Min %@ caractères" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Minimal %@ karakter" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Minimo %@ caratteri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最小 %@ 文字" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Min %@ tekens" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Minimalna liczba znaków %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No mínimo %@ caracteres" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Минимум %@ символов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Min %@ karakter" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Min %@ characters" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tối thiểu %@ ký tự" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "最小 %@ 个字符" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "最少 %@ 個字元" + } + } + } + }, + "Misc": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "متفرقات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Misc" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Varios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Divers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lain-Lain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Varie" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "その他" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Overig" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прочее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Diğer" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "其他" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Misc" + } + } + } + }, + "Mode": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الوضع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэжым" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Modus" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mode" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Modo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mode" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mode" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mode" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mode" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modalità" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "モード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "모드" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Modus" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Instelling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୋଡ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tryb" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Modo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mode" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Режим" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mod" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Режим" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "模式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "模式" + } + } + } + }, + "More": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "More" + } + } + } + }, + "MoreInfo": { + "comment": "MARK: - Space Share", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المزيد من المعلومات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падрабязней" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mehr Informationen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "More info" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Más información" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "More info" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "More info" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Plus d'infos" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lebih lanjut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ulteriori informazioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "詳しく見る" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "More info" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mer info" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Meer informatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "More info" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodatkowe informacje" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mais informações" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "More info" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подробнее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla bilgi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "More info" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm thông tin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更多信息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更多資訊" + } + } + } + }, + "Move": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verschieben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mover" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déplacer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindahkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이동" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଘୁଞ୍ଚାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przenieś" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mover" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mover" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Переместить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перемістити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Di chuyển" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移动" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移動" + } + } + } + }, + "Move to": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقل إلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць у" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verschieben nach" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mover a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déplacer vers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindahkan ke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta in" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이동하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats naar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏଠାକୁ ସ୍ଥାନାନ୍ତର କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przenieś do" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mover para" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mover para" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Переместить в" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şuraya taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перемістити до" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Di chuyển đến" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移至" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移動至" + } + } + } + }, + "Move To Bin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Move To Bin" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць у Сметніцу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In den Papierkorb verschieben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move To Bin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mover a la papelera" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move To Bin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move To Bin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buang ke Bak Sampah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta nel Cestino" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ゴミ箱に移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "휴지통으로 이동" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt til papirkurv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats naar prullenbak" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିନ୍ କୁ ପଠାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przenieś do Kosza" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mover para a Lixeira" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mover para Lixeira" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Переместить в корзину" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çöpe taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перенести до кошика" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đưa vào thùng rác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移动到回收站" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移動到垃圾桶" + } + } + } + }, + "Mute": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Stummschalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mute" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Silenciar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Senyapkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ミュート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sustur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Mute" + } + } + } + }, + "My First Space": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مساحتي الأولى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мая першая прастора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mein erster Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "My First Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mi Primer Espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mon premier espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang Pertamaku" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il Mio Primo Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "初めてのマイスペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mijn eerste ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୋର ପ୍ରଥମ ସ୍ଥାନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Meu Primeiro Espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Моё первое пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Benim İlk Alanım" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我的第一个空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "My First Space" + } + } + } + }, + "My Properties": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خصائصي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Meine Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "My Properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mis propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mes propriétés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Propertiku" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Le mie Proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作成したプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mijn eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Мои свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özelliklerim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我的属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "My Properties" + } + } + } + }, + "My Sites": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "My Sites" + } + } + } + }, + "My spaces": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مساحاتي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мае прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Meine Spaces" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "My Spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mis espacios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mes espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruangku" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I miei Spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "自分のスペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "내 스페이스" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mijn Ruimtes" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୋ ସ୍ଥାନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Meus Espaços" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Мои пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanlarım" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我的空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "My Spaces" + } + } + } + }, + "Myself": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نفسي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сябе" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ich" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Myself" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Yo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Myself" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Myself" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Moi-même" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Aku sendiri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Me stesso/a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あなた自身" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Myself" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Meg selv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mijzelf" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Myself" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ja" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Eu mesmo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Myself" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Меня" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kendim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Myself" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bản thân" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我自己" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "個人使用" + } + } + } + }, + "Name": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الاسم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назва" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Name" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Name" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nombre" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Name" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Nimi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nom" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nama" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nome" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "名前" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이름" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Navn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naam" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନାମ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nazwa" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nome" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nome" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Название" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İsim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Назва" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "名称" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "名稱" + } + } + } + }, + "New": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nuevo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouveau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新規" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ny" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୂଆ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Novo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Новий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增" + } + } + } + }, + "New field": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خاصية جديدة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Eigenschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New property" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva propiedad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvelle propriété" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe eigenschap" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новое свойство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni özellik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New property" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New property" + } + } + } + }, + "New Page": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Seite" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Page" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva página" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvelle page" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Halaman Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuova Pagina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいページ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe pagina" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nova Página" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новая страница" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Sayfa" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新页面" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New Page" + } + } + } + }, + "New set": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "استعلام جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Abfrage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvelle requête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuova query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいクエリ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe opdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nova consulta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni sorgu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New query" + } + } + } + }, + "NewObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neues Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nuevo objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Uusi objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvel Objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nytt objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuw object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Novo Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать новый объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Nesne\n" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立新物件" + } + } + } + }, + "Next": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التالي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далей" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Weiter" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Next" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Siguiente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Next" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Seuraava" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Suivant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lanjut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Avanti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "次へ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Neste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Volgende" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପରବର୍ତ୍ତୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dalej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Avançar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Seguinte" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Далее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sonraki" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Далі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiếp" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下一步" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "繼續" + } + } + } + }, + "No connection": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يوجد اتصال" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма злучэння" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Verbindung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No connection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay conexión" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No connection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei yhteyttä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas de connexion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tak ada koneksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuna connessione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "接続なし" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No connection" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen tilkobling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen verbinding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No connection" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak połączenia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem conexão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No connection" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет соединения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає підключення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có kết nối" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有连接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有連線" + } + } + } + }, + "No date": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يوجد تاريخ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Без даты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kein Datum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No date" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin fecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No date" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei päivämäärää" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas de date" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada tanggal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuna data" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "日付なし" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No date" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen dato" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen datum" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ତାରିଖ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak danych" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem data" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No date" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет даты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tarih yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Без дати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có ngày" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未注明日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無指定日期" + } + } + } + }, + "No items match filter": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No items match filter" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма элементаў, якія супадаюць з фільтрам" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Gegenstände konnten mit diesem Filter gefunden werden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No items match filter" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ningún elemento coincide con este filtro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No items match filter" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yksikään kohde ei vastaa filtteröintiä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun élément ne correspond au filtre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada kecocokan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun elemento corrisponde al filtro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "フィルターに一致する項目がありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "필터와 일치하는 항목 없음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen elementer samsvarer med filteret" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen items die met filter overeenkomen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ଆଇଟମ୍ ଫିଲ୍ଟର ସହ ମେଳ ଖାଉନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak elementów pasujących do filtru" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhum item corresponde ao filtro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sem itens correspondentes ao filtro" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет элементов, соответствующих фильтру" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Filtreyle eşleşen öge yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає збігів із цим фільтром" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có gì thoả bộ lọc" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有与筛选匹配的项目" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "没有符合篩選的項目" + } + } + } + }, + "No matches found": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "No matches found.\nTry a different keyword or check your spelling." + } + } + } + }, + "No properties yet": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No properties yet. Add some to this type." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aún no hay propiedades. Añade algunas a este tipo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum ada properti. Tambahkan beberapa untuk tipe ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non ci sono ancora proprietà. Aggiungine alcune a questo tipo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "まだプロパティがありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Henüz özellik yok. Bu türe bazılarını ekleyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No properties yet. Add some to this type." + } + } + } + }, + "No related options here": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد خيارات ذات صلة هنا. يمكنك إضافة بعضها" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тут няма фільтраў. Вы можаце дадаць некалькі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine verwandten Optionen hier. Sie können einige hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No related options here. You can add some" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay opciones relacionadas. Puedes añadir alguna." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No related options here. You can add some" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei yhteenkuuluvia vaihtoehtoja täällä. Voit lisätä muutaman" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas d'options associées ici. Vous pouvez en ajouter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada pilihan hubungan disini. Kamu dapat menambahkan beberapa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuna opzione correlata qui. Puoi aggiungerne alcune" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オプションが設定されていません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No related options here. You can add some" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen relaterte valg her. Du kan legge til noen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen gerelateerde opties hier. Je kunt er een paar toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No related options here. You can add some" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma tutaj żadnych powiązanych opcji. Możesz dodać kilka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há opções relacionadas aqui. Você pode adicionar algumas" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Não há filtros aqui. Você pode adicionar alguns" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здесь нет фильтров. Вы можете добавить свои" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Burada ilgili seçenek yok. Kendin ekleyebilirsin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тут немає відповідних варіантів. Ви можете додати деякі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No related options here. You can add some" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这里没有相关选项。您可以添加一些" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "尚無關聯選項。您可以新增一些" + } + } + } + }, + "No type found text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып “%@” не знойдзена. Змяніце запыт або стварыце новы тып." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kein Typ „%@“ gefunden. Ändere deine Anfrage oder erstelle einen neuen Typ." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se ha encontrado el tipo «%@». Cambia la consulta o crea un tipo nuevo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun type “%@” trouvé. Modifiez votre demande ou créez un nouveau type." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe “%@” tidak ditemukan. Ubah permintaanmu atau buatlah tipe yang baru." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun tipo “%@” trovato. Modifica la tua richiesta o crea un nuovo tipo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ「%@」が見つかりませんでした。リクエストを変更するか、新しいタイプを作成してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen type \"%@\" gevonden. Wijzig uw verzoek of maak een nieuw type." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ପ୍ରକାର \"%@\" ମିଳିଲା ନାହିଁ। ଆପଣଙ୍କ ଅନୁରୋଧ ପରିବର୍ତ୍ତନ କରନ୍ତୁ କିମ୍ୱା ନୂତନ ପ୍ରକାର ସୃଷ୍ଟି କରନ୍ତୁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie znaleziono typu \"%@\". Zmień żądanie lub utwórz nowy typ." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhum tipo “%@\" foi encontrado. Altere sua solicitação ou crie um novo tipo." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nenhum tipo “%@foi encontrado. Altere sua solicitação ou crie um novo tipo." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип \"%@\" не найден. Измените ваш запрос или создайте новый тип." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "\"%@\" türü bulunamadı. İsteğinizi değiştirin veya yeni tür oluşturun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No type “%@” found. Change your request or create new type." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "找不到类型“%@”,请更改您的请求或创建新类型。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "找不到 \"%@\" 類型。請更改您的請求或新建類型。" + } + } + } + }, + "Non-existent object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائن غير موجود" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Неіснуючы аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht existentes Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Non-existent object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objeto inexistente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Non-existent object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Non-existent object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objet inexistant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek tidak ada" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetto inesistente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "存在しないオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Non-existent object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikke-eksisterende objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet-bestaand object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Non-existent object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieistniejący obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objeto não existente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Non-existent object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Несуществующий объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Var olmayan nesne" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Відсутній об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đối tượng không tồn tại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象不存在" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不存在的物件" + } + } + } + }, + "None": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا شيء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "None" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ninguno" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "None" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei mitään" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuno" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "なし" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "없음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଛି ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhum" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nenhum" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbiri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нічого" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無" + } + } + } + }, + "Nothing found": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لم يتم العثور على شيء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нічога не знойдзена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nichts gefunden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Nothing found" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se ha encontrado nada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Nothing found" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mitään ei löytynyt" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun résultat" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada yang ditemukan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun risultato trovato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "何も見つかりませんでした" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "아무것도 찾을 수 없음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingenting funnet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niets gevonden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଛି ମିଳିଲା ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nic nie znaleziono" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nada encontrado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nothing found" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ничего не найдено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbir şey bulunamadı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Nothing found" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không tìm thấy gì" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未找到任何内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未找到任何內容" + } + } + } + }, + "Nothing to redo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Nothing to redo" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма чаго паўтарыць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nichts zum Wiederholen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Nothing to redo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay nada que rehacer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Nothing to redo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei mitään uudelleen tehtävää" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rien à rétablir" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada yang dibatalkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nulla da ripristinare" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これ以上やり直しできません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다시 실행할 작업이 없습니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingenting å gjenta" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niets om opnieuw te doen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Nothing to redo" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma nic do przerobienia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nada para refazer" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nothing to redo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет действий для повтора" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yinelenecek bir şey yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає дій для повторення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có lệnh để làm lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无需重做" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有可以重做的操作" + } + } + } + }, + "Nothing to undo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Nothing to undo" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма чаго адмяніць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nichts zum rückgängig machen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Nothing to undo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay nada que deshacer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Nothing to undo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei mitään kumottavaa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rien à annuler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada yang dikembalikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Niente da annullare" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これ以上元に戻せません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "실행 취소할 작업이 없습니다" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingenting å angre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niets om ongedaan te maken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Nothing to undo" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nic do cofnięcia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nada para desfazer" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nothing to undo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет действий для отмены" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri alınacak bir şey yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає дій для скасування." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có lệnh để hoàn tác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有可撤销的历史" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有可以撤銷的操作" + } + } + } + }, + "Object": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Objects" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objetos" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objet" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objets" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objek" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のオブジェクト" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Nesne" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Nesne" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Objects" + } + } + } + } + } + } + }, + "Object selected": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selected" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%#@object@ выбран" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg аб'екты" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg аб'ектаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg аб'ект" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg аб'ектаў" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%#@object@ ausgewählt" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg Objekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Objekte" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%#@object@ selected" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg objects" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%#@object@" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objetos" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selected" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selected" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%#@object@ sélectionné" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objet" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objets" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%#@object@ dipilih" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objek" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selezionato" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg oggetto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg oggetti" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@object@を選択中" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%argつのオブジェクト" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%#@object@ 선택됨" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 객체" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%#@object@ valgt" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%#@object@ geselecteerd" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objecten" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selected" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybrano %#@object@" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg obiekty" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg obiektów" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg obiekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg obiektów" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selecionado" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objetos" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selecionado" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objetos" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%#@object@ выбран" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg объекта" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg объектов" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg объект" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "объекты: %arg" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@object@ seçildi" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%arg nesne" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg nesne" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%#@object@ обрано" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg об'єкти" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg об'єктів" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%arg об'єкт" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg об'єктів" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%#@object@ selected" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg objects" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%#@object@ 已选择" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 个对象" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已選定 %#@object@" + }, + "substitutions": { + "object": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 對象" + } + } + } + } + } + } + } + } + }, + "Object type": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objekttyp" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Object types" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tipos de objeto" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Type d'objet" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Types d'objets" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tipe objek" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のタイプ" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Nesne türü" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Nesne türü" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Object types" + } + } + } + } + } + } + }, + "Object Types": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أنواع الكائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekttypen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object Types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipos de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Types d'objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipi di Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objecttypes" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Типы объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne Türleri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Object Types" + } + } + } + }, + "Objects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Objektit" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오브젝트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Obiekty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Objetos" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Объекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesneler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Об'єкти" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Các đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件" + } + } + } + }, + "ObjectTypeDeleteAlert.message": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure you want to delete this Type? All existing objects of this type will be preserved, but will no longer be associated with it." + } + } + } + }, + "ObjectTypeDeleteAlert.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete Object Type?" + } + } + } + }, + "Ok": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "موافق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "OK" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Ok" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Oke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "はい" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଠିକ୍‌ ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tamam" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Гаразд" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "OK" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "好的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "好的" + } + } + } + }, + "Okay": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "موافق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Добра" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Okay" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aceptar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "D'accord" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Oke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "了解" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "확인" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Greit" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "OK" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Окей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tamam" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Okay" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Được" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "好的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "好的" + } + } + } + }, + "On analytics": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Auf Analyse" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "On analytics" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "En análisis" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tentang analitik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "分析について" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Om analysen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Op analyse" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No Analytics" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Analytics üzerinde" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Про аналітику" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "关于分析" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "On analytics" + } + } + } + }, + "Open": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Open" + } + } + } + }, + "Open as Object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Objekt öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open as Object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir como objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir en tant qu'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka sebagai Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri come Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトとして開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open als object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir como Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть как объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne olarak Aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "作为对象打开" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Open as Object" + } + } + } + }, + "Open file": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح الملف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datei öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open file" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir archivo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir le fichier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "파일 열기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bestand openen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫାଇଲ୍ ଖୋଲନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir arquivo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть файл" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosya aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Open file" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開啟檔案" + } + } + } + }, + "Open object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح الكائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адкрыць аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Avoin objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir l'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Åpne objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Otwórz obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Відкрити об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mở đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開啟物件" + } + } + } + }, + "Open Set": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح الاستعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage Öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open Query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka Kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open opdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu Aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Open Query" + } + } + } + }, + "Open source": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح المصدر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адкрыць крыніцу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Quelle öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open source" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir origen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open source" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Avoimen lähteen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir la source" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka sumber" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri fonte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ソースを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open source" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Åpne kilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open bron" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open source" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Otwórz źródło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Código aberto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open source" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть источник" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Açık kaynak" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Відкрити джерело" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mở nguồn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "开放源代码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開源" + } + } + } + }, + "Open Type Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып \"%@\" не падтрымліваецца. Вы можаце адкрыць яго праз камп'ютар." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht unterstützter Typ „%@“. Sie können ihn über den Desktop öffnen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se admite el tipo «%@». Puedes abrirlo en la versión de escritorio." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type non supporté \"%@\". Vous ne pouvez pas l'ouvrir avec l'application." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe \"%@\" tidak didukung. Kamu bisa membukanya di desktop." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo \"%@\" non supportato. Puoi aprirlo tramite desktop." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ「%@」に対応していません。デスクトップ版で開いてください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet ondersteund type \"%@\". Je kunt het openen via het bureaublad." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieobsługiwany typ \"%@\". Możesz go otworzyć na komputerze." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo \"%@\" não suportado. Você pode abri-lo no desktop." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tipo não suportado \"%@\". Você pode abri-lo via desktop." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не поддерживаемый тип \"%@\". Вы можете открыть его через рабочий стоп." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "\"%@\", desteklenmeyen bir türdür. Masaüstü üzerinden açabilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Not supported type \"%@\". You can open it via desktop." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不支持的类型 “%@”。您可以使用桌面端打开。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不支持的類型 \"%@\"。您可以使用電腦端開啟。" + } + } + } + }, + "Open web page": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Open web page" + } + } + } + }, + "OpenSettings": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einstellungen öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open Settings" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir ajustes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir les paramètres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka Setelan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri Impostazioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "設定を開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayarlar'ı Aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Open Settings" + } + } + } + }, + "Other": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أخرى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Іншае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Weitere" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Other" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Otros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Other" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Muu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Autre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lainnya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Altro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "その他" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기타" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Annet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Andere" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅନ୍ୟାନ୍ୟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Inne" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Outro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Outros" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прочее" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Diğer" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Інше" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "其他" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "其它" + } + } + } + }, + "Other relations": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Andere Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Other properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Otras propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Autres propriétés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti lain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Altre proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "その他のプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Andere eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Diğer özellikler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "其他属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Other properties" + } + } + } + }, + "P2P Connection": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اتصال P2P" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "P2P-злучэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "P2P-Verbindung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "P2P Connection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conexión P2P" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Connexion P2P" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Koneksi P2P" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Connessione P2P" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "P2P接続" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "P2P forbindelse" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "P2P-verbinding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Conexão P2P" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Соединение P2P" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "P2P Bağlantısı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "P2P Connection" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "P2P 连接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "P2P 連接" + } + } + } + }, + "Paid by": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аплачана %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bezahlt von %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paid by %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pagado por %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Payé par %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dibayar oleh %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pagato da %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@でお支払い済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Betaald door %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Opłacone przez %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pago por %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Оплачено %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ tarafından ödendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Paid by %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã trả bằng %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "由 %@ 支付" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "由 %@ 支付" + } + } + } + }, + "Paste": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لصق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pegar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Paste" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "貼り付け" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "붙여넣기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plakken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପେଷ୍ଟ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Colar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yapıştır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dán" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "貼上" + } + } + } + }, + "Paste or type URL": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Paste or type URL" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Устаўце або ўвядзіце URL" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "URL einfügen oder eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste or type URL" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pega o escribe una URL" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste or type URL" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sijoita tai kirjoita URL" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller ou saisir l'URL" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempel atau ketik URL" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla o digita URL" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "URLを貼り付けるか入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Paste or type URL" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn eller skriv URL" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plak of type URL" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୟୁଆରେଲ ଟାଇପ କିମ୍ବା ପେଷ୍ଟ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej lub wpisz adres URL" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar ou digitar URL" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Colar ou digitar URL" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить или ввести URL-адрес" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir URL yazın ya da yapıştırın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити або ввести URL-адресу" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dán hoặc nhập URL" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴或输入URL网址" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "貼上或輸入網址" + } + } + } + }, + "Paste processing...": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Paste processing..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Апрацоўка ўстаўкі..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wird eingefügt..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste processing..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Procesando pegado…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste processing..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sijoitus käynnissä..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En train de coller..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memproses penempelan ..." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Contenuto in elaborazione..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "貼り付け中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "붙여넣기 처리중..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Behandler innliming..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bezig met plakken..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପେଷ୍ଟ ପ୍ରୋସେସିଂ..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej przetwarzanie..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar em processamento..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Colar processamento..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обработка вставки..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yapıştırma işleniyor..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обробка вставки..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Paste processing..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴处理..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "貼上處理中..." + } + } + } + }, + "Pay by Card": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الدفع بالبطاقة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аплата карткай" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mit Karte bezahlen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pay by Card" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pago con tarjeta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pay by Card" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pay by Card" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Payer par carte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bayar via kartu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Paga con carta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クレジットカードでの支払い" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Pay by Card" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Betal med kort" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Betaal met kaart" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Pay by Card" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zapłać kartą" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pagar com Cartão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pay by Card" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Оплатить картой" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kartla ödeyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pay by Card" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thanh toán bằng thẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "使用信用卡" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刷卡付款" + } + } + } + }, + "PDF": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld PDFs" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDF" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDF" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のPDF" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDF" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "PDF" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld PDFs" + } + } + } + } + } + } + }, + "Pending": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معلق..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "У чаканні..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ausstehend..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pending..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pendiente…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pending..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pending..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En attente…" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ditunda..." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "In attesa..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保留中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Pending..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Venter..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "In behandeling..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Pending..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Oczekujące..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pendente..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pending..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ожидание..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Beklemede..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pending..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang chờ..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "待定…" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "等候中..." + } + } + } + }, + "Pending deletion text": { + "comment": "MARK: - Deletion", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нам шкада, што вы сыходзьце. У вас ёсць 30 дзён, каб адмяніць гэты запыт. Па заканчэнні 30 дзён вашыя зашыфраваныя даныя сховішча будуць назаўжды выдалены з вузла рэзервовага капіравання." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schade das du gehst. Nachdem du die Accountlöschung angefragt hast, kannst du 30 Tage diese Anfrage zurückzunehmen, bevor deine verschlüsselten Daten von unserem Backup-Knoten gelöscht werden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Lamentamos que te vayas. Tienes 30 días para cancelar la solicitud. Pasados 30 días, los datos cifrados de tu arca se eliminarán definitivamente del nodo de respaldo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nous sommes désolés de vous voir partir. Vous avez 30 jours pour annuler cette demande. Après 30 jours, les données de votre coffre chiffré sont définitivement supprimées du nœud de sauvegarde." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kami sedih melihatmu pergi. Kamu punya waktu 30 hari jika ingin membatalkan permintaan ini. Setelahnya, data brankas terenkripsimu akan dihapus secara permanen dari simpul cadangan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ci dispiace vederti andare. Hai 30 giorni per annullare questa richiesta. Dopo 30 giorni, i tuoi dati della cassaforte crittografati verranno rimossi definitivamente dal nodo di backup." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ご利用いただけなくなるのは誠に残念ではございますが、削除申請は30日以内であれば取り消すことが可能です。30日経過後、保管庫のデータはバックアップノードから完全に消去されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "We vinden het jammer dat je vertrekt. Je hebt 30 dagen om dit verzoek te annuleren. Na 30 dagen worden jouw versleutelde kluisgegevens permanent verwijderd uit de backup node." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆପଣଙ୍କ ଯିବା ଦେଖି ଆମେ ଦୁଖିତଃ | ଏହି ଅନୁରୋଧକୁ ବାତିଲ କରିବାକୁ ଆପଣଙ୍କର ୩୦ ଦିନ ଅଛି | ୩୦ ଦିନ ପରେ, ଆପଣଙ୍କର ଏନକ୍ରିପ୍ଟ ହୋଇଥିବା ଭାଲ୍ଟ ତଥ୍ୟ ବ୍ୟାକଅପ୍ ନୋଡରୁ ସ୍ଥାୟୀ ଭାବରେ ଅପସାରିତ ହୋଇଯିବ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przykro nam, że odchodzisz. Masz 30 dni na anulowanie tego żądania. Po 30 dniach zaszyfrowany sejf z twoimi danymi zostanie trwale usunięty z serwerów." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lamentamos que tenha partido. Você tem 30 dias para cancelar este pedido. Após 30 dias, os dados da sua conta criptografada são removidos permanentemente do servidor de ‘backup’." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Lamentamos que tenha partido. Você tem 30 dias para cancelar este pedido. Depois de 30 dias, os seus dados do cofre criptografado serão removidos permanentemente do nó de backup." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нам жаль что Вы уходите. У Вас есть 30 дней для отмены этого запроса. Спустя 30 дней, все Ваши зашифрованные данные будут навсегда удалены из резервного узла." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gittiğinizi gördüğümüz için üzgünüz. Bu talebi iptal etmek için 30 gününüz var. 30 gün sonra şifrelenmiş kasa verileriniz yedekleme düğümünden kalıcı olarak kaldırılacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "We're sorry to see you go. You have 30 days to cancel this request. After 30 days, your encrypted vault data will be permanently removed from the backup node." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我们很遗憾看到您离开。您有 30 天的时间撤销此请求。30 天后,您加密库的数据会从备份节点中永久删除。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "看到您的離開我們感到很遺憾。 您有 30 天的時間取消此請求。 30 天後,您的加密帳戶資料將從備份節點永久刪除。" + } + } + } + }, + "per": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "на" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "pro" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "per" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "por" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": " ごと" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "na" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "por" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "за" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "başına" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "per" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "trên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "每" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "每" + } + } + } + }, + "Per Day": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "у %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg дні" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg дзён" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "дзень" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg дзён" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "pro %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Tage" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg days" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "cada %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "día" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg días" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "jour" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg jours" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg hari" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "giorno" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg giorni" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@day@ごと" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg日" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 일" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "dag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg dagen" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "na %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg dni" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg dni" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "dzień" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg dni" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Por %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dia" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Dias" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "За %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg дня" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg дней" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "день" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg дней" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@day@ günde bir" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "gün" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg gün" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "day" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "per %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg days" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "每 %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 天" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "每 %#@day@" + }, + "substitutions": { + "day": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 天" + } + } + } + } + } + } + } + } + }, + "Per Month": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "у %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg месяца" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg месяцы" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "месяц" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg месяцаў" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "pro %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Monat" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Monate" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg months" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "cada %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "mes" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg meses" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "mois" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg mois" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg bulan" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "mese" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg mesi" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@month@ごと" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg月" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 월" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "maand" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg maanden" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "na %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg miesięcy" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg miesięcy" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "miesiąc" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg miesięcy" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "por %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "mês" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg meses" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "за %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg месяца" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg месяцев" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "месяц" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg месяцев" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@month@ ayda bir" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "ay" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg ay" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "month" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "per %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg months" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "每 %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 个月" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "每 %#@month@" + }, + "substitutions": { + "month": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 個月" + } + } + } + } + } + } + } + } + }, + "Per Week": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "у %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg тыдні" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg тыдняў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "тыдзень" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg тыдняў" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "pro %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Woche" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Wochen" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "cada %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "semana" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg semanas" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "semaine" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg semaines" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg pekan" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "settimana" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg settimane" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@week@ごと" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg週" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 주" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weken" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "na %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg tygodni" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg tygodni" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "tydzień" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg tygodni" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Por %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "semana" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg semanas" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "за %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg недели" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg недель" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "неделя" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg недель" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@week@ haftada bir" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "hafta" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg hafta" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "week" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "per %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg weeks" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "每 %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 周" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "每 %#@week@" + }, + "substitutions": { + "week": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 個星期" + } + } + } + } + } + } + } + } + }, + "Per Year": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "у %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg гады" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg гадоў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "год" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg гадоў" + } + } + } + } + } + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "pro %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Jahr" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg Jahre" + } + } + } + } + } + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%arg years" + } + } + } + } + } + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "cada %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "año" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg años" + } + } + } + } + } + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "par %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "année" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg années" + } + } + } + } + } + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg tahun" + } + } + } + } + } + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "anno" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg anni" + } + } + } + } + } + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%#@year@ごと" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg年" + } + } + } + } + } + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 년" + } + } + } + } + } + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "jaar" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg jaren" + } + } + } + } + } + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "na %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg lat" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg lat" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "rok" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg lat" + } + } + } + } + } + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "por %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "ano" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg anos" + } + } + } + } + } + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "за %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg года" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg лет" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "год" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg лет" + } + } + } + } + } + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%#@year@ yılda bir" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "yıl" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg yıl" + } + } + } + } + } + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "year" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "per %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg years" + } + } + } + } + } + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "每 %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 年" + } + } + } + } + } + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "每 %#@year@" + }, + "substitutions": { + "year": { + "formatSpecifier": "d", + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%arg 年" + } + } + } + } + } + } + } + } + }, + "Personalization": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التخصيص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Персаналізацыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Personalisierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Personalization" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Personalización" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Personalization" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Personalization" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Personnalisation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Personalisasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Personalizzazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "パーソナライズ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Personalization" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Personlig tilpasning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Personalisatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବ୍ୟକ୍ତିଗତକରଣ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Personalizacja" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Personalização" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Personalization" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Персонализация" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kişiselleştirme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Персоналізація" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cá nhân hóa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "个性化" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "個人化" + } + } + } + }, + "Photo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Foto" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Photo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Foto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Foto" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Fotoğraf" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Photo" + } + } + } + }, + "Photos": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fotos" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Photos" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fotos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Foto" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Foto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Foto's" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fotos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фото" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Fotoğraflar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "照片" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Photos" + } + } + } + }, + "Picture": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "صورة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Відарыс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bild" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Picture" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Imagen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Picture" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kuva" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Image" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gambar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Immagine" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Picture" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afbeelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Picture" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zdjęcie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Imagem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Picture" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изображение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Resim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зображення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hình ảnh" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "图像" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "圖片" + } + } + } + }, + "Pin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Épingler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ピン留め" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "고정" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zet vast" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପିନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fixar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закрепить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "钉住" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Pin" + } + } + } + }, + "Pin limit reached": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Has alcanzado el límite de %d espacios anclados." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%d個までしかスペースはピン留めできません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%d sabitlenmiş alan sınırına ulaştınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You've reached the limit of %d pinned spaces." + } + } + } + }, + "Pin on top": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تثبيت في الأعلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Замацаваць зверху" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Oben anheften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pin on top" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Anclar al principio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pin on top" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pin on top" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Épingler en haut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sematkan di atas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fissa in alto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ピン留め" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "상단에 고정" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fest på toppen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zet vast bovenaan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷରେ ପିନ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przypnij na górze" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fixar no topo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pin on top" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закрепить сверху" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başa sabitle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pin on top" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ghim lên trên cùng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "置顶" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "置頂" + } + } + } + }, + "Pink": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "وردي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ружовы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Pink" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pink" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Rosa" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pink" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pinkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rose" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Merah muda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rosa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "桃色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "분홍색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rosa" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Roze" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗୋଲାପି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Różowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Rosa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Rosa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Розовый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Pembe" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Рожевий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hồng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "品红色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "粉紅色" + } + } + } + }, + "Pink background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Pink background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ружовы фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Pinker Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pink background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo rosa" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pink background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pink background" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond rose" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang merah muda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo rosa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "桃色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "핑크색 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rosa bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Roze achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗୋଲାପୀ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Różowe tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo rosa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo rosa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Розовый фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Pembe arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Рожеве тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Pink background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "萝兰紫背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "粉紅色背景" + } + } + } + }, + "Pinned": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مثبت" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Замацавана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Angeheftet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pinned" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Anclado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pinned" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kiinnitetty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Épinglé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tersemat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fissato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ピン留め" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "고정됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Festet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vastgezet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପିନ୍ କରାଯାଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przypięte" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fixado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pinned" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закреплённые" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sabitlendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pinned" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã ghim" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "固定" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已釘選" + } + } + } + }, + "Preferences": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التفضيلات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einstellungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Preferences" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Preferencias" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Préférences" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Preferensi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Preferenze" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "環境設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voorkeuren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପସନ୍ଦ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Настройки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tercihler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "首选项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Preferences" + } + } + } + }, + "Preview": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معاينة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перадпрагляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorschau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Preview" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista previa" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Preview" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Preview" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aperçu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pratinjau" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anteprima" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プレビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "미리보기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forhåndsvisning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voorbeeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରିଭିଉ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podgląd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pré-visualizar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pré-visualizar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Предпросмотр" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önizleme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Попередній перегляд" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xem trước" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "预览" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "預覽" + } + } + } + }, + "Preview layout": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معاينة التخطيط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прадпрагляд макета" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Layout Vorschau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Preview layout" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Previsualizar diseño" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Preview layout" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Esikatsele asettelua" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aperçu de la mise en page" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pratinjau tata letak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anteprima di layout" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "レイアウトをプレビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Preview layout" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forhåndsvis oppsett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voorbeeldweergave lay-out" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରୀବ୍ୟୁ ଲେଆଉଟ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Układ podglądu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pré-visualizar layout" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Preview layout" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Предпросмотр макета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önizleme düzeni" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Попередній перегляд макета" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bố cục bản xem trước" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "预览布局" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "預覽排版" + } + } + } + }, + "Primitives.LayoutConflict.Description": { + "comment": "MARK: - Primitives", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يختلف هذا التخطيط عن الإعداد الافتراضي للنوع. هل تريد إعادة التعيين للمطابقة؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este diseño es distinto del establecido por defecto para este tipo. ¿Restablecer el diseño por defecto?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tata letak ini berbeda dengan tata letak bawaan tipe ini. Samakan?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo layout differisce da quello predefinito del tipo. Ripristinare la corrispondenza?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプとは異なるレイアウトが設定されています。タイプに合わせてリセットしますか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze opmaak verschilt van de standaard van het type. Terugzetten om overeen te laten komen?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Этот макет отличается от стандартного типа. Сбросить соответствие?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu düzen türün varsayılanından farklıdır. Eşleşecek şekilde sıfırlansın mı?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此布局不同于该类型的默认值。重置为相符的?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "This layout differs from the type's default. Reset to match?" + } + } + } + }, + "Profile": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الملف الشخصي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Профіль" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Profil" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Profile" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Perfil" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Profile" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Profile" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Profil" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Profil" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Profilo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロフィール" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "프로필" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Profil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Profiel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରୋଫାଇଲ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Profil" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Perfil" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Profile" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Профиль" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Profil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обліковий запис" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hồ sơ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "概要" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設定檔" + } + } + } + }, + "Progress...": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Progress..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прагрэс..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fortschritt..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Progress..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Progreso…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Progress..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edistys..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Progression..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kemajuan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Progresso..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "進行中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Progress..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fremdrift..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voortgang..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Progress..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Postęp..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Progresso..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Progress..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выполнение..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlerleme..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Виконання..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Progress..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "进展..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "進行中..." + } + } + } + }, + "Publish": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Publish" + } + } + } + }, + "Publish to Web": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Publish to Web" + } + } + } + }, + "Purple": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بنفسجي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фіялетавы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lila" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Purple" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Morado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Purple" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Liila" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Violet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ungu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Viola" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "紫色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보라색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lilla" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Paars" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବାଇଗଣୀ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Fioletowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Roxo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Roxo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фиолетовый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Фіолетовий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tím" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "紫色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "紫色" + } + } + } + }, + "Purple background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Purple background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фіялетавы фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lila Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Purple background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo morado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Purple background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Purple background" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond violet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang ungu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo viola" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "紫色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보라색 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lilla bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Paarse achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବାଇଗଣୀ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Fioletowe tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo roxo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo roxo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фиолетовый фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mor arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Фіолетове тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Purple background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "淡牵牛紫背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "紫色背景" + } + } + } + }, + "Puzzle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Puzzle" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puzle" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Teka-teki" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クイズ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Puzzel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bulmaca" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Puzzle" + } + } + } + }, + "Puzzles": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Puzzles" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puzles" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Teka-teki" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クイズ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Puzzels" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bulmacalar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Puzzles" + } + } + } + }, + "QR Code": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رمز QR" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "QR-Code" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "QR Code" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Código QR" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Code QR" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode QR" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Codice QR" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "QRコード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "QR-code" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କ୍ୟୁଆର୍ କୋଡ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "QR-код" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Karekod" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "二维码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "QR Code" + } + } + } + }, + "QuickAction.create": { + "comment": "MARK: - QuickAction", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Membuat %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@を作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створити %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建 %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立 \"%@\"" + } + } + } + }, + "Random": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عشوائي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выпадкова" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zufällig" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Random" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aleatorio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Random" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Random" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aléatoire" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Acak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Casuale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "おまかせ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "무작위" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tilfeldig" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Willekeurig" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୟାଡୁୟାଡୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Losowe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aleatório" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Random" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Случайно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Rastgele" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Випадково" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngẫu nhiên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "随机" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "隨機" + } + } + } + }, + "Recent": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Recent" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нядаўняе" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kürzlich" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Recent" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recientes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Recent" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Viime aikaiset" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Récent" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Baru-Baru Ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Recenti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最近" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "최근" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nylig" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Recent" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏବେକାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ostatnie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Recente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Recentes" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Недавние" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "En son" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нещодавні" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gần đây" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "最近" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "最近存取" + } + } + } + }, + "Red": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أحمر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чырвоны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Rot" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Red" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Rojo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Red" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Punainen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rouge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Merah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rosso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "赤色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "빨간색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rød" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Rood" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନାଲି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czerwony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vermelho" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Red" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Красный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kırmızı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Червоний" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đỏ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "朱红色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "紅色" + } + } + } + }, + "Red background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Red background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чырвоны фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Roter Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Red background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo rojo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Red background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Red background" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond rouge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang merah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo rosso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "赤色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "빨간색 배경" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rød bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Rode achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲାଲ୍ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czerwone tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fundo vermelho" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fundo vermelho" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Красный фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kırmızı arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Червоне тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Red background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "米红色背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "紅色背景" + } + } + } + }, + "RedactedText.pageTitle": { + "comment": "MARK: - RedactedText", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прачніся, Neo" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aufwachen, Neo" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Wake up, Neo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Despierta, Neo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réveillez-vous, Néo" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bangun, Neo" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Svegliati, Neo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ネオ、目を覚ませ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Våkn opp, Neo" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Word wakker, Neo" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Obudź się, Neo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Acorda, Neo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Проснись, Нео" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uyan, Neo" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Прокидайся, Нео" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Wake up, Neo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "《黑客帝国》醒醒, Neo" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "醒來吧,Neo" + } + } + } + }, + "RedactedText.pageType": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чырвоная таблетка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Rote Pille" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Red pill" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Píldora roja" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pilule rouge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pil merah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pillola rossa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "赤い薬" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rød p-pille" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Rode pil" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czerwona piguła" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pílula vermelha" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Красная таблетка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kırmızı hap" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Червона пігулка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Red pill" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "《黑客帝国》红色药丸" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "紅色藥丸" + } + } + } + }, + "Redo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إعادة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вярнуць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wiederholen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Redo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Rehacer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Redo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Redo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rétablir" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ulangi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "やり直し" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다시 실행" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Omgjør" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer opnieuw uit" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Redo" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ponów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Refazer" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Redo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Повторить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yinele" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Redo" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Làm lại thao tác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "重做" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "重做" + } + } + } + }, + "ReindexingWarningAlert.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wir haben eine neue Suchbibliothek für schnellere und genauere Ergebnisse implementiert.\nDie Neuindexierung kann ein paar Minuten dauern." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hemos cambiado a un nuevo software de búsqueda para obtener resultados más rápidos y precisos.\nPuede llevar unos minutos crear el nuevo índice." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nous avons implémenté une nouvelle bibliothèque de recherche pour des résultats plus rapides et plus précis.\nLa réindexation peut prendre quelques minutes." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kami menerapkan pustaka penelusuran baru untuk pencarian yang lebih cepat dan akurat.\nPengindeksan ulang membutuhkan waktu beberapa menit." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Abbiamo implementato una nuova libreria di ricerca per risultati più rapidi e precisi.\nLa reindicizzazione potrebbe richiedere alcuni minuti." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "検索機能が新しくなりました。より速く、正確な結果を表示できます。データの再構築に数分かかります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "We hebben een nieuwe zoekbibliotheek geïmplementeerd voor snellere en nauwkeurigere resultaten.\nOpnieuw indexeren kan een paar minuten duren." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Implementamos uma nova biblioteca de pesquisa para resultados mais rápidos e precisos.\nA reindexação pode levar alguns minutos." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Мы внедрили новую библиотеку поиска для более быстрых и точных результатов.\nПереиндексация может занять несколько минут." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha hızlı ve daha doğru sonuçlar için yeni bir arama kütüphanesi uyguladık.\nYeniden indeksleme birkaç dakika sürebilir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我们已经实施了一个新的搜索库,以获得更快、更准确的结果。\n重新索引可能需要几分钟。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "We've implemented a new search library for faster and more accurate results.\nReindexing may take a few minutes." + } + } + } + }, + "ReindexingWarningAlert.Title": { + "comment": "MARK: - Reindexing warning alert", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dein Sucherlebnis wird aufgewertet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upgrading your search experience" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mejorando tu experiencia de búsqueda" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Améliorer votre expérience de recherche" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Meningkatkan pengalaman penelusuranmu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stiamo migliorando la tua esperienza di ricerca" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "検索機能をアップグレード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw zoekervaring upgraden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Melhorando sua experiência de pesquisa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Улучшение вашего поиска" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Arama deneyiminizi yükseltin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "升级您的搜索体验" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Upgrading your search experience" + } + } + } + }, + "Relation": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Relations" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relación" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relaciones" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relasi" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のプロパティ" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "İlişki" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld İlişki" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Relation" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Relations" + } + } + } + } + } + } + }, + "RelativeFormatter.days7": { + "comment": "MARK: - Relative date formatter", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "آخر 7 أيام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Папярэднія 7 дзён" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Letzte 7 Tage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Previous 7 days" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Últimos 7 días" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Previous 7 days" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Previous 7 days" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "7 jours précédents" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "7 hari terakhir" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ultimi 7 giorni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "過去7日間" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Previous 7 days" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Siste 7 dager" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afgelopen 7 dagen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Previous 7 days" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ostatnie 7 dni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Últimos 7 dias" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Previous 7 days" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "За последние 7 дней" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Son 7 gün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Previous 7 days" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trong 7 ngày trước" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "7天前" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "過去 7 天" + } + } + } + }, + "RelativeFormatter.days14": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "آخر 14 يومًا" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Папярэднія 14 дзён" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Letzte 14 Tage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Previous 14 days" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Últimos 14 días" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "14 jours précédents" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "14 hari terakhir" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ultimi 14 giorni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "過去14日間" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afgelopen 14 dagen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Últimos 14 dias" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "За последние 14 дней" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önceki 14 gün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "14天前" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Previous 14 days" + } + } + } + }, + "Remove": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إزالة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Borrar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remove" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimuovi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "제거" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କାଢନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remove" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вилучити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bỏ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移除" + } + } + } + }, + "Remove From Favorite": { + "comment": "MARK: - Context Menu", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Remove From Favorite" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць з абранага" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aus den Favoriten entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove From Pinned" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar de Favoritos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove From Favorite" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remove From Favorite" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Retirer des favoris" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus dari Favorit" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimuovi dai Preferiti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "お気に入りから削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remove From Favorite" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern fra favoritter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder uit Favorieten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରିୟରୁ ଅପସାରଣ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń z ulubionych" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover dos Favoritos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remover dos Favoritos" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить из избранного" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Favoriden kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити з Обраного" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bỏ khỏi mục Ưa thích" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从收藏夹中删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從我的最愛中移除" + } + } + } + }, + "Remove photo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Remove photo" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць фота" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Foto entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove photo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Quitar foto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove photo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remove photo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer la photo" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus foto" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimuovi foto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像を削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remove photo" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern bilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder foto" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫଟୋ ହଟାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń zdjęcie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover foto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remove photo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить фото" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Fotoğrafı kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вилучити фото" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gỡ ảnh" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移除照片" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移除照片" + } + } + } + }, + "Resend": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إعادة الإرسال" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выслаць паўторна" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erneut senden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Resend" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Reenviar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Resend" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Resend" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Renvoyer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kirim ulang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invia di nuovo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "再送信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Resend" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Send på nytt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verstuur opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Resend" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyślij ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Reenviar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Resend" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отправить ещё раз" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tekrar Gönder" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Resend" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gửi lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "重新发送" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "重新傳送" + } + } + } + }, + "Resend in": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адправіць паўторна праз %@ с" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erneut senden in %@ Sek." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Resend in %@ sec" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Reenviar dentro de %@ s" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Renvoyer dans %@ sec" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kirim ulang dalam %@ detik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invia nuovamente tra %@ secondi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@秒後に再送信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verstuur opnieuw over %@ seconden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyślij ponownie za %@ s" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Reenviar em %@ seg" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Переслать через %@ с" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ saniye içinde tekrar gönder" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Resend in %@ sec" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gửi lại trong %@ giây" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在 %@ 秒内重新发送" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在 %@ 秒內重新傳送" + } + } + } + }, + "Reset to default": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إعادة التعيين إلى الافتراضي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Auf Standardeinstellung zurücksetzen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reset to default" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restablecer por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Atur ulang ke bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトに戻す" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zet terug naar standaard" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сбросить к стандартным" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılana sıfırla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "重置为默认值" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Reset to default" + } + } + } + }, + "Resolve layout conflict": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حل تعارض التخطيط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Resolve layout conflict" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Resolver conflicto de diseño" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lerai konflik tata letak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Risolvi il conflitto di layout" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプに合わせてリセット" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Los opmaak conflict op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Разрешить конфликт макетов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzen çakışmasını çöz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "解决布局冲突" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Resolve layout conflict" + } + } + } + }, + "Restore": { + "comment": "Action", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "استعادة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аднавіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wiederherstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Restore" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restaurar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Restore" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Palauta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Restaurer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pulihkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "復元" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복원" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjenopprett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Herstel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୁନରୁଦ୍ଧାର କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przywróć" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Restaurar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Restaurar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Восстановить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Відновити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khôi phục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "恢复" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "復原" + } + } + } + }, + "Restore from keychain": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аднавіць з звязкі ключоў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Von Schlüsselbund wiederherstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Restore from keychain" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restaurar desde el llavero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Restaurer depuis le trousseau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memulihkan dari rantai kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina dal portachiavi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キーチェーンから復元" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjenopprett fra nøkkelring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Herstellen vanuit de sleutelhanger" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przywróć z pęku kluczy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Restaurar do keychain" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Восстановить из связки ключей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Keychain'den geri yükleme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Відновити з в'язки ключів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Restore from keychain" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从钥匙串恢复" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從鑰匙圈復原" + } + } + } + }, + "Restore key from keychain": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Restore Key from the keychain" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аднавіць ключ з звязкі ключоў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Schlüssel aus dem Schlüsselbund wiederherstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Restore Key from the keychain" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restablecer clave desde llavero" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Restore Key from the keychain" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Palauta Avain avainnipusta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Restaurer la clé depuis le trousseau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pulihkan frasa dari rantai kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina la Chiave dal portachiavi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キーチェーンから鍵を復元" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "키체인에서 키를 복원합니다" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjenopprett nøkkel fra nøkkelring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Herstel sleutel vanuit de sleutelhanger" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୀଚେନ୍ ରୁ ଚାବି ପୁନରୁଦ୍ଧାର କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przywróć klucz z pęku kluczy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Restaurar chave do chaveiro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Restaurar chave do keychain" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Восстановить Ключ из менеджера паролей" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anahtarı keychain'den geri yükleme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Restore Key from the keychain" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Restore Key from the keychain" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从钥匙串恢复密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從鑰匙圈復原密鑰" + } + } + } + }, + "ReturnToWidgets.Tip.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lange auf die Zurück-Schaltfläche drücken, um zu den Widgets zurückzukehren, anstatt sie wiederholt anzutippen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mantén pulsado el botón de retroceso para volver a los widgets en lugar de pulsarlo varias veces." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appuyez longuement sur le bouton retour pour revenir aux widgets au lieu d'appuyer dessus à plusieurs reprises." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tekan lama tombol kembali untuk kembali ke gawit alih-alih menekannya berkali-kali." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Premere a lungo il pulsante indietro per tornare ai widget, invece di toccarlo ripetutamente." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "戻るボタンを長押しすると、簡単にウィジェットに戻れます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Druk lang op de terugknop om terug te keren naar widgets in plaats van deze herhaaldelijk te tikken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pressione e segure o botão voltar para retornar aos widgets em vez de tocá-lo repetidamente." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Длительное нажатие кнопки \"Назад\", чтобы вернуться к виджетам вместо повторного нажатия на него." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget'lara geri dönmek için tekrar tekrar dokunmak yerine geri düğmesine uzun süre basılı tutun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "长按返回按钮返回小部件,而不是重复点击。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Long press the back button to return to widgets instead of tapping it repeatedly." + } + } + } + }, + "ReturnToWidgets.Tip.Title": { + "comment": "MARK: - Space switcher tip", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lang drücken, um zu den Widgets zurückzukehren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Long Press to Return to Widgets" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pulsación larga para volver a los widgets" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appui long pour retourner aux widgets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tekan Lama untuk Kembali ke Gawit" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Premere a lungo per tornare ai widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "長押しでウィジェットに戻る" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Druk lang in om terug te keren naar widgets" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pressione e segure para retornar aos Widgets" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Долгое нажатие для возврата к виджетам" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget'lara geri dönmek için basılı tutun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "长按返回小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Long Press to Return to Widgets" + } + } + } + }, + "Save": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حفظ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Speichern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Save" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Guardar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sauvegarder" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Simpan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Salva" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保存" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sla op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଞ୍ଚୟ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Salvar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сохранить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kaydet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Save" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "保存" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Save" + } + } + } + }, + "Scan documents": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Scan documents" + } + } + } + }, + "Scan QR code": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Scan QR code" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сканіраваць QR-код" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "QR-Code scannen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Scan QR code" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Escanear código QR" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Scan QR code" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Skannaa QR-koodi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Scanner un QR code" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindai kode QR" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scansiona codice QR" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "QRコードをスキャン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "QR 코드 스캔" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skann QR-kode" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Scan QR code" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "QR କୋଡ୍‍ ସ୍କାନ୍‍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skanuj kod QR" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ler código QR" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ler código QR" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сканировать QR-код" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Karekodu tara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сканувати QR-код" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quét mã QR" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "扫描二维码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "掃描 QR code" + } + } + } + }, + "Scanner.Error.Scanning not supported": { + "comment": "MARK: - Scanner", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Scanning not supported" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сканіраванне не падтрымліваецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Scannen nicht unterstützt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Scanning not supported" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El escaneo no es compatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Scanning not supported" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Skannaaminen ei ole tuettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Scan non pris en charge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemindaian tidak didukung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scansione non supportata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スキャンに対応していません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Scanning not supported" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skanning er ikke støttet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Scannen wordt niet ondersteund" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Scanning not supported" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skanowanie nie jest obsługiwane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Escaneamento não suportado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Scanning not supported" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сканирование не поддерживается" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tarama desteklenmiyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сканування не підтримується" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Scanning not supported" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不支持扫描" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不支援掃描" + } + } + } + }, + "Search": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بحث" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пошук" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Suchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Search..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Buscar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Search" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Search" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rechercher" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Telusuri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cerca" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "검색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Søk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zoeken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସନ୍ଧାନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szukaj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pesquisar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Search" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поиск" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пошук" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tìm kiếm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "搜索" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "搜尋" + } + } + } + }, + "Search for language": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Search for language" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пошук мовы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sprache suchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Search for language" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Buscar idioma" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Search for language" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Hae kieltä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rechercher une langue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Cari bahasa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cerca lingua" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "言語を検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "언어 검색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Søk etter språk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zoek naar taal" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଭାଷା ଖୋଜନ୍ତୁ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyszukaj język" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pesquisar idioma" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pesquisar idioma" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поиск языка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dil ara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Шукати мову" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Search for language" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "搜索语言" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "搜尋語言" + } + } + } + }, + "Search or create new": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بحث أو إنشاء جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Suchen oder neu erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Search or create new" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Buscar o crear" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rechercher ou créer un nouveau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Telusuri atau buat baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cerca o crea una nuova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "検索、もしくは新しく作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zoek of maak nieuwe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поиск или создание нового" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ara veya yeni oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "搜索或新建" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Search or create new" + } + } + } + }, + "Search.Links.Header.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Related to: %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звязана з: %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zugehörig zu: %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Related to: %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Relacionado con: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Related to: %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Related to: %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Associé à : %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terkait dengan: %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Correlato a: %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "関連:%@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Related to: %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Related to: %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gerelateerd aan: %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମ୍ବନ୍ଧିତ: %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Powiązane z: %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Relacionado a: %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Relacionado a: %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связан с %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ ile ilişkili" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Related to: %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên quan đến: %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "与之相关的:%@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "關聯到: %@" + } + } + } + }, + "Search.Links.Show.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Show related objects" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць звязаныя аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zugehörige Objekte anzeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show related objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar objetos relacionados" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show related objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Show related objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher les objets associés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan objek terkait" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra oggetti correlati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "関連するオブジェクトを表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Show related objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Show related objects" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon verwante objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମ୍ବନ୍ଧିତ ବସ୍ତୁ ଦେଖାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż powiązane obiekty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibir objetos relacionados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mostrar objetos relacionados" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать связанные проекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlgili nesneleri göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show related objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hiện các đối tượng liên quan" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示相关对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示關聯物件" + } + } + } + }, + "Search.Links.Swipe.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Related to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звязана з" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zugehörig zu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Related to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Relacionado con" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Related to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Related to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Associé à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terkait dengan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Correlato a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "関連:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Related to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Related to" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gerelateerd aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମ୍ବନ୍ଧିତ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Powiązane z" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Relacionado a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Relacionado a" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связан с" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlişkili" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Related to" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên quan đến" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "相关的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "關聯到" + } + } + } + }, + "SecureAlert.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tu teléfono no tiene código de acceso ni autenticación biométrica para proteger tus datos. Habilita la protección en los ajustes de tu aplicación para dificultar que te los roben." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ponselmu tidak punya kata sandi atau autorisasi biometrik. Hal ini dapat menyebabkan datamu lebih mudah dicuri. Nyalakan fitur tersebut di setelan aplikasi untuk mengamankan datamu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "パスコードや生体認証が設定されていません。大切なデータが盗まれる危険性があります。設定画面からパスコードや生体認証を設定してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefonunuzda şifre veya biyometrik kimlik doğrulama özelliği yok. Bu durum verilerinizin çalınmasını kolaylaştırabilir. Verilerinizi korumak için uygulama ayarlarından bu özelliği etkinleştirin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You phone doesn’t have a passcode or biometric authorization. It might make it easier to steal your data. Enable it in your app settings to secure your data." + } + } + } + }, + "SecureAlert.Proceed.button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Proceed anyway" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Continuar de todos modos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tetap lanjutkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無視して続行" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yine de devam et" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Proceed anyway" + } + } + } + }, + "SecureAlert.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Secure your phone" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Proteger el teléfono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Amankan ponsel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "データの保護について" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefonunuzu güvenli hale getirin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Secure your phone" + } + } + } + }, + "Select all": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد الكل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выбраць усё" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alles auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select all" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar todo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select all" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Select all" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tout sélectionner" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih semua" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona tutto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべて選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "전체 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg alle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer alle" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaznacz wszystko" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar todos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select all" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать все" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tümünü seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вибрати все" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn hết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "全选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選取全部" + } + } + } + }, + "Select date": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد التاريخ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце дату" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datum auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select date" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar fecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select date" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse päivämäärä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner une date" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih tanggal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona data" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "日付を選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select date" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg dato" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer datum" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତାରିଖ ବାଛନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz datę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar data" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select date" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать дату" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tarih seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Оберіть дату" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn ngày" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇日期" + } + } + } + }, + "Select file": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Select file" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце файл" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datei wählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select file" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar archivo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select file" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse tiedosto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner un fichier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "파일 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg fil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer bestand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫାଇଲ୍ ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz plik" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar arquivo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select file" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать файл" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosya seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обрати файл" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn tập tin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇檔案" + } + } + } + }, + "Select object": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Select object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абраць аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt wählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner un objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟ ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaznaczanie obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обрати об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選取物件" + } + } + } + }, + "Select Objects": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Select Objects" + } + } + } + }, + "Select option": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Select option" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выбраць опцыю" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Option auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select option" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar opción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select option" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse vaihtoehto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Choisir une option" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih opsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona opzione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オプションを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "옵션 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg alternativ" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer optie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିକଳ୍ପ ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz opcje" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar opção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select option" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать вариант" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçeneği seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Select option" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn lựa chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择选项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇選項" + } + } + } + }, + "Select options": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Select options" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выбраць опцыі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Optionen auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select options" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar opciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select options" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse vaihtoehdot" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Choisir les options" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih opsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona opzioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オプションを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "옵션 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg alternativer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer opties" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିକଳ୍ପ ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz opcje" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar opções" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select options" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Варианты выбора" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçenekleri seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Select options" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn các lựa chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择选项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇選項" + } + } + } + }, + "Select relation type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد تنسيق الخاصية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaftsformat auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select property format" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar formato de propiedad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionnez le format de la propriété" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih format atribut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona formato proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティの種類を選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer eigenschapsformaat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите формат свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellik biçimini seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择属性格式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Select property format" + } + } + } + }, + "Select vault error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка выбару сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler beim Auswählen des Tresors" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select vault error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al seleccionar el arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de sélection du coffre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat memilih brankas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore nella selezione della cassaforte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫の選択エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg hvelvsfeil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer kluis fout" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz błąd sejfu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro ao selecionar conta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите ошибку хранилища" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasa hatası seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Select vault error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文库选择发生错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帳戶選擇錯誤" + } + } + } + }, + "Selected blocks": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d selected block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d блокі выбрана" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d блокаў выбрана" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d блок выбраны" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d блокаў выбрана" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d gewählter Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d gewählte Blöcke" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d selected block" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d selected blocks" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d bloque seleccionado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d bloques seleccionados" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d selected block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d selected block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d Blocs sélectionnés" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d blocs sélectionnés" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d blok terpilih" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d blocco selezionato" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d blocchi selezionati" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個の選択されたブロック" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d개 블록이 선택됨" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d valgt blokk" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d valgte blokker" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d geselecteerd blok" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d geselecteerde blokken" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d selected block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d wybrane bloki" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d wybranych bloków" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d wybrany blok" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d wybranych bloków" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d bloco selecionado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d blocos selecionados" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d bloco selecionado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objetos selecionados" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Выбрано %d блока" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Выбрано %d блоков" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Выбран %d блок" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Выбрано %d блоков" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d seçilen blok" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d seçilen blok" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d вибраних блоки" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d вибраних блоків" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d вибраний блок" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d вибраних блоків" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d selected blocks" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 选定的块" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "已選定 %d 區塊" + } + } + } + } + } + } + }, + "Self Host": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "استضافة ذاتية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уласны хостынг" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Selbst hosten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Self Host" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Autoalojado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Auto-hébergé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Swaladen" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "セルフホスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Selvhostet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zelf hosten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Host Próprio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Свой сервер" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kişisel barındırma" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Self Host" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tự host" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "自托管" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "自己主持" + } + } + } + }, + "Send": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Send" + } + } + } + }, + "Server.AddButton": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць сетку на ўласным серверы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Selbstgehostetes Netzwerk hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add Self-hosted Network" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir red autoalojada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter un réseau auto-hébergé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan Jaringan Swaladen (Self-Host)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi Rete Self-hosted" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "セルフホストネットワークを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til selvhostede nettverk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg zelfgehost netwerk toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj sieć hostowaną" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar Rede Auto-hospedada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить сеть с собственным хостингом" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kendi ağınıza ekleme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add Self-hosted Network" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm Mạng tự quản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加自托管网络\n" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加自行部署的網路" + } + } + } + }, + "Server.Anytype": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dowolny typ" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype" + } + } + } + }, + "Server.LocalOnly": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "محلي فقط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Толькі лакальна" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nur lokal" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Local-only" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solo local" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Local-only" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Local-only" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Local seulement" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hanya Lokal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Solo-locale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ローカルモード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Local-only" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kun lokalt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alleen lokaal" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Local-only" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tylko lokalnie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Somente local" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Local-only" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Только локально" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sadece yerel" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Local-only" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉ cục bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "仅本地" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "僅限本機" + } + } + } + }, + "Server.LocalOnly.Alert.Action.agree": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Так, я прымаю рызыку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ja, ich akzeptiere die Risiken" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Yes, I accept risks" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sí, acepto los riesgos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Oui, j'accepte les risques" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ya, saya paham risikonya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sì, accetto i rischi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リスクを理解した上で使用" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ja, ik accepteer de risico's" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sim, eu aceito os riscos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Да, я принимаю риски." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Evet riskleri kabul ediyorum" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ừ, tôi chấp nhận rủi ro" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是的,我接受风险" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Yes, I accept risks" + } + } + } + }, + "Server.LocalOnly.Alert.Action.disagree": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не, не выкарыстоўваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nein, nicht verwenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No, don’t use it" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No, no quiero usarlo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Non, ne pas l'utiliser" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Cari aman saja" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "No, non usarlo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "使用しない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nee, gebruik het niet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não, não use isso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет, не использовать его." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hayır bunu kullanma" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không, đừng dùng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我将保持谨慎" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No, don’t use it" + } + } + } + }, + "Server.LocalOnly.Alert.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Толькі лакальны рэжым з'яўляецца эксперыментальнай функцыяй і не дае пераваг бяспекі. Выкарыстоўвайце яго на свой страх і рызыку, бо можа адбыцца страта даных." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Der Nur-Lokal-Modus ist eine experimentelle Funktion und bietet keine Sicherheitsvorteile. Die Benutzung erfolgt auf eigene Gefahr, da es zu Datenverlusten kommen kann." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El modo solo local es experimental y no ofrece ventajas de seguridad. Úsalo bajo tu propia responsabilidad, ya que podrías perder datos." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Le mode local uniquement est une fonctionnalité expérimentale et n’offre aucun avantage en matière de sécurité. Veuillez l'utiliser à vos propres risques, car une perte de données peut survenir." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mode Hanya-Lokal masih bersifat eksperimental dan tidak memberikan keuntungan keamanan apa pun. Hati-hati dalam penggunaannya karena kehilangan data dapat terjadi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La modalità solo locale è una funzione sperimentale e non fornisce benefici per la sicurezza. Si prega di usarla a proprio rischio, poiché potrebbe verificarsi una perdita di dati." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ローカルモードは実験的な機能です。セキュリティ上のメリットはありません。データの損失が発生する可能性があるため、ご自身の責任で使用してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Local-only modus is een experimentele functie en biedt geen beveiligingsvoordelen. Gebruik deze op eigen risico, aangezien gegevensverlies kan optreden." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O modo somente local é um recurso experimental e não oferece benefícios de segurança. Use-o por sua conta e risco, pois poderá ocorrer perda de dados." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Локальный режим является экспериментальной функцией и не обеспечивает защиту. Используйте его на свой страх и риск, так как возможна потеря данных." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yalnızca yerel modu deneysel bir özelliktir ve güvenlik avantajları sağlamaz. Potansiyel veri kaybı meydana gelebileceğinden lütfen oluşabilecek riskleri kabul ederek kullanın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ chỉ cục bộ là một tính năng còn đang thử nghiệm và không hề cung cấp lợi ích về mặt bảo mật. Có thể sẽ xảy ra mất dữ liệu, và mọi rủi ro bạn tự chịu." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "仅本地模式是实验性功能,并不提供安全保障。请自行承担使用风险,可能会导致数据丢失。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Local-only mode is an experimental feature and does not provide security benefits. Please use it at your own risk, as data loss may occur." + } + } + } + }, + "Server.LocalOnly.Alert.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هل أنت متأكد؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўпэўнены?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sind Sie sicher?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah kamu yakin?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro/a?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当によろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je het zeker?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jesteś pewny?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви впевнені?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn chắc chưa?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是否确定?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定嗎?" + } + } + } + }, + "Server.Network": { + "comment": "MARK: - Server", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الشبكة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сетка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Netzwerk" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select Network" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Red" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Network" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Network" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réseau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jaringan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rete" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ネットワーク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Network" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nettverk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Netwerk" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Network" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sieć" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Rede" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Network" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сеть" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ağ" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Network" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mạng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网络" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網路" + } + } + } + }, + "Server.Networks": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الشبكات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сетка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Netzwerke" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Networks" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Redes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réseaux" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jaringan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Reti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ネットワーク設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nettverk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Netwerken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sieci" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Redes" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сети" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ağlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Networks" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网络" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網路" + } + } + } + }, + "Set": { + "comment": "Object Type", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "استعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Requête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Opdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Consulta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Query" + } + } + } + }, + "Set access": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Set access" + } + } + } + }, + "Set as default": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعيين كافتراضي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зрабіць прадвызначанай" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Standard festlegen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Set as default" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Establecer por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Set as default" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Set as default" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Définir par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Atur sebagai bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Imposta come predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトに設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Set as default" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bruk som standard" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Stel in als standaard" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡିଫଲ୍ଟ ଭାବରେ ସେଟ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ustaw jako domyślny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Definir como padrão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Definir como padrão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Установить по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılan olarak ayarla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Set as default" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đặt làm mặc định" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设为默认" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設為預設" + } + } + } + }, + "Set of": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage von %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Query of %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Consulta de %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri dari %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリ %@" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Opdracht van %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ sorgusu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 的查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Query of %@" + } + } + } + }, + "Sets": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfragen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Queries" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Consultas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Opdrachten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgular" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Queries" + } + } + } + }, + "Settings": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإعدادات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Налады" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einstellungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Settings" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ajustes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Paramètres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Setelan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Impostazioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Innstillinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Instellingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସେଟିଂସମୂହ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ustawienia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Configurações" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Configurações" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Настройки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayarlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Налаштування" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài đặt" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设置" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設置" + } + } + } + }, + "Settings.AutoCreateTypeWidgets": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Auto Create Type Widgets" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear widgets de tipo automáticamente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat Gawit Tipe Otomatis" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプウィジェットの自動作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak automatisch type widgets" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tür Widget'larını Otomatik Oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "自动创建类型小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Auto Create Type Widgets" + } + } + } + }, + "Settings.ChatDisabled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Chat ist deaktiviert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Chat is disabled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El chat está deshabilitado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Obrolan dinonaktifkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La chat è disattivata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チャットが無効になっています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Chat is uitgeschakeld." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чат отключен" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sohbet devre dışı bırakıldı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "聊天已禁用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Chat is disabled" + } + } + } + }, + "Settings.ChatEnabled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Chat ist aktiviert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Chat is enabled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El chat está habilitado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Obrolan diaktifkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La chat è abilitata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チャットが有効になっています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Chat is ingeschakeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чат включен" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sohbet etkinleştirildi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "聊天已启用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Chat is enabled" + } + } + } + }, + "Settings.DataManagement": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدارة البيانات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datenverwaltung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Data Management" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gestión de datos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gestion de données" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Manajemen Data" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gestione Dati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "データ管理" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gegevensbeheer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Управление данными" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Veri Yönetimi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "数据管理" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Data Management" + } + } + } + }, + "Settings.Edit picture": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل الصورة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bild bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit picture" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar imagen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier l'image" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting gambar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica foto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像を編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk afbeelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Редактировать фотографию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Resmi düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑图片" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Edit picture" + } + } + } + }, + "Settings.SpaceType": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space Typ" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Space type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo de espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type d'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo di spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースの種類" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rom-type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typ przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Categoria de espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan türü" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Space type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空間類型" + } + } + } + }, + "Settings.Title": { + "comment": "MARK: - Settings", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإعدادات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Налады" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einstellungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Settings" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ajustes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Paramètres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Setelan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Impostazioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Settings" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Innstillinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Instellingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସେଟିଂସମୂହ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ustawienia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Configurações" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Configurações" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Настройки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayarlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Налаштування" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài đặt" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "设置" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "設置" + } + } + } + }, + "Settings.Updated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Space information updated" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Actualizada la información del espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Informations sur l'espace mises à jour" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Informasi ruang diperbarui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informazioni sullo spazio aggiornate" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース情報が更新されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte-informatie bijgewerkt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Информация о пространстве обновлена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan bilgisi güncellendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间信息已更新" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Space information updated" + } + } + } + }, + "SetViewTypesPicker.New.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Ansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvelle vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuova vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ny visning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy widok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nova Exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni görünüm" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нове подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ xem mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增檢視" + } + } + } + }, + "SetViewTypesPicker.Section.Types.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض كـ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказваць як" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anzeigen als" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View as" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ver como" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View as" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "View as" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher en tant que" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan sebagai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Visualizza come" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "View as" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis som" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergeven als" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "View as" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyświetl jako" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibir como" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View as" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Просмотреть как" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Olarak görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Переглянути як" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xem dưới dạng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查看为" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檢視為" + } + } + } + }, + "SetViewTypesPicker.Settings.Delete.View": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Delete view" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansicht löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Delete view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer la vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus tampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビューを削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Delete view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett visning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Delete view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuwanie widoku" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Delete view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görünümü sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá chế độ xem" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除檢視" + } + } + } + }, + "SetViewTypesPicker.Settings.Duplicate.View": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تكرار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дубляваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Duplizieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Duplicate" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dupliquer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gandakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Duplica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "複製" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복제하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dupliser" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dupliceer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନକଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Duplikuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дублировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çoğalt" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дублювати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhân đôi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生成副本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立副本" + } + } + } + }, + "SetViewTypesPicker.Settings.Textfield.Placeholder.New.View": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Ansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvelle vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuova vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ny visning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy widok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nova Exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni görünüm" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нове подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ xem mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增檢視" + } + } + } + }, + "SetViewTypesPicker.Settings.Textfield.Placeholder.Untitled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بدون عنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbenannt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Untitled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sans titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nirjudul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naamloos" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅନାବର୍ତ୍ତିତ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Без названия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + } + } + }, + "SetViewTypesPicker.Title": { + "comment": "MARK: Edit view type", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل العرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць выгляд " + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansicht bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier la vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting tampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビューを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Redigeringsvisning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widok edycji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Редактировать вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görünümü düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Редагувати подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉnh sửa chế độ xem" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯檢視" + } + } + } + }, + "Share": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشاركة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагуліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partager" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Del" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Udostępnij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поделиться" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chia sẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分享" + } + } + } + }, + "Show": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إظهار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Show" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Montrer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "표시하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Show" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibir" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Show" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hiện" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示" + } + } + } + }, + "Show types": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إظهار الأنواع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць тыпы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typen anzeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar tipos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Näytä tyypit" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher les types" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra tipi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "種類を表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Show types" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis typer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon types" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Show types" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż typy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mostrar tipos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Show types" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать типы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türleri göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show types" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Show types" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示類型" + } + } + } + }, + "SimpleTableMenu.Item.clearContents": { + "comment": "MARK: - Simple tables", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مسح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ачысціць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leeren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Clear" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Limpiar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyhjennä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Effacer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bersihkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cancella" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "消去" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tøm" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wissen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyczyść" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Limpar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Clear" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Очистить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Temizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Очистити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá hết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "清除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "清除" + } + } + } + }, + "SimpleTableMenu.Item.clearStyle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Reset style" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скінуць стыль" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Formatvorlagen zurücksetzen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reset style" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restablecer estilo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reset style" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reset style" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réinitialiser le style" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mengembalikan gaya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina stile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スタイルをリセット" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reset style" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjenopprett stil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Reset stijl" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reset style" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zresetuj styl" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Redefinir estilo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reset style" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сбросить стиль" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Stili sıfırla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скинути стиль" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đặt lại định dạng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "重置样式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "重置樣式" + } + } + } + }, + "SimpleTableMenu.Item.color": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لون" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Колер" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Farbe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Color" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Color" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Color" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Väri" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Couleur " + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Warna" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Colore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "文字色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "색상" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Farge" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kleur" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ରଙ୍ଗ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolor" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cor" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Цвет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Renk" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колір" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Màu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "颜色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顏色" + } + } + } + }, + "SimpleTableMenu.Item.Delete": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "삭제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଲୋପ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Eliminar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除" + } + } + } + }, + "SimpleTableMenu.Item.Duplicate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تكرار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дубляваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Duplizieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Duplicate" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dupliquer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gandakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Duplica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "複製" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복제하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dupliser" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dupliceer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନକଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Duplikuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дублировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çoğalt" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дублювати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhân đôi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生成副本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立副本" + } + } + } + }, + "SimpleTableMenu.Item.InsertAbove": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدراج للأعلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць вышэй" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Darüber einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Insert above" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Insertar arriba" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Insert above" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Insert above" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Insérer au-dessus" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sisip di atas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci sopra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "上に挿入" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Insert above" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sett inn over" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bovenaan invoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Insert above" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wstaw powyżej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir acima" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Insert above" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить выше" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yukarıya Ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати зверху" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chèn bên trên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "插入上文" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "插入上方" + } + } + } + }, + "SimpleTableMenu.Item.InsertBelow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدراج للأسفل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць ніжэй" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Darunter einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Insert below" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Insertar debajo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Insert below" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Insert below" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Insérer en-dessous" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sisip di bawah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci sotto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "下に挿入" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Insert below" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sett inn under" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onderaan invoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Insert below" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wstaw poniżej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir abaixo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Insert below" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить ниже" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Aşağı ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати нижче" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chèn bên dưới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "插入下文" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "插入下方" + } + } + } + }, + "SimpleTableMenu.Item.InsertLeft": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدراج لليسار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць злева" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Links einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Insert left" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Insertar a la izquierda" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Insert left" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Insert left" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Insérer à gauche" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sisip kiri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci a sinistra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "左に挿入" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Insert left" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sett inn til venstre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Links invoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Insert left" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wstaw z lewej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir à esquerda" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Insert left" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить слева" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sola Ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити ліворуч" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chèn bên trái" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "插入左侧" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "插入左側" + } + } + } + }, + "SimpleTableMenu.Item.InsertRight": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدراج لليمين" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць справа" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Rechts einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Insert right" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Insertar a la derecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Insert right" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Insert right" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Insérer à droite" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menyisipkan di kanan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci a destra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "右に挿入" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Insert right" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sett inn til høyre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Rechts invoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Insert right" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wstaw z prawej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Iserir à direita" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Insert right" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить справа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sağa Ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити праворуч" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chèn bên phải" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "插入右侧" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "插入右側" + } + } + } + }, + "SimpleTableMenu.Item.MoveDown": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقل للأسفل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць уніз" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nach unten verschieben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move down" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Bajar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move down" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move down" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Descendre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindah ke bawah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta in basso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "下へ移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Move down" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt ned" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats naar beneden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Move down" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesuń w dół" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mover para baixo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Move down" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сдвинуть вниз" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Aşağı taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перемістити нижче" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chuyển xuống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向下移动" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "下移" + } + } + } + }, + "SimpleTableMenu.Item.MoveLeft": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقل لليسار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць улева" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nach links verschieben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move left" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mover a la izquierda" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move left" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move left" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déplacer à gauche" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindah ke kiri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta a sinistra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "左へ移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Move left" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt til venstre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats naar links" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Move left" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesuń w lewo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mover à esquerda" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Move left" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сдвинуть влево" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sola taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Посунути ліворуч" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chuyển qua trái" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向左移动" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "左移" + } + } + } + }, + "SimpleTableMenu.Item.MoveRight": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقل لليمين" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць управа" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nach rechts verschieben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move right" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mover a la derecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move right" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move right" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déplacer à droite" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindah ke kanan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta a destra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "右へ移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Move right" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt til høyre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats naar rechts" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Move right" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesuń w prawo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Move à direita" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Move right" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сдвинуть вправо" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sağa Taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Посунути праворуч" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chuyển qua phải" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向右移动" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "右移" + } + } + } + }, + "SimpleTableMenu.Item.MoveUp": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقل للأعلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перамясціць уверх" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nach oben verschieben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Move up" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Subir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Move up" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Move up" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Monter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pindah ke atas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sposta in alto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "上へ移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Move up" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Flytt opp" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verplaats naar boven" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Move up" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesuń w górę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mover para cima" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Move up" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сдвинуть вверх" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yukarı taşı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перемістити вгору" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chuyển lên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向上移动" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上移" + } + } + } + }, + "SimpleTableMenu.Item.Sort": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فرز" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сартаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sortierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sort" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ordenar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Järjestä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Trier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urutkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ordina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sorter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sorteer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଜାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sortuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ordenar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сортировка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sırala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Упорядкувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "排序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "排序" + } + } + } + }, + "SimpleTableMenu.Item.style": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نمط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стыль" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Design" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Style" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Estilo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Style" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyyli" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Style" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gaya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スタイル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "스타일" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Stijl" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଷ୍ଟାଇଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wygląd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Estilo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Estilo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Внешний вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Stil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Стиль" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Định dạng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "样式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "樣式" + } + } + } + }, + "Skip": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تخطي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прапусціць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Überspringen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Skip" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Omitir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Skip" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ohita" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ignorer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lewati" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Salta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あとで" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "건너뛰기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hopp over" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Overslaan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବାଦ୍ ଦିଅ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pomiń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pular" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Saltar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пропустить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Atla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пропустити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Skip" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "跳过" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "略過" + } + } + } + }, + "Sky": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "سماوي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блакітны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hellblau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sky" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Celeste" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sky" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Taivaansininen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ciel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Langit" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Azzurro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "水色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "하늘색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Himmelblå" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Luchtblauw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Sky" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Niebo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Céu" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sky" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Небесный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gök Mavisi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Блакитний" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xanh da trời" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "靛青色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "天藍色" + } + } + } + }, + "Sky background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Sky background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блакітны фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hellblauer Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sky background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo celeste" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sky background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Taivaansininen tausta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond ciel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang langit" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo azzurro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "水色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Sky background" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Himmelblå bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Luchtkleurige achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆକାଶ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tło nieba" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Plano de fundo de Céu" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sky background" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Небесный фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gök mavisi arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Блакитне тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sky background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "海天蓝背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "天空藍背景" + } + } + } + }, + "Solid colors": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ألوان ثابتة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аднатонныя колеры" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vollfarben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Solid colors" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colores sólidos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Solid colors" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Solid colors" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Couleurs unies" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Warna tunggal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Colori a tinta unita" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "単色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Solid colors" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Heldekkende farger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Effen kleuren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଠିନ ରଙ୍ଗ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jednolite kolory" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cores sólidas" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Solid colors" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сплошные цвета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düz renkler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Суцільні кольори" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Màu đơn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "纯色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "純色" + } + } + } + }, + "Sort": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فرز" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сартаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sortierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sort" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ordenar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Järjestä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Trier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urutkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ordina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sorter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sorteer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଜାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sortuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ordenar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сортировка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sırala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Упорядкувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sort" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "排序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "排序" + } + } + } + }, + "Standard layout for canvas blocks": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تخطيط قياسي لكتل اللوحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прадвызначаны макет для блокаў палатна" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Standardlayout für Leinwandblöcke" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Standard layout for canvas blocks" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Diseño estándar para bloques en el lienzo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Standard layout for canvas blocks" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Standard layout for canvas blocks" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Disposition standard pour les toiles" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tata letak standar untuk blok kanvas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Layout standard per i blocchi di canvas" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "標準的なレイアウト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Standard layout for canvas blocks" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Standardoppsett for lerretblokker" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Standaard layout voor canvas blokken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Standard layout for canvas blocks" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Standardowy układ dla bloków płótna" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Layout padrão para blocos de tela" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Standard layout for canvas blocks" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Стандартный макет для холста блоков" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tuval blokları için standart düzen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Стандартний макет для полотна блоків" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Standard layout for canvas blocks" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "画布区块的标准布局" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "畫布區塊的標準版型" + } + } + } + }, + "Start": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пачаць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Start" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Inicio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Commencer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mulai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Avvia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "開始" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "시작" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆରମ୍ଭ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Rozpocznij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Começar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Start" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Начать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Початок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bắt đầu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "开始" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開始" + } + } + } + }, + "StoreKitServiceError.needUserAction": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Плацёж не прайшоў, для аплаты патрабуюцца дзеянні карыстальніка на баку Apple." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zahlung nicht erfolgreich, Benutzeraktionen auf der Apple-Seite erforderlich, um zu zahlen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El pago no se ha realizado. Se requiere una acción del usuario de Apple para pagar." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Paiement échoué, les actions utilisateur de côté Apple sont requises pour payer." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pembayaran tidak berhasil, Tindakan Pengguna di sisi Apple diwajibkan untuk membayar." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pagamento non riuscito, è richiesta l'azione dell'utente da parte di Apple per pagare." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "支払いに失敗しました。Appleでのお支払い設定をご確認ください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "결제에 실패했습니다. 결제를 위해 Apple 측에서 사용자 조치가 필요합니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Betaling mislukt, gebruikersacties van Apple zijn vereist om te betalen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Płatność nie powiodła się, wymagane są działania użytkownika po stronie Apple'a." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pagamento sem sucesso, ações de usuário no lado da Apple são necessárias para pagar." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Платеж не удался, действия пользователя на стороне Apple, необходимые для оплаты." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ödeme başarısız, Apple tarafındaki Kullanıcı İşlemlerinin ödeme yapması gerekiyor." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Payment unsuccessfull, User Actions on Apple side required to pay." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "支付失败,需要用户在苹果端操作支付。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "付款失敗,需要用戶在蘋果端操作以完成付款。" + } + } + } + }, + "StoreKitServiceError.userCancelled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Купля скасаваная" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kauf abgebrochen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Purchase cancelled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compra cancelada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Achat annulé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pembelian dibatalkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Acquisto annullato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "支払いがキャンセルされました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "구매 취소됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aankoop geannuleerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zakup anulowany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compra cancelada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Покупка отменена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Satın alma işlemi iptal edildi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Purchase cancelled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã hủy giao dịch mua" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "购买已取消" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已取消購買" + } + } + } + }, + "Style": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نمط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стыль" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Design" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Style" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Estilo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Style" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyyli" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Style" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gaya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スタイル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "스타일" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Stijl" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଷ୍ଟାଇଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wygląd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Estilo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Estilo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Внешний вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Stil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Стиль" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Định dạng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "样式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "樣式" + } + } + } + }, + "StyleMenu.Color.TextColor.Placeholder": { + "comment": "style menu", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "A" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Uma" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "А" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "A" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "A" + } + } + } + }, + "Submit": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إرسال" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пацвердзіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Absenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Submit" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enviar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Submit" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Submit" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Soumettre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kirim" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "送信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Submit" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Send inn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verstuur" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Submit" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyślij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Submit" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отправить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gönder" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Submit" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gửi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "提交" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "提交" + } + } + } + }, + "SuccessfullyDeleted ": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ erfolgreich gelöscht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ deleted successfully" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha eliminado %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ berhasil dihapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@を削除しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ başarıyla silindi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ deleted successfully" + } + } + } + }, + "Swipe.Tip.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварайце аб'екты ўнутры віджэтаў, лёгка праводзячы іх улева." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle Objekte in Widgets durch einfaches Wischen nach links." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para crear objetos dentro de los widgets, deslízalos a la izquierda." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créez des objets à l'intérieur de widgets en les glissant facilement à gauche." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek dalam widget dengan mengusap ke kiri dengan mudah." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea oggetti all'interno dei widget scorrendoli facilmente verso sinistra." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェット内で左にスワイプすると、オブジェクトを簡単に作成できます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett objekter inne i widgets ved enkelt å sveipe dem til venstre." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak objecten binnen widgets door ze naar links te swipen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Twórz obiekty wewnątrz widżetów, łatwo przesuwając je w lewo." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crie objetos dentro de widgets simplesmente deslizando-os à esquerda." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создавайте объекты внутри виджетов, перемещая их влево." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kolayca sola kaydırarak widget'ların içinde nesneler oluşturun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create objects inside widgets by easily swiping them left." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "向左轻划就可以在部件内创建对象。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "向左輕滑即可在小工具內建立物件。" + } + } + } + }, + "Swipe.Tip.Title": { + "comment": "MARK: - Swipe tips", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Правядзіце пальцам, каб стварыць аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zum Erstellen von Objekten wischen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Swipe to Create Objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desliza para crear objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Glisser pour créer des objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Usap untuk Membuat Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scorri per creare oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スワイプしてオブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sveip for å lage objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Swipe om objecten te maken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesuń, aby utworzyć obiekty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Arraste para Criar Objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Смахните для создания объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne Oluşturmak için Kaydırın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Swipe to Create Objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "滑动来创建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "滑動以建立物件" + } + } + } + }, + "Sync.Status.Version.Outdated.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الإصدار قديم. يرجى تحديث Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Версія ўстарэлая. Абнавіце Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Version veraltet. Bitte aktualisieren Sie Anytype" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Version outdated. Please update Anytype" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión anticuada. Actualiza Anytype." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Version outdated. Please update Anytype" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Versio vanhentunut. Päivitäthän Anytype:n" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version obsolète. Veuillez mettre à jour Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Versi kadaluwarsa. Silahkan memperbahrui segala tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Versione obsoleta. Si prega di aggiornare Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "バージョンが古くなっています。Anytype を更新してください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Version outdated. Please update Anytype" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Versjonen er utdatert. Vennligst oppdater Anytype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Versie verouderd. Update Anytype alsjeblieft" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଂସ୍କରଣ ପୁରୁଣା ହୋଇଛି।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wersja nieaktualna. Proszę zaktualizować Anytype" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Versão desatualizada. Por favor, atualize Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Versão desatualizada. Por favor, atualize Anytype" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Версия устарела. Пожалуйста, обновите Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sürüm güncel değil. Lütfen Anytype'ı güncelleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Застаріла версія. Будь ласка, оновіть Anytype" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Phiên bản lỗi thời. Hãy cập nhật Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "版本已过时。请更新 Anytype" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "版本已過時,請更新 Anytype" + } + } + } + }, + "Synced": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تمت المزامنة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сінхранізавана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Synchronisiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Synced" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sincronizado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Synced" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Synkronoitu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Synchronisé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tersinkron" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sincronizzato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "同期完了" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Synced" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Synkronisert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gesynchroniseerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Synced" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zsynchronizowano" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sincronizado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Synced" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Синхронизировано" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Senkronize edildi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Синхронізовано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã đồng bộ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已同步" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已同步" + } + } + } + }, + "SyncStatus.Error.incompatibleVersion": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إصدار غير متوافق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Несумяшчальная версія" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inkompatible Version" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Incompatible version" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión incompatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Version incompatible" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "互換性のないバージョン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "호환되지 않는 버전" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukompatibel versjon" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet-compatibele versie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Niekompatybilna wersja" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Versão incompatível" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Несовместимая версия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uyumsuz sürüm" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Incompatible version" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Phiên bản không tương thích" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不兼容版本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不相容的版本" + } + } + } + }, + "SyncStatus.Error.networkError": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يوجد وصول إلى المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма доступу да прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No access to the space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin acceso al espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas d'accès à l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada akses ke ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun accesso allo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースにアクセスできません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen toegang tot de ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem acesso ao espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет доступа к пространству" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alana erişim yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No access to the space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có quyền truy cập không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有访问空间的权限" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無法進入這個空間" + } + } + } + }, + "SyncStatus.Error.storageLimitExceed": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم الوصول إلى حد التخزين" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дасягнута мяжа захоўвання даных" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Speicherplatzgrenze erreicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Storage limit reached" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Límite de almacenamiento alcanzado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Limite de stockage atteinte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batas penyimpanan tercapai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Limite di archiviazione raggiunto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ストレージ上限に達しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Opslaglimiet bereikt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Limite de armazenamento atingido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Достигнут предел хранилища." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Depolama sınırına ulaşıldı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Storage limit reached" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã đạt giới hạn chứa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已达到储存限制" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "達到儲存限制" + } + } + } + }, + "SyncStatus.Error.UNRECOGNIZED": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خطأ غير معروف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Невядомая памылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unerkannter Fehler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unrecognized error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error desconocido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur inconnue\n" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat tak dikenali" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore sconosciuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不明なエラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbekende fout" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro não reconhecido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не опознанная ошибка." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tanınmayan hata" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unrecognized error" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lỗi không xác định" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未知的错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無法識別的錯誤" + } + } + } + }, + "SyncStatus.Info.AnytypeNetwork": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشفرة من طرف إلى طرف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зашыфравана скразным метадам" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ende-zu-Ende-verschlüsselt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "End-to-end encrypted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cifrado de extremo a extremo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Chiffrement de bout en bout" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terenkripsi end-to-end" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crittografia end-to-end" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "エンドツーエンド暗号化" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "End-to-end versleuteld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criptografia de ponta a ponta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сквозное шифрование" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uçtan uca şifrelenmiş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "End-to-end encrypted" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mật hóa đầu cuối" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "端到端加密" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已端到端加密" + } + } + } + }, + "SyncStatus.Info.localOnly": { + "comment": "MARK: - Sync status", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "النسخ الاحتياطي للبيانات معطل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэзервовае капіраванне даных адключана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datensicherung ist deaktiviert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Data backup is disabled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El respaldo de datos está deshabilitado." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La sauvegarde des données est désactivée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pencadangan data dimatikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il backup dati è disabilitato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "バックアップが無効です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Data-back-up is uitgeschakeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "“Backup” de dados está desabilitado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Резервная копия данных отключена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Veri yedekleme devre dışı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Data backup is disabled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sao lưu dữ liệu bị vô hiệu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "数据备份已禁用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "資料備份被禁用" + } + } + } + }, + "SyncStatus.Info.NetworkNeedsUpdate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قد تكون المزامنة بطيئة. قم بتحديث التطبيق." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сінхранізацыя можа быць павольнай. Абнавіце праграму." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Synchronisation könnte langsam sein. Aktualisiere die App." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sync might be slow. Update the app." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La sincronización puede ser lenta. Actualiza tu aplicación." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La synchronisation peut être lente. Mettez à jour l'application." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sinkronisasi mungkin lambat. Coba perbarui aplikasi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La sincronizzazione potrebbe essere lenta. Aggiornare l'app." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "同期が遅くなる可能性があります。アプリを更新してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Synchronisatie kan traag zijn. Update de app." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A sincronização pode ser lenta. Atualize o app." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Синхронизация может быть медленной. Обновите приложение." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Senkronizasyon yavaş olabilir. Uygulamayı güncelleyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đồng bộ có thể chậm. Hãy cập nhật ứng dụng." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "同步可能很慢,请更新应用程序。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Sync might be slow. Update the app." + } + } + } + }, + "SyncStatus.P2P.NotConnected": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غير متصل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падлучэнне адсутнічае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht verbunden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Not connected" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No conectado." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Non connecté" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak terhubung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non connesso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "接続されていません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet verbonden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não conectado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не подключено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlı değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Not connected" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未连接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未連線" + } + } + } + }, + "SyncStatus.P2P.NotPossible": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الاتصال غير ممكن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падключэнне немагчыма" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verbindung nicht möglich" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Connection not possible" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No es posible conectar." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Connexion impossible" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Koneksi tidak memungkinkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Connessione non possibile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "接続できません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verbinding niet mogelijk" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não é possível fazer conexão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Соединение невозможно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı mümkün değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "连接不可用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Connection not possible" + } + } + } + }, + "SyncStatus.P2P.Restricted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абмежаваны. Націсніце, каб адкрыць налады прылады." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eingeschränkt. Zum Öffnen der Geräteeinstellungen tippen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Restricted. Tap to open device settings." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restringido. Pulsa para abrir los ajustes del dispositivo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Limité. Appuyez pour ouvrir les paramètres de l'appareil." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dibatasi. Ketuk untuk membuka pengaturan perangkat." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Limitato. Toccare per aprire le impostazioni del dispositivo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "制限されています。デバイスの設定を確認してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verhinderd. Controleer de apparaatinstellingen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Restrito. Toque para abrir as configurações do dispositivo." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Есть ограничения. Проверьте настройки устройства." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kısıtlanmış. Cihaz ayarlarını açmak için dokunun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bị giới hạn. Chạm để kiểm tra cài đặt thiết bị." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "受限制。点击打开设备设置。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Restricted. Tap to open device settings." + } + } + } + }, + "System Properties": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خصائص النظام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Systemeigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "System Properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedades del sistema" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti Sistem" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proprietà Di Sistema" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "標準プロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Systeemeigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Системные свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sistem Özellikleri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "系统属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "System Properties" + } + } + } + }, + "Tag": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Schlagwort" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Schlagwörter" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Tags" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Etiqueta" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Etiquetas" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Label" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個のタグ" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Etiket" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Etiket" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Tag" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Tags" + } + } + } + } + } + } + }, + "TalbeOfContents.Empty": { + "comment": "MARK: Table of Contents", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add headings to create a table of contents" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадайце загалоўкі для стварэння зместу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Überschriften hinzufügen, um ein Inhaltsverzeichnis zu erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add headings to create a table of contents" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añade títulos para crear un índice" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add headings to create a table of contents" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add headings to create a table of contents" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter des en-têtes pour créer une table des matières" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan tajuk untuk membuat konten tabel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi intestazioni per creare una tabella di contenuti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "目次を作成するために見出しを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add headings to create a table of contents" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til overskrifter for å lage en innholdsfortegnelse" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg koppen toe om een inhoudsopgave te maken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add headings to create a table of contents" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodawanie nagłówków w celu utworzenia spisu treści" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar cabeçalhos para criar uma tabela de conteúdos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Adicionar cabeçalhos para criar uma tabela de conteúdos" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавьте заголовки для создания таблицы содержания" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçindekiler tablosu oluşturmak için başlıklar ekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати заголовки для створення таблиці вмісту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm đầu mục để tạo mục lục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加标题以制作目录" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增標題以建立目錄" + } + } + } + }, + "Teal": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تيل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бірузовы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Türkis" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Teal" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Verde azulado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Teal" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Turkoosi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Turquoise" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Biru-hijau" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ottanio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "青緑色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "청록색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Turkis" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Groenblauw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟିଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Morski" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Turquesa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Turquesa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Бирюзовый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Camgöbeği" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Бірюзовий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lục lam" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "松柏绿" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "青色" + } + } + } + }, + "Teal background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Teal background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блакітны фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Blaugrüner Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Teal background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo verde azulado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Teal background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sinivihreä tausta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond turquoise" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang hijau laut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo ottanio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "青緑色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Teal background" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Turkis bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blauwgroene achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Teal background" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Turkusowe tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Plano de fundo azul-petróleo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Teal background" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Бирюзовый фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Camgöbeği arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зеленувато-блакитне тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Teal background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "石绿背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "青色背景" + } + } + } + }, + "Templates": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "القوالب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шаблоны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlagen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Templates" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Plantillas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Templates" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Templates" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modèles" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modelli" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "템플릿" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Maler" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjablonen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Templates" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szablony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Modelos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Templates" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Шаблоны" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablonlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Templates" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "範本" + } + } + } + }, + "Templates.Popup.Default": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The template was set as default" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэты шаблон быў усталяваны як прадвызначаны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Die Vorlage wurde als Standard festgelegt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The template was set as default" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La plantilla se ha establecido por defecto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The template was set as default" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The template was set as default" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ce modèle a été défini comme modèle par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat diatur sebagai bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo modello è stato impostato come predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルトに設定されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The template was set as default" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Malen ble satt som standard" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit sjabloon werd als standaard ingesteld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ଡିଫଲ୍ଟ ଭାବରେ ସେଟ୍ ହୋଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szablon został ustawiony jako domyślny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O modelo foi definido como padrão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "O modelo foi definido como padrão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Шаблон был установлен по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon varsayılan olarak ayarlandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Шаблон було встановлено за замовчуванням" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The template was set as default" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此模板已设置为默认" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "範本已被設置為預設" + } + } + } + }, + "Templates.Popup.Duplicated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The template was duplicated" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шаблон быў дубліраваны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Die Vorlage wurde Dupliziert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The template was duplicated" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La plantilla se ha duplicado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The template was duplicated" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The template was duplicated" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ce modèle a été dupliqué" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat digandakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il modello è stato duplicato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートを複製しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The template was duplicated" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Malen ble duplisert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit sjabloon is gedupliceerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ନକଲ କରାଗଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szablon został zduplikowany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O modelo foi duplicado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "O modelo foi duplicado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Шаблон был скопирован" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon çoğaltıldı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Шаблон було продубльовано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The template was duplicated" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "模板已生成副本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "範本已建立副本" + } + } + } + }, + "Templates.Popup.Removed": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The template was removed" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шаблон быў выдалены" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Die Vorlage wurde entfernt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The template was removed" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La plantilla se ha eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The template was removed" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The template was removed" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ce modèle a été supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat dihapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il modello è stato rimosso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートが削除されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The template was removed" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Malen ble fjernet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit sjabloon is verwijderd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ କଢାଗଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szablon został usunięty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O modelo foi removido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "O modelo foi removido" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Шаблон был удален" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon kaldırıldı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Шаблон було видалено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The template was removed" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "模板已删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "範本已被刪除" + } + } + } + }, + "Templates.Popup.WasAddedTo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم إضافة قالب جديد إلى النوع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы шаблон быў дададзены да тыпу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Vorlage wurde zum Typ hinzugefügt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New template was added to the type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha añadido una nueva plantilla al tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Le nouveau modèle a été ajouté au type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat baru ditambahkan ke tipe ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo modello è stato aggiunto al tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプに追加されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ny mal ble lagt til typen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuw sjabloon is toegevoegd aan het type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରକାରରେ ନୂତନ ଟେମ୍ପଲେଟ୍ ଯୋଡାଗଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy szablon został dodany do typu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O novo modelo foi adicionado ao tipo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Novo modelo foi adicionado ao tipo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый шаблон добавлен к типу" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu türe yeni bir şablon eklendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Новий шаблон додано до типу" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新模板已添加到类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新範本已新增至類型" + } + } + } + }, + "Templates.Popup.WasAddedTo.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы шаблон быў дададзены да тыпу %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Vorlage wurde zum Typ %@ hinzugefügt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New template was added to the type %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha añadido una nueva plantilla al tipo %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Un nouveau modèle a été ajouté au type %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat baru ditambahkan ke tipe %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo modello è stato aggiunto al tipo %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ%@に追加されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuw sjabloon werd toegevoegd aan het type %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରକାର %@ ରେ ନୂତନ ଟେମ୍ପ୍ଲେଟ୍ ଯୋଡାଯାଇଥିଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy szablon został dodany do typu %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Novo modelo foi adicionado ao tipo %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Novo modelo foi adicionado ao tipo %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый шаблон добавлен к типу %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni şablon %@ türüne eklendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New template was added to the type %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新模板已添加到类型 %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新範本已新增至 %@ 類型" + } + } + } + }, + "Text Style": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Text Style" + } + } + } + }, + "TextStyle.Bold.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غامق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тоўсты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fett" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Bold" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Negrita" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Bold" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lihavointi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gras" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tebal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Grassetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "太字" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "굵게" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vetgedrukt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବୋଲ୍ଡ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pogrubienie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Negrito" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Negrito" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Жирный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kalın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Напівжирний" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "In đậm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粗体" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "粗體" + } + } + } + }, + "TextStyle.Bulleted.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نقطي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Маркіраваны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aufzählung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Bulleted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Viñetas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Bulleted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "À puces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar bertitik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elenco puntato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "箇条書きリスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "글머리기호" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kulepunkt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Opsommingslijst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବୁଲେଟ ହୋଇଥିବା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wypunktowane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pontuado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Bulleted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Маркирован" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Madde işaretli" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Маркований" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chấm đầu dòng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "项目符号" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "符號列表" + } + } + } + }, + "TextStyle.Callout.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ملاحظة بارزة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зноска" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Textbox" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Callout" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Globo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Callout" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Nosto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Encadré" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berbingkai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiamo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コールアウト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "범례" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Utrop" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toelichting" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କଲ୍ ଆଉଟ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wezwanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chamada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Callout" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Врезка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Belirteç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Винесення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chú thích" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "标注" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "引用區塊" + } + } + } + }, + "TextStyle.Checkbox.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مربع اختيار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Птушка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Checkbox" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Casilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tarkastuslaatikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Case à cocher" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kotak centang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Casella di scelta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チェックボックス" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "체크박스" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avkrysningsboks" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selectievakje" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚେକବାକ୍ସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pole wyboru" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Caixa de seleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Флажок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onay kutusu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Прапорець" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ô tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复选框" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "核取方塊列表" + } + } + } + }, + "TextStyle.Code.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كود" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Код" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Code" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Code" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Código" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Code" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Koodi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Code" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Codice" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "코드" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kode" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Code" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୋଡ଼" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kod" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Código" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Code" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Код" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kod" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Код" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Code" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "代码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "代碼" + } + } + } + }, + "TextStyle.Heading.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنوان رئيسي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загаловак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Überschrift" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Heading" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título 2" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Heading" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Otsikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En tête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tajuk 2" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "見出し2" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "제목" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Overskrift" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Koptekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nagłówek" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cabeçalho" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Заголовок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlık " + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Заголовок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục chính" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "中等标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "標題" + } + } + } + }, + "TextStyle.Highlighted.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مميز" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Цытата" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hervorhebung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Highlighted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Resaltado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Highlighted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Korostettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Surligné" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sorotan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Evidenziato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "引用文" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "강조" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Uthevet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gemarkeerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆଲୋକପାତ କରାଯାଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyróżnione" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Destacado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Realçado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выделенный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Vurgulanmış" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Цитата" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nổi bật" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "高亮" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "螢光筆" + } + } + } + }, + "TextStyle.Italic.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مائل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Курсіў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kursiv" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Italic" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cursiva" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Italic" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kursivoitu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Italique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Miring" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Corsivo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "イタリック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "기울임" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kursiv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Cursief" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଇଟାଲିକ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kursywa" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Itálico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Itálico" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Курсив" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İtalik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Курсив" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "In nghiêng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "斜体" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "斜體" + } + } + } + }, + "TextStyle.Link.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спасылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Linkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "링크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Koppeling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ligação" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ссылка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結" + } + } + } + }, + "TextStyle.Numbered.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قائمة مرقمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нумараваны спіс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nummerierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Numbered list" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Lista numerada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Numbered list" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Numeroitu lista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Liste numérotée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar urut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elenco numerato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "番号付きリスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "번호 매기기 목록" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nummerert liste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Genummerde lijst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନମ୍ବର ତାଲିକା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lista numerowana" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lista numerada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Numbered list" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нумерованный список" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Numaralı liste" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нумерований список" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Danh sách đánh số" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编号列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編號列表" + } + } + } + }, + "TextStyle.Strikethrough.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يتوسطه خط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Закрэслены" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Durchgestrichen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Strikethrough" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tachado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Strikethrough" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Läpiviiva" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Barré" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Coret" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Barrato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "取り消し線" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "취소선" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjennomstreking" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Doorhalen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଷ୍ଟ୍ରାଇକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przekreślenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tachado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Rasurado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Зачёркнутый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üstü çizili" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Закреслений" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gạch đè" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除线" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除線" + } + } + } + }, + "TextStyle.Subheading.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنوان فرعي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падзагаловак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unterüberschrift" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Subheading" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título 3" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Subheading" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Alaotsikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sous-titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tajuk 3" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sottotitolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "見出し3" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "부제목" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Underoverskrift" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Subkoptekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଉପ ଶୀର୍ଷକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podtytuł" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Subtítulo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Subtítulo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подзаголовок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alt başlık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Підзаголовок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục phụ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "副标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "副標題" + } + } + } + }, + "TextStyle.Text.Title": { + "comment": "MARK: Text Style in Slash and Style menu", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тэкст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Text" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Teksti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Texte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Teks" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Testo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テキスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "텍스트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲେଖା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текст" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Metin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Текст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Văn bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正文" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "文字" + } + } + } + }, + "TextStyle.Title.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "العنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Назва" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Titel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Title" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Título 1" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Title" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Otsikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Judul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "見出し1" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "제목" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tittel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Titel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tytuł" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Título" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Название" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Назва" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiêu đề" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "大标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "標題" + } + } + } + }, + "TextStyle.Toggle.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تبديل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пераключыць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ein-/Ausblenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Toggle" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desplegable" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Toggle" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kytkin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bascule" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bukaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Attiva/Disattiva" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "トグル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "토글" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ekspanderbar" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "In-/uitvouwen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟଗଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przełączanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alternar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Toggle" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Переключить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Aç/Kapat" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перемкнути" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khối đóng mở" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "切换" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "摺疊清單" + } + } + } + }, + "TextStyle.Underline.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تسطير" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падкрэслены" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unterstrich" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Underline" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Subrayado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "下線" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "밑줄" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onderstrepen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podkreślenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sublinhado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подчёркнутый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alt çizgi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Underline" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gạch chân" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下划线" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "底線" + } + } + } + }, + "There are no spaces yet": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There are no spaces yet" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aún no hay ningún espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a pas encore d'espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum ada ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non ci sono ancora Spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "まだスペースがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er zijn nog geen ruimten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Henüz alan yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "还没有空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "There are no spaces yet" + } + } + } + }, + "There is no emoji named": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There is no emoji named" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма эмодзі з такой назвай" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es gibt kein Emoji mit dem Namen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There is no emoji named" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ningún emoji llamado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There is no emoji named" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There is no emoji named" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a pas d'émoji nommé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada emoji bernama" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non esiste un emoji chiamato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "絵文字が見つかりません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There is no emoji named" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Det finnes ingen emoji med navnet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is geen emoji genaamd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ଇମୋଜି ନାମିତ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma emoji o nazwie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há nenhum emoji chamado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "There is no emoji named" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет эмодзи с таким именем" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İsimlendirilmiş bir emoji yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає емоджі з такою назвою" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có emoji tên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有 emoji 表情符号的命名" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "尚無命名的 Emoji" + } + } + } + }, + "There is no icon named": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es gibt kein Symbol namens" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There is no icon named" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ningún icono llamado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a pas d'icône nommée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada ikon bernama" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non esiste un'icona denominata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アイコンが見つかりません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is geen icoon met naam" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет эмодзи с таким именем" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Adında simge yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有已命名的图标" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "There is no icon named" + } + } + } + }, + "There is no object named": { + "comment": "MARK: - Main search", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There is no object named %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма аб'ектаў з назвай %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es gibt kein Objekt mit dem Namen %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There is no object named %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ningún objeto llamado %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There is no object named %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei ole objektia nimeltä %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a aucun objet nommé %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada objek bernama %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non c'è nessun oggetto denominato %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト「%@」が見つかりませんでした" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There is no object named %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "There is no object named %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is geen object genaamd %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ ନାମକ କୌ ଣସି ବସ୍ତୁ ନାହିଁ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma obiektu o nazwie %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há nenhum objeto chamado %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Não há nenhum objeto chamado %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет объекта с именем %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ isimli nesne yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає об'єкта з назвою %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có đối tượng tên %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有命名为 %@ 的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有名為 \"%@\" 的物件" + } + } + } + }, + "There is no property named": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es gibt keine Eigenschaft namens %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There is no property named %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ninguna propiedad llamada %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a aucune propriété appelée %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada properti bernama %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non esiste una proprietà denominata %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ「%@」が見つかりませんでした" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is geen eigenschap genaamd %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ adında bir özellik yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有名为 %@ 的属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "There is no property named %@" + } + } + } + }, + "There is no type named": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There is no type named %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма тыпаў з назвай %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es gibt keinen Typ mit dem Namen %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There is no type named %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ningún tipo llamado %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There is no type named %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There is no type named %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a aucun type nommé %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada tipe bernama %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non c'è nessun tipo denominato %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ「%@」が見つかりませんでした" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There is no type named %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "There is no type named %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is geen type genaamd %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ ନାମକ କୌଣସି ପ୍ରକାର ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma typu o nazwie %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há nenhum tipo chamado %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Não há nenhum objeto chamado %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет типа с именем %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ isimli tür yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає типу з назвою %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có loại tên %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有命名为 %@ 的类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有名為 \"%@\" 的類型" + } + } + } + }, + "These objects will be deleted irrevocably": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "These objects will be deleted irrevocably. You can’t undo this action." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэтыя аб'екты будуць выдалены беззваротна. Вы не зможаце адмяніць гэта дзеянне." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Diese Objekte werden endgültig gelöscht. Sie können diese Aktion nicht rückgängig machen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "These objects will be deleted irrevocably. You can’t undo this action." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Estos objetos se eliminarán de forma definitiva. No se puede deshacer esta acción." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "These objects will be deleted irrevocably. You can’t undo this action." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "These objects will be deleted irrevocably. You can’t undo this action." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ces objets seront supprimés définitivement. Cette action est irrévocable." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek berikut akan dihapus secara permanen. Kamu tidak bisa membatalkan tindakan ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questi oggetti verranno eliminati irrevocabilmente. Non è possibile annullare questa azione." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これらのオブジェクトは完全に削除されます。この操作は取り消せません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "These objects will be deleted irrevocably. You can’t undo this action." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Disse objektene vil bli slettet ugjenkallelig. Du kan ikke angre denne handlingen." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze objecten zullen permanent worden verwijderd. Je kunt dit niet ongedaan maken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହି ବସ୍ତୁଗୁଡିକ ବିଲୋପ ହେବ ।ଆପଣ ଏହି କ୍ରିୟାପୂର୍ବକ କରିପାରିବେ ନାହିଁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Te obiekty zostaną nieodwracalnie usunięte. Tej akcji nie można cofnąć." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Esses objetos serão excluídos irrevogavelmente. Você não pode desfazer esta ação." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Estes objetos serão excluídos irrevogavelmente. Você não pode desfazer esta ação." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Элементы в корзине будут безвозвратно удалены. Вы не сможете отменить это действие." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu nesneler geri alınamayacak şekilde silinecektir. Bu işlemi geri alamazsınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обрані об'єкти будуть видалені безповоротно. Ви не зможете скасувати цю дію." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Những đối tượng này sẽ bị xoá mà không hoàn lại. Bạn không thể hoàn tác hành động này." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这些对象将被删除且不可撤销。您无法撤销此操作。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "這些物件將被永久刪除。您無法撤銷此操作。" + } + } + } + }, + "To Bin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلى سلة المهملات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "У сметніцу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zum Papierkorb" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "To Bin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "A la papelera" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "To Bin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "To Bin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vers la corbeille" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ke Bak Sampah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nel Cestino" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ゴミ箱へ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "휴지통으로" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Til papirkurv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naar prullenmand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିନ୍ କୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Do kosza" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Para Lixeira" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Para Lixeira" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "В корзину" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çöp kutusuna" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "В кошик" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "To Bin" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移入回收站" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "到垃圾桶" + } + } + } + }, + "Today": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اليوم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сёння" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Heute" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Today" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hoy" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Today" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Today" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aujourd'hui" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hari ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今日" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오늘" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I dag" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vandaag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆଜି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dzisiaj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Hoje" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Today" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сегодня" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bugün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сьогодні" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hôm nay" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "今天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "今天" + } + } + } + }, + "Toggle empty. Tap to create block.": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Toggle empty. Tap to create block." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пуста. Націсніце, каб стварыць блок." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tippen um Block zu erstellen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Toggle empty. Tap to create block." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desplegable vacío. Toca para crear un bloque" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Toggle empty. Tap to create block." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Toggle empty. Tap to create block." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Activer/désactiver vide. Touchez pour créer un bloc." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bukaan kosong. Sentuh untuk membuat balok." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Interruttore vuoto. Tocca per creare un blocco." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "空のトグルブロック。タップしてブロックを作成。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Toggle empty. Tap to create block." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tom ekspanderbar liste. Trykk for å opprette blokk." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Uitvouwbare lijst is leeg. Tik om nieuw blok te maken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଖାଲି ଟୋଗଲ୍ କରନ୍ତୁ | ବ୍ଲକ ସୃଷ୍ଟି କରିବାକୁ ଟ୍ୟାପ୍ କରନ୍ତୁ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przełącz pusty. Dotknij, aby utworzyć blok." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Clique vazio. Toque para criar um bloco." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Caixa de seleção vazia. Toque para criar bloco." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пусто. Нажмите, чтобы создать блок." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Boş olarak değiştirin. Blok oluşturmak için dokunun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пусто. Натисніть, щоб створити блок." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Toggle empty. Tap to create block." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "切换为空。点击以创建块。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "摺疊為空, 點擊以建立區塊。" + } + } + } + }, + "Tomorrow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غدًا" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Заўтра" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Morgen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tomorrow" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mañana" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tomorrow" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tomorrow" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demain" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Besok" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Domani" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "明日" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "내일" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I morgen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Morgen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆସନ୍ତାକାଲି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jutro" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Amanhã" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tomorrow" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Завтра" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yarın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завтра" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngày mai" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "明天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "明天" + } + } + } + }, + "Try to find a new one": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Try to find a new one" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Prueba a buscar otro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Essayez d'en trouver un nouveau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Carilah yang lain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Prova a trovarne una nuova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しく探す" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Probeer een nieuwe te vinden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Попробуйте найти новый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni bir tane bulmaya çalış." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "尝试找一个新的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one" + } + } + } + }, + "Try to find a new one or upload your image": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one or upload your image" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паспрабуйце знайсці новы або загрузіце свой відарыс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Versuche ein neues zu finden oder lade dein Bild hoch" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Try to find a new one or upload your image" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Busca otro distinto o carga una imagen." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one or upload your image" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one or upload your image" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Essayez de trouver une autre image ou mettez en ligne votre image" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Coba cari yang lain atau unggah gambarmu sendiri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Prova a trovarne uno nuovo o carica la tua immagine" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しく探すか、画像をアップロードしてください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one or upload your image" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Prøv å finne en ny eller last opp bildet ditt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Probeer een nieuwe te vinden of upload jouw afbeelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏକ ନୂତନ ଖୋଜିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ କିମ୍ବା ଆପଣଙ୍କର ପ୍ରତିଛବି ଅପଲୋଡ୍ କରନ୍ତୁ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Spróbuj znaleźć nowy lub załaduj swój obraz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tente encontrar um novo ou envie sua imagem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tente encontrar um novo ou faça o upload da sua imagem" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Попробуйте найти новое или загрузите ваше изображение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni bir tane bulmaya çalışın ya da kendi resminizi yükleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Спробуйте знайти нове або завантажте ваше зображення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Try to find a new one or upload your image" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "尝试查找新图片或上传图片" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "嘗試尋找新的或上傳您的圖片" + } + } + } + }, + "TryAgain": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حاول مرة أخرى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паспрабуйце яшчэ раз" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erneut versuchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Inténtalo de nuevo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Essayez de nouveau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Riprova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "もう一度実行" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Prøv igjen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Probeer opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Spróbuj ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tente novamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Попробуйте еще раз" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tekrar deneyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thử lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请再试一次" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請再試一次" + } + } + } + }, + "Type Name": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Type Name" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nombre del tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nom du type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nama Tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nome Tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ名" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Typenaam" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tür Adı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "类型名称" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Type Name" + } + } + } + }, + "Type Plural name": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اسم الجمع للنوع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Pluralname eingeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Type Plural name" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nombre plural del tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nom du type au pluriel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nama Jamak Tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nome Tipo al plurale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ名(複数形)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Meervoudsnaam type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип во множественном числе" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çoğul ad yazın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入复数名称" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Type Plural name" + } + } + } + }, + "Types": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الأنواع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тыпы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "유형" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Типы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Types" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "類型" + } + } + } + }, + "Undo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تراجع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Rückgängig" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Undo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deshacer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Undo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Undo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urungkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "元に戻す" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Undo" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Angre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ongedaan maken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୂର୍ବବତ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Cofnij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desfazer" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Undo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отменить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri al" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Повернути" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hoàn tác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "撤消" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "撤銷" + } + } + } + }, + "Undo typing": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Undo typing" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць увод" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eingabe widerrufen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Undo typing" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deshacer escritura" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Undo typing" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Undo typing" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler la saisie" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urungkan mengetik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla la digitazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "入力を取り消す" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "입력 실행 취소" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Angre skriving" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Typen ongedaan maken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟାଇପିଂ ପୂର୍ବବତ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Cofnij wpisywanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desfazer digitação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Undo typing" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отменить ввод" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yazıyı geri al" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати введення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hoàn tác nhập" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "撤消输入" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "撤銷輸入" + } + } + } + }, + "Undo/Redo": { + "comment": "MARK: - Object Settings", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تراجع/إعادة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць/Паўтарыць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Rückgängig/Wiederholen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Undo/Redo" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deshacer/Rehacer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Undo/Redo" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Undo/Redo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler/Rétablir" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batalkan/Ulangi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla/Ripristina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "元に戻す/やり直し" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Undo/Redo" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Angre/Omgjør" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ongedaan maken / Opnieuw doen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅଣ୍ଡୁ/ରିଡୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Cofnij/Ponów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desfazer/Refazer" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Desfazer/Refazer" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отменить/Повторить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geri Al/Yinele" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати/Повторити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Undo/Redo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "撤消/重做" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "撤消/重做" + } + } + } + }, + "Unknown": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غير معروف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Невядомы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbekannt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unknown" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desconocido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tuntematon" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Inconnu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak diketahui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sconosciuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不明" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukjent" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbekend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieznany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desconhecido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неизвестно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bilinmeyen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Невідомо" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không rõ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未知" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未知" + } + } + } + }, + "Unknown error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خطأ غير معروف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Невядомая памылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbekannter Fehler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unknown error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error desconocido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unknown error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tuntematon virhe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur inconnue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kesalahan tak dikenal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore sconosciuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不明なエラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "알 수 없는 오류" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukjent feil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbekende foutmelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unknown error" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieznany błąd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro desconhecido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unknown error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неизвестная ошибка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bilinmeyen hata" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Невідома помилка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lỗi không xác định" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未知错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未知錯誤" + } + } + } + }, + "unlimited": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Неабмежавана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbegrenzt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unlimited" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ilimitado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Illimité" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tanpa batas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Illimitato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無制限" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ubegrenset" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbeperkt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieograniczony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ilimitado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неограниченно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Limitsiz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unlimited" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không giới hạn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无限的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無限制" + } + } + } + }, + "Unlock": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلغاء القفل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Разблакіраваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Entsperren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unlock" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desproteger" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unlock" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unlock" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Déverouiller" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka kunci" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sblocca" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ロック解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unlock" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lås opp" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ontgrendel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unlock" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odblokuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desbloquear" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unlock" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Разблокировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kilidi aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Розблокувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mở khoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "解锁" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "解除鎖定" + } + } + } + }, + "Unmute": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Stummschaltung aufheben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unmute" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No silenciar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lepas senyap" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ミュート解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Susturmayı kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unmute" + } + } + } + }, + "Unpin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إزالة التثبيت" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адмацаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Loslösen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unpin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desanclar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unpin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unpin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Désépingler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lepas sematan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Togli" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ピン留め解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "고정 해제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Løsne" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Losmaken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପିନ କରନ୍ତୁ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odepnij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desafixar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unpin" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открепить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sabitlemeyi kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unpin" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gỡ ghim" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消固定" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消釘選" + } + } + } + }, + "Unpublish": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Unpublish" + } + } + } + }, + "Unread": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ungelesen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unread" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No leído" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum dibaca" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non letto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未読" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Okunmamış" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unread" + } + } + } + }, + "Unselect all": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلغاء تحديد الكل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць выбар" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle abwählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unselect all" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Deseleccionar todo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unselect all" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unselect all" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tout désélectionner" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batal pilih semua" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Deseleziona tutto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべて選択を解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "전체 선택 해제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern alle valg" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deselecteer alle" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମସ୍ତକୁ ଚୟନ କରନ୍ତୁ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odznacz wszystko" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desmarcar todos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unselect all" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отменить выбор" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tüm seçimi kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати вибір" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bỏ chọn hết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消全选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消全選" + } + } + } + }, + "Unset as default": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht als Standard festgelegt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unset as default" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desmarcar como predeterminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batal atur sebagai bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デフォルト設定を解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılan olarak ayarlanmamış" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unset as default" + } + } + } + }, + "Unset default": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unset default" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desmarcar como predeterminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler la valeur par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Valore predefinito non impostato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "既定を解除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Varsayılanı kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unset default" + } + } + } + }, + "Unsplash": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unsplash" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unsplash" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Unsplash 图库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unsplash 圖庫" + } + } + } + }, + "Unsupported": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غير مدعوم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не падтрымліваецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht unterstützt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unsupported" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No compatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei tuettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Non pris en charge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak didukung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non supportato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未対応" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikke støttet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet ondersteund" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieobsługiwane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Incompatível" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не поддерживается" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Desteklenmiyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không được hỗ trợ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "暂不支持" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不支援" + } + } + } + }, + "Unsupported block": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كتلة غير مدعومة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блок не падтрымліваецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht unterstützter Block" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unsupported block" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Bloque no compatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unsupported block" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tukematon pala" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bloc non pris en charge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Balok tak didukung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blocco non supportato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未対応ブロック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "지원하지 않는 블록" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blokk støttet ikke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blok niet ondersteund" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅସମର୍ଥିତ ବ୍ଲକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieobsługiwany blok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Bloco não suportado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Bloco não suportado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неподдерживаемый блок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Desteklenmeyen blok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Непідтримуваний блок" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khối không được hỗ trợ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不支持的数据块" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不支援的區塊" + } + } + } + }, + "Unsupported deeplink": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unsupported deeplink" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enlace no compatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien profond non pris en charge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautan langsung yang tidak didukung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Deeplink non supportato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未対応のディープリンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "지원하지 않는 딥링크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet-ondersteunde deeplink" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମର୍ଥିତ ଡିପ୍ଲିଙ୍କ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Bloco não suportado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неподдерживаемая ссылка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Desteklenmeyen derin bağlantı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不支持的深度链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Unsupported deeplink" + } + } + } + }, + "Unsupported value": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unsupported value" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Значэнне не падтрымліваецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht unterstützter Wert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unsupported value" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Valor no soportado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unsupported value" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei tuettu arvo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Valeur non prise en charge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nilai tak didukung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Valore non supportato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未対応の値" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "지원되지 않는 값" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikke-støttet verdi" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet-ondersteunde waarde" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମର୍ଥିତ ମୂଲ୍ୟ ନୁହେଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieobsługiwana wartość" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Valor não suportado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unsupported value" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неподдерживаемое значение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Desteklenmeyen değer" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Непідтримуване значення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Giá trị không được hỗ trợ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不支持该值" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不支援的值" + } + } + } + }, + "Untitled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بدون عنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbenannt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Untitled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sans titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nirjudul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naamloos" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅନାବର୍ତ୍ତିତ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Без названия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无标题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Untitled" + } + } + } + }, + "Update": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Update" + } + } + } + }, + "Upgrade": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абнавіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upgrade" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Actualizar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Passer à un abonnement supérieur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tingkatkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiorna" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アップグレード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Aktualizuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Atualizar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обновить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yükselt" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Upgrade" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nâng cấp" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "升级" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "升級" + } + } + } + }, + "Upload": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحميل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запампаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hochladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upload" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upload" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Upload" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mettre en ligne" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unggah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Carica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アップロード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "업로드" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last opp" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upload" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅପଲୋଡ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Prześlij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fazer upload" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upload" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải lên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上传" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上傳" + } + } + } + }, + "Valid until": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сапраўдны да:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gültig bis:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Valid until:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Válido hasta:" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Valide jusqu'au :" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berlaku hingga:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Valido fino al:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "有効期限:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gyldig til:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geldig tot:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ważny do:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Válido até:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Действительно до:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçerlilik tarihi:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Valid until:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Có hiệu lực đến:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "有效期至:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "有效期限至:" + } + } + } + }, + "Valid until date": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дзейнічае да %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gültig bis %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Valid until %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Válido hasta: %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Valide jusqu'à %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berlaku hingga %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Valido fino al %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@まで有効" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geldig tot %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ważny do %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Válido até %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Действительно до %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ tarihine kadar geçerlidir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Valid until %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Có hiệu lực đến %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "有效期至 %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "有效期至 %@" + } + } + } + }, + "Vault": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المخزن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tresor" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Vault" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Arca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Vault" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vault" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coffre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Brankas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cassaforte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보관소" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hvelv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kluis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଭଣ୍ଡାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sejf" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cofre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Vault" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasa" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Vault" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vault" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "库" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帳戶" + } + } + } + }, + "Vault deleted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сховішча выдалена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tresor gelöscht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Vault deleted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Arca eliminada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Le coffre a été supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Brankas dihapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cassaforte eliminata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫が削除されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hvelvet slettet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kluis verwijderd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sejf został usunięty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cofre removido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Хранилище удалено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kasa silindi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vault deleted" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文库已删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帳戶已刪除" + } + } + } + }, + "Vault recover error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, try again" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка аднаўлення сховішча, паўтарыце спробу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler beim Wiederherstellen des Tresors, versuche es erneut" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Vault recover error, try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al recuperar el arca, inténtalo de nuevo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Holvin palautus virhe, kokeile uudestaan" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de récupération du coffre, veuillez réessayer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemulihan brankas gagal, coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore recupero cassaforte, riprova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫の復元にエラーが発生しました。もう一度お試しください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보관소 복원 중 에러가 발생했습니다. 다시 시도해주세요." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gjenopprettingsfeil i hvelvet, prøv igjen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout bij herstellen van kluis, probeer het opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଭଲ୍ଟ ତ୍ରୁଟି ପୁନରୁଦ୍ଧାର କରନ୍ତୁ, ପୁନଃଚେଷ୍ଟା କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd podczas odzyskiwania sejfu, spróbuj ponownie." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro na recuperação de conta, tente novamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro na recuperação da conta, tente novamente" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка восстановления хранилища, попробуйте снова" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hesap kurtarma hatası, yeniden deneyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, try again" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, try again" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文库恢复错误,请重试" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帳戶復原失敗,請再試一次" + } + } + } + }, + "Vault recover error no internet": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, probably no internet connection" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка аднаўлення сховішча, верагодна, няма падключэння да інтэрнэту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler beim Wiederherstellen des Tresors, wahrscheinlich keine Internetverbindung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Vault recover error, probably no internet connection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al recuperar el arca, puede que no haya conexión a Internet." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, probably no internet connection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Holvin palautus virhe, todennäköisesti ei nettiyhteyttä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur de récupération du coffre, probablement pas de connexion internet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemulihan brankas gagal, kemungkinan tidak ada koneksi internet\n" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore di recupero cassaforte, probabilmente nessuna connessione ad internet" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "保管庫の復元にエラーが発生しました。インターネット接続をご確認ください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보관소 복원 중 에러가 발생했습니다. 인터넷 연결을 확인해주세요." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil ved gjenoppretting av hvelvet, sannsynligvis ingen internettilkobling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Fout bij herstellen van kluis, waarschijnlijk geen internetverbinding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଭଲ୍ଟ ପୁନରୁଦ୍ଧାର ତ୍ରୁଟି, ବୋଧହୁଏ କୌଣସି ଇଣ୍ଟର୍ନେଟ୍ ସଂଯୋଜନା ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wystąpił błąd podczas odzyskiwania sejfu, prawdopodobny brak internetu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro na recuperação de conta, provavelmente não há conexão de “internet”" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Erro ao recuperar o Cofre, provavelmente não há conexão com a internet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка при восстановлении хранилища, скорее всего нет соединения с интернетом" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hesap kurtarma hatası, muhtemel bağlantı kesikliği" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, probably no internet connection" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vault recover error, probably no internet connection" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "库恢复错误,可能没有互联网连接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帳戶復原失敗,可能是沒有網路連線" + } + } + } + }, + "VersionHistory.Title": { + "comment": "Version history", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гісторыя версій" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Versionsverlauf" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Version History" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Historial de versiones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Historique des versions" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Riwayat Versi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cronologia delle Versioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "変更履歴" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "버전 기록" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Versiegeschiedenis" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଂସ୍କରଣ ଇତିହାସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Histórico de versões" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "История версий" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sürüm geçmişi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lịch sử phiên bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "版本历史" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Version History" + } + } + } + }, + "VersionHistory.Toast.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Версія %@ была адноўлена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Version %@ wurde wiederhergestellt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Version %@ was restored" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Versión %@ restaurada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La version %@ a été restaurée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Versi %@ dipulihkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La versione %@ è stata ripristinata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "変更「%@」に復元されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Versie %@ is hersteld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଂସ୍କରଣ %@ ପୁନରୁଦ୍ଧାର ହୋଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A versão %@ foi restaurada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Версия %@ восстановлена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ sürümü geri yüklendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "版本 %@ 已恢复" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Version %@ was restored" + } + } + } + }, + "Video": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%lld Videos" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Vídeo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Vídeos" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Vidéo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Vidéos" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Video" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld個の動画" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Video" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Video" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%lld Videos" + } + } + } + } + } + } + }, + "View": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Näkymä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Visning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଦେଖନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zobacz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ xem" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檢視" + } + } + } + }, + "View in Browser": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "View in Browser" + } + } + } + }, + "Views": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "طرق العرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выгляды" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansichten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Views" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vistas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Views" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Näyttökerrat" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vues" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Viste" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Views" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Visninger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergaven" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମତଗୁଡ଼ିକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odsłon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibições" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Views" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Представления" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görüntülenmeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вигляди" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Views" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檢視" + } + } + } + }, + "Wallet.Recovery.Error.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مفتاح غير صالح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няправільны ключ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ungültiger Schlüssel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invalid Key" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La clave no es válida" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invalid Key" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Virheellinen Avain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Clé invalide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunci tidak valid" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiave non valida" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "鍵が正しくありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "잘못된 키" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ugyldig nøkkel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ongeldige herstelsleutel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବୈଧ କି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieprawidłowy klucz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chave Inválida" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chave inválida" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неправильный ключ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçersiz Anahtar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invalid Key" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Invalid Key" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无效密钥" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無效的密鑰" + } + } + } + }, + "Wallpaper": { + "comment": "Settings", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الخلفية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шпалеры" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hintergrundbild" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Wallpaper" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo de pantalla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Wallpaper" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Taustakuva" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond d'écran" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Wallpaper" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "壁紙" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "배경화면" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bakgrunnsbilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୱାଲପେପର୍‌" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Plano de fundo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Papel de parede" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обои" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Duvar kağıdı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Шпалери" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hình nền" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "壁纸" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "桌布" + } + } + } + }, + "Web pages": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "صفحات الويب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вэб-старонкі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Webseiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Web pages" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Páginas web" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Web pages" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Nettisivut" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pages Web" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Halaman web" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pagine Web" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Webページ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Web pages" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nettsider" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Internetpagina's" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୱେବ୍ ପୃଷ୍ଠା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Strony internetowe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Páginas da Web" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Web pages" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Веб-страницы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Web sayfaları" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вебсторінки" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Web pages" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网页页面" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網頁" + } + } + } + }, + "What’s included": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ما هو متضمن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Што ўключана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Was ist inbegriffen?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "What’s included" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Qué se incluye?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "What’s included" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "What’s included" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Qu'est-ce qui est inclus ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apa saja yang termasuk" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cosa è incluso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "特典内容" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "What’s included" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hva er inkludert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wat is inbegrepen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "What’s included" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Co jest wliczone w cenę?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O que está incluído" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "What’s included" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Что включено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Neler dahil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "What’s included" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bao gồm những gì" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "包含的内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "包含的內容" + } + } + } + }, + "WidgetExtension.LockScreen.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create a new object on the fly" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыце новы аб'ект на хаду" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle ein neues Objekt im Handumdrehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create a new object on the fly" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear un objeto nuevo sobre la marcha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create a new object on the fly" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo uusi olio lennosta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un nouvel objet à la volée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek baru dengan cepat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea un nuovo oggetto al volo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すぐに新しいオブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "즉석에서 새 오브젝트 만들기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett et nytt objekt på direkten" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak snel een nieuw object aan " + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create a new object on the fly" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz nowy obiekt w locie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar um objeto novo em tempo real" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Criar um objeto novo em tempo real" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать новый объект на лету" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anında yeni bir nesne oluşturun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create a new object on the fly" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create a new object on the fly" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "快速创建新对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "即時建立新物件" + } + } + } + }, + "WidgetExtension.LockScreen.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائن جديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neues Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nuevo objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Uusi olio" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvel objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "새 오브젝트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nytt objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuw object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Novo objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Novo objeto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новый объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni nesne" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增物件" + } + } + } + }, + "WidgetObjectList.ForceDelete.Message": { + "comment": "MARK: - Widget object list", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You can’t undo this action." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы не зможаце адмяніць гэтае дзеянне." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Diese Aktion kann nicht rückgängig gemacht werden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can’t undo this action." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No podrás deshacer esta acción." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can’t undo this action." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can’t undo this action." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous ne pouvez pas annuler cette action." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu tidak bisa membatalkan tindakan ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non puoi annullare questa azione." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この操作を取り消すことはできません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can’t undo this action." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Du kan ikke angre denne handlingen." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt deze actie niet ongedaan maken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can’t undo this action." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tej czynności nie można cofnąć." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você não pode desfazer esta ação." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você não pode desfazer esta ação." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это действие необратимо." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu eylemi geri alamazsınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви не можете скасувати цю дію." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn sẽ không thể hoàn tác." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您无法撤消此操作。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您無法撤銷此操作。" + } + } + } + }, + "Widgets.Actions.AddBelow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة أدناه" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць ніжэй" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unten hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add Below" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir debajo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add Below" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää alapuolelle" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter en dessous" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah di bawah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi sotto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "下に追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add Below" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til under" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg hieronder toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add Below" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj poniżej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar abaixo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add Below" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить ниже" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Aşağıya ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати знизу" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add Below" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在下面添加" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在下方添加" + } + } + } + }, + "Widgets.Actions.AddWidget": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة أداة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць Віджэт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add Widget" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir widget" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter un widget" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah Gawit" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi Widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til Widget" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg widget toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar Widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить виджет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add Widget" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增小工具" + } + } + } + }, + "Widgets.Actions.BinConfirm": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "One object deleted" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d аб'екты выдалены" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d аб'ектаў выдалена" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Адзін аб'ект выдалены" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d аб'ектаў выдалена" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Ein Objekt gelöscht" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Objekte gelöscht" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Papierkorb bereits leer" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "One object deleted" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "translated", + "value": "Bin already empty" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Un objeto eliminado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objetos eliminados" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "La papelera ya está vacía" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "One object deleted" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "One object deleted" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Un objet supprimé" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objets supprimés" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Corbeille déjà vide" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d objek dihapus" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bak sampah kosong" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Un oggetto eliminato" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d oggetti eliminati" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個のオブジェクトが削除されました" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "すでにごみ箱が空です" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Ett objekt slettet" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objekter slettet" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Een object verwijderd" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objecten verwijderd" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Prullenbak is al leeg" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "One object deleted" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d usunięte obiekty" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d usuniętych obiektów" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Usunięto jeden obiekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Usunięto %d obiektów" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Um objeto excluído" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objetos destruidos" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Um objeto eliminado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objetos eliminados" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Удалено %d объекта" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Удалено %d объектов " + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Один объект удален" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Удалено %d объектов " + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bir nesne silindi" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d nesne silindi" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Çöp kutusu zaten boş" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d об'єкти видалено" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d об'єктів видалено" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Один об'єкт видалено" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d об'єктів видалено" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d objects deleted" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "删除了一个对象\n\n删除了 %d 个对象" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "回收站已是空的" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "已刪除 %d 個物件" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Bin already empty" + } + } + } + } + } + } + }, + "Widgets.Actions.ChangeWidgetType": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Change Widget Type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяніць тып віджэта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget-Typ ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change Widget Type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar tipo de widget" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change Widget Type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Muuta vempaimen tyyppiä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier le type de widget" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah tipe widget" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cambia Tipo di Widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットの種類を変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Change Widget Type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre Widget type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wijzig widget type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Change Widget Type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmień typ widżetu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Alterar Tipo de Widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change Widget Type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить тип виджета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget türünü değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Змінити тип віджета" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Change Widget Type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更改小部件类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "變更小工具類型" + } + } + } + }, + "Widgets.Actions.EditWidgets": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل الأدوات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць Віджэт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widgets bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit Widgets" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar widgets" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit Widgets" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Muokkaa vempaimia" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier les widgets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting widget" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica Widgets" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit Widgets" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre widgets" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk widget" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit Widgets" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytowanie widżetów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar widgets" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit Widgets" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Редактировать виджеты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget'ları düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Редагувати Віджети" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Edit Widgets" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯小工具" + } + } + } + }, + "Widgets.Actions.EmptyBin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إفراغ سلة المهملات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ачысціць сметніцу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Behälter leeren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Empty Bin" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vaciar papelera" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Empty Bin" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyhjennä roskakori" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vider la poubelle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempat sampah kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Svuota Cestino" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "空のごみ箱" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "빈 휴지통" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tøm papirkurven" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leeg prullenmand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Empty Bin" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pusty kosz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lixeira Limpa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Empty Bin" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Очистить корзину" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çöp kutusu boş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Очистити кошик" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đổ rác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "清空回收站" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "清空垃圾桶" + } + } + } + }, + "Widgets.Actions.NewObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Новы аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neues Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nuevo objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Uusi objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvel Objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nytt objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuw object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nowy obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Novo Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать новый объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Nesne\n" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立新物件" + } + } + } + }, + "Widgets.Actions.RemoveWidget": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إزالة الأداة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць Віджэт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove Widget" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar widget" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove Widget" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poista vempain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer le Widget" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus widget" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimuovi Widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットを削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remove Widget" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern widget" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder widget" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Remove Widget" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń widżet" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remove Widget" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить виджет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget'ı kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити Віджет" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Remove Widget" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移除小工具" + } + } + } + }, + "Widgets.Actions.SeeAllObjects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشاهدة جميع الكائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Глядзець усе аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle Objekte ansehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "See all objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ver todos los objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Voir tous les objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lihat semua objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vedi tutti gli oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべてのオブジェクトを表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Se alle objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon alle objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Visualizar todos os objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать все объекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tüm nesneleri görün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "See all objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查看所有对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檢視所有物件" + } + } + } + }, + "Widgets.AppUpdate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Anytype гатовы да абнаўлення" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype ist bereit zur Aktualisierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype is ready to update" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Anytype tiene una actualización" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Anytype est prêt pour la mise à jour" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anytype siap diperbarui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anytype è pronto per l'aggiornamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeのアップデートが利用可能です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Anytype er klar for oppdatering" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Anytype is gereed voor bijwerken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Anytype está pronto para ser atualizado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Anytype готов к обновлению" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype güncellenmeye hazır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Anytype is ready to update" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Anytype 准备好更新了" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "AnyType 已準備好更新" + } + } + } + }, + "Widgets.AutoAddedAlert": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget %@ wurde hinzugefügt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget %@ was added" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha añadido el widget %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Le widget %@ a été ajouté" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gawit %@ telah ditambahkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェット%@が追加されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget %@ is toegevoegd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ widget'ı eklendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已添加小部件 %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Widget %@ was added" + } + } + } + }, + "Widgets.Empty.CreateObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць Аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create Object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un Objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat Objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea Oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar Objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create Object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo Đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立物件" + } + } + } + }, + "Widgets.Empty.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тут пакуль няма аб'ектаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hier gibt es keine Objekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "There are no objects here" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aquí no hay objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'y a aucun objet ici" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada objek di sini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non ci sono oggetti qui" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Det er ingen objekter her" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er zijn hier geen objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há objetos aqui" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Burada hiç nesne yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "There are no objects here" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ở đây không có đối tượng nào" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这里没有对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "這裡沒有物件" + } + } + } + }, + "Widgets.Layout.CompactList.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أداة مع عرض قائمة مدمج" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Віджэт з кампактным выглядам спісу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget mit einer kompakten Listenansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget with a compact list view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Widget con vista de lista compacta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Widget avec une vue de liste compacte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gawit dengan tampilan daftar ringkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Widget con una vista a elenco compatta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コンパクトなリスト形式で表示します" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget med kompakt listevisning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget met een compacte lijstweergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Widget com uma visualização em lista compacta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Виджет в виде компактного списка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kompakt bir liste görünümüne sahip widget" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Widget with a compact list view" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget có hiện danh sách thu gọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "带有紧凑列表视图的小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "具有緊湊列表檢視的小工具" + } + } + } + }, + "Widgets.Layout.CompactList.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Сompact list" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кампактны спіс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kompakte Liste" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Сompact list" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Lista compacta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Сompact list" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tiivis lista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Liste compacte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar padat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lista compatta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コンパクトリスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Сompact list" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kompakt liste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Compacte lijst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Сompact list" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lista umów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lista compacta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Сompact list" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Компактный список" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kompakt liste" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Компактний список" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Danh sách thu gọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "紧凑型列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "緊湊型列表" + } + } + } + }, + "Widgets.Layout.Link.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض أداة مدمج" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кампактны віджэт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kompakte Widget-Ansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Compact widget view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista de widget compacto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Affichage compact du widget" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan gawit ringkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vista widget compatta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コンパクト表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kompakt widgetvisning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Compacte widget weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Visualização compacta do widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Компактный режим виджета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kompakt widget görünümü" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Compact widget view" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "紧凑小部件视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "緊湊檢視小工具" + } + } + } + }, + "Widgets.Layout.Link.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спасылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Linkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "링크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Koppeling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ligação" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ссылка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結" + } + } + } + }, + "Widgets.Layout.List.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أداة مع عرض قائمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Віджэт са спісам" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget mit einer Listenansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget with a list view" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Widget con vista de lista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Widget avec une vue liste" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gawit dengan tampilan daftar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Widget con una vista a elenco" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リスト形式で表示します" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget med listevisning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget met een lijstweergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Widget com uma visualização em lista" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Виджет в виде списка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Liste görünümlü widget" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Widget with a list view" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget có hiện danh sách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "带有列表视图的小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帶有列表檢視的小工具" + } + } + } + }, + "Widgets.Layout.List.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قائمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спіс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "List" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lijst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତାଲିକା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Lista" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "List" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Список" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Liste" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Список" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dạng danh sách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "列表" + } + } + } + }, + "Widgets.Layout.Screen.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نوع الأداة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып віджэта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget-Typ" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo de widget" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vempaimen tyyppi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type de widget" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jenis widget" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo di widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットの種類" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget-type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typ widżetu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo de widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tipo de widget" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип виджета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget tipi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тип віджета" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "小部件类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "小工具類型" + } + } + } + }, + "Widgets.Layout.Tree.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أداة ذات هيكل هرمي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Віджэт з іерархічнай структурай" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget mit einer hierarchischen Struktur" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget with a hierarchical structure" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Widget con estructura jerárquica" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Widget avec une structure hiérarchique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gawit dengan struktur hierarkis" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Widget con una struttura gerarchica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "階層構造で表示します" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget med hierarkisk struktur" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget met een hiërarchische structuur" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Widget com uma estrutura hierárquica" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Виджет с иерархической структурой" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiyerarşik yapıya sahip widget" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Widget with a hierarchical structure" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget có cấu trúc thứ bậc" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "带有层次结构的小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "具有分層結構的小工具" + } + } + } + }, + "Widgets.Layout.Tree.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "شجرة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дрэва" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Strukturbaum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tree" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Árbol" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tree" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Puu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Arborescence" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pohon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Albero" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ツリー表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Tree" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Boomstructuur" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Tree" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Drzewo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Árvore" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tree" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дерево" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ağaç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дерево" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cây " + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "树状图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "樹狀圖" + } + } + } + }, + "Widgets.Layout.View.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أداة مع تخطيط استعلام أو مجموعة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget with a Query or Collection layout" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Widget con diseño de consulta o colección" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Widget dengan tata letak Kuery atau Koleksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリやコレクションのレイアウトで表示します" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget met een opdracht of collectie opmaak" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Widget com layout de Consulta ou Coleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Виджет с макетом запроса или коллекции" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu veya Koleksiyon düzenine sahip Widget" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "带有查询或集锦布局的小部件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Widget with a Query or Collection layout" + } + } + } + }, + "Widgets.Layout.View.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Näkymä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Visning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଦେଖନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zobacz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ xem" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檢視" + } + } + } + }, + "Widgets.Library.RecentlyEdited.Name": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم التعديل مؤخرًا" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нядаўна адрэдагаваны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zuletzt bearbeitet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Recently edited" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editado recientemente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Recently edited" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Viimeksi muokatut" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Récemment modifié" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Baru disunting" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modificati di recente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最近編集された" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Recently edited" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nylig endret" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onlangs bewerkt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Recently edited" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ostatnio edytowane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editado recentemente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Recently edited" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Недавно обновлено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yakın zamanda düzenlendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нещодавно відредаговані" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Được sửa gần đây" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "最近编辑的文档" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "最近編輯" + } + } + } + }, + "Widgets.Library.RecentlyOpened.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "على هذا الجهاز" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "На гэтай прыладзе" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Auf diesem Gerät" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "On this device" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "En este dispositivo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "On this device" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Laitteella" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sur cet appareil" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Di perangkat ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Su questo dispositivo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このデバイス上" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "On this device" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "På denne enheten" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Op dit apparaat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "On this device" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Na tym urządzeniu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Neste dispositivo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "On this device" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "На этом устройстве" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu cihazda" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "На цьому пристрої" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trên thiết bị này" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在此设备上" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在此裝置上" + } + } + } + }, + "Widgets.Library.RecentlyOpened.Name": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم فتحه مؤخرًا" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нядаўна адкрытыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zuletzt geöffnet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Recently opened" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abierto recientemente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Recently opened" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Viimeksi avatut" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Récemment ouvert" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Baru saja dibuka" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aperti di recente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最近開かれた" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Recently opened" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nylig åpnet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onlangs geopend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Recently opened" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Niedawno otwarte" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aberto recentemente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Recently opened" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Недавно открытые" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yakın zamanda açıldı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нещодавно відкриті" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Được mở gần đây" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "最近打开的文档" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "最近開啟" + } + } + } + }, + "Widgets.Source.Library": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "النظام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сістэма" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "System" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sistema" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Système" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sistem" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sistema" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "標準" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "시스템" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Systeem" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Systemowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sistema" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "System" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Системный" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sistem" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Система" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Theo hệ thống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "跟随系统" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "跟隨系統" + } + } + } + }, + "Widgets.Source.Objects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائناتك" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вашы аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Deine Objekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "tus objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vos objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objekmu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I tuoi oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作成したオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dine objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Seus objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваши объекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesneleriniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Your objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "你的物件" + } + } + } + }, + "Widgets.Source.Suggested": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مقترح" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorgeschlagen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Suggested" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sugerencia" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Disarankan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Suggerito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "提案" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voorgesteld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Предложения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Önerilen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "建议" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Suggested" + } + } + } + }, + "Widgets.SourceSearch": { + "comment": "MARK: - Widgets", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مصدر الأداة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Крыніца віджэта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Widget-Quelle" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Widget source" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Origen del widget" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Widget source" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vempainlähde" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Source du widget" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sumber widget" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fonte del widget" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ウィジェットのソース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Widget source" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Widget-kilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Widget bron" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Widget source" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Źródło widżetu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Fonte do widget" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Widget source" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Источник виджета" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Widget kaynağı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Джерело віджета" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Widget source" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "小部件来源" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "小工具來源" + } + } + } + }, + "Widgets.System.DeleteAlert.message": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "We’ve redesigned how widgets work, and this widget is no longer supported. Once deleted, this widget cannot be restored." + } + } + } + }, + "Widgets.System.DeleteAlert.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "This Widget Cannot Be Restored" + } + } + } + }, + "Yellow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أصفر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Жоўты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelb" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Yellow" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Amarillo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Yellow" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Keltainen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Jaune" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kuning" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Giallo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "黄色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "노란색" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gul" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Yellow" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Żółty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Amarelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Yellow" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Жёлтый" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sarı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Жовтий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Vàng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "姜黄色" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "黃色" + } + } + } + }, + "Yellow background": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Yellow background" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Жоўты фон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelber Hintergrund" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Yellow background" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fondo amarillo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Yellow background" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Keltainen tausta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fond jaune" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Latar belakang kuning" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sfondo giallo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "黄色の背景" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Yellow background" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gul bakgrunn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gele achtergrond" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହଳଦିଆ ପୃଷ୍ଠଭୂମି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Żółte tło" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Plano de fundo amarelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Yellow background" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Жёлтый фон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sarı arkaplan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Жовте тло" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Yellow background" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拿坡里黄背景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "黃色背景" + } + } + } + }, + "Yesterday": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أمس" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Учора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gestern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Yesterday" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ayer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Yesterday" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yesterday" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Hier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kemarin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ieri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "昨日" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "어제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I går" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gisteren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗତକାଲି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wczoraj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ontem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Yesterday" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вчера" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вчора" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hôm qua" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "昨天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "昨天" + } + } + } + }, + "You joined": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "You joined %@" + } + } + } + }, + "Your current status": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حالتك الحالية:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ваш бягучы статус:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dein aktueller Status:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your current status:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tu estado actual:" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your current status:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your current status:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Votre statut actuel :" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Statusmu saat ini:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il tuo stato attuale:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "加入状況:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your current status:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Din nåværende status:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je huidige status:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your current status:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Twój obecny status:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Seu status atual:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your current status:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваш текущий статус:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mevcut durumunuz:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your current status:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trạng thái hiện tại của bạn:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您目前的状态:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您當前的狀態:" + } + } + } + } + }, + "version": "1.0" +} \ No newline at end of file diff --git a/Modules/Loc/Sources/Loc/Resources/Workspace.xcstrings b/Modules/Loc/Sources/Loc/Resources/Workspace.xcstrings new file mode 100644 index 0000000000..d75b26ee18 --- /dev/null +++ b/Modules/Loc/Sources/Loc/Resources/Workspace.xcstrings @@ -0,0 +1,71315 @@ +{ + "sourceLanguage": "en", + "strings": { + "Chat.AttachedObject.Attach": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anhängen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Attach" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Adjuntar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Attacher" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lampirkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allega" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "添付" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg bij" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Anexar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прикрепить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "附加" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Attach" + } + } + } + }, + "Chat.AttachmentsError.fileCreationFailed": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Failed to create file. Try again." + } + } + } + }, + "Chat.AttachmentsError.invalidFile": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Invalid file. Try again" + } + } + } + }, + "Chat.AttachmentsError.LimitExceeded": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + }, + "two": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "zero": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Du kannst nur %@ Anhänge auf einmal hochladen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Du kannst nur %@ Anhänge auf einmal hochladen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "You can upload only %d attachment at a time" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "You can upload only %d attachments at a time" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "No puedes subir más de %@ adjuntos al mismo tiempo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "No puedes subir más de %@ adjuntos al mismo tiempo" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Vous ne pouvez télécharger que %@ pièces jointes à la fois" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Vous ne pouvez télécharger que %@ pièces jointes à la fois" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Kamu hanya bisa mengunggah %@ lampiran sekali waktu" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "È possibile caricare solo %@ allegati alla volta" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "È possibile caricare solo %@ allegati alla volta" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "一度に%@つまでしか添付できません。" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Je kunt slechts %@ bestanden tegelijk uploaden" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Je kunt slechts %@ bestanden tegelijk uploaden" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Você pode enviar apenas %@ anexos por vez" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Você pode enviar apenas %@ anexos por vez" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "Вы можете загружать только %@ файлов за раз" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "Вы можете загружать только %@ файлов за раз" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Вы можете загружать только %@ файлов за раз" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Вы можете загружать только %@ файлов за раз" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Tek seferde yalnızca %@ ek yükleyebilirsiniz" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Tek seferde yalnızca %@ ek yükleyebilirsiniz" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "You can upload only %@ attachments at a time" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "您一次只能更新y %@ 个附件" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You can upload only %@ attachments at a time" + } + } + } + } + } + } + }, + "Chat.CreateObject.Dismiss.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wenn du es verlässt, gehen alle deine Änderungen verloren." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "If you leave it, all your changes will be lost." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Si sales de ella, se perderán todos tus cambios." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Si vous le quittez, tous vos changements seront perdus." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Semua perubahan akan hilang." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Se abbandoni, tutte le modifiche andranno perse." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ここから離れると、すべての変更が失われます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Als je het verlaat, zullen alle wijzigingen verloren gaan." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Se você sair, todas as suas alterações serão perdidas." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Если вы покинете, все ваши изменения будут потеряны." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eğer çıkarsanız yaptığınız tüm değişiklikler kaybolacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "如果离开,您的所有更改将丢失。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "If you leave it, all your changes will be lost." + } + } + } + }, + "Chat.CreateObject.Dismiss.Ok": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ja, schließen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Yes, close" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sí, cerrarla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Oui, fermer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ya, tutup" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sì, chiudi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "はい、閉じる" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ja, sluiten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sim, fechar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Да, закрыть" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Evet, kapat" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "确认关闭" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Yes, close" + } + } + } + }, + "Chat.CreateObject.Dismiss.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Möchtest du diesen Bildschirm wirklich schließen?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure you want to close this screen?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro que quieres cerrar esta pantalla?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr de vouloir fermer ce chat ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Yakin ingin menutup layar ini?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro di voler chiudere questa schermata?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当にこの画面を閉じてもよろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je zeker dat je dit schermt wilt sluiten?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tem certeza de que deseja fechar essa tela?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены, что хотите закрыть этот экран?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu ekranı kapatmak istediğinizden emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您确定要关闭此画面吗?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Are you sure you want to close this screen?" + } + } + } + }, + "Chat.DeleteMessage.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يمكن استعادتها بعد التأكيد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sie kann nach der Bestätigung nicht wiederhergestellt werden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "It cannot be restored after confirmation" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Después de confirmar esto, no podrás restaurarlo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il ne pourra pas être restauré après confirmation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pesan tak dapat dikembalikan lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non può essere ripristinato dopo la conferma" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あとから復元することはできません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het kan niet worden hersteld na bevestiging" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não pode ser restaurado após a confirmação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Его нельзя восстановить после подтверждения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onaylandıktan sonra geri getirilemez" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "确认后无法恢复" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "It cannot be restored after confirmation" + } + } + } + }, + "Chat.DeleteMessage.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف هذه الرسالة؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Diese Nachricht löschen?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete this message?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Eliminar este mensaje?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer ce message ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus pesan ini?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Eliminare questo messaggio?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このメッセージを削除してもよろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder dit bericht?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir esta mensagem?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить это сообщение?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu mesaj silinsin mi?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除此消息?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Delete this message?" + } + } + } + }, + "Chat.EditMessage": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nachricht bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit Message" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar mensaje" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier le message" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting Pesan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica messaggio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メッセージを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk bericht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar Mensagem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Редактировать сообщение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mesajı Düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑消息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Edit Message" + } + } + } + }, + "Chat.Empty.Button.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشاركة رابط الدعوة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагуліць запрашальную спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladungslink teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invite members" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartir enlace de invitación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partager le lien d'invitation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan tautan undangan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi il link di invito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを共有" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Del invitasjonslenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel uitnodigingslink" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Udostępnij link z zaproszeniem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhar link de convite" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поделится ссылкой на приглашение " + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Davet bağlantısını paylaş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chia sẻ link mời" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享邀请链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分享邀請連結" + } + } + } + }, + "Chat.Empty.Editor.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Write the first message to spark it up!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Escribe el primero para animar la fiesta!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tulislah yang pertama untuk mengawalinya!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scrivi il primo a fai scintille!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メッセージを送って、会話を始めましょう!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Schrijf de eerste om op te schudden!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlk kıvılcımı ateşleyeni yaz!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Write the first one to spark it up!" + } + } + } + }, + "Chat.Empty.Owner.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invite people and start the conversation!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Invita a alguien y anima la fiesta!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Undanglah orang-orang dan ciptakanlah suasana yang meriah!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invita le persone e fate scintille!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーを招待して、会話を始めましょう!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nodig mensen uit en schud het op!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İnsanları davet et ve ateşle!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "邀请别人并燃起来!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Invite people and spark it up!" + } + } + } + }, + "Chat.Empty.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Noch keine Nachrichten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You just created a chat" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aún no hay mensajes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum ada pesan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun messaggio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "まだメッセージはありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nog geen berichten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Henüz mesaj yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "尚无消息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No messages yet" + } + } + } + }, + "Chat.FileSyncError.IncompatibleVersion.Action": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Update App" + } + } + } + }, + "Chat.FileSyncError.IncompatibleVersion.Description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "This version doesn’t support sending files or images. Update the app to share media in chats." + } + } + } + }, + "Chat.FileSyncError.IncompatibleVersion.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Incompatible Version" + } + } + } + }, + "Chat.FileSyncError.Network.description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "We couldn’t connect right now. This may be due to no internet or a temporary sync issue. We’ll keep trying in the background." + } + } + } + }, + "Chat.FileSyncError.Network.done": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Got it" + } + } + } + }, + "Chat.FileSyncError.Network.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Network Error" + } + } + } + }, + "Chat.NewMessages": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Nachrichten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Messages" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mensajes nuevos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouveaux messages" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pesan Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovi Messaggi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新着メッセージ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe berichten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Mesajlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新消息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New Messages" + } + } + } + }, + "Chat.Participant.Badge": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "(Du)" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "(You)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "(Tú)" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "(Vous)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "(Kamu)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "(Tu)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "(あなた)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "(Jij)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "(Você)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "(Вы)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "(Siz)" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "(您)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "(You)" + } + } + } + }, + "Chat.Reactions.Empty.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ربما قام شخص ما بإزالة رد الفعل للتو أو حدثت مشكلة فنية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wahrscheinlich hat jemand gerade die Reaktion entfernt oder es ist ein technisches Problem aufgetreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puede que se haya eliminado la reacción o se haya producido un error técnico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Probablement quelqu'un vient de supprimer la réaction ou un problème technique est survenu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mungkin seseorang menghapus reaksinya atau ada masalah teknis" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Probabilmente qualcuno ha appena rimosso la reazione o si è verificato un problema tecnico" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "恐らく、誰かによってリアクションが削除されたか、技術的な問題が発生しました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Waarschijnlijk heeft iemand zojuist de reactie verwijderd of was er een technisch probleem" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Provavelmente alguém acabou de remover a reação ou ocorreu um problema técnico" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Возможно, кто-то только что удалил реакцию или случился технический сбой" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Muhtemelen birisi tepkisini kaldırdı veya teknik bir sorun oluştu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "也许有人刚移除了反应,或者出现技术问题" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Probably someone has just removed the reaction or technical issue happened" + } + } + } + }, + "Chat.Reactions.Empty.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد ردود فعل حتى الآن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Noch keine Reaktionen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No reactions yet" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aún no hay reacciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucune réaction pour l'instant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum ada reaksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ancora nessuna reazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "まだリアクションがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nog geen reacties" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhuma reação ainda" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пока нет реакций" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Henüz tepki verilmemiş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "暂无回应" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No reactions yet" + } + } + } + }, + "Chat.Reply.Attachments": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anhänge (%@)" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Attachments (%@)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Archivos adjuntos (%@)" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pièces jointes (%@)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lampiran (%@)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allegati (%@)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "添付ファイル (%@)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bijlagen (%@)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Anexos (%@)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вложения (%@)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "(%@) ek" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "附件 (%@)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Attachments (%@)" + } + } + } + }, + "Chat.Reply.Files": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dateien (%@)" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Files (%@)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Archivos (%@)" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fichiers (%@)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berkas (%@)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "File (%@)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイル (%@)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bestanden (%@)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Arquivos (%@)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Файлы (%@)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "(%@) dosya" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文件 (%@)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Files (%@)" + } + } + } + }, + "Chat.Reply.Images": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bilder (%@)" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Images (%@)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Imágenes (%@)" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gambar (%@)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Immagini (%@)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像 (%@)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afbeeldingen (%@)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Imagens (%@)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изображения (%@)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "(%@) görüntü" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "图像 (%@)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Images (%@)" + } + } + } + }, + "Chat.ReplyTo": { + "comment": "MARK: - Chats", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Auf %@ antworten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reply to %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Responder a %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réponse à %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Balas %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rispondi a %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@さんに返信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Antwoord op %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Respondendo a %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ответить %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yanıtla: %@" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "回复 %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Reply to %@" + } + } + } + }, + "Chat.SendLimitAlert.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sieht so aus, als würdest du Nachrichten in Windeseile verschicken. Warte noch eine Sekunde bis zur nächsten Nachricht." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Parece que estás enviando mensajes a la velocidad de la luz. Espera un poco para el siguiente." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il semble que vous envoyez des messages à la vitesse de la foudre. Attendez un instant avant le suivant." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sepertinya kamu mengirimkan terlalu banyak pesan. Tunggu sebentar sebelum mengirim pesan lagi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sembra che tu stia inviando messaggi alla velocità della luce. Dagli un secondo prima di inviare il prossimo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メッセージを送信するスピードが速すぎます。少し時間を置いてから、もう一度送信してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het lijkt erop dat je berichten met lichtsnelheid verstuurt. Wacht even voor je volgende bericht." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Parece que você está enviando mensagens com velocidade relâmpago. Dê um segundo antes do seu próximo." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Похоже, вы отправляете сообщения со скоростью молнии. Дайте секунду перед следующим." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görünüşe göre yıldırım hızıyla mesaj gönderiyorsun. Bir sonraki mesajını yollamadan önce bir saniye bekle." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "闪电的速度似乎都没你发消息快。发下一条消息前先缓缓。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Looks like you're sending messages at lightning speed. Give it a sec before your next one." + } + } + } + }, + "Chat.SendLimitAlert.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Moment mal! Turbotippen erkannt!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hold up! Turbo typing detected!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Calma! ¡Estás escribiendo muy deprisa!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Attendez ! Frappe turbo détectée !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bentar-bentar, banter banget!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aspettate! Rilevata digitazione turbo!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "お待ちください! 異常なタイピングが検出されました!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wacht even! Turbo typen gedetecteerd!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aguente aí! Digitação rápida detectada!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удерживаем! Обнаружен Turbo typing!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Durun! Turbo yazım algılandı!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "等等!输入得太快了!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Hold up! Turbo typing detected!" + } + } + } + }, + "ChatTip.Step1.Description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Anytype now supports real-time chat in Shared Channels — so your thoughts and dialogues can grow together." + } + } + } + }, + "ChatTip.Step1.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Ideas need conversations" + } + } + } + }, + "ChatTip.Step2.Description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Spaces and Chats now show live previews and updates — one place to follow everything that matters." + } + } + } + }, + "ChatTip.Step2.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Your Vault just leveled up" + } + } + } + }, + "ChatTip.Step3.Description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Share ideas, drop docs, edit together — everything flows in real time." + } + } + } + }, + "ChatTip.Step3.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Chats that do more" + } + } + } + }, + "ChatTip.Step4.Description": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Your pages, lists, and files — structured, surfaced, and always within reach." + } + } + } + }, + "ChatTip.Step4.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Everything in Its Right Place" + } + } + } + }, + "Collaboration": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التعاون" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zusammenarbeit" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Collaboration" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colaboración" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kolaborasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collaborazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共同編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Samenwerking" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସହଯୋଗ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Совместная работа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İş Birliği" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "协作" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Collaboration" + } + } + } + }, + "Collection.View.Empty.Button.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء كائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekt erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створити об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立物件" + } + } + } + }, + "Collection.View.Empty.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أنشئ الكائن الأول للمتابعة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Каб працягнуць, стварыце першы аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstes Objekt erstellen um fortzufahren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create first object to continue" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crea el primer objeto para continuar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create first object to continue" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo ensimmäinen objekti jatkaaksesi" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un premier objet pour continuer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buatlah objek pertama dulu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea il primo oggetto per continuare" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "まずはオブジェクトを作成してください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create first object to continue" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett det første objektet for å fortsette" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak eerst object om door te gaan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create first object to continue" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz pierwszy obiekt, aby kontynuować" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crie seu primeiro objeto para continuar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create first object to continue" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создайте первый объект, чтобы продолжить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Devam etmek için ilk nesneyi oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Створіть перший об'єкт, щоб продовжити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create first object to continue" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建第一个对象以继续" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立第一個物件以繼續" + } + } + } + }, + "Collection.View.Empty.Title": { + "comment": "MARK: - Collection: empty view", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد كائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма аб'ектаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Objekte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei objekteja" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak obiektów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає об'єктів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有物件" + } + } + } + }, + "Content.Audio.Upload": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Upload audio" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запампаваць аўдыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Audio hochladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upload audio" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargar audio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upload audio" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lähetä ääni" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Importer un fichier audio" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unggah suara" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Carica audio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "音声をアップロード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upload audio" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last opp lyd" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upload audio" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upload audio" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Prześlij dźwięk" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviar áudio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upload audio" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузить аудио" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ses yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажити аудіо" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải lên âm thanh" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上传音频" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上傳音訊" + } + } + } + }, + "Content.Bookmark.Add": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add a web bookmark" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадайце вэб-закладку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ein Web-Lesezeichen hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add a web bookmark" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Agregar un marcador web" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add a web bookmark" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lisää verkkokirjanmerkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter un signet web" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan sebuah penanda web" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi un segnalibro web" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Webブックマークを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "외부 북마크 추가" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til bokmerke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg een webbladwijzer toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add a web bookmark" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodawanie zakładki internetowej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar um marcador da web" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add a web bookmark" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить веб-закладку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir web yer imi ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати вебзакладку" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add a web bookmark" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加网络书签" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加網頁書籤" + } + } + } + }, + "Content.Bookmark.Loading": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Loading, please wait..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загрузка, калі ласка пачакайце..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wird geladen, bitte warten..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Loading, please wait..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargando. Espera, por favor…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Loading, please wait..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ladataan, odotathan..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": " Chargement, veuillez patienter... " + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memuat, mohon tunggu..." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Caricamento in corso, attendere prego..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "読み込み中です。しばらくお待ちください…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "로딩 중입니다. 잠시만 기다려주세요..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Laster inn, vennligst vent..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Laden, even geduld..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Loading, please wait..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wczytywanie, proszę czekać..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Carregando, por favor aguarde..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Loading, please wait..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загружается, подождите..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yükleniyor, lütfen bekleyin..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантаження, будь ласка, зачекайте..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang tải, vui lòng đợi..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正在加载,请稍候..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "正在載入,請稍候..." + } + } + } + }, + "Content.Common.Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حدث خطأ ما، حاول مرة أخرى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нешта пайшло не так, паспрабуйце яшчэ раз." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Es ist etwas schiefgelaufen, versuchen Sie es noch einmal" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Something went wrong, try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha producido un error. Inténtalo de nuevo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Something went wrong, try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Jotain meni pieleen, kokeile uudelleen" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Une erreur s’est produite, réessayez" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ada yang salah, coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Qualcosa è andato storto, riprova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "問題が発生しました。もう一度お試しください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Something went wrong, try again" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Noe gikk galt, vennligst prøv på nytt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Er is iets verkeerd gegaan, probeer het opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Something went wrong, try again" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Coś poszło nie tak, spróbuj ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Algo deu errado, tente novamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Something went wrong, try again" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Что-то пошло не так, попробуйте еще раз" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir şeyler ters gitti tekrar deneyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Щось пішло не так, спробуйте ще раз" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã xảy ra lỗi, vui lòng thử lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "出错了,请重试" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "出了點問題,再試一次" + } + } + } + }, + "Content.Common.Uploading": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Uploading..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загрузка..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hochladen..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Uploading..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargando…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Uploading..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lähetetään" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Envoi en cours..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mengunggah..." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Caricamento..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アップロード中…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Uploading..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Laster opp..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Uploaden..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Uploading..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przesyłanie..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviando..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Uploading..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузка..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yükleniyor..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантаження..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang tải lên..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上传中..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上傳中..." + } + } + } + }, + "Content.DataView.InlineCollection.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مجموعة مضمنة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Убудаваная калекцыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inline-Sammlung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Inline collection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colección insertada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Inline collection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sisällytetty kokoelma" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collection intégrée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Koleksi dalam baris" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collezione in linea" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コレクション(インライン)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Inline collection" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Innfelt samling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Inline collectie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Inline collection" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolekcja wbudowana" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Coleção em linha" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Inline collection" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Встроенная коллекция" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Satır içi koleksiyon" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вбудована колекція" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ trong hàng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "关联集锦" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "內嵌集錦" + } + } + } + }, + "Content.DataView.InlineCollection.Untitled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مجموعة بدون عنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калекцыя без назвы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbenannte Sammlung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Untitled collection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colección sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Untitled collection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Nimetön kokoelma" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collection sans titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Koleksi tidak berjudul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collezione senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題のコレクション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Untitled collection" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Navnløs samling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naamloze collectie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Untitled collection" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolekcja bez tytułu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Coleção sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Untitled collection" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Коллекция без названия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız koleksiyon" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Безіменна колекція" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ không tên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无标题集锦" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未命名集錦" + } + } + } + }, + "Content.DataView.InlineSet.NoData": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد بيانات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Без даты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Daten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No data" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin datos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No data" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei dataa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucune donnée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada data" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun dato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "データがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No data" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen data" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen gegevens" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No data" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak danych" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem dados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No data" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет данных" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Veri Yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає даних" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có dữ liệu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有数据" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無資料" + } + } + } + }, + "Content.DataView.InlineSet.NoSource": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يوجد مصدر" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма крыніцы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Quelle" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No source" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin origen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No source" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei lähdettä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucune source" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada sumber" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuna fonte" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ソースがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No source" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen kilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen bron" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No source" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak źródła" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há fonte" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No source" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет источника" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kaynak yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Немає джерела" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có nguồn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无信息来源" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有來源" + } + } + } + }, + "Content.DataView.InlineSet.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "استعلام مضمن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Inline query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Consulta insertada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Requête intégrée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri dalam baris" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Query in linea" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリ(インライン)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gealigneerde opdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Consulta em linha" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Встроенный запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Satır içi sorgu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "内联查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Inline query" + } + } + } + }, + "Content.DataView.InlineSet.Toast.Failure": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This inline query doesn’t have a source" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este consulta insertada no tiene un origen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri dalam baris ini tidak memiliki sumber" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリ(インライン)にデータソースが指定されていません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze inline opdracht heeft geen bron" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu satır içi sorgunun bir kaynağı yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "该内联查询没有源" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "This inline query doesn’t have a source" + } + } + } + }, + "Content.DataView.InlineSet.Untitled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "استعلام بدون عنوان" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbenannte Abfrage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Untitled query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Consulta sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Requête sans nom" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri tak berjudul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Query senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題のクエリ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naamloze opdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Consulta sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Безымянный запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız sorgu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未命名查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Untitled query" + } + } + } + }, + "Content.File.Upload": { + "comment": "BlockContent", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحميل ملف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запампаваць файл" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datei hochladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upload a file" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargar un archivo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upload a file" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lähetä tiedosto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Importer un fichier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unggah sebuah berkas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Carica un file" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルをアップロード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upload a file" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last opp en fil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upload een bestand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upload a file" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Prześlij plik" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviar um arquivo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upload a file" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузить файл" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosya yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажити файл" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải lên một tệp" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上传文件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上傳檔案" + } + } + } + }, + "Content.Picture.Upload": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحميل صورة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запампаваць відарыс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bild hochladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upload a picture" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargar una imagen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upload a picture" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lähetä kuva" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Importer une image" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unggah sebuah gambar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Carica una foto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像をアップロード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upload a picture" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last opp et bilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upload een afbeelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upload a picture" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Załaduj obraz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviar uma imagem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upload a picture" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузить изображение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Resim yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажити зображення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải lên một ảnh" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上传图像" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上傳圖片" + } + } + } + }, + "Content.Video.Upload": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحميل فيديو" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запампаваць відэа" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Video hochladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upload a video" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargar un vídeo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upload a video" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Lähetä video" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Importer une vidéo" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Unggah sebuah video" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Carica un video" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "動画をアップロード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upload a video" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last opp en video" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upload een video" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upload a video" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Prześlij wideo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviar um vídeo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upload a video" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузить видео" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Video yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завантажити відео" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải lên một video" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上传视频" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上傳影片" + } + } + } + }, + "CreateChat": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Create Chat" + } + } + } + }, + "Editor.LinkToObject.LinkedTo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مرتبط بـ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звязаны з" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verlinkt mit" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Linked to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enlazado a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Linked to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yhdistetty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lié à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ditautkan ke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collegato a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Linked to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Koblet til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gekoppeld aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସହିତ ଲିଙ୍କ୍ ହୋଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Powiązane z" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vinculado a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ligado a" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Привязан к" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şuraya bağlı:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пов'язаний з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết đến" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結至" + } + } + } + }, + "Editor.LinkToObject.PasteFromClipboard": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لصق من الحافظة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць з буфера абмену" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aus Zwischenspeicher einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste from clipboard" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pegar desde el portapapeles" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste from clipboard" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sijoita leikepöydältä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller depuis le presse-papiers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempel dari papan kerani" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla dagli appunti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クリップボードから貼り付け" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Paste from clipboard" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn fra utklippstavle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plak vanaf klembord" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କ୍ଲିପବୋର୍ଡରୁ ଲେପନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej ze schowka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar da área de transferência" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Colar da área de transferência" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить из буфера обмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Panodan yapıştır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити з буфера обміну" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dán từ bộ nhớ tạm" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从剪贴板粘贴" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "從剪貼簿貼上" + } + } + } + }, + "Editor.LinkToObject.RemoveLink": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إزالة الرابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Quitar enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poista linkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer le lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimuovi collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクを削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remove link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjern lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder link" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ ଅପସାରଣ କରନ୍ତୁ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remover link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вилучити посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gỡ link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "移除链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移除連結" + } + } + } + }, + "Editor.LinkToObject.SearchPlaceholder": { + "comment": "MARK: - Link to search", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لصق الرابط أو البحث عن كائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць спасылку або шукайце аб'екты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link einfügen oder Objekte suchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste link or search objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pegar enlace o buscar objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste link or search objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sijoita linkki tai etsi objekteista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller le lien ou rechercher des objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempelkan tautan atau telusuri objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla collegamento o cerca oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクを貼り付け、または検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Paste link or search objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn kobling eller søk i objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plak link of zoek objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ କିମ୍ବା ସନ୍ଧାନ ବସ୍ତୁଗୁଡିକ ଲେପନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wklej link lub wyszukaj obiekty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar link ou pesquisar Objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Colar link ou objetos de pesquisa" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить ссылку или найти объекты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı yapıştır veya nesneleri ara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставте посилання або знайдіть об'єкти" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Paste link or search objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴链接或搜索对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "貼上連結或搜尋物件" + } + } + } + }, + "Editor.MovingState.ScrollToSelectedPlace": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Scroll to select a place" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пракруціце, каб выбраць месца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Scrollen, um einen Ort auszuwählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Scroll to select a place" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desplaza para elegir un lugar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Scroll to select a place" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Scroll to select a place" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Faites défiler pour sélectionner un endroit" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gulir untuk memilih tempat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scorri per selezionare un luogo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "選択箇所までスクロール" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Scroll to select a place" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Scroll for å velge et sted" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Scroll om een plaats te selecteren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏକ ସ୍ଥାନ ବାଛିବା ପାଇଁ ସ୍କ୍ରୋଲ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przewiń, aby wybrać miejsce" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Role para selecionar um local" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Scroll to select a place" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прокрутите для выбора места" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yer seçmek için kaydır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Прокрутіть, щоб вибрати місце" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Scroll to select a place" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "滚动以选择位置" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "滾動以選取位置" + } + } + } + }, + "Editor.Toast.LinkedTo": { + "comment": "MARK: - Toast", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مرتبط بـ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "звязаны з" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "verlinkt mit" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "linked to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "enlazado a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "linked to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "linkitetty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "lié à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "ditautkan pada" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "collegato a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "をリンクしました リンク先:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "linked to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "koblet til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "gelinkt naar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "linked to" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "w związku z" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "vinculado a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "linked to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "связано с" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "şuraya bağlı:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "пов'язаний з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "linked to" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結至" + } + } + } + }, + "Editor.Toast.MovedTo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Block moved to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блок перамешчаны ў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Block verschoben nach" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Block moved to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Bloque movido a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Block moved to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pala siirretty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bloc déplacé vers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Diblok berpindah ke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blocco spostato in" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブロックを移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Block moved to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blokk flyttet til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blok verplaatst naar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Block moved to" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Blok przeniesiony do" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Bloco movido para" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Block moved to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Блок перемещен в" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Blok şuraya taşındı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Блок переміщено до" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Block moved to" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "区块移至" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "區塊移動至" + } + } + } + }, + "EditorSet.View.Not.Supported.Title": { + "comment": "MARK: Select view", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غير مدعوم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не падтрымліваецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht unterstützt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unsupported" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No compatible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei tuettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Non pris en charge" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak didukung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non supportato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未対応" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikke støttet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet ondersteund" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieobsługiwane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Incompatível" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не поддерживается" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Desteklenmiyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unsupported" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không được hỗ trợ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "暂不支持" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不支援" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Checkbox.Equal": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هو" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "З'яўляецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଉଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "É" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Является" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "eşit" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Є" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Là" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "是" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Checkbox.NotEqual": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не з'яўляецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist nicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is not" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No es" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "N'est pas" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah bukan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non è" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致しない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er ikke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is niet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୁହେଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie jest" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não é" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не является" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не є" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không phải" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不是" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不是" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Date.After": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is after" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пасля" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Liegt nach dem" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is after" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es después de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is after" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is after" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est après" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Setelah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È dopo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "より後" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is after" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er etter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Na" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପରେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Występuje po" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É depois de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is after" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "После" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "sonrasında" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Після" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Is after" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在之后" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在之後" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Date.Before": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is before" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Да" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Liegt vor dem" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is before" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es antes de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is before" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is before" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est avant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sebelum" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È prima" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "より前" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is before" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er før" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voor" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୂର୍ବରୁ ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Występuje przed" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É antes de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is before" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "До" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "öncesinde" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "До" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Is before" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在之前" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在之前" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Date.Equal": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هو" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "З'яўляецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଉଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "É" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Является" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "eşit" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Є" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Là" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "是" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Date.In": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is within" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Знаходзіцца ў межах" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist innerhalb" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is within" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Está entre" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is within" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is within" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est dans" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Antara" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È entro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "期間内" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is within" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er innenfor" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is binnen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଭିତରେ ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest wewnątrz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É entre" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is within" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Находится в пределах" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "içinde" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Знаходиться в межах" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Is within" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在之内" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在內" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Date.OnOrAfter": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is on or after" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "У гэты дзень або пазней" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Liegt am oder nach dem" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is on or after" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es en o después de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is on or after" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is on or after" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est le ou après" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pada atau setelah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È nella data o dopo " + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "以後" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is on or after" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er på eller etter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is op of na" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୂର୍ବରୁ କିମ୍ବା ପରେ ଅଛି |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest w trakcie lub po" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É em ou depois de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is on or after" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Совпадает или после" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "tarihinde veya sonrasında" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Цей день або після" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Is on or after" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在之前(包含当前)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在之前(包含當前)" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Date.OnOrBefore": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is on or before" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Супадае ці да" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist am oder vor dem" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is on or before" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es en o antes de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is on or before" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is on or before" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est le ou avant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pada atau sebelum" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È nella data o prima" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "以前" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is on or before" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er på eller før" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is op of voor" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପରେ କିମ୍ବା ପୂର୍ବରୁ ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest w trakcie lub przed" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É em ou antes de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is on or before" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Совпадает или до" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "tarihinde veya öncesinde" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Цей день або до" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Is on or before" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在之后(包含当前)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在之後(包含當前)" + } + } + } + }, + "EditSet.Popup.Filter.Condition.General.Empty": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is empty" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пусты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist leer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is empty" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Está vacío" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is empty" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is empty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È vuoto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is empty" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er tom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is leeg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଖାଲି ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest puste" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Está vazio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is empty" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пустое" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "boş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Є порожнім" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Is empty" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是空的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "是空的" + } + } + } + }, + "EditSet.Popup.Filter.Condition.General.None": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الكل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Усе" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "All" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Todo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tout" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Semua" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tutto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべて" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Alle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Alles" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମସ୍ତ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wszystkie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Todos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "All" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Все" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hepsi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Все" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tất cả" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "所有" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "全部" + } + } + } + }, + "EditSet.Popup.Filter.Condition.General.NotEmpty": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is not empty" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не пусты" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist nicht leer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is not empty" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No está vacío" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is not empty" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is not empty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "N'est pas vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah tidak kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non è vuoto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未入力ではない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is not empty" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er ikke tom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is niet leeg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଖାଲି ନୁହେଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie jest puste" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não está vazio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is not empty" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не пустое" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "boş değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не є порожнім" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không trống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不是空的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不是空的" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Number.Equal": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is equal to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Роўна" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist gleich wie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is equal to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es igual que" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is equal to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is equal to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est égal à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sama dengan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È uguale a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is equal to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er lik" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is gelijk aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସହିତ ସମାନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie równa się" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É igual a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is equal to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Равно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eşittir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дорівнює" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bằng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "等于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "等於" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Number.Greater": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is greater than" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Большы чым" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist größer als" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is greater than" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es mayor que" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is greater than" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is greater than" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est supérieur à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lebih dari" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È maggiore di" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "より大きい" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is greater than" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er større enn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is groter dan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହାଠାରୁ ବଡ ଅଟେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest większe niż" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É maior que" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is greater than" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Больше чем" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şundan daha fazla:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Більше ніж" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lớn hơn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "大于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "大於" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Number.GreaterOrEqual": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is greater than or equal to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Большы чым або роўны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist größer oder gleich wie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is greater than or equal to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es mayor o igual que" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is greater than or equal to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is greater than or equal to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est supérieur ou égal à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lebih dari sama dengan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È maggiore o uguale a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "以上" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is greater than or equal to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er større enn eller lik" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is groter dan of gelijk aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହାଠାରୁ ବଡ କିମ୍ବା ସମାନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest większe lub równe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É maior que ou igual a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is greater than or equal to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Больше или равно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha büyük veya eşit" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Більше або дорівнює" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lớn hơn hoặc bằng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "大于或等于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "大於或等於" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Number.Less": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is less than" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Меншы чым" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist kleiner als" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is less than" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es menor que" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is less than" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is less than" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est inférieur à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kurang dari" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È minore di" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "より小さい" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is less than" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er mindre enn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is kleiner dan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହାଠାରୁ କମ୍ ଅଟେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest mniejsze niż" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É menor que" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is less than" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Меньше чем" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şundan daha az:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Менше ніж" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bé hơn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "小于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "小於" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Number.LessOrEqual": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is less than or equal to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Меншы чым або роўны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist kleiner oder gleich wie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is less than or equal to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es menor o igual que" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is less than or equal to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is less than or equal to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est inférieur ou égal à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kurang dari sama dengan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È minore o uguale a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "以下" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is less than or equal to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er mindre enn eller lik" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is kleiner dan of gelijk aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏହାଠାରୁ କମ୍ କିମ୍ବା ସମାନ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest mniejsze lub równe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É menor ou igual a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is less than or equal to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Меньше или равно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha az veya eşit" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Менше або дорівнює" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bé hơn hoặc bằng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "小于或等于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "小於或等於" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Number.NotEqual": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is not equal to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не роўны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist nicht gleich wie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is not equal to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No es igual que" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is not equal to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is not equal to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "N’est pas égal à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak sama dengan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non è uguale a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致しない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is not equal to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er ikke lik" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is niet gelijk aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସହିତ ସମାନ ନୁହେଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie równa się" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não é igual a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is not equal to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не равно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eşit değildir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не дорівнює" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不等于" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不等於" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Selected.AllIn": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Has all of" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мае ўсё з" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hat alle von" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Has all of" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tiene todos de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Has all of" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Has all of" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Contient tous les" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memiliki semua " + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ha tutto tra" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "いずれも持つ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Has all of" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Har alle av" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bevat alle van" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସମସ୍ତ ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ma wszystkie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tem tudo de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Has all of" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Имеет все из" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tümü:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Має все" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Has all of" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "具有所有" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "滿足全部" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Selected.In": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Has any of" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мае любы з" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hat irgendeines von" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Has any of" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tiene alguno de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Has any of" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Has any of" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Contient" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memiliki salah satu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ha uno qualsiasi di" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "いずれかを持つ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Has any of" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Har noen av" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bevat ieder van" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସିଟି ଅଛି |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ma którykolwiek z" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tem qualquer um de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Has any of" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Имеет любой из" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Herhangi:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Має будь-яке з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Has any of" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "具有任何" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "滿足任一" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Selected.NotIn": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Has none of" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма ніводнага з" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hat keine von" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Has none of" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No tiene ninguno de" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Has none of" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Has none of" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "N'a aucun des" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak memiliki satupun" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non ha nessuno di" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "いずれも持たない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Has none of" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Har ingen av" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bevat geen van" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସିଟି ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma nic z" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não tem nenhum de" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Has none of" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет ни одного из" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbiri:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не має жодного з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Has none of" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不具有" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不滿足任何" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Text.Equal": { + "comment": "MARK: - Sets: Filters.Conditions", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هو" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "З'яўляецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Es" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Est" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଉଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "É" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "É" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Является" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "eşit" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Є" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Là" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "是" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Text.Like": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Contains" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяшчае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Enthält" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Contains" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Contiene" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Contains" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Contains" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Contient" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mengandung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Contiene" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "含む" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Contains" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Inneholder" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bevat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଧାରଣ କରେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zawiera" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Contém" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Contains" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Содержит" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçerir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Містить" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chứa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "包含" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "包含" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Text.NotEqual": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не з'яўляецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ist nicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Is not" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No es" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "N'est pas" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Adalah bukan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non è" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一致しない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er ikke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Is niet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୁହେଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie jest" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não é" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Is not" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не является" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не є" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không phải" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不是" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不是" + } + } + } + }, + "EditSet.Popup.Filter.Condition.Text.NotLike": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Doesn't contain" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не змяшчае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Enthält nicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Doesn't contain" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No contiene" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Doesn't contain" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Doesn't contain" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ne contient pas" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak mengandung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non contiene" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "含まない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Doesn't contain" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Inneholder ikke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bevat niet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଧାରଣ କରେ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie zawiera" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não contém" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Doesn't contain" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не содержит" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçermez" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не містить" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không chứa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不包含" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不包含" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.CurrentMonth": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Current month" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэты месяц" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dieser Monat" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Current month" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mes actual" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Current month" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Current month" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mois en cours" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bulan ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mese corrente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今月" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "현재 달" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Denne måneden" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze maand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚଳିତ ମାସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Aktualny miesiąc" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mês atual" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Current month" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текущий месяц" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu ay" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Поточного місяця" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tháng này" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "本月" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "本月" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.CurrentWeek": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Current week" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бягучы тыдзень" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Diese Woche" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Current week" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Semana actual" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Current week" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Current week" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Semaine en cours" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Minggu ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Settimana corrente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今週" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이번 주" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Denne uken" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze week" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚଳିତ ସପ୍ତାହ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bieżący tydzień" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Semana atual" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Current week" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текущая неделя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu hafta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Поточного тижня" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tuần này" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "本周" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "本週" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.CurrentYear": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Current year" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.ExactDate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Exact date" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дакладная дата" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Genaues Datum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Exact date" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fecha exacta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Exact date" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Exact date" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Date exacte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tanggal yang pasti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Data esatta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "特定の日付" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Exact date" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Eksakt dato" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Exacte datum" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଠିକ ତାରିଖ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dokładna data" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Data exata" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Exact date" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Точная дата" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tam tarih" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Точна дата" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngày tháng chính xác" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "确切日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "確切日期" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.LastMonth": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Last month" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "За апошні месяц" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Letzter Monat" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Last month" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mes pasado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Last month" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Last month" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mois dernier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bulan lalu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mese scorso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "先月" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "지난 달" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forrige måned" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afgelopen maand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗତ ମାସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "W ostatnim miesiącu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mês passado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Last month" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прошлый месяц" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçen ay" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Минулого місяця" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tháng trước" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上个月" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上個月" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.LastWeek": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Last week" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Апошні тыдзень" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Letzte Woche" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Last week" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Semana pasada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Last week" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Last week" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Semaine dernière" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Minggu lalu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Settimana scorsa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "先週" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "지난 주" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forrige uke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afgelopen week" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶେଷ ସପ୍ତାହ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ostatni tydzień" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Semana passada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Last week" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прошлая неделя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçen hafta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Минулого тижня" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tuần trước" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "上个星期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "上週" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.LastYear": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Last year" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NextMonth": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Next month" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Наступны месяц" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nächster Monat" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Next month" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mes próximo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Next month" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Next month" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mois prochain" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bulan depan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mese successivo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "来月" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다음 달" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Neste måned" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Volgende maand" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆସନ୍ତା ମାସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Następny miesiąc" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mês seguinte" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Next month" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Следующий месяц" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gelecek ay" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Наступний місяць" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tháng sau" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下个月" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "下個月" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NextWeek": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Next week" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Наступны тыдзень" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nächste Woche" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Next week" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Semana próxima" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Next week" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Next week" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Semaine prochaine" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Minggu depan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Prossima settimana" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "来週" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다음 주" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Neste uke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Volgende week" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପରବର୍ତ୍ତୀ ସପ୍ତାହ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Następny tydzień" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Próxima semana" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Next week" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Следующая неделя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gelecek hafta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Наступного тижня" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tuần sau" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "下星期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "下週" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NextYear": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Next year" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Number of days ago" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Колькасць дзён таму" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anzahl der Tage zuvor" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Number of days ago" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Número de días atrás" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Number of days ago" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Number of days ago" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nombre de jours auparavant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sekian hari yang lalu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Numero di giorni fa" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今日からの何日前" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "며칠 전" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Antall dager siden" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aantal dagen geleden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଛି ଦିନ ପୂର୍ବର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Liczba dni temu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Número de dias atrás" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Number of days ago" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Количество дней назад" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "gün önce" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Кількість днів тому" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bao nhiêu ngày trước" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "前几天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "幾天前" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NumberOfDaysAgo.Short": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + }, + "two": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "zero": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дзён таму" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дзён таму" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дзён таму" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ дзён таму" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "vor %@ Tagen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "vor %@ Tagen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d day ago" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d days ago" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Hace %@ días" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Hace %@ días" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Il y a %@ jours" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Il y a %@ jours" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ hari lalu" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ giorni fa" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ giorni fa" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@日前" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dagen geleden" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ dagen geleden" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ କିଛି ଦିନ ପୂର୍ବେ" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ କିଛି ଦିନ ପୂର୍ବେ" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dni temu" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dni temu" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dni temu" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ dni temu" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dias atrás" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ dias atrás" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days ago" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дней назад" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дней назад" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дней назад" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ дней назад" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ gün önce" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ gün önce" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ днів тому" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ днів тому" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ днів тому" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ днів тому" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days ago" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ 天前" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ 天前" + } + } + } + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Number of days from now" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Колькасць дзён з гэтага моманту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anzahl der Tage ab jetzt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Number of days from now" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Número de días desde ahora" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Number of days from now" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Number of days from now" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nombre de jours à partir de maintenant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sekian hari ke depan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Numero di giorni da adesso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今日からの何日後" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "며칠 후" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Antall dager fra nå" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aantal dagen vanaf nu" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆଜିଠାରୁ କେତେ ଦିନ ବାକି ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Liczba dni od teraz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Número de dias a partir de agora" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Number of days from now" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Количество дней с этого момента" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "gün sonra" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Кількість днів з цього моменту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bao nhiêu ngày từ giờ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从现在起的天数" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "幾天後" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.NumberOfDaysFromNow.Short": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + }, + "two": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "zero": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дзён таму" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дзён таму" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дзён таму" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ дзён таму" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "in %@ Tagen" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "in %@ Tagen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d day from now" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d days from now" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Dentro de %@ días" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Dentro de %@ días" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Dans %@ jours" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Dans %@ jours" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ hari dari sekarang" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ giorni da adesso" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ giorni da adesso" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@日後" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dagen vanaf nu" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ dagen vanaf nu" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ ଦିନ ପରେ" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ ଦିନ ପରେ" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dni od dziś" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dni od dziś" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dni od dziś" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ dni od dziś" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ dias a partir de agora" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ dias a partir de agora" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ days from now" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дней с настоящего времени" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дней с настоящего времени" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ дней с настоящего времени" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ дней с настоящего времени" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ gün sonra" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ gün sonra" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ днів з цього моменту" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ днів з цього моменту" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ днів з цього моменту" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ днів з цього моменту" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ days from now" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ 天后" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ 天後" + } + } + } + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.Today": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اليوم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сёння" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Heute" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Today" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hoy" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Today" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Today" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aujourd'hui" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hari ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今日" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오늘" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I dag" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vandaag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆଜି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dzisiaj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Hoje" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Today" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сегодня" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bugün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сьогодні" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hôm nay" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "今天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "今天" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.Tomorrow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غدًا" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Заўтра" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Morgen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tomorrow" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mañana" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tomorrow" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tomorrow" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demain" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Besok" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Domani" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "明日" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "내일" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I morgen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Morgen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆସନ୍ତାକାଲି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jutro" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Amanhã" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tomorrow" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Завтра" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yarın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Завтра" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngày mai" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "明天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "明天" + } + } + } + }, + "EditSet.Popup.Filter.Date.Option.Yesterday": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أمس" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Учора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gestern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Yesterday" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ayer" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Yesterday" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Yesterday" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Hier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kemarin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ieri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "昨日" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "어제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "I går" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gisteren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଗତକାଲି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wczoraj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ontem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Yesterday" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вчера" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dün" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вчора" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hôm qua" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "昨天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "昨天" + } + } + } + }, + "EditSet.Popup.Filter.Value.Checked": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Checked" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пазначаны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ausgewählt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Checked" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Marcado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Checked" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Checked" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coché" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Telah diperiksa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spuntato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チェック済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Checked" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Krysset av" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geselecteerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଯାଞ୍ଚ କରାଯାଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaznaczone" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Marcado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Checked" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отмечено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İşaretli" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Позначено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已勾選" + } + } + } + }, + "EditSet.Popup.Filter.Value.Unchecked": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unchecked" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не пазначаны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht ausgewählt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unchecked" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin marcar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unchecked" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unchecked" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Décoché" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Belum diperiksa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non spuntato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未チェック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unchecked" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikke krysset av" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet geselecteerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unchecked" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odznaczone" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desmarcado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unchecked" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не отмечено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İşaretsiz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Не позначено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chưa tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未选中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未勾選" + } + } + } + }, + "EditSet.Popup.Filters.EmptyView.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد فلاتر هنا. يمكنك إضافة بعضها" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тут няма фільтраў. Вы можаце дадаць некалькі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Filter hier. Sie können einige hinzufügen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No filters here. You can add some" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ningún filtro. Puedes añadir alguno." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No filters here. You can add some" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No filters here. You can add some" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun filtre ici. Vous pouvez en ajouter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada saringan disini. Kamu dapat menambahkan beberapa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun filtro qui. Puoi aggiungerne alcuni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "フィルターが設定されていません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No filters here. You can add some" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen filtre her. Du kan legge til noen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen filters hier. Je kunt er een paar toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏଠାରେ କୌଣସି ଫିଲ୍ଟର ନାହିଁ | ଆପଣ କିଛି ଯୋଗ କରିପାରିବେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak filtrów tutaj. Możesz dodać kilka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não há filtros aqui. Você pode adicionar alguns" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Não há filtros aqui. Você pode adicionar alguns" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здесь нет фильтров. Вы можете добавить свои" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Burada filtre yok. Kendiniz ekleyebilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тут немає фільтрів. Ви можете додати деякі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No filters here. You can add some" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这里没有可筛选。您可以添加一些" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "尚無篩選。您可以新增一些" + } + } + } + }, + "EditSet.Popup.Filters.NavigationView.Title": { + "comment": "MARK: - Sets: Filters", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Filters" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Фільтры" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Filter" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Filters" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Filtrar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Filters" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Filters" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Filtres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Saringan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Filtri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "フィルター" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "필터" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Filtre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Filters" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫିଲ୍ଟର୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Filtry" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Filtros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Filtros" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Фильтры" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Filtreler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Фільтри" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ lọc" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "筛选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "篩選" + } + } + } + }, + "EditSet.Popup.Filters.TextView.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "القيمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Значэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Value" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Valor" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Value" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Value" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Valeur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nilai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Valore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "値" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "값" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Verdi" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Waarde" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୂଲ୍ୟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wartość" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Valor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Valor" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Значение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Değer" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Значення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Giá trị" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "值" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "值" + } + } + } + }, + "EditSet.Popup.Sort.Add.SearchPlaceholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Сhoose a property to sort" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elige la propiedad para el orden" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih atribut untuk menyortir" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替えるプロパティを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kies een eigenschap om te sorteren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sıralamak için bir özellik seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择一个属性以排序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Сhoose a property to sort" + } + } + } + }, + "EditSet.Popup.Sort.EmptyTypes.End": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "في الأسفل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Знізу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ganz unten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "On bottom" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Al final" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "On bottom" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "On bottom" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En bas" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Di bawah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "In basso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "下に表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "하단" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "On bottom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onderaan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷରେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Na dole" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Na parte inferior" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Na base" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Снизу" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "En altta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "On bottom" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "On bottom" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在底部" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在底部" + } + } + } + }, + "EditSet.Popup.Sort.EmptyTypes.Section.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إظهار القيم الفارغة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць пустыя значэнні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leere Werte anzeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show empty values" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar valores vacíos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show empty values" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Show empty values" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher les valeurs vides" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan nilai kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra valori vuoti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未入力の値を表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "빈 값 표시" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Show empty values" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon lege waarden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଖାଲି ମୂଲ୍ୟ ଦେଖାନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż puste wartości" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mostrar valores vazios" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Exibir valores vazios" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать пустые значения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Boş değerleri göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show empty values" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Show empty values" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示空白值" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示空值" + } + } + } + }, + "EditSet.Popup.Sort.EmptyTypes.Start": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "في الأعلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зверху" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ganz oben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "On top" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Al principio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "On top" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "On top" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En haut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Di atas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "In alto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "上に表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "상단" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "On top" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bovenaan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଶୀର୍ଷରେ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Na górze" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No topo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No topo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Наверху" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "En yukarıda" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "On top" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lên đầu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在顶部" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在頂部" + } + } + } + }, + "EditSet.Popup.Sort.Types.Ascending": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تصاعدي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Па ўзрастанні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aufsteigend" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Ascending" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ascendente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Ascending" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ascending" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tri croissant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urutan naik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ascendente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "昇順" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오름차순" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stigende rekkefølge" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Oplopend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆରୋହଣ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Rosnąco" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crescente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ascendente" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "По возрастанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Artan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "За зростанням" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Từ dưới lên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "升序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "升序" + } + } + } + }, + "EditSet.Popup.Sort.Types.Descending": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تنازلي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Па змяншэнні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Absteigend" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Descending" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Descendente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Descending" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Descending" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tri décroissant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urutan turun" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Discendente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "降順" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "내림차순" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Synkende rekkefølge" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aflopend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବତରଣ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Malejąco" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Decrescente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Descendente" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "По убыванию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Azalan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "За спаданням" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Từ trên xuống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "降序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "降序" + } + } + } + }, + "EditSet.Popup.Sorts.EmptyView.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد عمليات فرز هنا. يمكنك إضافة بعضها" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тут няма сартавання. Вы можаце дадаць некалькі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Sorten hier. Sie können einige hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No sorts here. You can add some" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No hay ningún orden. Puedes añadir alguno." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No sorts here. You can add some" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No sorts here. You can add some" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas de tri ici. Vous pouvez en ajouter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada urutan disini. Kamu dapat menambahkan beberapa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun ordinamento qui. Puoi aggiungerne alcuni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替えが設定されていません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No sorts here. You can add some" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen sorteringer her. Du kan legge til noen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen sorteringen hier. Je kunt er een paar toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏଠାରେ କୌଣସି ପ୍ରକାର ନାହିଁ | ଆପଣ କିଛି ଯୋଗ କରିପାରିବେ |" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie ma tutaj sortowania. Możesz dodać kilka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem ordenações aqui. Você pode adicionar alguns" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Não há classificações aqui. Você pode adicionar algumas" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здесь нет сортировки. Вы можете добавить несколько" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Burada sıralama yok. Kendiniz ekleyebilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тут немає сортування. Ви можете додати деякі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No sorts here. You can add some" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这里没有可排序。您可以添加一些" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "尚無排序。您可以新增一些" + } + } + } + }, + "EditSet.Popup.Sorts.NavigationView.Title": { + "comment": "MARK: - Sets: Sorts", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Sorts" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сартаванні" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sorten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sorts" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ordenar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sorts" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sorts" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Trier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Urutan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ordinamenti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替え" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Sorts" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Sorteringer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sortering" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସଜାଣି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sortuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Classificar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Classificação" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сортировки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sıralamalar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Сортування" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sắp xếp" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "排序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "排序" + } + } + } + }, + "Fields.addToType": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة إلى النوع الحالي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zum aktuellen Typ hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add to the current type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir al tipo actual" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter au type actuel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan ke tipe saat ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi al tipo corrente" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "現在のタイプに追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg toe aan het huidige type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçerli türe ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加到当前类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Add to the current type" + } + } + } + }, + "Fields.Created": { + "comment": "MARK: - Fields // old name: Relations", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaft ‚%@‘ wurde erstellt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Property ‘%@’ has been created" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha creado la propiedad «%@»." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La propriété « %@ » a été créée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti '%@' telah dibuat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ「%@」が削除されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschap %@ is aangemaakt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "‘%@’ özelliği oluşturuldu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已创建属性“%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been created" + } + } + } + }, + "Fields.foundInObjects": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "موجود في الكائنات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In Objekten gefunden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Found in objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Encontrada en objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Trouvé dans les objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ditemukan pada objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Trovato in oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト内の個別プロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gevonden in objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesnelerin içinde bulundu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在对象中找到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Found in objects" + } + } + } + }, + "Fields.local": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lokal" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Local" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lokal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "個別" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lokaal" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Local properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yerel" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Local" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "本地" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Local" + } + } + } + }, + "Fields.menu": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لوحة الخصائص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Properties panel" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Panel de propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Panneau de propriétés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Panel atribut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pannello delle proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティパネル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschappen paneel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Панель свойств" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellikler paneli" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "属性面板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Properties panel" + } + } + } + }, + "Fields.missingInfo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هذه الخصائص موجودة في بعض الكائنات ولكنها ليست جزءًا من النوع. أضفها لتظهر في جميع كائنات هذا النوع." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Estas propiedades existen en algún objeto pero no forman parte del tipo. Añádelas para que aparezcan en todos los objetos de este tipo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ces propriétés existent dans certains objets mais ne font pas partie du type. Ajoutez-les pour les faire apparaître dans tous les objets de ce type." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Atribut ini ada di beberapa objek namun bukan bagian dari Tipe. Tambahkan atribut tersebut untuk menampilkannya di semua objek dengan Tipe ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Queste proprietà esistono in alcuni oggetti, ma non fanno parte del Tipo. Aggiungerle per farle apparire in tutti gli oggetti di questo Tipo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプに存在しないプロパティです。タイプに追加することで、他のオブジェクトにもこのプロパティを表示させることができます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze eigenschappen bestaan in sommige objecten, maar maken geen deel uit van het type. Voeg ze toe om ze zichtbaar te maken in alle objecten van dit type." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu özellikler bazı nesnelerde bulunur ama Türün bir parçası değildir. Bu Türün tüm nesnelerinde görünmelerini sağlamak için onları ekleyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这些属性仅存在于某些对象中,不是其类型的一部分。添加后可供在此类型的所有对象中使用。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "These properties exist in some objects but aren’t part of the Type. Add them to make them appear in all objects of this Type." + } + } + } + }, + "Fields.removeFromObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إزالة من الكائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aus dem Objekt entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove from the object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Quitar del objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Retirer de l’objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus dari objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimuovi dall'oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトから削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder uit het object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesneden sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "从对象中移除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Remove from the object" + } + } + } + }, + "Fields.Updated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaft ‚%@‘ wurde aktualisiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Property ‘%@’ has been updated" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha actualizado la propiedad «%@»." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti '%@' telah diperbarui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ「%@」が更新されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschap ‘%@’ is bijgewerkt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "‘%@’ özelliği güncellendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已更新属性“%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Property ‘%@’ has been updated" + } + } + } + }, + "Invite": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "دعوة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invite" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Invitar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Inviter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Undang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invita" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nodig uit" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନିମନ୍ତ୍ରଣ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пригласить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Davet et" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "邀请" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Invite" + } + } + } + }, + "Join Space": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Join Space" + } + } + } + }, + "Join Space Button": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Join Space Button" + } + } + } + }, + "Members": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الأعضاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Удзельнікі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitglieder" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Members" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Miembros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Membres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anggota" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Membri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Medlemmer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czlonkowie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Membros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Участники" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thành viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "参与的人" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "成員" + } + } + } + }, + "Membership": { + "comment": "MARK: - Membership", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "العضوية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Членства" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitgliedschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Membership" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Suscripción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Adhésion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Langganan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーシップ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Medlemskap" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lidmaatschap" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Członkostwo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Associação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Членство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyelik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tư cách hội viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "会员" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "會員" + } + } + } + }, + "Membership.Ad.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الانضمام إلى شبكة Anytype يعني المساهمة في قصتها" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далучыцца да сеткі Anytype - значыць зрабіць свой унёсак у яе гісторыю" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dem Anytype-Netzwerk beizutreten bedeutet, einen Beitrag zu seiner Geschichte zu leisten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Joining Anytype network means contributing to its story" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Unirse a la red Anytype significa contribuir a su historia" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rejoindre le réseau Anytype signifie contribuer à son histoire" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bergabung dengan jaringan Anytype berarti turut berkontribusi pada kisahnya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unire alla rete di Anytype significa contribuire alla sua storia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytype Networkに参加して、共に未来を創りましょう" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deelnemen aan het Anytype netwerk betekent bijdragen aan het verhaal" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dołączenie do sieci Anytype oznacza przyczynienie się do jej historii" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Juntar-se a rede Anytype representa contribuir para essa história" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Присоединение к сети Anytype означает внесение вклада в её историю" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype ağına katılmak, hikayesine katkıda bulunmak anlamına gelir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Joining Anytype network means contributing to its story" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tham gia vào mạng Anytype tức là đóng góp vào câu chuyện của nó" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加入 Anytype 网络,书写它的故事" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "成為 Anytype 網絡的一員,您就是它故事的一部分。" + } + } + } + }, + "Membership.Ad.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "العضوية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Членства" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitgliedschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Membership" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Suscripción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Adhésion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Langganan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーシップ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Medlemskap" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lidmaatschap" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Członkostwo" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Associação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Членство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyelik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Membership" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tư cách hội viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "会员" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "會員" + } + } + } + }, + "Membership.Banner.Subtitle1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كعضو قيم، صوتك مهم! شارك في الأحداث الحصرية، شكّل الخيارات الاستراتيجية، وأثر على خارطة طريقنا." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ваш голас важны як шаноўнага ўдзельніка! Удзельнічайце ў эксклюзіўных мерапрыемствах, вызначайце стратэгічныя рашэнні і ўплывайце на нашу дарожную карту." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als geschätztes Mitglied zählt deine Stimme! Nimm an exklusiven Veranstaltungen teil, gestalte strategische Entscheidungen und beeinflusse unseren Entwicklungsplan." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Valoramos tu voz! Participa en eventos exclusivos, define las opciones estratégicas e influye en nuestro plan de acción." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En tant que membre apprécié, votre voix compte ! Participez à des événements exclusifs, définissez des choix stratégiques et influencez notre feuille de route." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sebagai pelanggan terhormat, suara Anda sangat berarti! Terlibat dalam acara eksklusif, menentukan pilihan strategis, dan memengaruhi peta jalan kami." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "In qualità di membro apprezzato, la tua voce conta! Partecipa a eventi esclusivi, contribuisci a scelte strategiche e influenza la nostra roadmap." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "大切なメンバーであるあなたの声を反映させましょう。限定イベントや重要な方針決定へのご参加を通じて、私たちと共に目指すべき未来を創り上げましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "소중한 회원으로서 여러분의 목소리가 중요합니다! 독점 이벤트에 참여하고, 전략적인 선택을 하고, 로드맵에 영향을 미치세요." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Als gewaardeerd lid telt jouw stem! Neem deel aan exclusieve evenementen, geef vorm aan strategische keuzes en beïnvloed onze roadmap." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jako ceniony członek, Twój głos ma znaczenie! Bierz udział w ekskluzywnych wydarzeniach, kształtuj strategiczne wybory i wpływaj na naszą mapę drogową." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Como um membro valioso sua voz importa! Envolva-se em eventos exclusivos, forme escolhas estratégicas e influencie nosso roteiro." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Как ценному участнику, ваше мнение имеет значение! Участвуйте в эксклюзивных мероприятиях, определяйте стратегические решения и влияйте на наше развитие." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Değerli bir üye olarak sesiniz önemli! Özel etkinliklere katılın, stratejik seçimleri şekillendirin ve yol haritamızı etkileyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "As a valued member your voice matters! Engage in exclusive events, shape strategic choices, and influence our roadmap." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Là một thành viên quý giá, tiếng nói của bạn có trọng lượng! Tham dự những sự kiện dành riêng, định hình những lựa chọn chiến lược, và tạo ảnh hưởng lên bản đồ của chúng tôi." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "作为尊贵的会员,你的声音很重要!参与独家活动,制定战略选择,并影响我们的路线图。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "作為尊貴的會員,您的聲音至關重要! 參與獨家活動、制定策略選擇,並影響我們的路線圖。" + } + } + } + }, + "Membership.Banner.Subtitle2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Карыстальнікам прадастаўляюцца больш высокія ліміты для рэзервовага капіравання і сінхранізацыі, запрашэнні для працы ў агульных прасторах і ўнікальныя ідэнтыфікатары ў сетцы Anytype." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitglieder profitieren von größerem Backupspeicherplatz, Synchronisierungslimits, Einladungen von mehreren Gästen zu geteilten Spaces und einer einzigartigen Benennung im Anytype Netzwerk." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Los suscriptores disfrutan de más almacenamiento de respaldo y menos límites de sincronización; pueden invitar a otros a colaborar en espacios compartidos y tienen una identidad única en la red de Anytype." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Les membres bénéficient d'une plus grande limite de stockage de sauvegardes et limites de synchronisation, d'invitations pour plusieurs invités à collaborer dans des espaces partagés et d'une identité unique sur le réseau Anytype." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pelanggan dapat menikmati penyimpanan cadangan & batas sinkronisasi yang lebih tinggi, undangan bagi banyak pengguna untuk berkolaborasi di ruang bersama, dan identitas unik di Jaringan Anytype." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I membri godono di limiti più elevati di archiviazione e sincronizzazione dei backup, di inviti per più ospiti a collaborare in spazi condivisi e di un'identità unica sulla Rete Anytype." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "より多くのバックアップ容量、同期上限の緩和、共有スペースへの招待数増加、Anytype Networkでの独自IDをご利用いただけます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leden hebben meer backup opslagcapaciteit & synchronisatielimieten, uitnodigingen voor meerdere gasten om samen te werken in gedeelde ruimten, en een unieke identiteit in het Anytype netwerk." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Członkowie cieszą się wyższymi limitami pamięci zapasowej i synchronizacji, zaproszeniami dla wielu gości do współpracy we wspólnych przestrzeniach oraz unikalną tożsamością w sieci AnyType." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Membros desfrutam de maiores limites de backup e sincronização, convites para vários convidados para colaborar em espaços compartilhados e uma identidade única na rede do Anytype." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Участники получают более высокие лимиты на хранение и синхронизацию резервных копий, приглашения для нескольких гостей для совместной работы в общих пространствах и уникальную идентификацию в сети Anytype." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyeler daha yüksek yedekleme depolama ve senkronizasyon limitlerine, birden fazla misafirin paylaşılan alanlarda işbirliği yapması için davetlere ve Anytype Network'te benzersiz bir kimliğe sahiptir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Members enjoy higher backup storage & sync limits, invitations for multiple guests to collaborate in shared spaces, and a unique identity on the Anytype Network." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hội viên có nhiều bộ nhớ sao lưu & giới hạn đồng bộ, lời mời cho nhiều người cùng hợp tác trong các không gian chung hơn, và một danh tính độc nhất trên Mạng Anytype." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "会员可以享受更高的备份存储和同步空间,可邀请多位访客在共享空间中进行协作,以及 Anytype 网络上独有的身份。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "會員可享受更高的備份儲存空間和同步額度、邀請多位訪客在共享空間中協作,並在 Anytype 網絡上擁有獨一無二的身份。" + } + } + } + }, + "Membership.Banner.Subtitle3": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مساهمتك تدعم فريقنا وتؤيد رؤيتنا لشبكة رقمية يملكها المستخدم، آمنة، وتعاونية." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ваш уклад падтрымлівае нашу каманду і пацвярджае наша бачанне бяспечнай і сумеснай лічбавай сеткі, якая належыць карыстальнікам." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mit deinem Beitrag unterstützt du unser unabhängiges Team und befürwortest unsere Vision︎ eines nutzergeführten, sicheren und gemeinschaftlichen digitalen Netzwerks." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tu contribución apoya a nuestro equipo y respalda nuestra visión de una red digital, segura y colaborativa que devuelve la propiedad a sus usuarios." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Votre contribution soutient notre équipe indépendante et soutient notre vision d'un environnement numérique axé sur l'utilisateur, sécurisé et collaboratif." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kontribusi Anda mendukung tim kami dan mendukung visi kami atas jaringan digital yang sepenuhnya dimiliki pengguna, aman, dan kolaboratif." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il tuo contributo sostiene il nostro team e avvalora la nostra visione di una rete digitale di proprietà degli utenti, sicura e collaborativa." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あなたの支援が私たちの活動を支え、ユーザー主導の安全で共に発展するデジタルネットワークという私たちの理念の実現を後押しします。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw bijdrage ondersteunt ons team en ondersteunt onze visie van een door gebruikers beheerd, veilig en samenwerkend digitaal netwerk." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Twój wkład wspiera nasz zespół i potwierdza naszą wizję bezpiecznej i współpracującej sieci cyfrowej należącej do użytkownika." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sua contribuição apoia nossa equipe independente e reforça nossa visão de um ambiente digital voltado ao usuário, seguro e colaborativo." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваш вклад поддерживает нашу независимую команду и одобряет нашу перспективу, ориентированной на пользователя и безопасной совместной цифровой среды." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katkınız ekibimizi destekliyor ve kullanıcıya ait güvenli ve işbirliğine dayalı bir dijital ağ vizyonumuzu onaylıyor." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your contribution supports our team and endorses our vision of a user-owned, secure, and collaborative digital network." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đóng góp của bạn hỗ trợ tổ đội chúng tôi và chứng thực cho tầm nhìn của chúng tôi về một mạng mà người dùng làm chủ, an toàn và cộng tác." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您的贡献支持我们这个团队并支持我们“由用户拥有的、安全和协作的数字环境”的愿景。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您的貢獻支持我們的團隊,並認可我們對於用戶擁有、安全以及協作的數位網路願景。" + } + } + } + }, + "Membership.Banner.Subtitle4": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قيمة شبكتنا تتجاوز مجموع أجزائها. عضويتك تدعم البنية التحتية لنموها التي تدعم هذه الشبكة." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кошт нашай сеткі перавышае суму яе складнікаў. Ваша членства падтрымлівае інфраструктуру для яе развіцця, якая ляжыць у аснове гэтай сеткі." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Der Wert unseres Netzwerks ist größer als die Summe seiner Teile. Durch deine Mitgliedschaft wird die Infrastruktur für sein Wachstum aufrechterhalten, die dieses Netzwerk trägt." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El valor de nuestra red excede la suma de sus partes. Tu suscripción mantiene la infraestructura que sustenta esta red y le permite crecer." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La valeur de notre réseau dépasse la somme de ses participants. Votre adhésion soutient l'infrastructure pour sa croissance qui sous-tend ce réseau." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nilai jaringan kami melampaui jumlah bagian-bagiannya. Keanggotaan Anda menjaga infrastruktur untuk terus berkembang dan menopang jaringan ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il valore della nostra rete supera la somma delle sue parti. La tua iscrizione sostiene l'infrastruttura per la sua crescita, che è alla base di questa rete." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一人ひとりのつながりが、個々の力だけでは成し得ない価値を生み出します。あなたのメンバーシップが、私たちのネットワークの持続的な成長を支える基盤となります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De waarde van ons netwerk overschrijdt de som der delen. Je lidmaatschap houdt de infrastructuur in stand voor de groei die aan dit netwerk ten grondslag ligt." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wartość naszej sieci przewyższa sumę jej części. Twoje członkostwo utrzymuje infrastrukturę dla jej rozwoju, która stanowi podstawę tej sieci." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O valor da nossa rede excede a soma de suas partes. Sua participação como membro mantém a infraestrutura para seu crescimento, que está na base dessa rede." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ценность нашей сети превышает сумму её частей. Ваше членство поддерживает инфраструктуру для её роста, которая лежит в основе этой сети." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ağımızın değeri parçalarının toplamından daha fazladır. Üyeliğiniz bu ağın temelini oluşturan büyüme altyapısını sürdürmektedir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Our network's value exceeds the sum of its parts. Your membership sustains the infrastructure for its growth which underpins this network." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Giá trị của mạng chúng tôi lớn hơn tổng các thành phần của nó. Tư cách hội viên của bạn giữ vững cơ sở cho sự phát triển của nó, chống trụ cho mạng lưới này." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我们的网络的价值超过了其各部分的总和。您的会员资格维持了用于支撑这个网络增长的基础设施。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "我們網絡的價值超過其各部分的總和。 作為會員,您的加入為網絡的發展奠定了基礎。" + } + } + } + }, + "Membership.Banner.Title1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварайце бачанне разам" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gemeinsam die Vision erbauen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Build the Vision Together" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Construyamos esta visión juntos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Construire la Vision ensemble" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Membangun Visi Bersama" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Costruire insieme la visione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未来を共に創造する" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bouw de visie samen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zbuduj wizję razem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar a Visão em conjunto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Постройте видение вместе" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Vizyonu Birlikte Oluşturun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Build the Vision Together" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xây dựng tầm nhìn cùng nhau" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "一起构建愿景" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "一起創建願景" + } + } + } + }, + "Membership.Banner.Title2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح مزايا الأعضاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Разблакіруйце Перавагі для Ўдзельнікаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitgliedsvorteile freischalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unlock Member Benefits" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Obtén acceso a ventajas de suscriptor" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unlock Member Benefits" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unlock Member Benefits" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Débloquer les Avantages des Membres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dapatkan Keuntungan sebagai Anggota" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sblocca i vantaggi per i membri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーシップ特典" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "멤버 혜택 잠금 해제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unlock Member Benefits" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ontgrendel ledenvoordelen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unlock Member Benefits" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odblokuj korzyści dla członków" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desbloquear benefícios para membros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unlock Member Benefits" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Разблокируйте преимущества для участников" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üye Avantajlarının Kilidini Açın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unlock Member Benefits" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mở khoá những đặc quyền hội viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "解锁会员福利" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "解鎖會員權益" + } + } + } + }, + "Membership.Banner.Title3": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "دعم الاستقلال الرقمي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Падтрымка Лічбавай Незалежнасці" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Digitale Unabhängigkeit unterstützen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Support Digital Independence" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Apoya la independencia digital" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Soutenir l'indépendance numérique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dukung Kemerdekaan Digital" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sostenere l'indipendenza digitale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "デジタルの自由を共に守る" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ondersteun digitale onafhankelijkheid " + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wspieraj niezależność cyfrową" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Apoie a Independência Digital" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поддержка Цифровой Независимости" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dijital Bağımsızlığı Destekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Support Digital Independence" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hỗ trợ sự độc lập số" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "支持数字独立性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "支持數位獨立" + } + } + } + }, + "Membership.Banner.Title4": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الاستثمار في الاتصال" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Інвесціруйце ў Падключэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "In Konnektivität investieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invest in Connectivity" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Invierte en conectividad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Investir dans la connectivité" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berinvestasilah pada Konektivitas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Investi nella connettività" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "つながりに、もっと力を" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Investeer in verbinding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zainwestuj w łączność" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Investir em Conectividade" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Инвестировать в Соединение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlanabilirliğe yatırım yapın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invest in Connectivity" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đầu tư vào sự kết nối" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对连接的投资" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "為互聯互通投資" + } + } + } + }, + "Membership.Email.Body": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Добры дзень, каманда Anytype! Я хацеў бы пашырыць маё бягучае членства на дадатковыя опцыі (калі ласка, абярыце опцыю):- Дадатковае выдаленае сховішча\n- Больш рэдактараў прасторы\n- Дадатковыя агульныя прасторы\n\nКанкрэтна,\nКалі ласка, укажыце тут канкрэтныя дэталі вашых патрэбаў." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hallo Anytype Team! Ich möchte mein aktuelles Abonnement erweitern um (bitte eine Option wählen):\n- Extra Remotespeicher\n- weitere Space Bearbeiter\n- zusätzliche geteilte Spaces\nBitte gebe hier gegebenenfalls genauere Informationen zu deinen Wünschen an." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Hola, equipo de Anytype! Me gustaría ampliar mi suscripción actual de la siguiente forma (elige una opción):\n- Más almacenamiento remoto.\n- Más editores de espacios.\n- Más espacios compartidos.\nEn concreto,\n(Escribe aquí tus necesidades específicas)." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Salut équipe Anytype ! Je voudrais étendre mon abonnement actuel pour plus de (choisissez une option) :\n- Plus de stockage distant\n- Plus d'éditeurs d'espaces\n- Plus d'espaces partagés\nPrécisions,\nMerci de fournir ici des détails plus précis de vos besoins." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Halo tim Anytype! Saya ingin memperpanjang masa berlangganan saya (silakan pilih salah satu opsi):\n- Ekstra penyimpanan daring\n- Lebih banyak editor\n- Tambahan kapasitas ruang bersama\nSecara khusus,\nHarap berikan detail spesifik kebutuhan Anda di sini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ciao team di Anytype! Vorrei estendere la mia attuale adesione per ulteriori informazioni (si prega di scegliere un'opzione):\n- Archiviazione remota\n- Più editor di spazio\n- Ulteriori spazi condivisi\nSpecificamente,\nSi prega di fornire dettagli specifici delle vostre esigenze qui." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeチーム担当者の方へ\n\n現在利用しておりますAnytypeのメンバーシップについて、変更したくご連絡いたしました。\n(下記のオプションの中から必要なものをお選びいただき、詳細をご記入ください)\n\n・リモートストレージの追加\n・スペース編集者の追加\n・共有スペース数の追加\n\n具体的にご希望の内容がございましたら、こちらにご記載ください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Halllo Anytype team! Ik zou graag mijn huidige lidmaatschap willen uitbreiden voor meer (kies alsjeblieft een optie):\n- Extra opslag\n- Meer ruimte bewerkers\n- Aanvullende gedeelde ruimtes\n\nSpecifiek,\nGeef alsjeblieft specifieke details van jouw wensen hier aan. " + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Cześć pracownicy Anytype! Chciałbym rozszerzyć swoją obecną subskrypcję na więcej (wybierz poniższe opcje):\n- Więcej zdalnej pamięci\n- Więcej edytorów przestrzeni\n- Dodatkowe dzielone przestrzenie\nKonkretniej,\nProszę umieść tutaj szczegóły swoich potrzeb." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Olá Equipe Anytype! Eu gostaria de estender minha atual assinatura para (por favor escolha uma opção):\n- Mais armazenamento remoto\n- Mais editores de espaço\n- Mais espaços compartilhados\nEspecificamente,\nforneça detalhes específicos das suas necessidades aqui." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Здравствуйте, команда Anytype!\n\nЯ хотел(а) бы продлить свое текущее членство (пожалуйста, выберите опцию):\n- Дополнительное удаленное хранилище\n- Больше редакторов пространства\n- Дополнительные общие пространства\n\nОсобенно хотелось бы,\nПожалуйста, укажите подробности ваших потребностей здесь." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Merhaba Anytype ekibi! Mevcut üyeliğimi daha fazlası için uzatmak istiyorum (lütfen bir seçenek seçin): \n- Ekstra uzak depolama alanı \n- Daha fazla alan düzenleyicisi \n- Ek paylaşılan alanlar \nÖzellikle, \nLütfen ihtiyaçlarınızın belirli ayrıntılarını burada belirtin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hello Anytype team! I would like to extend my current membership for more (please choose an option):\n- Extra remote storage\n- More space editors\n- Additional shared spaces\nSpecifically,\nPlease provide specific details of your needs here." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您好 Anytype 团队!我想要延长我当前的会员资格(请选择一个选项):\n- 额外远程存储\n- 更多空间编辑者\n- 额外的共享空间\n具体来说,\n请在这里提供您需要的具体细节。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "你好,Anytype 團隊! 我想延長我目前的會員資格以獲得更多(請選擇一個選項):\n - 額外的遠端儲存\n - 更多空間編輯者\n - 額外的共享空間\n 具體來說,\n 請在此提供您需求的具體細節。" + } + } + } + }, + "Membership.EmailForm.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يرتبط بحسابك بأي شكل من الأشكال." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ён ніякім чынам не звязаны з вашым уліковым запісам." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sie ist in keiner Weise mit deinem Konto verknüpft." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "It is not linked to your account in any way." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No está vinculado a tu cuenta de ningún modo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Il n'est lié d'aucune manière à votre coffre-fort." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ini tidak ditautkan ke akun Anda dengan cara apa pun." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non è collegato in alcun modo al tuo account" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あなたの保管庫と結びつけられることは一切ありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het is op geen enkele manier gekoppeld met je account." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie jest to w żaden sposób powiązane z Twoim kontem." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não está vinculado ao seu cofre de forma alguma." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Он никак не связан с вашим аккаунтом." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hesabınızla hiçbir şekilde bağlantılı değildir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "It is not linked to your account in any way." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nó không hề được liên kết với tài khoản của bạn theo bất kỳ cách gì." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "它没有以任何方式链接到您的帐户。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "這與您的帳戶沒有任何關聯。" + } + } + } + }, + "Membership.EmailForm.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "احصل على التحديثات واستمتع بالمزايا المجانية!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Атрымлівайце абнаўленні і карыстайцеся бясплатнымі бонусамі!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erhalte Aktualisierungen und genieße kostenlose Vergünstigungen!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Get updates and enjoy free perks!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Obtén actualizaciones y ventajas gratuitas!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Recevez les actualités et profitez d'avantages gratuits !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dapatkan pembaruan dan nikmati beragam keuntungan gratis!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ricevi aggiornamenti e goditi vantaggi gratuiti!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "最新情報や無料特典を受け取りましょう!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ontvang updates en geniet van gratis voordelen!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pobierz aktualizacje i ciesz się darmowymi korzyściami!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Receba atualizações e aproveite vantagens gratuitas!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Получайте обновления и пользуйтесь бесплатными преимуществами!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Güncellemeleri alın ve ücretsiz avantajlardan yararlanın!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Get updates and enjoy free perks!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhận cập nhật và tận hưởng những đặc quyền miễn phí!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "获得升级并享受免费优惠!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "獲得升級並享有免費福利!" + } + } + } + }, + "Membership.EmailValidation": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أدخل الرمز المرسل إلى بريدك الإلكتروني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце код, адпраўлены на вашу электронную пошту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gib den an deine E-Mail-Adresse gesendeten Code ein" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter the code sent to your email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introduce el código enviado a tu buzón de correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter the code sent to your email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Enter the code sent to your email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Entrez le code envoyé à votre adresse e-mail" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan kode yang dikirim ke surelmu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci il codice inviato alla tua email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスに送信されたコードを入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enter the code sent to your email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn koden som er sendt til deg på e-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer de code in die naar jouw e-mailadres is verstuurd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Enter the code sent to your email" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wpisz kod wysłany na Twój adres e-mail" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Digite o código enviado para seu email" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enter the code sent to your email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите код, отправленный на вашу электронную почту" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-posta adresinize gönderilen kodu girin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter the code sent to your email" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhập mã được gửi về email của bạn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入发送到您邮箱的代码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請輸入發送到您 email 的兌換代碼" + } + } + } + }, + "Membership.Feature.LocalName": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Лакальнае, не ўнікальнае імя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lokaler, nicht eindeutiger Name" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Local, non-unique name" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nombre local, no único" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nom local, non unique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nama lokal yang tidak unik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nome locale, non unico" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ローカル名" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Locale, niet-unieke naam" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Lokalna, nieunikalna nazwa" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nome local, não único" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Локальное, неуникальное имя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yerel, benzersiz olmayan ad" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Local, non-unique name" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "本地的,不唯一的名称" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在地的、不獨特的名稱" + } + } + } + }, + "Membership.Feature.SharedSpaces": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + }, + "two": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "zero": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "Да %@ агульных прастор" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "Да %@ агульных прастор" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Да %@ агульных прастор" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Да %@ агульных прастор" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Bis zu %@ geteilte Spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Bis zu %@ geteilte Spaces" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Up to %d Shared space" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "Up to %d Shared spaces" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Hasta %@ espacios compartidos" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Hasta %@ espacios compartidos" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Jusqu'à %@ Espaces partagés" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Jusqu'à %@ Espaces partagés" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Hingga %@ Ruang terbagi" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Fino a %@ Spazi condivisi" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Fino a %@ Spazi condivisi" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "最大%@の共有スペース" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Tot %@ Gedeelde ruimten" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Tot %@ Gedeelde ruimten" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "Do %@ współdzielonych obszarów" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "Do %@ współdzielonych obszarów" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Do %@ współdzielonych obszarów" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Do %@ współdzielonych obszarów" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Até %@ Espaços compartilhados" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Até %@ Espaços compartilhados" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "До %@ общих пространств" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "До %@ общих пространств" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "До %@ общих пространств" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "До %@ общих пространств" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "En fazla %@ paylaşılan alan" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "En fazla %@ paylaşılan alan" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Up to %@ Shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Up to %@ Shared spaces" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "最多 %@ 个共享空间" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "最多 %@ 個共享空間" + } + } + } + } + } + } + }, + "Membership.Feature.SpaceWriters": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + }, + "two": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "zero": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Рэдактараў на агульную прастору" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Рэдактараў на агульную прастору" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Рэдактараў на агульную прастору" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Рэдактараў на агульную прастору" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Bearbeiter pro geteiltem Space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Bearbeiter pro geteiltem Space" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d Editor per shared space" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d Editors per shared space" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ editores por cada espacio compartido" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ editores por cada espacio compartido" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Éditeurs par espace partagé" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Éditeurs par espace partagé" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Penyunting per ruang terbagi" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editor per spazio condiviso" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editor per spazio condiviso" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@名まで編集可能" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Bewerkers per gedeelde ruimte" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Bewerkers per gedeelde ruimte" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Edytorów na wspólny obszar" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Edytorów na wspólny obszar" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Edytorów na wspólny obszar" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Edytorów na wspólny obszar" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editores por espaço compartilhado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editores por espaço compartilhado" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Редакторов на общее пространство" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Редакторов на общее пространство" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Редакторов на общее пространство" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Редакторов на общее пространство" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Paylaşılan alan başına %@ editör" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Paylaşılan alan başına %@ editör" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Editors per shared space" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Editors per shared space" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "每个共享空间 %@ 个编辑者" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "每個共享空間 %@ 個編輯者" + } + } + } + } + } + } + }, + "Membership.Feature.StorageGB": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ ГБ прасторы для рэзервовага капіравання і сінхранізацыі ў сетцы Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ GB Speicherplatz für Datensicherung und Synchronisation im Anytype-Netzwerk" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ GB de espacio de respaldo y sincronización en la red de Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ Go d'espace de sauvegarde et de synchronisation sur le réseau Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ GB ruang pencadangan dan sinkronisasi di jaringan Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ GB di spazio di backup e sincronizzazione sulla rete Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytype Networkでの%@GBのバックアップ容量と同期上限の緩和" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ GB aan backup- & synchronisatieruimte op het Anytype netwerk" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ GB przestrzeni zapasowej i synchronizacji w sieci Anytype" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ GB de backup e espaço de sincronização na rede Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ ГБ резервного копирования и синхронизации в сети Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype ağında %@ GB yedekleme ve eşitleme alanı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ GB of backup & sync space on the Anytype network" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "位于 Anytype 网络上的 %@ GB 的备份与同步空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Anytype 網路上的 %@ GB 備份和同步儲存空間" + } + } + } + }, + "Membership.Feature.UniqueName": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Унікальнае сеткавае імя (%@+ сімвалаў)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eindeutiger Netzwerkname (%@+ Zeichen)" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unique Network name (%@+ characters)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nombre de red único (%@ o más caracteres)" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nom unique dans le réseau (%@+ caractères)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nama Jaringan yang unik (%@+ karakter)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nome unico nella rete (almeno %@ caratteri)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ANY名(%@文字以上)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Unieke netwerknaam (%@+ tekens)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Unikalna nazwa sieci (%@+ znaków)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nome único de rede (%@+ caracteres)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Уникальное имя сети (%@+ символов)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Benzersiz Ağ adı (%@+ karakter)" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unique Network name (%@+ characters)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "唯一的网络名称(%@ 字符以上)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "獨特的網路名稱 (%@ 個字元以上)" + } + } + } + }, + "Membership.Feature.UnlimitedViewers": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Неабмежаваная колькасць гледачоў для агульных прастор" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbegrenzte Betrachteranzahl für geteilte Spaces" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unlimited Viewers for shared spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Visitantes ilimitados para espacios compartidos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nombre illimité de lecteurs pour les espaces partagés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemirsa tak terbatas untuk ruang bersama" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Visualizzatori illimitati per spazi condivisi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無制限の閲覧可能なメンバー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbeperkt aantal Lezers voor gedeelde ruimten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieograniczona liczba widzów dla współdzielonych obszarów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Visualizadores ilimitados para espaços compartilhados" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неограниченное количество Наблюдателей для общих сообществ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaşılan alanlar için sınırsız görüntüleyici" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Unlimited Viewers for shared spaces" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "共享空间拥有无限的查看者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "每個共享空間無限多個瀏覽者" + } + } + } + }, + "Membership.Feature.Viewers": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + }, + "two": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "zero": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Глядачоў для агульных прастор" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Глядачоў для агульных прастор" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Глядачоў для агульных прастор" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Глядачоў для агульных прастор" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Betrachter für geteilte Spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Betrachter für geteilte Spaces" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d Viewer for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d Viewers for shared spaces" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ visitantes por espacio compartido" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ visitantes por espacio compartido" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Lecteurs pour les espaces partagés" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Lecteurs pour les espaces partagés" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Pelihat untuk ruang terbagi" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Visualizzatori per spazi condivisi" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Visualizzatori per spazi condivisi" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@名まで閲覧可能" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Lezers voor gedeelde ruimten" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Lezers voor gedeelde ruimten" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Widzów współdzielonych obszarów" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Widzów współdzielonych obszarów" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Widzów współdzielonych obszarów" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Widzów współdzielonych obszarów" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Visualizadores para espaços compartilhados" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Visualizadores para espaços compartilhados" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Наблюдателей для общих сообществ" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Наблюдателей для общих сообществ" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Наблюдателей для общих сообществ" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Наблюдателей для общих сообществ" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "needs_review", + "value": "Paylaşılan alan için %@ görüntüleyici" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Paylaşılan alan için %@ görüntüleyici" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "many": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "one": { + "stringUnit": { + "state": "needs_review", + "value": "%@ Viewers for shared spaces" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%@ Viewers for shared spaces" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "共享空间有 %@ 个查看者" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "每個共享空間 %@ 個瀏覽者" + } + } + } + } + } + } + }, + "Membership.Legal.AlreadyPurchasedTier": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ужо набылі ўзровень?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Stufe bereits gekauft?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Already purchased tier?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Ya has pagado un nivel?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous avez déjà acheté le niveau ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sudah membeli paket?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Hai già acquistato il livello?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すでに購入済みですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Al een abonnement aangeschaft?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Już kupiłeś dostęp?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nível já comprado?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Уже приобретен уровень?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katmanı zaten satın aldınız mı?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Already purchased tier?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已经购买了级别吗?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已經購買會員了嗎?" + } + } + } + }, + "Membership.Legal.Details": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дэталі членскага плана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abonnementdetails" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Membership plan details" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Detalles del plan de suscripción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Détails des abonnements" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Detail paket berlangganan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dettagli del piano di Membership" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーシッププランの詳細" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lidmaatschap details" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szczegóły planu członkostwa" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Detalhes do plano de inscrição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Детали планов членства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyelik plan detayları" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Membership plan details" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chi tiết các bậc hội viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "会员计划详情" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "會員方案詳情" + } + } + } + }, + "Membership.Legal.LetUsKnow": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يرجى إعلامنا هنا." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калі ласка, паведаміце нам тут." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lass es uns hier wissen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Please let us know here." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cuéntanoslo aquí." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "S'il vous plaît, faites-le nous savoir." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Silakan beri tahu kami di sini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per piacere, fatecelo sapere qui." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "こちらからお問い合わせください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vennligst gi oss beskjed her." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Laat het ons hier weten." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Daj nam znać tutaj." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Por favor, deixe-nos saber aqui." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пожалуйста, дайте нам знать об этом здесь." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Lütfen bize buradan bildirin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Please let us know here." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请在这里告诉我们。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請在這裡告訴我們。" + } + } + } + }, + "Membership.Legal.Privacy": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "سياسة الخصوصية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Палітыка прыватнасці" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datenschutzrichtlinie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Privacy policy" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Política de privacidad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Privacy policy" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Privacy policy" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Politique de confidentialité" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kebijakan privasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informativa sulla privacy" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プライバシーポリシー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "개인정보 보호정책" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Personvernregler" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Privacybeleid" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Privacy policy" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Polityka prywatności" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Política de Privacidade" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Privacy policy" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Политика конфиденциальности" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gizlilik politikası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Privacy policy" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chính sách quyền riêng tư" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "隐私政策" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "隱私政策" + } + } + } + }, + "Membership.Legal.RestorePurchases": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аднаўленне пакупак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Käufe wiederherstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Restore purchases" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Restaurar compras" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Restaurer les achats" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pulihkan pembelian" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ripristina gli acquisti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "購入を復元" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Herstel aankopen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przywróć zakupy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Restaurar compras" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Восстановить Покупки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Satın alınanları geri yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Restore purchases" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Khôi phục các gói đã mua" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "恢复购买" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "恢復購買" + } + } + } + }, + "Membership.Legal.Terms": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الشروط والأحكام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тэрміны і ўмовы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Allgemeine Geschäftsbedingungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Terms and conditions" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Términos y condiciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Terms and conditions" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Terms and conditions" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Termes et conditions" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Syarat dan ketentuan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Termini e condizioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "利用規約" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Terms and conditions" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vilkår og betingelser" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Algemene voorwaarden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Terms and conditions" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zasady i Warunki" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Termos e Condições" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Terms and conditions" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Условия и положения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şartlar ve koşullar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Terms and conditions" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Điều khoản và điều kiện" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "条款与条件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "條款和細則" + } + } + } + }, + "Membership.Legal.WouldYouLike": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هل ترغب في استخدام Anytype للأعمال، التعليم، إلخ؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ці хочаце вы выкарыстоўваць Anytype для бізнесу, адукацыі і г.д.?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Möchten Sie Anytype für Geschäftliches, Bildung, usw.?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Quieres usar Anytype con fines profesionales, educativos, etc.?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous souhaitez utiliser Anytype pour les affaires, l'éducation, etc.?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah Anda ingin menggunakan Anytype untuk bisnis, pendidikan, dll.?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vorresti utilizzare Anytype per affari, educazione, ecc.?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeを仕事や学習などでご利用されますか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ønsker du å bruke Anytype for virksomhet, utdanning osv.?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Wil je Anytype gebruiken voor zakelijk, onderwijs, etc.?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czy chciałbyś używać Anytype w biznesie, edukacji itp.?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você gostaria de usar o Anytype para negócios, educação, etc.?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы хотели бы использовать Anytype для бизнеса, образования и т.д.?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype'ı iş, eğitim vb. için kullanmak ister misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Would you like to use Anytype for business, education, etc.?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您想要使用 Anytype 用于例如商业、教育或者其他类似用途吗?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您想將 Anytype 用於商業、教育或其他用途嗎?" + } + } + } + }, + "Membership.ManageTier.Android": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы можаце кіраваць узроўнем на Android" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can manage tier on Android platform" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puedes gestionar el nivel en la versión de Android" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous pouvez gérer l'offre à partir de l'application Android" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda dapat mengelola jenjang di platform Android" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È possibile gestire il livello sulla piattaforma Android" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プランの変更は、Androidで行ってください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt het abonnement op het Android platform beheren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você pode gerenciar o nível na plataforma de Android" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы можете управлять уровнем членства на платформе Android" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Android platformunda katmanı yönetebilirsiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Android platform" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您可以在 Android 平台上管理等级" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您可以在安卓平臺上管理層級" + } + } + } + }, + "Membership.ManageTier.AppleId": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы можаце кіраваць узроўнем у іншым уліковым запісе AppleId" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can manage tier on another AppleId account" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puedes gestionar el nivel en otra cuenta de AppleId" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous pouvez gérer l'offre à partir d'un autre compte AppleId" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda dapat mengelola jenjang di akun Apple ID lainnya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È possibile gestire il livello su un altro account AppleId" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プランの変更は、別のApple IDアカウントで行ってください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt het abonnement op een andere AppleId account beheren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você pode gerenciar os níveis em outro Apple Id" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы можете управлять уровнем членства на другой учетной записи AppleId" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katmanı başka bir AppleId hesabından yönetebilirsiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on another AppleId account" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您可以在另一个 Apple ID 上管理等级" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您可以在另一個Apple帳戶上管理層級" + } + } + } + }, + "Membership.ManageTier.Desktop": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "يمكنك إدارة المستوى على منصة سطح المكتب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы можаце кіраваць узроўнем на камп'ютары" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can manage tier on Desktop platform" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puedes gestionar el nivel en la versión de escritorio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous pouvez gérer l'offre à partir de l'application de bureau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda dapat mengelola jenjang pada platform Desktop" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "È possibile gestire il livello sulla piattaforma Desktop" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プラン変更は、デスクトップ版から行ってください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt het abonnement op het desktopplatform beheren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você pode gerenciar o nível na plataforma de Desktop" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы можете управлять уровнями членства на платформе Desktop" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Masaüstü platformunda katmanı yönetebilirsiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You can manage tier on Desktop platform" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您可以在桌面端上管理等级" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您可以在桌面平臺上管理層級" + } + } + } + }, + "Membership.NameForm.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هذا هو اسمك الفريد على شبكة Anytype، يؤكد عضويتك. يعمل كنطاق شخصي ولا يمكن تغييره." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэта ваша ўнікальнае імя ў сетцы Anytype, якое пацвярджае ваша членства. Яно дзейнічае як ваш асабісты дамен і не можа быць зменены." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dies ist dein eindeutiger Name im Anytype-Netzwerk, der deine Mitgliedschaft bestätigt. Er dient als deine persönliche Domain und kann nicht geändert werden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este es tu nombre único en la red Anytype y confirma tu suscripción. Funciona como tu dominio personal y no se puede cambiar." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ceci est votre nom unique sur le réseau Anytype, confirmant votre abonnement. Il agit comme votre domaine personnel et ne peut pas être changé." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ini adalah nama unik Anda di jaringan Anytype, yang mengonfirmasi Keanggotaan Anda. Nama ini berfungsi sebagai domain pribadi Anda dan tidak dapat diubah." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo è il tuo nome univoco sulla rete Anytype, che conferma la vostra iscrizione. Funge da dominio personale e non può essere cambiato." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これはAnytype Network内で使えるあなただけの名前です。メンバーシップの加入認証にも使われます。自分専用のドメイン名として使うことができ、変更できません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dette er ditt unike navn på Anytype-nettverket, som bekrefter medlemskapet ditt. Det fungerer som ditt personlige domene og kan ikke endres." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dit is je unieke naam op het Anytype netwerk, die je lidmaatschap bevestigt. Het fungeert als je persoonlijke domein en kan niet worden gewijzigd." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jest to Twoje unikalne imię i nazwisko w sieci Anytype, potwierdzające Twoje członkostwo. Działa jako Twoja domena osobista i nie można jej zmienić." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Este é o seu nome exclusivo na rede Anytype, confirmando a sua Associação. Ele atua como seu domínio pessoal e não pode ser alterado." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это ваше уникальное имя в сети Anytype, подтверждающее ваше членство. Оно служит вашим личным доменом и не может быть изменено." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu, Anytype ağında üyeliğinizi onaylayan benzersiz adınızdır. Kişisel alan adınız olarak işlev görür ve değiştirilemez." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This is your unique name on the Anytype network, confirming your Membership. It acts as your personal domain and cannot be changed." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đây là biệt danh của bạn trên mạng Anytype, chứng nhận cho Tư cách hội viên của bạn. Nó có tác dụng giống một tên miền cá nhân và không thể thay đổi." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这是您在 Anytype 网络上的独特名称,用于确认您的会员身份。它是您的个人域名,且无法更改。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "這是您在Anytype網絡的專屬用戶名,以確認您的會員身份。它是您的個人域名,不可更改。" + } + } + } + }, + "Membership.NameForm.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اختر اسمك الفريد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце сваё ўнікальнае імя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wähle deinen einzigartigen Namen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pick your unique name" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elige un nombre único" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pick your unique name" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pick your unique name" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Choisissez votre nom unique" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih nama unikmu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scegli il tuo nome unico" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "自分だけの名前を決めましょう" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Pick your unique name" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg ditt unike navn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kies jouw unieke naam" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Pick your unique name" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz swoją unikalną nazwę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Escolha seu nome único" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pick your unique name" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите ваше уникальное имя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Benzersiz isminizi seçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pick your unique name" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn biệt danh của bạn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择您独有的名字" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取一個獨特的名字" + } + } + } + }, + "Membership.NameForm.Validated": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэтая назва выстаўлена на продаж" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dieser Name ist noch zu vergeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This name is up for grabs" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este nombre está disponible" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ce nom est disponible" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nama ini boleh dipakai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo nome è disponibile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "この名前は利用可能です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dette navnet er ledig" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze naam is voor het grijpen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ta nazwa jest do zgarnięcia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Este nome está disponível para uso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это имя свободно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu isim tartışmaya açık" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This name is up for grabs" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tên này còn để lấy" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "这个名称是可获得的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "此名稱可以使用!" + } + } + } + }, + "Membership.NameForm.Validating": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пачакайце секунду..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einen Moment bitte..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Wait a second..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espera un segundo…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Patientez..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tunggu sebentar..." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aspetta un secondo..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "少々お待ちください…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vent et øyeblikk..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Even geduld..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaraz, zaraz..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Só um segundo..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подождите секундочку..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir saniye bekleyin..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Wait a second..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chờ một chút..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请耐心等待..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請稍後..." + } + } + } + }, + "Membership.Payment.Apple subscription": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اشتراك Apple" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Apple падпіска" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Apple-Abonnement" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Apple subscription" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Suscripción de Apple" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Abonnement Apple" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Langganan Apple" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Abbonamento Apple" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Appleサブスクリプション" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Apple-abonnement" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Subskrypcja Apple" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Assinatura Apple" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подписка Apple" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Apple aboneliği" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Apple subscription" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Apple 订阅" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Apple 訂閱" + } + } + } + }, + "Membership.Payment.Card": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بطاقة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Картка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Karte" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Card" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tarjeta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Card" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kortti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Carte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kartu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scheda" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "카드" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kort" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kaart" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କାର୍ଡ଼" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Karta" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cartão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cartão" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Карточка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kart" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Картка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "卡片" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "卡片" + } + } + } + }, + "Membership.Payment.Crypto": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عملة مشفرة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Крыпта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kryptowährung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Crypto" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cripto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kripto" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cripto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "暗号資産" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Krypto" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Krypto" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Криптовалюта" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kripto" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Crypto" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tiền ảo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加密货币" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "加密貨幣" + } + } + } + }, + "Membership.Payment.Google subscription": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اشتراك Google" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Google падпіска" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Google-Abonnement" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Google subscription" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Suscripción de Google" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Abonnement Google" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Langganan Google" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Abbonamento Google" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Google Playでの定期購入" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Google-abonnement" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Subskrypcja Google" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Assinatura Google" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подписка Google" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Google aboneliği" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Google subscription" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Google 订阅" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Google 訂閱" + } + } + } + }, + "Membership.Success.Curiosity": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحيات كبيرة لفضولك!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вялікі дзякуй за вашу цікаўнасць!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ein Hoch auf deine Neugierde!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Big cheers for your curiosity!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Enhorabuena por tu curiosidad!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Merci beaucoup pour votre curiosité !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tepuk tangan yang meriah untuk rasa ingin tahu Anda!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Un grande applauso per la tua curiosità!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ご興味をお持ちいただき、ありがとうございます!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Hulde voor jouw nieuwsgierigheid!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wielkie brawa za ciekawość!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Um grande aplauso por sua curiosidade!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Большое спасибо за Ваше любопытство!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Merakınız için kocaman bir alkış!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your curiosity!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ăn mừng cho sự tò mò của bạn thôi!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "为你的好奇心干一杯大的!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "為你的好奇心喝彩!" + } + } + } + }, + "Membership.Success.Support": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вялікі дзякуй за вашу падтрымку!" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ein Hoch auf deine Unterstützung!" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Big cheers for your support!" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¡Enhorabuena por tu apoyo!" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Un grand merci pour votre soutien !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tepuk tangan yang meriah untuk dukungan Anda!" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Grazie mille per il tuo supporto!" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ご支援に心より感謝申し上げます!" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Hulde voor jouw ondersteuning!" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wielkie dzięki za Twoje wsparcie!" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Um grande aplauso pelo seu apoio!" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Большое спасибо за вашу поддержку!" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Desteğiniz için kocaman alkış!" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Big cheers for your support!" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ăn mừng cho sự hỗ trợ của bạn thôi!" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "为你的支持干一杯大的!" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "為你的支持點贊!" + } + } + } + }, + "Membership.Success.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вітаем вас у сетцы, %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Willkommen im Netzwerk, %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Welcome to the network, %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Te damos la bienvenida a la red, %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bienvenue sur le réseau, %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selamat menjadi anggota, %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Benvenuto/a nella rete, %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ネットワーク %@へようこそ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Welkom bij het netwerk, %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Witaj w sieci, %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Bem-vindo à rede, %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добро пожаловать в сеть, %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@, ağa hoş geldiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Welcome to the network, %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chào mừng đến với mạng, %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "欢迎来到网络, %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "歡迎來到 Anytype 網絡,%@" + } + } + } + }, + "Membership.unavailable": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este nivel no está disponible en la aplicación. Sabemos que no es lo ideal." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo livello non è disponibile nell'app. Sappiamo che non è l'ideale." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このプランはアプリでは利用できません。ご不便をおかけし、申し訳ありません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu katman uygulamada mevcut değildir. İdeal olmadığını biliyoruz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "This tier is not available in the app. We know it's not ideal." + } + } + } + }, + "Membership.Upgrade.Button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الاتصال بفريق Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звяжыцеся з камандай Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anytype-Team kontaktieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Contact Anytype Team" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hablar con el equipo de Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Contacter l'équipe d'Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hubungi Tim Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Contatta il Team Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeへのお問い合わせ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Contacteer Anytype team" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skontaktuj się z zespołem Anytype" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Entrar em contato com a equipe Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связаться с командой Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype ekibi ile iletişime geçin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Contact Anytype Team" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên hệ đội ngũ Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "联系Anytype团队" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "聯絡 Anytype 團隊" + } + } + } + }, + "Membership.Upgrade.MoreMembers": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Палепшыце, каб дадаць больш удзельнікаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Upgrade um weitere Mitglieder hinzuzufügen. " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upgrade to add more members" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Amplía tu suscripción para añadir más miembros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mettre à niveau pour ajouter plus de membres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tingkatkan untuk menambah lebih banyak anggota" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiorna per aggiungere più membri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アップグレードしてさらに多くのメンバーを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upgrade om meer leden toe te voegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Dê um “upgrade” na sua assinatura para adicionar mais membros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обновите, чтобы добавить больше участников" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla üye eklemek için yükseltin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more members" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nâng cấp để thêm nhiều thành viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "升级以添加更多成员" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "升級以新增更多成員" + } + } + } + }, + "Membership.Upgrade.MoreSpaces": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Палепшыце, каб дадаць больш прастор" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Upgraden um weitere Spaces hinzuzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Upgrade to add more spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Amplía tu suscripción para añadir más espacios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mettre à niveau pour ajouter plus d’espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tingkatkan untuk menambah ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fai l'upgrade per aggiungere più spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アップグレードしてさらにスペースを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Upgrade om meer ruimten toe te voegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ulepsz, aby dodać więcej przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Dê um “upgrade” na sua assinatura para adicionar mais espaços" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обновите, чтобы добавить больше пространств" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla alan eklemek için yükseltin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Upgrade to add more spaces" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nâng cấp để thêm nhiều không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "升级以创建更多空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "升級以使用更多空間" + } + } + } + }, + "Membership.Upgrade.NoMoreEditors": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يمكنك إضافة المزيد من المحررين" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы не можаце дадаць больш рэдактараў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du kannst keine weiteren Editoren hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can’t add more editors" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No puedes añadir más editores" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous ne pouvez pas ajouter plus d'éditeurs" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu tidak bisa menambah penyunting lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non puoi aggiungere altri editor" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これ以上、編集権限のメンバーを追加できません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt geen bewerkers meer toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie można dodać więcej edytorów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você não pode adicionar mais editores" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы не можете добавить больше редакторов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla düzenleyici ekleyemezsiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You can’t add more editors" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn không thể thêm biên tập viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您无法添加更多编辑者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您無法新增更多編輯者" + } + } + } + }, + "Membership.Upgrade.NoMoreMembers": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يمكنك إضافة المزيد من الأعضاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы не можаце дадаць больш удзельнікаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du kannst keine weiteren Mitglieder hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You can’t add more members" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No puedes añadir más miembros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous ne pouvez plus ajouter de membres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda tidak dapat menambah anggota lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non puoi aggiungere altri membri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "これ以上、閲覧権限のメンバーを追加できません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je kunt geen leden meer toevoegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você não pode adicionar mais membros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы не можете добавить больше участников" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla üye ekleyemezsiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You can’t add more members" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn không thể thêm thành viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您无法添加更多成员" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您無法新增更多成員" + } + } + } + }, + "Membership.Upgrade.SpacesLimit": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту %d прасторы, якія можна абагуліць" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту %d прастор, якія можна абагуліць" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту %d прасторы, якую можна абагуліць" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту %d прастор, якія можна абагуліць" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Du hast die Grenze von %d Space, die gemeinsam genutzt werden können, erreicht" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Du hast die Grenze von %d Space, die gemeinsam genutzt werden können, erreicht" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Has alcanzado el límite de %d espacio compartido." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Has alcanzado el límite de %d espacios compartidos." + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Vous avez atteint la limite d’%d espace pouvant être partagé" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Vous avez atteint la limite de %d espaces pouvant être partagés" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Kamu sudah mencapai batas %d ruang yang bisa dibagikan" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Hai raggiunto il limite di %d spazio che può essere condiviso" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Hai raggiunto il limite di %d spazi che possono essere condivisi" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "共有スペースの上限数である%dつに達しました。" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Je hebt de limiet bereikt van de %d ruimte die kan worden gedeeld" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Je hebt de limiet bereikt van de %d ruimtes die kunnen worden gedeeld" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit przestrzeni %d, która może być udostępniona" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Você atingiu o limite de espaço %d que pode ser compartilhado" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Você atingiu o limite de espaço %d que pode ser compartilhado" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита в %d пространства, которыми можно поделиться" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита в %d пространств, которыми можно поделиться" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита в %d пространство, которым можно поделиться" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита в %d пространств, которыми можно поделиться" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Paylaşılabilecek %d alan sınırına ulaştınız" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Paylaşılabilecek %d alan sınırına ulaştınız" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d space that can be shared" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You’ve reached the limit of %d spaces that can be shared" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "您已经达到 %d 个可共享空间的限制" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "您已達到可共享 %d 個空間的上限了" + } + } + } + } + } + } + }, + "Membership.Upgrade.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تواصل معنا للحصول على مساحة تخزين إضافية، أو محرري مساحة، أو مساحات مشتركة إضافية. سيوفر فريق Anytype التفاصيل والشروط المصممة خصيصًا لاحتياجاتك." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Звяртайцеся да нас за дадатковымі месцамі для захоўвання, рэдактарамі прасторы ці дадатковымі месцамі для агульнага выкарыстання. Каманда Anytype прадаставіць дэталі і ўмовы ў адпаведнасці з вашымі патрэбамі." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kontaktiere und bezüglich mehr Speicherplatz oder mehr geteilten Spaces. Das Anytype Team wird sich mit Informationen und den auf dich zugeschnittenen Konditionen melden. " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Habla con nosotros si quieres aumentar el almacenamiento, los editores de tus espacios o los espacios compartidos. El equipo de Anytype te ofrecerá detalles y condiciones adaptados a tus necesidades." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Contactez-nous pour obtenir du stockage supplémentaire, plus de rédacteurs, ou davantage d'espaces partagés. L'équipe d'Anytype vous fournira l'offre adaptée à vos besoins." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hubungi kami untuk penyimpanan ekstra, tambahan editor, atau lebih banyak ruang bersama. Tim Anytype akan memberikan detail dan ketentuan yang disesuaikan dengan kebutuhan Anda." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Contattaci per ottenere più spazio di archiviazione, editor di spazi o più spazi condivisi. Il team di Anytype fornirà dettagli e condizioni su misura per le tue esigenze." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ストレージ容量の追加、スペースエディターに関するご質問、または共有スペースの増設については、お気軽にお問い合わせください。Anytypeがお客様のニーズに合わせた詳細と条件をご案内いたします。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Neem contact met ons op voor extra opslag, ruimtebewerkers of meer gedeelde ruimtes. Het Anytype-team zal details en voorwaarden bieden die zijn afgestemd op jouw behoeften." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skontaktuj się z nami w celu uzyskania dodatkowej pamięci, edytorów przestrzeni lub większej liczby dzielonych przestrzeni. Zespół Antype poda szczegóły i warunki dostosowane do Twoich potrzeb." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Entre em contato conosco para obter armazenamento extra, editores de espaço ou mais espaços compartilhados. A equipe Anytype fornecerá detalhes e condições adaptadas às suas necessidades." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Обращайтесь к нам за дополнительным объемом памяти хранилища, редакторами пространства или общими пространствами. Команда Anytype предоставит детали и условия в соответствии с вашими потребностями." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ekstra depolama, alan editörleri veya daha fazla ortak alan için bize ulaşın. Anytype ekibi ihtiyaçlarınıza göre uyarlanmış ayrıntılar ve koşullar sağlayacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Reach us for extra storage, space editors, or more shared spaces. Anytype team will provide details and conditions tailored to your needs." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên lạc chúng tôi để có thêm dung lượng, biên tập viên không gian, hoặc nhiều không gian chung hơn. Đội ngũ Anytype sẽ cung cấp cho chi tiết và điều kiện phù hợp với nhu cầu của bạn." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "联系我们以获取额外的存储空间、空间编辑器或更多共享空间。任何类型的团队都将根据您的需求提供量身定制的细节和条件。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "如需更多額外的儲存容量、更多空間編輯者或更多共享空間,請與我們聯絡。 Anytype 團隊將根據您的需求和條件為您量身定製。" + } + } + } + }, + "Membership.Upgrade.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ترقية العضوية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Павышэнне членства" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hochstufen der Mitgliedschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Membership upgrade" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ampliación de la suscripción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mise à niveau de l'abonnement" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gangguan pada status keanggotaan saat ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiornamento Membership" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーシップをアップグレード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lidmaatschap upgrade" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ulepszenie subskrypcji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Atualizar assinatura" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Улучшение членства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyelik yükseltme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Membership upgrade" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nâng cấp tư cách hội viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "会员升级" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "會員升級" + } + } + } + }, + "MembershipServiceError.invalidBillingIdFormat": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Унутраная праблема з фарматам аплаты, мы працуем над гэтым. Паўтарыце спробу пазней або звярніцеся ў службу падтрымкі." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Internes Problem mit dem Rechnungsformat, wir arbeiten daran. Versuche es später noch einmal oder kontaktiere den Support." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Hubo un problema interno con el formato de facturación y lo estamos resolviendo. Inténtelo de nuevo más tarde o ponte en contacto con el soporte técnico." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Problème interne avec le format de facturation, nous travaillons sur ceci. Réessayez plus tard ou contactez le support." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masalah internal dengan format penagihan, kami sedang mengatasinya. Coba lagi nanti atau hubungi layanan dukungan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Problema interno con il formato di fatturazione, stiamo lavorando per risolverlo. Riprova più tardi o contatta l'assistenza." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "請求処理に問題が発生しています。現在、復旧作業中ですので、しばらくしてから再度お試しになるか、サポートまでご連絡をお願いします。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Intern probleem met factuurformaat, we werken hieraan. Probeer het later opnieuw of neem contact op met ondersteuning." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wewnętrzny problem z formatem rozliczeniowym, pracujemy nad tym. Spróbuj ponownie później lub skontaktuj się z pomocą techniczną." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Um problema interno com o formato de faturamento. Estamos trabalhando nisso. Tente novamente mais tarde ou entre em contato com o suporte." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Внутренняя проблема с форматом биллинга, мы работаем над этим. Попробуйте позже или обратитесь в службу поддержки." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Fatura formatıyla ilgili dahili sorun, bunun üzerinde çalışıyoruz. Daha sonra tekrar deneyin veya destek ekibiyle iletişime geçin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Internal problem with billing format, we are working on this. Try again later or contact support." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "帐单格式内部有问题,我们正在处理这个问题。请稍后再试或联系客服支持。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "帳單格式存在內部問題,我們正在處理中。請稍後再試,或聯絡客服支援。" + } + } + } + }, + "MembershipServiceError.tierNotFound": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не знойдзены даныя ўзроўню, перазапусціце праграму і паўтарыце спробу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Informationen zur Stufe nicht gefunden, App neustarten und erneut versuchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Not found tier data, restart app and try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se encuentran los datos del nivel, reinicia la aplicación e inténtalo de nuevo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Données de niveau introuvables, redémarrez l'application et réessayez" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Data jenjang tidak ditemukan, mulai ulang aplikasi dan coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dati del livello non trovati, riavviare l'app e riprovare" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーシップ情報が見つかりませんでした。アプリを再起動して、もう一度お試し下さい。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Abonnementsgegevens niet gevonden, herstart app en probeer het opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie znaleziono danych poziomu, zrestartuj aplikację i spróbuj ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não foi encontrado o tier data, reinicie o app e tente novamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Данные об уровне членства не найдены, перезапустите приложение и повторите попытку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katman verisi bulunamadı, uygulamayı yeniden başlatın ve tekrar deneyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Not found tier data, restart app and try again" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "找不到层数据,重启应用并重试" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未找到該階段數據,請重新啟動應用程式並重試" + } + } + } + }, + "Message.Action.AddReaction": { + "comment": "MARK: - Messages", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة رد فعل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць рэакцыю" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Reaktion hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add Reaction" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir reacción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter une Réaction" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan Reaksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi una Reazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リアクションを追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg reactie toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar reação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить реакцию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tepki Ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加回应" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Add Reaction" + } + } + } + }, + "Message.Action.CopyPlainText": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Klartext kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy Plain Text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar texto simple" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier le texte brut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin Teks Polos" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia Testo Semplice" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テキストをコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopieer platte tekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düz Metni Kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复制纯文本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Copy Plain Text" + } + } + } + }, + "Message.Action.Reply": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Antworten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reply" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Responder" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Répondre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Balas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rispondi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "返信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Antwoord" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Responder" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ответить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yanıtla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "回复" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Reply" + } + } + } + }, + "Message.Action.Unread": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als ungelesen markieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mark Unread" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Marcar como no leído" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Marquer comme non lu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tandai Belum Dibaca" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Segna come non letto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未読にする" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Markeer als ongelezen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Okunmadı Olarak İşaretle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "标记未读" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Mark Unread" + } + } + } + }, + "Message.ChatTitle.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbenannter Chat " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Untitled Chat" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Chat sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Chat sans titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Obrolan Nirjudul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chat senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Naamloze chat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chat sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чат без названия" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız Sohbet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未命名对话" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Untitled Chat" + } + } + } + }, + "Message.edited": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم التعديل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "адрэдагавана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "bearbeitet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "edited" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "editado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "modifié" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "disunting" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "modificato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "수정됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "bewerkt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "отредактировано" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "düzenlendi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "edited" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已编辑" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "edited" + } + } + } + }, + "Message.Input.Chat.EmptyPlaceholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "اكتب رسالة..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eine Nachricht schreiben..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Write a message..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Escribir mensaje…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ecrire un message..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tulis pesan …" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scrivi un messaggio..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メッセージを入力…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Schrijf een bericht..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Напишите сообщение..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir mesaj yazın..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "写点什么..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Write a message..." + } + } + } + }, + "Message.Input.Stream.EmptyPlaceholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Broadcast" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Difundir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Diffuser" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Siarkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Trasmissione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブロードキャスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zend uit" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yayın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "直播" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Broadcast" + } + } + } + }, + "NewProperty": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Eigenschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Property" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nueva propiedad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouvelle propriété" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuova Proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新しいプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Özellik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New Property" + } + } + } + }, + "Note": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ملاحظة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нататка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Notiz" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Note" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nota" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Note" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Note" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Note" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Catatan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nota" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ノート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "메모" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Notat" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Notitie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନୋଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Notatka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nota" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Note" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Заметка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Not" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Нотатка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ghi chú" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "笔记" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "筆記" + } + } + } + }, + "Notifications": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Benachrichtigungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Notifications" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Notificaciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemberitahuan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Notifiche" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "通知" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bildirimler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Notifications" + } + } + } + }, + "Object.Deleted.Placeholder": { + "comment": "MARK: - Object", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائن محذوف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelöschtes Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deleted object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objeto eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deleted object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poistettu kohde" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objet supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek terhapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetto eliminato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除されたオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "삭제된 개체" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slettet objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijderd object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଲୋପ ହୋଇଥିବା ଅବଜେକ୍ଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usunięte obiekty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objeto excluído" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Objeto eliminado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удаленный объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Silinen nesne" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалений об'єкт" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đối tượng đã xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已删除的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已刪除物件" + } + } + } + }, + "ObjectType.AddedToLibrary": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typ ‚%@‘ wurde erstellt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Type ‘%@’ has been created" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se ha creado el tipo «%@»." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Le type ‘%@’ a été créé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe '%@' telah dibuat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il tipo '%@' è stato creato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ「%@」が作成されました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Type '%@' is gemaakt" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O tipo ‘%@ foi criado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип ‘%@был создан" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "'%@' türü oluşturuldu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已创建类型 “%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Type ‘%@’ has been created" + } + } + } + }, + "ObjectType.DeletedName": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نوع محذوف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдалены тып" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelöschter Typ" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deleted type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deleted type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Deleted type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe yang terhapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo eliminato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除されたタイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Deleted type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slettet type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijderd type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Deleted type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usunięty typ" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo apagado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tipo excluído" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удаленный тип" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türü sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалений тип" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại đã xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已刪除類型" + } + } + } + }, + "ObjectType.editingType": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أنت تقوم بتعديل النوع" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You're editing type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Estás editando el tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous éditez le type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anda sedang mengedit tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stai modificando il tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集中のタイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je bewerkt het type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você está editando o tipo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы редактировали тип" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenleme türünüz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您正在编辑类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You're editing type" + } + } + } + }, + "ObjectType.fallbackDescription": { + "comment": "MARK: - ObjectType", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Blank canvas with no title" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пустое палатно без назвы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leere Leinwand ohne Titel" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Blank canvas with no title" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Lienzo en blanco sin título" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Blank canvas with no title" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Blank canvas with no title" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Toile vierge sans titre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kanvas kosong tanpa judul" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tela vuota senza titolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無題のまっさらなキャンバス" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Blank canvas with no title" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tomt lerret uten tittel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leeg canvas zonder titel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ଶୀର୍ଷକ ନଥିବା ଖାଲି କ୍ୟାନଭାସ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Puste płótno bez tytułu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tela em branco sem título" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Blank canvas with no title" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пустой холст без заголовка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başlıksız boş tuval" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Порожнє полотно без заголовка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Blank canvas with no title" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有标题的空白画布" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有標題的空白畫布" + } + } + } + }, + "ObjectType.MyTypes": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "My Types" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Мае тыпы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Meine Typen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "My Types" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mis tipos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "My Types" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "My Types" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mes Types" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipeku" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I miei Tipi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作成したタイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "My Types" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mine typer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mijn types" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୋ ପ୍ରକାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Moje typy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Meus Tipos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "My Types" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Мои типы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Türlerim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Мої типи" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Các Loại của tôi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我的类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "我的類型" + } + } + } + }, + "ObjectType.Search": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Search for Type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пошук тыпу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nach Typ suchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Search for Type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Buscar un tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Search for Type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Search for Type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rechercher un type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Telusuri Tipe" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cerca per Tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Search for Type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Søk etter type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zoek naar type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପ୍ରକାର ସନ୍ଧାନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyszukaj typ" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pesquisar por Tipo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Search for Type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поиск типа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tür ara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пошук типу" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Search for Type" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "搜索类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "搜尋類型" + } + } + } + }, + "ObjectType.SearchOrInstall": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Search or install a new type" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пошук або ўстаноўка новага тыпу" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Suche oder installiere einen neuen Typen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Search or install a new type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Buscar o instalar un nuevo tipo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Search or install a new type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Search or install a new type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rechercher ou créer un nouveau type" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Telusuri atau buat tipe baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cerca o crea un nuovo tipo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプを検索もしくは作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Search or install a new type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Søk eller installer en ny type" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zoek of installeer een nieuw type" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏକ ନୂତନ ପ୍ରକାର ସନ୍ଧାନ କିମ୍ୱା ସଂସ୍ଥାପନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szukaj lub utwórz nowy typ" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pesquise ou instale um novo tipo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Search or install a new type" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Искать или создать новый тип" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni bir tür arayın veya yükleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Знайдіть або встановіть новий тип" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tìm hoặc cài một loại mới" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "搜索或安装新类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "搜尋或安裝新類型" + } + } + } + }, + "Page": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Page" + } + } + } + }, + "Pages": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الصفحات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Старонкі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Seiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Pages" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Páginas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Halaman" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Pagine" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ページ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "페이지 " + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Pagina's" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ପୃଷ୍ଠା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Páginas" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Страницы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sayfalar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "页面" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Pages" + } + } + } + }, + "ParticipantRemoveNotification.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вас выдалілі з Прасторы **%@**, або Прастора была выдалена ўладальнікам." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du wurdesg auf dem Space **%@** entfernt, oder der Space wurde von dessen Besitzer gelöscht." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Te han eliminado del espacio **%@**, o el propietario ha eliminado ese espacio." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous avez été retiré de l'espace **%@**, ou l'espace a été supprimé par son propriétaire." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu telah dikeluarkan dari ruang **%@**, atau ruang tersebut telah dihapus oleh pemiliknya." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei stato rimosso dallo spazio **%@**, oppure lo spazio è stato eliminato dal proprietario." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース「%@」から退出させられました。スペース所有者によってスペースごと削除された可能性があります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je werd verwijderd uit de ruimte '%@' of de ruimte is verwijderd door de eigenaar." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você foi removido do **%@** espaço, ou o espaço foi excluído pelo proprietário." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы были удалены из пространства '%@', или оно было удалено владельцем." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "**%@** alanından çıkarıldınız veya alan sahibi tarafından silindi." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您已被移除出 “%@” 空间,或该空间已被所有者删除." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You were removed from **%@** space, or the space has been deleted by the owner." + } + } + } + }, + "ParticipantRequestApprovedNotification.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ваш запыт на далучэнне да прасторы **%@** быў ухвалены з правамі доступу **%@**. Прастора хутка будзе даступная на вашай прыладзе." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Deine Anfrage dem Space **%@** beizutreten wurde mit den Zugriffsrechten **%@** akzeptiert. Der Space wird in Kürze auf deinem Gerät verfügbar sein." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tu solicitud de acceso al espacio **%@** se ha aprobado con derechos de **%@**. El espacio estará pronto disponible en tu dispositivo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Votre demande de rejoindre l'espace **%@** a été approuvée avec les droits d'accès **%@**. L'espace sera bientôt disponible sur votre appareil." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaanmu bergabung ke ruang **%@** telah disetujui dengan hak akses **%@**. Ruang ini akan tersedia di akunmu sebentar lagi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La tua richiesta di unirti allo spazio **%@** è stata approvata con diritti di accesso **%@**. Lo spazio sarà disponibile nel tuo account a breve." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース「**%@**」への参加リクエストが**%@**さんに承認されました。すぐにスペースが追加され、使えるようになります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw verzoek om deel te nemen aan de ruimte **%@** is goedgekeurd met **%@** toegangsrechten. De ruimte zal binnenkort beschikbaar zijn op jouw apparaat." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Twoja prośba o dołączenie do przestrzeni **%@** została zatwierdzona z **%@** prawami dostępu. Miejsce będzie wkrótce dostępne na Twoim urządzeniu." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Seu pedido para participar do espaço **%@** foi aprovado com direitos de acesso do **%@**. O espaço estará disponível no seu dispositivo em breve." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваш запрос на присоединение к **%@** пространству был одобрен с **%@** правами доступа. Пространство будет доступно на вашем устройстве в ближайшее время." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "**%@** alanına katılma isteğiniz **%@** erişim hakları ile onaylandı. Alan yakında cihazınızda kullanılabilir olacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been approved with **%@** access rights. The space will be available on your device soon." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您加入 **%@** 空间的请求已获批准并获得了 **%@** 访问权限,该空间很快就会在您的设备中显示。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您請求加入的 **%@** 空間已獲得批准,並具有 **%@** 存取權限。 該空間很快就可以在您的裝置上使用。" + } + } + } + }, + "ParticipantRequestDeclineNotification.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ваш запыт на далучэнне да прасторы **%@** быў адхілены." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Deine Anfrage dem Space **%@** beizutreten wurde abgelehnt. " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your request to join the **%@** space has been declined." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tu solicitud de acceso al espacio **%@** se ha rechazado." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Votre demande d'adhésion à l'espace **%@** a été refusée." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaanmu bergabung ke ruang **%@** telah ditolak." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La tua richiesta di unirti allo spazio **%@** è stata rifiutata." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース「**%@**」への参加リクエストが拒否されました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw verzoek om deel te nemen aan de ruimte**%@** is afgewezen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Twoja prośba o dołączenie do przestrzeni **%@** została odrzucona." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Seu pedido para se juntar ao espaço **%@** foi recusado." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваш запрос присоединиться к пространству **%@** был отклонен." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "**%@** alanına katılma isteğiniz reddedildi." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Your request to join the **%@** space has been declined." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您加入**%@** 空间的请求已被拒绝。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您請求加入的 **%@** 空間已被拒絕。" + } + } + } + }, + "PermissionChangeNotification.Text": { + "comment": "MARK: - Permission notification", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вашы правы доступу былі зменены на **%@** у Прасторы **%@**." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Deine Zugriffsrechte wurden zu **%@** geändert im Space **%@**" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tus derechos de acceso han cambiado a **%@** en el espacio **%@**." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vos droits d'accès ont été changés en **%@** dans l'espace **%@**." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hak aksesmu telah diganti menjadi **%@** di ruang **%@**." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I tuoi diritti di accesso sono stati modificati in **%@** nello spazio **%@**." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アクセス権が「**%@**」にスペース「**%@**」では変更されました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Jouw toegangsrechten werden veranderd naar **%@** in de ruimte **%@**." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Twoje prawa dostępu zostały zmienione na **%@** w przestrzeni **%@**." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Seus direitos de acesso foram alterados para **%@** no espaço **%@." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ваши права доступа были изменены на **%@** в пространстве **%@**." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Erişim haklarınız **%@** alanında **%@** olarak değiştirildi." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Your access rights were changed to **%@** in the **%@** space." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您在 **%@** 空间中的访问权限已更改为 **%@**。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您在 **%@** 空間的存取權限已變更為 **%@**。" + } + } + } + }, + "Properties": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الخصائص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уласцівасці" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Propriétés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "속성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Egenskaper" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Właściwości" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Propriedades" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellikler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thuộc tính" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "屬性" + } + } + } + }, + "Properties formats": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تنسيقات الخصائص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Formate der Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Properties formats" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Formatos de propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Format atribut" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Formati delle proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ種類" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschappen formaten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Формат свойств" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellik formatları" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "属性格式" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Properties formats" + } + } + } + }, + "Publishing.Error.NoDomain": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Failed to load your domain. Please try again." + } + } + } + }, + "Publishing.Error.NoObjectData": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Failed to load object data. Please try again." + } + } + } + }, + "Publishing.URL.placeholder": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "insert-page-name-here" + } + } + } + }, + "Publishing.WebBanner.LiveOnWeb": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "This object is live on the web." + } + } + } + }, + "Publishing.WebBanner.ViewSite": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "View site ↗︎" + } + } + } + }, + "PublishingToWeb.published": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Successfully published" + } + } + } + }, + "PublishingToWeb.unpublished": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Successfully unpublished" + } + } + } + }, + "PublishingToWeb.updated": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Successfully updated" + } + } + } + }, + "PushNotifications.DisabledAlert.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No has permitido las notificaciones. Eso significa que no verás avisos de nuevos mensajes, menciones o invitaciones. Ve a los ajustes para activarlas." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sepertinya notifikasi tidak diaktifkan. Ini berarti kamu tidak akan mendapat pemberitahuan pesan, sebutan, atau undangan baru. Kunjungi Setelan untuk menyalakannya." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sembra che tu non abbia consentito le notifiche. Ciò significa che non vedrai nuovi messaggi, menzioni o inviti. Vai alle impostazioni per attivarli." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "通知が許可されていません。新着メッセージやメンション、招待などの通知を受け取るには、設定から通知を有効にください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bildirimlere izin vermemiş görünüyorsunuz. Bu, yeni mesajları, bahsetmeleri veya davetleri göremeyeceğiniz anlamına gelir. Ayarlara giderek bunları etkinleştirin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "It looks like you didn’t allow notifications. That means you won’t see new messages, mentions, or invites. Go to settings to turn them on." + } + } + } + }, + "PushNotifications.DisabledAlert.Skip.button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorerst überspringen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Skip for now" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Omitir por ahora" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak dulu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Salta per ora" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あとで" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şimdilik atla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Skip for now" + } + } + } + }, + "PushNotifications.DisabledAlert.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Notifications are still turned off" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Las notificaciones siguen desactivadas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Notifikasi belum dinyalakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Le notifiche sono ancora disattivate" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "まだ通知はオンになっていません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bildirimler hala kapalı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Notifications are still turned off" + } + } + } + }, + "PushNotifications.Message.Attachment.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anhang" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Attachment" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Adjunto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pièce jointe" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lampiran" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Allegato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "添付ファイル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ek dosya" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Attachment" + } + } + } + }, + "PushNotifications.RequestAlert.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recibe notificaciones al instante cuando te envíen un mensaje o te mencionen en tus espacios." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Recevez une notification instantanée lorsque quelqu'un vous envoie des messages ou vous mentionne dans vos espaces." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dapatkan pemberitahuan segera ketika seseorang mengirim pesan atau menyebutmu di ruangmu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ricevi una notifica immediata quando qualcuno ti invia un messaggio o ti menziona nei tuoi spazi." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースでメッセージやメンションがあった場合にすぐに通知を受け取ります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanlarınızda biri size mesaj attığında veya sizden bahsettiğinde anında bildirim alın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Get notified instantly when someone messages or mentions you in your spaces." + } + } + } + }, + "PushNotifications.RequestAlert.NotificationTitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Nachricht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New Message" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Nuevo mensaje" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nouveau message" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pesan Baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nuovo messaggio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "新着メッセージ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni Mesaj" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New Message" + } + } + } + }, + "PushNotifications.RequestAlert.PrimaryButton": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Benachrichtigungen aktivieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enable notifications" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Activar notificaciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Activer les notifications" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nyalakan Pemberitahuan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Abilita le notifiche" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "通知を有効化" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bildirimleri etkinleştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Enable notifications" + } + } + } + }, + "PushNotifications.RequestAlert.SecondaryButton": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ليس الآن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не зараз" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht jetzt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Not now" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ahora no" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Plus tard" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak dulu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non ora" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あとで" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet nu" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie teraz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Agora não" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не сейчас" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şimdi değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Not now" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Để sau" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "暂不" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "稍後" + } + } + } + }, + "PushNotifications.RequestAlert.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Push-Benachrichtigungen einschalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Turn on push notifications" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Activar las notificaciones push" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Activer les notifications push" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nyalakan pemberitahuan push" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Attiva le notifiche push" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プッシュ通知を有効化" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anlık bildirimleri aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Turn on push notifications" + } + } + } + }, + "PushNotifications.Settings.DisabledAlert.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para recibir notificaciones de mensajes nuevos, actívalas en los ajustes del dispositivo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Recevez des notifications sur les nouveaux messages en les activant dans les paramètres de votre appareil." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terima pemberitahuan pesan baru dengan mengaktifkannya di setelan perangkatmu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ricevi le notifiche dei nuovi messaggi attivandole nelle impostazioni del dispositivo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メッセージ通知を受け取るには、デバイスの設定から通知を有効にしてください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Cihaz ayarlarınızda etkinleştirerek yeni mesajlarla ilgili bildirimler alın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Receive notifications about new messages by enabling them in your device settings." + } + } + } + }, + "PushNotifications.Settings.DisabledAlert.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Benachrichtigungen sind deaktiviert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Notifications are disabled" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Las notificaciones están desactivadas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Les notifications sont désactivées" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemberitahuan dinonaktifkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Le notifiche sono disabilitate" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "通知が無効です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bildirimler devre dışı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Notifications are disabled" + } + } + } + }, + "PushNotifications.Settings.Status.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitteilungsbenachrichtigungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Message Notifications" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Notificaciones de mensajes" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Notifications de message" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemberitahuan Pesan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Notifiche dei messaggi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メッセージ通知" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mesaj Bildirimleri" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Message Notifications" + } + } + } + }, + "QR.join.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Über QR-Code beitreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Join via QR Code" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Unirse con código QR" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gabung via kode QR" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "QRコードで参加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Karekod ile katıl" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Join via QR Code" + } + } + } + }, + "QR.scan.error.custom.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Scanning error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error al escanear" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat pemindaian" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スキャンエラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tarama hatası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Scanning error" + } + } + } + }, + "QR.scan.error.invalidFormat.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": " Este código QR contiene una URL cuyo formato no es válido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode QR terpindai mengadung URL dengan format invalid" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スキャンされたQRコードに無効なURLが含まれています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Taranan karekod geçersiz biçimde URL içeriyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains URL in invalid format" + } + } + } + }, + "QR.scan.error.invalidQR.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ungültiger QR-Code" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invalid QR Code" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El código QR no es válido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode QR Tidak Valid" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "無効なQRコード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Geçersiz karekod" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Invalid QR Code" + } + } + } + }, + "QR.scan.error.notUrl.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este código QR no contiene una URL válida" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode QR terpindai tidak mengandung URL valid" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スキャンされたQRコードに有効なURLが含まれていません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Taranan karekod geçerli bir URL içermiyor." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code doesn't contain a valid URL" + } + } + } + }, + "QR.scan.error.tryAgain": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حاول مرة أخرى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паспрабуйце яшчэ раз" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erneut versuchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Inténtalo de nuevo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Essayez de nouveau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Riprova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "もう一度実行" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Prøv igjen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Probeer opnieuw" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Spróbuj ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tente novamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Попробуйте еще раз" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tekrar deneyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Try again" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thử lại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请再试一次" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請再試一次" + } + } + } + }, + "QR.scan.error.wrongLink.message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The scanned QR code contains different action" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este código QR contiene diferentes acciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode QR terpindai mengandung tindakan lain" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スキャンされたQRコードは別のアクションが含まれています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Taranan karekod farklı eylemler içeriyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The scanned QR code contains different action" + } + } + } + }, + "Relation.Create.Row.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create “%@”" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць “%@”" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "„%@“ erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create “%@”" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear “%@”" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create “%@”" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo “%@”" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer \"%@”" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat “%@”" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea “%@”" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "「%@」を作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "\"%@\" 만들기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create “%@”" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak \"%@\"" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "“%@” ତିଆରି କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz „%@”" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar \"%@”" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Criar “%@\"" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "\"%@\" oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create “%@”" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo “%@”" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建 “%@”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立 \"%@\"" + } + } + } + }, + "Relation.Create.Textfield.placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أدخل الاسم..." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Увядзіце назву..." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Name eingeben..." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Enter name..." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Introducir nombre…" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Enter name..." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Anna nimi..." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Saisir un nom..." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Masukkan nama..." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Inserisci nome..." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "名前を入力…" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이름 입력..." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skriv inn navn..." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voer naam in..." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନାମ ପ୍ରବେଶ କରନ୍ତୁ..." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wprowadź nazwę..." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Inserir nome..." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Introduzir nome..." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Введите название..." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İsim girin..." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Enter name..." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhập tên..." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "输入名称..." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "輸入名稱..." + } + } + } + }, + "Relation.Delete.Alert.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The option will be permanently removed from your space." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Параметр будзе назаўсёды выдалены з вашай прасторы." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Die Option wird dauerhaft aus Ihrem Bereich entfernt." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The option will be permanently removed from your space." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La opción se eliminará definitivamente de tu espacio." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The option will be permanently removed from your space." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tämä vaihtoehto poistetaan pysyvästi tilastasi." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "L'option sera définitivement retirée de votre espace." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Opsi ini akan dihapus secara permanen dari ruang Anda." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "L'opzione verrà rimossa definitivamente dal tuo spazio." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このオプションがスペースから完全に削除されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이 옵션은 스페이스에서 영구적으로 제거됩니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Alternativet vil bli permanent fjernet fra ditt rom." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De optie wordt permanent verwijderd uit jouw ruimte." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିକଳ୍ପ ଆପଣଙ୍କ ସ୍ଥାନରୁ ସ୍ଥାୟୀ ଭାବରେ ଅପସାରଣ ହେବ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Opcja zostanie trwale usunięta z Twojej przestrzeni." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A opção será removida permanentemente do seu espaço." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "A opção será removida permanentemente do seu espaço." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Эта опция будет удалена из вашего рабочего пространства." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçenek, alanınızdan kalıcı olarak kaldırılacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The option will be permanently removed from your space." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lựa chọn này sẽ bị xoá vĩnh viễn khỏi không gian của bạn." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此选项将从您的空间永久删除。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "該選項將從您的空間中永久刪除" + } + } + } + }, + "Relation.Delete.Alert.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "هل أنت متأكد؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўпэўнены?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sind Sie sicher?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Are you sure?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Seguro?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Êtes-vous sûr ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Apakah kamu yakin?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei sicuro/a?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "本当によろしいですか?" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Er du sikker?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weet je het zeker?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Are you sure?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jesteś pewny?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você tem certeza?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уверены?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Emin misiniz?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ви впевнені?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn chắc chưa?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "是否确定?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您確定嗎?" + } + } + } + }, + "Relation.Deleted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خاصية محذوفة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelöschte Eigenschaft" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deleted property" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedad eliminada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Propriété supprimée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti terhapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proprietà eliminata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除されたプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijderde eigenschap" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Propriedade deletada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удаленное свойство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Silinmiş özellik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已删除属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Deleted property" + } + } + } + }, + "Relation.EmptyState.Blocked.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الخاصية فارغة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Die Eigenschaft ist leer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The property is empty" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La propiedad está vacía" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La propriété est vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Propertinya kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティが空です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De eigenschap is leeg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu özellik boş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "该属性为空" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The property is empty" + } + } + } + }, + "Relation.EmptyState.description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لم يتم العثور على شيء. أنشئ الخيار الأول للبدء." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нічога не знойдзена. Стварыце першую опцыю для пачатку." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nichts gefunden. Erstelle zuerst eine Option zum Starten." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Nothing found. Create first option to start." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No se ha encontrado nada. Crea la primera opción para comenzar." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Nothing found. Create first option to start." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mitään ei löytynyt. Luo ensimmäinen valinta aloittaaksesi." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rien n'a été trouvé. Créez la première option pour commencer." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada yang ditemukan. Buat opsi pertama untuk memulai." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun risultato. Crea la prima opzione per iniziare." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "何も見つかりませんでした。開始する最初のオプションを作成してください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "찾을 수 없습니다. 첫 번째 옵션을 생성하여 시작합니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fant ingenting. Opprett første alternativ for å starte." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niets gevonden. Maak een eerste optie om te starten." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କିଛି ମିଳିଲା ନାହିଁ। ଆରମ୍ଭ କରିବାକୁ ପ୍ରଥମ ବିକଳ୍ପ ସୃଷ୍ଟି କରନ୍ତୁ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nic nie znaleziono. Utwórz pierwszą opcję, aby rozpocząć." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nada foi encontrado. Crie a primeira opção para começar." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Nada foi encontrado. Crie a primeira opção para começar." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ничего не найдено. Создайте первую опцию для начала." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbir şey bulunamadı. Başlamak için ilk seçeneği oluşturun." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Nothing found. Create first option to start." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nothing found. Create first option to start." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "什么也没有。创建第一个选项以开始。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "什麼也沒有。建立第一個選項以開始。" + } + } + } + }, + "Relation.EmptyState.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا توجد خيارات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма опцый" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Optionen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No options" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin opciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No options" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei valintoja" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucune option" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada opsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuna opzione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オプションなし" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "옵션 없음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen valg" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen opties" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କୌଣସି ବିକଳ୍ପ ନାହିଁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak opcji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhuma opção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No options" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Опций нет" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçenek yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No options" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không có lựa chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "无选项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "無選項" + } + } + } + }, + "Relation.Format.Checkbox.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مربع اختيار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Птушка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Checkbox" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Casilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tarkastuslaatikko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Case à cocher" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kotak centang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Casella di scelta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チェックボックス" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "체크박스" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avkrysningsboks" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selectievakje" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚେକବାକ୍ସ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pole wyboru" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Caixa de seleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Checkbox" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Флажок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onay kutusu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Прапорець" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ô tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复选框" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "核取方塊列表" + } + } + } + }, + "Relation.Format.Date.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تاريخ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дата" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Datum" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Date" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Fecha" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Päivämäärä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Date" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tanggal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Data" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "日付" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "날짜" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dato" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Datum" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତାରିଖ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Data" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Data" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Data" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дата" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tarih" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дата" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngày tháng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "日期" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "日期" + } + } + } + }, + "Relation.Format.Email.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بريد إلكتروني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Эл. пошта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Surel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレス" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이메일" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "E-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "E-mailadres" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଇମେଲ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Adres mailowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "E-mail" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-Posta" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ел. пошта" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "电子邮件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "email" + } + } + } + }, + "Relation.Format.FileMedia.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "File & Media" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Файлы і Медыя" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dateien & Medien" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "File & Media" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Archivos y medios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "File & Media" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tiedosto & Media" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Fichier & Média" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berkas & Media" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "File & Media" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ファイルとメディア" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "파일 및 미디어" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fil & Media" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bestand & media" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫାଇଲ୍ ଏବଂ ମିଡିଆ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Plik i media" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Arquivos e mídias" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ficheiro & Media" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Файл и Медиа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Dosya & Medya" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Файл і медіа" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tập tin & Đa phương tiện" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文件 & 媒体" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檔案與媒體" + } + } + } + }, + "Relation.Format.Number.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رقم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нумар" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nummer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Number" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Número" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Number" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Numero" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Nombre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Angka" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Numero" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "数字" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "숫자" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tall" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nummer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନମ୍ବର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Liczba" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Número" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Número" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Число" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sayı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Число" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Số" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "数目" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "數字" + } + } + } + }, + "Relation.Format.Object.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Relation object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objeto de relación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek koneksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "関連するオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Relatie object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İlişki nesnesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "相关的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Relation object" + } + } + } + }, + "Relation.Format.Phone.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رقم الهاتف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Нумар тэлефона" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Telefonnummer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Phone number" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Número de teléfono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Phone number" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Puhelinnumero" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "N° de téléphone" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nomor telepon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Numero di telefono" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "電話番号" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "전화번호" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Telefonnummer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Telefoonnummer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଫୋନ୍ ନମ୍ବର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Numer telefonu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Número de telefone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Número de telefone" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Номер телефона" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefon numarası" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Номер телефону" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Số điện thoại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "电话号码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "電話號碼" + } + } + } + }, + "Relation.Format.Status.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выбраць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "セレクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Select" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Select" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選項" + } + } + } + }, + "Relation.Format.Tag.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Multi-select" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Множны выбар" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mehrfachauswahl" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Multi-select" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Selección múltiple" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Multi-select" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Monivalinta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélection multiple" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih jamak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Selezione multipla" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "複数セレクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "다중 선택" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg flere" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer meerdere" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବହୁ-ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wielokrotny wybór" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Seleção múltipla" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Multi-select" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Множественный выбор" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çoklu seçim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Multi-select" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn nhiều" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "多选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "多重選項" + } + } + } + }, + "Relation.Format.Text.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نص" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тэкст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Text" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Text" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Text" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Teksti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Texte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Teks" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Testo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テキスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "텍스트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲେଖା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tekst" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Texto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Текст" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Metin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Текст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Văn bản" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正文" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "文字" + } + } + } + }, + "Relation.Format.Url.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عنوان URL" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "URL" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Adres URL" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ссылка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "URL" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "URL网址" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "URL" + } + } + } + }, + "Relation.From.Type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "From type %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "З тыпу %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vom Typ \"%@\"" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "From type %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Del tipo %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "From type %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tyypistä %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "À partir du type %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dari tipe %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dal tipo %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ「%@」から" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ 유형으로 부터" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "From type %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Van type %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ ପ୍ରକାରରୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Z typu %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Do tipo \"%@\"" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Do tipo %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Из типа %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ türünden" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "З типу %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Của loại '%@'" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "来自 %@ 类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "來自類型 %@" + } + } + } + }, + "Relation.ImportType.Csv": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "CSV" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "CSV" + } + } + } + }, + "Relation.ImportType.Html": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "HTML" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "超文本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "HTML" + } + } + } + }, + "Relation.ImportType.Markdown": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Markdown" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "マークダウン" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "마크다운" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମାର୍କଡାଉନ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Marcação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Markdown" + } + } + } + }, + "Relation.ImportType.Notion": { + "comment": "MARK: - Import Type Relation", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Notion" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଧାରଣା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pojęcie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "noção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kavram" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Notion" + } + } + } + }, + "Relation.ImportType.Obsidian": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Obsidian" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Obsidian" + } + } + } + }, + "Relation.ImportType.Protobuf": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Any-Block" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Any-blokk" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଏନି ବ୍ଲକ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dowolny blok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Herhangi bir Blok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Any-Block" + } + } + } + }, + "Relation.ImportType.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "TXT" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "TXT" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "纯文本(.txt)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "TXT 文檔" + } + } + } + }, + "Relation.MyRelations": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خصائصي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Meine Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "My properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mis propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mes propriétés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Propertiku" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Le mie proprietà" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "作成したプロパティ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mijn eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Minhas propriedades" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Мои свойства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özelliklerim" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "我的属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "My properties" + } + } + } + }, + "Relation.Object.Delete.Alert.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The object will be moved to Bin." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аб'ект будзе перамешчаны ў сметніцу." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Das Objekt wird in den Papierkorb verschoben." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The object will be moved to Bin." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El objeto será movido a la papelera." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The object will be moved to Bin." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tämä vaihtoehto siirretään roskakoriin." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "L'objet sera déplacé dans la corbeille." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek ini akan dipindah ke Bak Sampah." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "L'oggetto verrà spostato nel Cestino." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクトがごみ箱に移動されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오브젝트가 휴지통으로 이동됩니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objektet vil bli flyttet til papirkurven." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het object wordt naar de prullenmand verplaatst." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟକୁ ବିନ୍ କୁ ସ୍ଥାନାନ୍ତର କରାଯିବ।" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Obiekt zostanie przeniesiony do Kosza." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O objeto será movido para o Lixo." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The object will be moved to Bin." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Этот объект будет перемещен в корзину." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne Çöp Kutusuna taşınacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The object will be moved to Bin." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đối tượng này sẽ được đưa vào Thùng rác." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象将被移动到回收站。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "該物件將被移至垃圾桶" + } + } + } + }, + "Relation.ObjectType.Header.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Object type:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып аб'екта:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekttyp:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object type:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object type:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Objekti tyyppi:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type d'objet :" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe objek:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo di oggetto:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오브젝트 유형:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objekttype:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objecttype:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟ ପ୍ରକାର:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typ obiektu:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo de Objeto:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Object type:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип объекта:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne türü:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Object type:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại đối tượng:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象类型:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件類型:" + } + } + } + }, + "Relation.ObjectTypes.Header.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Object types:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тыпы аб'екта:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekttypen:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object types:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipos de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object types:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Objekti tyypit:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Types d'objets :" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe objek:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipi di oggetto:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "객체 유형:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objekttyper:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objecttypes:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଅବଜେକ୍ଟ ପ୍ରକାର:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typy obiektów:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipos de objeto:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Object types:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Типы объектов:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne türleri:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Object types:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại đối tượng:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象类型:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件類型:" + } + } + } + }, + "Relation.Origin.API": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "API" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "API" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "API" + } + } + } + }, + "Relation.Origin.Bookmark": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إشارة مرجعية" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Закладка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Lesezeichen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Bookmark" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Marcador" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kirjanmerkki" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Marque-page" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Markah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Segnalibro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブックマーク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "북마크" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bokmerke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bladwijzer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zakładka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Marcador" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Bookmark" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закладка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yer imi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Закладка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dấu trang" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "书签" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "書籤" + } + } + } + }, + "Relation.Origin.Builtin": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المكتبة مثبتة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Бібліятэка ўсталяваная" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bibliothek installiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Library installed" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Instalado de la biblioteca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Library installed" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kirjasto asennettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Bibliothèque installée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pustaka terpasang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Libreria installata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "インストールされました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "라이브러리 설치됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bibliotek installert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bibliotheek geïnstalleerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲାଇବ୍ରେରୀ ସଂସ୍ଥାପିତ ହୋଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zainstalowana biblioteka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Biblioteca instalada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Library installed" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Библиотеки установлены." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kitaplık kuruldu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Library installed" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài từ thư viện" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "文库已安装" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "資料庫已安裝" + } + } + } + }, + "Relation.Origin.Clipboard": { + "comment": "Origin Relation", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الحافظة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Буфер абмену" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zwischenablage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Clipboard" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Portapapeles" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Clipboard" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Leikepöytä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Presse-papier" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Papan kerani" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Appunti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クリップボード" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "클립보드" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Utklippstavle" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Klembord" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କ୍ଲିପ୍ ବୋର୍ଡ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Schowek" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Área de Transferência" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Clipboard" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Буфер обмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Pano" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Clipboard" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Clipboard" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "剪贴板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "剪貼簿" + } + } + } + }, + "Relation.Origin.DragAndDrop": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Drag'n'Drop" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перасунуць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Drag'n'Drop" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Drag'n'Drop" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Arrastrar y soltar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Drag'n'Drop" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Raahaa ja tiputa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Glisser-déposer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Seret dan Lepas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Trascina e rilascia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ドラッグ&ドロップ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "드래그 앤 드롭" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dra og slipp" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Drag'n'Drop" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଡ୍ରାଗ ଓ ଡ୍ରପ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przeciągnij i upuść" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Arraste e Solte" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Drag'n'Drop" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Перетащи" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sürükle & Bırak" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Drag'n'Drop" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Kéo thả" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拖放" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "拖放" + } + } + } + }, + "Relation.Origin.Import": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كائن مستورد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Імпартаваць аб'ект" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Importiertes Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Imported object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objeto importado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Imported object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tuotu objekti" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objet importé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Objek diimpor" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetto importato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "インポート済みオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "가져온 오브젝트" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Importert objekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geïmporteerd object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଆମଦାନୀ ହୋଇଥିବା ଅବଜେକ୍ଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Importowany obiekt" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objeto importado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Imported object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Импортированный объект" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçeri aktarılan nesne" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Imported object" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đối tượng đã nhập" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "导入的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "匯入物件" + } + } + } + }, + "Relation.Origin.SharingExtension": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "ملحق المشاركة عبر الهاتف المحمول" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пашырэнне для мабільнай прылады" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erweiterung für mobiles Teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mobile sharing extension" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Extensión móvil para compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mobile sharing extension" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mobiilijakolisäosa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Extension de partage mobile" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pengaya pembagian ponsel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Estensione di condivisione mobile" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "モバイル共有拡張機能" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "모바일 공유 확장" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Utvidelse for mobildeling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mobiel delen extensie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ମୋବାଇଲ୍ ସେୟାରିଂ ସମ୍ପ୍ରସାରଣ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Rozszerzenie udostępniania mobilnego" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Extensão de compartilhamento móvel" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mobile sharing extension" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Расширение для мобильного телефона" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Mobil paylaşım uzantısı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Mobile sharing extension" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Từ ứng dụng mở rộng trên điện thoại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "手机共享扩展" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "手機共享擴充" + } + } + } + }, + "Relation.Origin.UseCase": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حالة الاستخدام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выкарыстанне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anwendungsfall" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Use case" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Caso de uso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Use case" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Käyttökohde" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Cas d'usage" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penggunaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Caso d'uso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "活用例" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "활용 예시" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Eksempel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gebruikerstoepassing" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କେସ୍ ବ୍ୟବହାର କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przypadek użycia" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Caso de uso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Use case" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вариант использования" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kullanım alanları" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Use case" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Trường hợp sử dụng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "使用案例" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "使用案例" + } + } + } + }, + "Relation.Origin.WebClipper": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أداة قص الويب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вэб кліпер" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Web Clipper" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Web clipper" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recorte de web" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Web clipper" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Netti nipsutin" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Web Clipper" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemangkas web" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Clipper web" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Web clipper" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "웹 클리퍼" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Webklipper" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Webclipper" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ୱେବ୍ କ୍ଲିପର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nożyczki do strzyżenia sieci" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Web clipper" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Web clipper" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Клиппер" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Web yakalayıcı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Web clipper" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Web clipper" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网页剪藏器" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網頁裁剪" + } + } + } + }, + "Relation.View.Create.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء خيار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сварыць опцыю" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Option erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create option" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear opción " + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create option" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Luo valinta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer une option" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat opsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea opzione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オプションを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "옵션 생성" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Opprett alternativ" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak optie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ତିଆରି କରନ୍ତୁ ବିକଳ୍ପ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz opcję" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar opção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Criar opção" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать параметр" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçenek oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create option" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo lựa chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建选项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立選項" + } + } + } + }, + "Relation.View.Edit.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل الخيار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць опцыю" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Option bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit option" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar opción" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit option" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Muokkaa valintaa" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Éditer l'option" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting opsi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica opzione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オプションを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "옵션 편집" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rediger valg" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk optie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିକଳ୍ପ ସମ୍ପାଦନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytuj opcję" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar opção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Editar opção" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить вариант" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Seçeneği düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Edit option" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sửa tùy chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑选项" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯選項" + } + } + } + }, + "Relation.View.Hint.Empty": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "empty" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "пуста" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "leer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "empty" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "vacío" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "empty" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "tyhjä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "vuoto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未入力" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "비어 있음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "tom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "leeg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଖାଲି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "pusty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "vazio" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "vazio" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "пусто" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "boş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "пусто" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "trống" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空的" + } + } + } + }, + "RelationAction.CallPhone": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Call phone numbler" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пазваніць на нумар тэлефона" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Telefonnummer anrufen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Call phone numbler" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Llamar al número de teléfono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Call phone numbler" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Call phone numbler" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appeler le numéro de téléphone" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Panggil nomor telepon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiama numero di telefono" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "電話番号に発信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Call phone numbler" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ring telefonnummer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bel telefoonnummer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Call phone numbler" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zadzwoń do telefonu odrętwiałego" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ligar para número" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Call phone numbler" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Позвонить в номер телефона" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefon numarasını ara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Номер телефону для дзвінка" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gọi số điện thoại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "呼叫电话号码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "撥打電話號碼" + } + } + } + }, + "RelationAction.Copied": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Copied" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скапіравана" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kopiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copied" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copied" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Kopioitu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copié" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Disalin" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copiato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "コピーされました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복사됨" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopiert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gekopieerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "କପି ହେଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Skopiowano" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copiado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скопировано" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kopyalandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скопійовано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã sao chép" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已复制" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已複製" + } + } + } + }, + "RelationAction.CopyEmail": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نسخ البريد الإلكتروني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Капіяваць эл. пошту" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Copy email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier l'email" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin email" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールアドレスをコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Copy email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopier e-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopieer e-mailadres" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Copy email" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kopiowanie wiadomości e-mail" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiar e-mail" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copy email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скопировать адрес электронной почты" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-postayı kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скопіювати ел. пошту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chép email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拷贝电子邮件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "複製 email" + } + } + } + }, + "RelationAction.CopyPhone": { + "comment": "Relation Actions", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نسخ رقم الهاتف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Капіяваць нумар тэлефона" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy phone number" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar número de teléfono" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy phone number" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin nomor telepon" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia numero di telefono" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "電話番号をコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kopier telefonnummer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Telefoonnummer kopiëren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Copy phone number" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copiar número de telefone" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Copy phone numbler" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Telefon numarasını kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скопіювати номер телефону" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chép số điện thoại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拷贝电话号码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "複製電話號碼" + } + } + } + }, + "RelationAction.OpenLink": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح الرابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адкрыць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrir le lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri collegamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Åpne lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open link" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Otwórz odnośnik w" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı aç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Відкрити посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mở link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開啟連結" + } + } + } + }, + "RelationAction.ReloadContent": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إعادة تحميل محتوى الكائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перазагрузіць змесціва аб'екта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objektinhalt neu laden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reload object content" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recargar contenido del objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reload object content" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reload object content" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Recharger le contenu de l'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Muat ulang konten objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ricarica contenuto dell'oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "オブジェクト内容を再読み込み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reload object content" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Last objektinnhold på nytt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objectinhoud opnieuw laden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reload object content" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ponowne załadowanie zawartości obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Recarregar conteúdo do objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reload object content" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Перезагрузить содержимое объекта" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne içeriğini yeniden yükle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перезавантажити вміст об'єкта" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tải lại nội dung đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "重新加载对象内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "重新載入物件內容" + } + } + } + }, + "RelationAction.ReloadingContent": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Reloading content" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перазагрузка змесціва" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inhalt wird neu geladen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reloading content" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recargando contenido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reloading content" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reloading content" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Recharger le contenu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memuat kembali konten" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ricaricamento contenuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "内容を読み込み中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reloading content" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oppdaterer innhold" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Inhoud wordt herladen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reloading content" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przeładowywanie zawartości" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Recarregando conteúdo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reloading content" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Перезагрузка содержимого" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçerik yeniden yükleniyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Перезавантаження вмісту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đang tải lại nội dung" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "重新加载内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "重新載入內容" + } + } + } + }, + "RelationAction.SendEmail": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إرسال بريد إلكتروني" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адаслаць ліст" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "E-Mail senden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Send email" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enviar correo electrónico" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Send email" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Send email" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Envoyer un e-mail" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kirim email" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invia email" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メールを送信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Send email" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Send e-post" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verstuur e-mail" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Send email" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyślij email" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Enviar email" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Send email" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отправить электронное письмо" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "E-posta gönder" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Надіслати ел. пошту" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gửi email" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "发送电子邮件" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "傳送 email" + } + } + } + }, + "RequestToJoinNotification.GoToSpace": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перайсці ў Прастору" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zu Space wechseln" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Go to Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ir al espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aller à l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kunjungi Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vai allo Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースに移動" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "스페이스로 이동" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gå til rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ga naar ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Idź w kosmos" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ir para Espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Перейти в пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alana git" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Go to Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "转到空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "前往空間" + } + } + } + }, + "RequestToJoinNotification.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "**%@** запытаў(-ла) доступ да прасторы **%@**." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "**%@** fragt Zugang zum Space **%@** an." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "**%@** requested to join the **%@** space." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "**%@** solicita acceder al espacio **%@**." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "**%@** a demandé à rejoindre l'espace **%@**." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "**%@** meminta bergabung ke ruang **%@**." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "**%@** ha richiesto di unirsi allo spazio **%@**." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "**%@**さんからスペース**%@**への参加リクエストが届きました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "**%@**가 **%@** 스페이스에 참여하기를 요청했습니다." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "**%@** heeft verzocht om aan de ruimte **%@** deel te nemen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "**%@** poprosił o dołączenie do przestrzeni **%@**." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "**%@ pediu para entrar no espaço de %@." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "**%@** сделал запрос на присоединение к пространству **%@**" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "**%@**, **%@** alanına katılmak istiyor." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "**%@** requested to join the **%@** space." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "**%@** 请求加入 **%@** 空间。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "**%@** 請求加入 **%@** 空間。" + } + } + } + }, + "RequestToJoinNotification.ViewRequest": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض الطلب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паглядзець запыт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anfrage ansehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View request" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ver solicitud" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher la demande" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lihat permintaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Visualizza richiesta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リクエストを確認" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "요청 보기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis forespørsel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bekijk verzoek" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyświetl zapytanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ver solicitação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Посмотреть запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İsteği görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查看请求" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "查看請求" + } + } + } + }, + "RequestToLeaveNotification.Text": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "**%@** хоча пакінуць прастору **%@**." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "**%@** möchte den Space **%@** verlassen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "**%@** wants to leave the **%@** space." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "**%@** quiere abandonar el espacio **%@**." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "**%@** veut quitter l'espace **%@**." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "**%@** ingin meninggalkan ruang **%@**." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "**%@** vuole lasciare lo spazio **%@**." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "**%@**さんからスペース**%@**への退出リクエストが届きました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "**%@** wil de ruimte **%@** verlaten." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "**%@** chce opuścić przestrzeń **%@**." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "**%@** quer sair do espaço **%@." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "**%@** хочет покинуть пространство **%@**." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "**%@**, **%@** alanından ayrılmak istiyor." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "**%@** wants to leave the **%@** space." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "**%@** 想要离开 **%@** 空间。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "**%@** 想要離開 **%@** 空間。" + } + } + } + }, + "Set.Bookmark.Create.Placeholder": { + "comment": "MARK: - Set.Bookmarks", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لصق الرابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уставіць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link einfügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Paste link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pegar enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Paste link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Paste link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Coller le lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tempelkan tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Incolla link" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクを貼り付け" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "링크 붙여넣기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Lim inn lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Plak koppeling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Paste link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wkleić link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colar link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Paste link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вставить ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı yapıştır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Вставити посилання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dán link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "粘贴链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "貼上連結" + } + } + } + }, + "Set.Bookmark.Error.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Oops - something went wrong. Please try again" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ой - нешта пайшло не так. Калі ласка паспрабуйце зноў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hoppla! Irgendetwas ist schiefgelaufen. Bitte versuchen sie es nochmal." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Oops - something went wrong. Please try again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Huy, algo salió mal. Inténtalo de nuevo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Oops - something went wrong. Please try again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Oops - something went wrong. Please try again" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Oups, une erreur s’est produite. Veuillez réessayer." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ups - terjadi kesalahan. Silakan coba lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oops - qualcosa è andato storto. Riprova" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "申し訳ありません。エラーが発生しました。もう一度お試しください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "이런 문제가 발생했습니다. 다시 시도해 주세요." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oops - noe gikk galt. Vennligst prøv igjen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Oeps - er is iets misgegaan. Probeer het nogmaals." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Oops - something went wrong. Please try again" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ups - wystąpił problem. Spróbuj ponownie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Opa! Algo deu errado. Por favor, tente novamente." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Oops! Ocorreu um erro. Tente novamente!" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ой, что-то пошло не так. Повторите попытку." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hay aksi bir şeyler ters gitti! Lütfen yeniden dene." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Oops - something went wrong. Please try again" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Oops - something went wrong. Please try again" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "噢不 - 出现了一些问题。请重试" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "哎呀,出了點問題。請再試一次。" + } + } + } + }, + "Set.FeaturedRelations.Query": { + "comment": "MARK: - Sets: Featured relations", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد استعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце запыт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse kysely" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner une requête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "条件を指定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg spørring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer zoekopdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Select query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kwerenda wybierająca" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecione a consulta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Selecionar consulta" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Виберіть запит" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn truy vấn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "指定查詢" + } + } + } + }, + "Set.FeaturedRelations.Relation": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaft:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Property:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedad:" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschap:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellik:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "属性:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Property:" + } + } + } + }, + "Set.FeaturedRelations.RelationsList": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigenschaften:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Properties:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propiedades:" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Properti:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティ:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenschappen:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özellikler:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "属性:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Properties:" + } + } + } + }, + "Set.FeaturedRelations.Type": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Typ:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Type:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo:" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type :" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typy:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Type:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tür:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тип:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "类型:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "類型:" + } + } + } + }, + "Set.SourceType.Cancel.Toast.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لا يمكن تغيير هذا الاستعلام إلا على سطح المكتب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэты запыт можна змяніць толькі на камп'ютары" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Diese Abfrage kann nur auf dem Desktop geändert werden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This query can be changed on desktop only" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esta consulta solo puede cambiarse en la versión de escritorio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This query can be changed on desktop only" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tämä kysely voidaan vaihtaa vain tietokoneella" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Cette requête peut être modifiée uniquement sur le bureau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kueri ini bisa berubah hanya pada tampilan komputer" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questa query può essere modificata solo su desktop" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このクエリはデスクトップ版でのみ変更できます" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This query can be changed on desktop only" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Denne spørringen kan bare endres i skrivebordsappen" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze zoekopdracht kan alleen op desktop worden gewijzigd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This query can be changed on desktop only" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "To zapytanie można zmienić tylko na komputerze" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Esta consulta só pode ser alterada na versão desktop" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Esta consulta só pode ser alterada no desktop" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Этот запрос может быть изменен только на компьютере" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu sorgu sadece masaüstünde değiştirilebilir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Цей запит може бути змінений лише на комп'ютері" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This query can be changed on desktop only" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "只能在桌面端更改此查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "此查詢只能在電腦端更改" + } + } + } + }, + "Set.SourceType.SelectQuery": { + "comment": "MARK: - Set source type", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد استعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце запыт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valitse kysely" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner une requête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "条件を指定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg spørring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Selecteer zoekopdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Select query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kwerenda wybierająca" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecione a consulta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Selecionar consulta" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Виберіть запит" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn truy vấn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "指定查詢" + } + } + } + }, + "Set.TypeRelation.ContextMenu.ChangeQuery": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تغيير الاستعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змяніць запыт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage ändern" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Change query" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cambiar consulta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Change query" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Vaihda kysely" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier la requête" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah kueri" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cambia query" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリを変更" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Change query" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Endre spørring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verander zoekopdracht" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Change query" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmień zapytanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mudar consulta" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Change query" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorguyu değiştir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Змінити запит" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Change query" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "更改查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "更改查詢" + } + } + } + }, + "Set.TypeRelation.ContextMenu.TurnIntoCollection": { + "comment": "MARK: - Set: Type context menu", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحويل الاستعلام إلى مجموعة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abfrage in Sammlung umwandeln" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Turn Query into Collection" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Convertir consulta en colección" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ubah Kueri menjadi Koleksi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "クエリをコレクションに変換" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zet opdracht om naar collectie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Transformar Consulta em Coleção" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Конвертировать Запрос в Коллекцию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorguyu Koleksiyona dönüştür" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查询转换为集锦" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Turn Query into Collection" + } + } + } + }, + "Set.View.Empty.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añade una consulta para obtener una lista actualizada de objetos con un tipo o propiedad en común" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menambahkan daftar pencarian untuk menghimpun Objek dengan Tipe dan Atribut yang sama dalam mode langsung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "条件を指定して、同じタイプやプロパティを持つオブジェクトをまとめましょう。変更は自動的に反映されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg zoekopdracht toe om objecten te verzamelen met gelijke types en eigenschappen in een live omgeving" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Canlı modda eşit tür ve özelliklere sahip nesneleri toplamak için arama sorgusu ekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加搜索查询来实时聚合符合相应类型和属性的对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Add search query to aggregate objects with equal types and properties in a live mode" + } + } + } + }, + "Set.View.Empty.Title": { + "comment": "MARK: - Sets: empty view", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "لم يتم تحديد استعلام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запыт не выбраны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Abfrage ausgewählt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No query selected" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ninguna consulta seleccionada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No query selected" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ei kyselyä valittuna" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucune requête sélectionnée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada queri terpilih" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessuna query selezionata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "条件が指定されていません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No query selected" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen spørring valgt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen zoekopdracht geselecteerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No query selected" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie wybrano zapytania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Nenhuma consulta selecionada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No query selected" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не выбрано ни одного запроса" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sorgu seçilmedi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Жодного запиту не вибрано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chưa có truy vấn được chọn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未选择查询" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未指定查詢" + } + } + } + }, + "Set.View.Kanban.Column.Paging.Title.ShowMore": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць больш аб'ектаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mehr Objekte anzeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show more objects" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar más objetos" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher plus d'objets" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Perlihatkan lebih banyak objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra più oggetti" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "さらにオブジェクトを表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis flere objekter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon meer objecten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż więcej obiektów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mostrar mais objetos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать больше объектов" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Daha fazla nesne göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Показати більше об'єктів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Show more objects" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示更多对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示更多物件" + } + } + } + }, + "Set.View.Kanban.Column.Settings.Color.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Column color" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Колер слупка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Spaltenfarbe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Column color" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Color de columna" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Column color" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Column color" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Couleur de la colonne" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Warna kolom" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Colore della colonna" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "列の色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Column color" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kolonnefarge" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kleur kolom" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Column color" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolor kolumny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cor da coluna" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Column color" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Цвет столбца" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sütun rengi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колір стовпця" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Màu cột" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "颜色列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "欄位顏色" + } + } + } + }, + "Set.View.Kanban.Column.Settings.Hide.Column.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Hide column" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Схаваць слупок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Spalte ausblenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hide column" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ocultar columna" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Hide column" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Piilota sarake" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Masquer la colonne" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sembunyikan kolom" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nascondi colonna" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "列を非表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Hide column" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Skjul kolonne" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verberg kolom" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Hide column" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ukryj kolumnę" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ocultar coluna" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Hide column" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Скрыть столбец" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sütunu gizle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Приховати стовпець" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ẩn cột" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "隐藏列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "隱藏欄" + } + } + } + }, + "Set.View.Kanban.Column.Title.Checked": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ пастаўлены сцяжок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ ist ausgewählt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ is checked" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ está marcado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ est coché" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ telah diperiksa" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ è spuntato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@はチェック済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ is geselecteerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ jest zaznaczony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ está marcado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ is checked" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ отмечено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ kontrol edildi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ позначено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ đã tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 已选中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 已勾選" + } + } + } + }, + "Set.View.Kanban.Column.Title.Uncategorized": { + "comment": "MARK: - Sets: Kanban", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Uncategorized" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Без катэгорыі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht kategorisiert" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Uncategorized" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin categoría" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Uncategorized" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Uncategorized" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Non catégorisé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak dikategorikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Senza categoria" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "未分類" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Uncategorized" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukategorisert" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Niet gecategoriseerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Uncategorized" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bez kategorii" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem classificação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Uncategorized" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Без категории" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kategorilenmemiş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Без категорії" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chưa được phân loại" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未分类" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未分類" + } + } + } + }, + "Set.View.Kanban.Column.Title.Unchecked": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ зняты сцяжок" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ ist nicht ausgewählt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ is unchecked" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ no está marcado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ est décoché" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ belum dicentang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ non è spuntato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@は未チェック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ is niet geselecteerd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ nie jest zaznaczony" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ está desmarcado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ is unchecked" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ не отмечено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ işaretli değil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ не позначено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ chưa tick" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 未选中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 未勾選" + } + } + } + }, + "Set.View.Settings.CardSize.Large.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كبير" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вялікі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Groß" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Large" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Grande" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Large" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Large" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Large" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Besar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Grande" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "大" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Large" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stor" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Groot" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Large" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Duży" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Grande" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Large" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Большой" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Büyük" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Великий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Lớn" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "大" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "大" + } + } + } + }, + "Set.View.Settings.CardSize.Small.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "صغير" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Маленькі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Klein" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Small" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pequeño" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Small" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pieni" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Petit" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kecil" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Piccolo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "小" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "작음" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Liten" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Klein" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଛୋଟ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Mały" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pequeno" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Pequeno" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Маленький" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Küçük" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Малий" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhỏ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "小" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "小" + } + } + } + }, + "Set.View.Settings.CardSize.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حجم البطاقة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памеры карткі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Kartengröße" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Card size" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tamaño de tarjeta" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Card size" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Card size" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Taille de la carte" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ukuran kartu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dimensione della Card" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "カードサイズ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Card size" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Størrelse på kort" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kaartgrootte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Card size" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Rozmiar karty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tamanho do cartão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Card size" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Размер карточки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kart boyutu" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Розмір картки" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Kích thước thẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "卡片尺寸" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "卡片大小" + } + } + } + }, + "Set.View.Settings.GroupBackgroundColors.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Color columns" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Каляровыя слупкі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Farbspalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Color columns" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colorear columnas" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Color columns" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Color columns" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Colonnes de couleur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Warna kolom" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Colore colonne" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "列の背景色" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Color columns" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fargelegg kolonner" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kleur kolommen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Color columns" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kolorowe kolumny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colunas de cor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Color columns" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Цветные столбцы" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sütunları renklendir" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Колір стовпців" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tô màu cột" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "颜色列表" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顏色欄" + } + } + } + }, + "Set.View.Settings.GroupBy.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Group by" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Згрупаваць па" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gruppieren nach" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Group by" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Agrupar por" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Group by" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Group by" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Grouper par" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kelompokkan berdasarkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Raggruppa per" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "グループ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Group by" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Gruppér etter" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Groepeer op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Group by" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Grupuj według" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Agrupar por" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Group by" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Группировать по" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Grupla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Згрупувати за" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhóm theo" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分组" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "群組" + } + } + } + }, + "Set.View.Settings.ImageFit.Title": { + "comment": "MARK: - Sets: View Settings", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "احتواء الصورة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запоўніць відарыс" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bild einpassen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Fit image" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ajustar imagen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Fit image" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Fit image" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajuster l'image" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Paskan gambar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Adatta immagine" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像を合わせる" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Fit image" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tilpass bilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak afbeelding passend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Fit image" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dopasuj zdjęcie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ajustar imagem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Fit image" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подогнать изображение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Resmi sığdır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Підігнати зображення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Fit image" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "图像自适应" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "符合圖像" + } + } + } + }, + "Set.View.Settings.ImagePreview.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معاينة الصورة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перадагляд відарыса" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bildvorschau" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Image preview" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista de imagen" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Image preview" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Image preview" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aperçu de l'image" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pratinjau gambar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Anteprima immagine" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "画像プレビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Image preview" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forhåndsvisning av bilde" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afbeeldingsvoorbeeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Image preview" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podgląd obrazu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pré-visualização da imagem" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Image preview" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Предпросмотр изображения" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Resim önizlemesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Попередній перегляд зображення" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xem trước ảnh" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "图像预览" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "圖片預覽" + } + } + } + }, + "Set.View.Settings.NoFilters.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Без фільтраў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Filter" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No filters" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin filtros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Aucun filtre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada saringan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun filtro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "フィルターがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen filtre" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen filters" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak filtrów" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem filtros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет фильтров" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Filtre yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Без фільтрів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No filters" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有筛选" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有篩選" + } + } + } + }, + "Set.View.Settings.NoRelations.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Eigenschaften" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No properties" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin propiedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada properti" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロパティがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen eigenschappen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hiçbir özellik yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有属性" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No properties" + } + } + } + }, + "Set.View.Settings.NoSorts.Placeholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Няма сартаванняў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Keine Sortierung" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No sorts" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin orden" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas de tri" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada urutan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun ordinamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "並び替えがありません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ingen sorteringer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen sortering" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brak sortowania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sem ordenação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нет сортировок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sıralama yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Без сортування" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No sorts" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有排序" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "沒有排序" + } + } + } + }, + "Set.View.Settings.Objects.Applied.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%d прыменена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%d angewendet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%d applied" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%d aplicado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%d appliqué" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%d direrapkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%d applicato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%d個が適用済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%d toegepast" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%d stosowane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%d aplicado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%d applied" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%d применено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%d uygulandı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%d застосовано" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã áp dụng %d" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%d 已应用" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%d 已套用" + } + } + } + }, + "Set.View.UnsupportedAlert": { + "comment": "MARK: - Sets: unsupported View", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выгляд не падтрымліваецца на мабільных прыладах" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansicht wird auf Mobilgeräten nicht unterstützt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View is unsupported on mobile" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esta vista no es compatible con la versión móvil" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La vue n'est pas prise en charge sur mobile" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan ini belum didukung di perangkat mobile" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La vista non è supportata sul cellulare" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "モバイル版ではビューに対応していません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergave wordt niet ondersteund op mobiel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A exibição não é suportada no celular" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "A exibição não é suportada em dispositivos móveis" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Просмотр не поддерживается на мобильном телефоне" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görünüm mobil cihazlarda desteklenmiyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "View is unsupported on mobile" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此视图不支持在移动端显示" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移動裝置上不支援檢視" + } + } + } + }, + "Shared": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشترك" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагуленае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Geteilt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Shared" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Shared" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Shared" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partagé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berbagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condiviso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Shared" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Delt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gedeeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ସେୟାର କରାଯାଇଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Udostępnione" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Shared" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Общие" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaşılan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Спільні" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Shared" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "共享" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分享" + } + } + } + }, + "Sharing.AddTo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add to" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць у" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Hinzufügen zu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter à" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah ke " + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til i" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg toe aan" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add to" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj do" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar à" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Olarak ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати до" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thêm vào" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加到" + } + } + } + }, + "Sharing.Any.Block": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блокі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Blöcke" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Blocks" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Bloques" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Blocs" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Blok" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blocchi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブロック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blokker" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blokken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bloki" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Blocos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Блоки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bloklar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "区块" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "區塊" + } + } + } + }, + "Sharing.File.Block": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d файлавыя блокі" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d файлавых блокаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Файлавы блок" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d файлавых блокаў" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dateiblock" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Dateiblöcke" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d File Blocks" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bloque de archivo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d bloques de archivo" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bloc de fichier" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Blocs de fichiers" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d Blok Berkas" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Blocco File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Blocchi File " + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個のファイルブロック" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 파일 블록" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Fil-blokk" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d fil-blokker" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bestand blok" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bestand blokken" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d bloki plików" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d bloki plików" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Blok plików" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d bloki plików" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bloco de Arquivo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Blocos de Arquivos" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d файловых блока" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d файловых блоков" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Файловый блок" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d файловых блоков" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dosya Bloğu" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Dosya Blokları" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Blocks" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 文件块" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 文件區塊" + } + } + } + } + } + } + }, + "Sharing.File.NewObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d Файлавыя аб'екты" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d Файлавых аб'ектаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Файлавы аб'ект" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Файлавых аб'ектаў" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dateiobjekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Dateiobjekte" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d File Objects" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objeto de archivo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objetos de archivo" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objet de fichier" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objets de fichiers" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d Objek Berkas" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Oggetto File" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Oggetti File" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個のファイルオブジェクト" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Fil-objekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d filobjekter" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bestand object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bestand objecten" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d File Objects (Obiekty plików)" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d File Objects (Obiekty plików)" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Obiekt plikowy" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects (Obiekty plików)" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objeto de Arquivo" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Objetos de Arquivo" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d файловых объекта" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d файловых объектов" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Файловый объект" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d файловых объектов " + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dosya Nesnesi" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Dosya Nesneleri" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "File Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d File Objects" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 文件对象" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 個檔案物件" + } + } + } + } + } + } + }, + "Sharing.InputPlaceholder": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Add a comment..." + } + } + } + }, + "Sharing.LinkTo": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط إلى" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спасылка на" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link zu" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Link to" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Conectar a" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien vers" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautkan ke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collega a" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Koble til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Link naar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଲିଙ୍କ୍ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Łącze do" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Vincular a" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Link to" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Связать с" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şuna bağla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зв'язати з" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Liên kết đến" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "链接到" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "連結到" + } + } + } + }, + "Sharing.Navigation.LeftButton.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إلغاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Скасаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Abbrechen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Cancel" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cancelar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Cancel" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Peruuta" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batal" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キャンセル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "취소" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avbryt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Annuleren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବାତିଲ କରନ୍ତୁ " + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anuluj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cancelar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cancelar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İptal" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Скасувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Huỷ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消" + } + } + } + }, + "Sharing.Navigation.RightButton.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гатова" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fertig" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Done" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Listo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Done" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Valmis" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Terminé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Selesai" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Fatto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "完了" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "완료" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ferdig" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gereed" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ହେଲା" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Gotowe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Concluído" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Concluído" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Готово" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bitti" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Готово" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xong" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "完成" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "完成" + } + } + } + }, + "Sharing.Navigation.title": { + "comment": "MARK: - Sharing", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إضافة إلى Anytype" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць у Anytype" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zu Anytype hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add to Anytype" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir a Anytype" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add to Anytype" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add to Anytype" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter à Anytype" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambah ke Anytype" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi a Anytype" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "Anytypeに追加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add to Anytype" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg til Anytype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg toe aan Anytype" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add to Anytype" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj do dowolnego typu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar ao Anytype" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add to Anytype" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить в Anytype" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Anytype'a ekle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Додати до Anytype" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add to Anytype" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加至 Anytype" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "添加到 Anytype" + } + } + } + }, + "Sharing.ObjectList.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Select destination" + } + } + } + }, + "Sharing.SaveAs": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "ЗАХАВАЦЬ ЯК" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "SPEICHERN ALS" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "SAVE AS" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "GUARDAR COMO" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "ENREGISTRER SOUS" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "SIMPAN SEBAGAI" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "SALVA COME" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "別名で保存" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "LAGRE SOM" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "OPSLAAN ALS" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "ZAPISZ JAKO" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "SALVAR COMO" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "СОХРАНИТЬ КАК" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "FARKLI KAYDET" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "ЗБЕРЕГТИ ЯК" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "SAVE AS" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "保存为" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "另存新檔" + } + } + } + }, + "Sharing.SelectSpace": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прастора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przestrzeń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Простір" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空間" + } + } + } + }, + "Sharing.SendToChat": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Send to chat" + } + } + } + }, + "Sharing.Text.NoteObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аб'ект нататка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Notiz-Objekt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Note object" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Objeto de nota" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Objet Note" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Catatan objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Oggetto nota" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ノートオブジェクト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Notatobjekt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Noteer object" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Obiekt notatki" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Objeto nota" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Объект заметка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Not nesnesi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Об'єкт нотатки" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Note object" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "笔记对象" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "筆記物件" + } + } + } + }, + "Sharing.Text.TextBlock": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Блокі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Blöcke" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Blocks" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Bloques" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Blocs" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Blok" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Blocchi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ブロック" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Blokker" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Blokken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Bloki" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Blocos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Блоки" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bloklar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Blocks" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "区块" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "區塊" + } + } + } + }, + "Sharing.Tip.Button.title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць меню абагульвання" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Freigabemenü anzeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show share menu" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar menú de compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher le menu de partage" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan menu berbagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra menu di condivisione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有メニューを表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis delingsmeny" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon deel menu" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż menu udostępniania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mostrar menu de compartilhamento" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать меню для обмена" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaşım menüsünü göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Show share menu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示分享菜单" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示分享選單" + } + } + } + }, + "Sharing.Tip.Steps.1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Націсніце кнопку абагульвання iOS" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tippen Sie auf den iOS-Sharing-Button" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tap the iOS sharing button" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Toca el botón de compartir en iOS" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appuyez sur le bouton de partage iOS" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ketuk tombol berbagi iOS" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tocca il pulsante di condivisione iOS" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "iOS共有ボタンをタップ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Trykk på knappen for deling i iOS" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tik op de iOS deel knop" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Stuknij przycisk udostępniania w systemie iOS" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Toque no botão de compartilhamento do iOS" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нажмите на кнопку обмена iOS" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "iOS paylaşım düğmesine dokunun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tap the iOS sharing button" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "单击 iOS 共享按钮" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "點擊 iOS 分享按鈕" + } + } + } + }, + "Sharing.Tip.Steps.2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пракруціце міма праграмы і націсніце «Яшчэ»." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Scrolle über die App hinaus und tippe auf Mehr" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Scroll past the app and tap More" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desplaza las opciones y toca Más" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Défiler au-delà de l'application et appuyez sur Plus" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gulir melewati aplikasi dan ketuk Lainnya" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scorri oltre l'app e tocca Altro" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アプリをスクロールして、その他をタップ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bla forbi appen og trykk mer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Scroll voorbij de app en tik op Meer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przewiń obok aplikacji i kliknij Więcej" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Role a tela para além do aplicativo e toque em Mais" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прокрутите приложение и нажмите ещё" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uygulamayı kaydırın ve Daha Fazla'ya dokunun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Scroll past the app and tap More" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "滚动过该应用并点击“更多”" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "滾動應用程式並點擊更多" + } + } + } + }, + "Sharing.Tip.Steps.3": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Націсніце «Рэдагаваць», каб знайсці «Anytype», і націсніце" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tippe auf Bearbeiten, um \"Anytype\" zu finden und darauf zu tippen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Toca Editar para buscar «Anytype» y toca" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Appuyez sur Modifier pour trouver « Anytype » et appuyez" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ketuk Sunting untuk menemukan “Anytype” dan ketuk" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tocca Modifica per trovare “Anytype” e tocca" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集をタップして、Anytypeを見つけ追加してください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Trykk på Rediger for å finne \"Anytype\" og trykk på" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tik op Bewerken om \"Anytype\" te vinden en tik op" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Stuknij Edytuj, aby znaleźć \"Anytype\" i stuknij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Toque em Editar, encontre \"Anytype\" e toque" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нажмите Отредактировать, чтобы найти «Anytype» и нажмите" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "\"Anytype\"ı bulmak için Düzenle'ye dokunun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tap Edit to find “Anytype” and tap" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "单击编辑来查找“Anytype”,然后点击" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "點擊編輯找到 \"Anytype\",然後點擊" + } + } + } + }, + "Sharing.Tip.Title": { + "comment": "MARK: - Sharing tips", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагуліць пашырэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erweiterung teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share Extension" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Extensión para compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Extension de partage" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan Ekstensi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi Estensione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有拡張機能" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Delingsutvidelse" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel extensie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Rozszerzenie udostępniania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhar extensão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Расширение для общего доступа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uzantıyı Paylaş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Share Extension" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享扩展" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "共享延伸模組" + } + } + } + }, + "Sharing.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Select Space" + } + } + } + }, + "Sharing.URL.Block": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Сувязь %d блокаў" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Сувязь %d блокаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Сувязь блока" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Сувязь %d блокаў" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Block verlinken" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Blöcke verlinken" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "Link %d Blocks" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Enlace a bloque" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Enlace a %d bloques" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Lier le bloc" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Lier %d blocs" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Tautkan %d Blok" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Blocco Collegamento" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Collega %d Blocchi" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個のリンクブロック" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Lenke blokk" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Lenke %d blokker" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Link blok" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d blokken" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Bloki %d linków" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Bloki %d linków" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Blok z odnośnikiem" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Bloki %d linków" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bloco de Link" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Vincular %d Blocos" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Связать %d блока" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Связать %d блоков" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Связать блок" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Связать %d блоков" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bağlantı Bloğu" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Bağlantı %d Blokları" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Link Block" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Link %d Blocks" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "链接 %d 块" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "關聯 %d 個區塊" + } + } + } + } + } + } + }, + "Sharing.URL.NewObject": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d Закладкі аб'екта" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d Закладак аб'екта" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Закладка аб'екта" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Закладак аб'екта" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Lesezeichen-Objekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Lesezeichen-Objekte" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objeto marcador" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d objetos marcador" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objet de marque-page" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Objets de marque-pages" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d Objek Markah" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Oggetto Segnalibro" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Oggetti Segnalibro" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d個のブックマークオブジェクト" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 북마크" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bokmerkeobjekt" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d bokmerkeobjekter" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bladwijzer object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bladwijzer objecten" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d Obiekty zakładek" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d Obiekty zakładek" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Obiekt zakładki" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Obiekty zakładek" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Objeto Marcador" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Objetos Marcadores" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Добавить %d объекта в закладки " + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Добавить %d объектов в закладки" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Добавить объект в закладки" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Добавить %d объектов в закладки" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Yer İşareti Nesnesi" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Yer İşareti Nesneleri" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Bookmark Object" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d Bookmark Objects" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 书签对象" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 書籤物件" + } + } + } + } + } + } + }, + "SlashMenu.DotsDivider": { + "comment": "MARK: Slash Menu", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فاصل نقطي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Раздзяляльнік з кропак" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gepunktete Trennlinie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Dots divider" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Puntos divisorios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Dots divider" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Pilkullinen jakaja" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Points de séparation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Titik pemisah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Divisore a puntini" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "区切り点" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Dots divider" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Prikkelinje" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gestippelde scheidingslijn" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Dots divider" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dzielnik kropek" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Divisor pontilhado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Dots divider" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Точечный разделитель" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nokta ayırıcı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Точковий розділювач" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ba chấm phân cách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "圆点分隔线" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "圓點分隔線" + } + } + } + }, + "SlashMenu.LineDivider": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فاصل خطي" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Лінейны раздзяляльнік" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Trennlinie" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Line divider" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Línea divisoria" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Line divider" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Viivajakaja" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ligne de séparation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Garis pemisah" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Linea divisoria" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "区切り線" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Line divider" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Linjeskiller" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Scheidingslijn" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Line divider" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Rozdzielacz linii" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Divisor de linha" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Line divider" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Линейный разделитель" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çizgi ayırıcı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Лінійний розділювач" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gạch ngang phân cách" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分割线" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分隔線" + } + } + } + }, + "SlashMenu.Table": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جدول" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Табліца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tabelle" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Table" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tabla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Table" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Taulukko" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tableau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tabel" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tabella" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テーブル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Table" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tabell" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tabel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Table" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Tabela" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tabela" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Table" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Таблица" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tablo" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Таблиця" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bảng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "表格" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "表格" + } + } + } + }, + "SlashMenu.TableOfContents": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جدول المحتويات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Змест" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Inhaltsverzeichnis" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Table of contents" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Índice" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Table of contents" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sisällysluettelo" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Table des matières" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Daftar isi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sommario" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "目次" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Table of contents" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Innholdsfortegnelse" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Inhoudsopgave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Table of contents" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Spis treści" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tabela de conteúdos" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Table of contents" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Содержание" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İçindekiler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Зміст" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mục lục" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "目录" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "目錄" + } + } + } + }, + "Space.Invite.EditorAccess.Subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "People with link can edit and write in chat" + } + } + } + }, + "Space.Invite.EditorAccess.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Editor access" + } + } + } + }, + "Space.Invite.LinkDisabled.Subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Only already invited members have access" + } + } + } + }, + "Space.Invite.LinkDisabled.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Link disabled" + } + } + } + }, + "Space.Invite.RequestAccess.Subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Owner must approve each join request" + } + } + } + }, + "Space.Invite.RequestAccess.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Request access" + } + } + } + }, + "Space.Invite.ViewerAccess.Subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "People with link can view and read chat" + } + } + } + }, + "Space.Invite.ViewerAccess.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Viewer access" + } + } + } + }, + "Space.MembersCount": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d удзельнікі" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d удзельнікаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d удзельнік" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d удзельнікаў" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d Mitglied" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Mitglieder" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d members" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d miembro" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d miembros" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d membre" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d membres" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d anggota" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d membro" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d membri" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d名のメンバー" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d medlem" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d medlemmer" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d lid" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d leden" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d członków" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d członków" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d użytkownik" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d członków" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d membro" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d membros" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d участника" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d участников" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d участник" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d участников" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d üye" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d üye" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d member" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d members" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 个成员" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 位成員" + } + } + } + } + } + } + }, + "Space.Notifications.Settings.State.All": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Alle Aktivitäten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "All activity" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Toda la actividad" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Semua aktivitas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tutte le attività" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "すべての通知" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tüm etkinlikler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "All activity" + } + } + } + }, + "Space.Notifications.Settings.State.Disabled": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Benachrichtigungen deaktivieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Disable notifications" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desactivar las notificaciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Nonaktifkan notifikasi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Disattiva le notifiche" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "通知が無効" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bildirimleri devre dışı bırak" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Disable notifications" + } + } + } + }, + "Space.Notifications.Settings.State.Mentions": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nur Erwähnungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Mentions only" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solo menciones" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hanya sebutan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Solo menzioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンションのみ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sadece bahsetmeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Mentions only" + } + } + } + }, + "Space.Status.Error": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "خطأ" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Памылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehler" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Error" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Virhe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Erreur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Galat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Errore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "エラー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "오류" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Feil" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Foutmelding" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Błąd" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Erro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ошибка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hata" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Error" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "错误" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "錯誤" + } + } + } + }, + "Space.Status.Loading": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Загрузка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wird geladen " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Loading" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cargando" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Chargement" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Memuat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Caricamento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "同期中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Laster" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aan het laden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ładowanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Carregando" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Загрузка" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yükleniyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loading" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加载" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "載入中" + } + } + } + }, + "Space.Status.Missing": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адсутнічае" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Fehlend" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Missing" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ausente" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Manquant" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hilang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mancante" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不明" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mangler" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ontbrekend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Brakujący" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Faltando" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отсутствует " + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Eksik" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Missing" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "缺失" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "遺失" + } + } + } + }, + "Space.Status.Ok": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "موافق" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "OK" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Ok" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Oke" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "はい" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଠିକ୍‌ ଅଛି" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ok" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ок" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Tamam" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Гаразд" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "OK" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "好的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "好的" + } + } + } + }, + "Space.Status.RemoteDeleted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дыстанцыйнае выдаленне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aus der Ferne gelöscht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remote Deleted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Remoto eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimé à distance " + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Remot Dihapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Eliminato da remoto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjernslettet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Op afstand verwijderd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zdalne usunięte" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Controle Deletado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удаленно удалено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uzaktan Silindi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Remote Deleted" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "远程已删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "遠端已刪除" + } + } + } + }, + "Space.Status.RemoteWaitingDeletion": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чаканне выдалення" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Warte auf Löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Waiting Deletion" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esperando eliminación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En attente de suppression" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menunggu Penghapusan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "In attesa di eliminazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除待ち" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Venter sletting" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aan het wachten op verwijdering" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Oczekiwanie na usunięcie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aguardando Exclusão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ожидание удаления" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bekleyen Silme" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Waiting Deletion" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正等待删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "等待刪除" + } + } + } + }, + "Space.Status.SpaceActive": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نشط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Актыўны" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aktiv" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Active" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Activo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Actif" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Aktif" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Attivo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "有効" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Aktiv" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Actief" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Aktywny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ativo\n" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Активно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Etkin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Active" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生效" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "使用中" + } + } + } + }, + "Space.Status.SpaceDeleted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "محذوف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдалена" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Gelöscht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Deleted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poistettu" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terhapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Eliminato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除済み" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slettet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijderd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usunięto" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Apagado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Deleted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Silindi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалено" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已刪除" + } + } + } + }, + "Space.Status.SpaceJoining": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "جارٍ الانضمام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далучаецца" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beitreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Joining" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Accediendo" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Connexion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bergabung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Accesso in corso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "参加中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Kobler til" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deelnemen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przyłączenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Entrando" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Присоединяется" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katılınıyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Joining" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "正在加入" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "正在加入" + } + } + } + }, + "Space.Status.SpaceRemoving": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ідзе выдаленне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Removing" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminando" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Suppression" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Menghapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rimozione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除中" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjerner" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aan het verwijderen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuwanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Removendo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удаление" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kaldırılıyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Removing" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除中" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移除中" + } + } + } + }, + "Space.Status.Unknown": { + "comment": "MARK: - Space", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "غير معروف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Невядомы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Unbekannt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Unknown" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Desconocido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tuntematon" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Inconnu" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak diketahui" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sconosciuto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "不明" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ukjent" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Onbekend" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nieznany" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Desconhecido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Unknown" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Неизвестно" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bilinmeyen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Невідомо" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không rõ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "未知" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "未知" + } + } + } + }, + "SpaceCreate.Chat.Title": { + "comment": "MARK: - Space Create", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Chat erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create a chat" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear un chat" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat obrolan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea una chat" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チャットを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak een chat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sohbet oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建聊天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create a chat" + } + } + } + }, + "SpaceCreate.Space.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء مساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle einen Bereich" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create a space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear un espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea uno spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak een ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Criar espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir alan oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create a space" + } + } + } + }, + "SpaceCreate.Stream.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Stream erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create a stream" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crear una transmisión" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un stream" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat siaran" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea una stream" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ストリームを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Maak een stream" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yayın oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建直播流" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Create a stream" + } + } + } + }, + "SpaceInvite.Alert.subtitle": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "If you switch link type, your existing link will be deactivated." + } + } + } + }, + "SpaceInvite.Alert.title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "The current link will stop working" + } + } + } + }, + "SpaceManager.CancelRequest": { + "comment": "MARK: - Space manager", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адмяніць запыт на далучэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beitrittsanfrage zurückziehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Cancel Join Request" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cancelar solicitud de acceso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler la demande d'adhésion" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Batalkan Permintaan Bergabung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Annulla Richiesta Di Partecipazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "参加リクエストをキャンセル" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avbryt forespørsel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Annuleer deelnameverzoek" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Anuluj prośbę o dołączenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Cancelar solicitação de adesão" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отклонить запрос о присоединении" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katılma Talebini İptal Et" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cancel Join Request" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "取消加入请求" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "取消加入請求" + } + } + } + }, + "SpaceManager.CancelRequestAlert.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вам трэба будзе паўторна адправіць запыт на доступ" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du musst die Zugangsanfrage erneut senden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You will have to send request access again" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tienes que volver a solicitar acceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous devrez envoyer à nouveau la demande d'accès" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu akan perlu mengirimkan permintaan bergabung lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dovrai inviare nuovamente la richiesta di accesso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "もう一度参加リクエストを送信してください" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je zult het toegangsverzoek opnieuw moeten sturen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Konieczne będzie ponowne wysłanie prośby o dostęp" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você terá que enviar o acesso da solicitação novamente" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вам нужно будет снова отправить запрос доступа" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Erişim talebini tekrar göndermeniz gerekecek" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You will have to send request access again" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您将需要再次发送访问请求" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您將需要再次發送存取請求" + } + } + } + }, + "SpaceManager.CancelRequestAlert.Toast": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запыт быў адменены." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Die Anfrage wurde storniert." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The request was canceled." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "La solicitud se ha cancelado." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "La demande a été annulée." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaanmu telah dibatalkan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "La richiesta è stata annullata." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リクエストがキャンセルされました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forespørselen ble avbrutt." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Het verzoek werd geannuleerd." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Prośba została anulowana." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "A solicitação foi cancelada." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Запрос был отменен." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Talep iptal edildi." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The request was canceled." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请求已取消。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請求已取消。" + } + } + } + }, + "SpaceManager.DoNotCancel": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Не адмяняць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nicht abbrechen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Do Not Cancel" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No cancelar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ne pas annuler" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jangan Batalkan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Non annullare" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "キャンセルしない" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ikke avbryt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Annuleer niet" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Nie anuluj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Não cancelar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Не отменять" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İptal Etmekten Vazgeç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Do Not Cancel" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "不要取消" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "不要取消" + } + } + } + }, + "Spaces.Accessibility.Personal": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Entry Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ваша Прастора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eingangsspace" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Entry Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espacio inicial" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Entry Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace par défaut" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang Bawaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazio Predefinito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "マイスペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Standard rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Standaard ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przestrzeń domyślna" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пространство по умолчанию" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Giriş Alanı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Default Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "默认空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "初始空間" + } + } + } + }, + "Spaces.Accessibility.Private": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прыватная Прастора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Privater Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Private Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espacio privado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace Privé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang Pribadi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazio privato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "非公開スペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Privat rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Persoonlijke ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przestrzeń prywatna" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Espaço Privado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Espaço privado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Личное Пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Özel Alan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Private Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "私人空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "私人空間" + } + } + } + }, + "Spaces.Accessibility.Shared": { + "comment": "MARK: - Spaces", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Агульная Прастора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Geteilter Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Shared Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espacio compartido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace partagé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang Terbagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazio condiviso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有スペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Delt rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Gedeelde ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wspólna przestrzeń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Espaço Compartilhado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Espaço partilhado" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Общее пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ortak Alan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Shared Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "共享空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "共享空間" + } + } + } + }, + "Spaces.Info.Network": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الشبكة:" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сетка:" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Netzwerk:" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Network:" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Red:" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Réseau :" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Jaringan:" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rete:" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ネットワーク:" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nettverk:" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Netwerk:" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Sieć:" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Rede:" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сеть:" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ağ:" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Network:" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网络:" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網路:" + } + } + } + }, + "Spaces.Search.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пошук прастор" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Spaces suchen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Search spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Buscar espacios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rechercher des espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Cari ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cerca spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースを検索" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Søk etter rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zoek ruimten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szukaj spacji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Pesquisar Espaços" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поиск пространств" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanlarda Ara" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Пошук просторів" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Search spaces" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "搜索空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "搜尋空間" + } + } + } + }, + "Spaces.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المساحات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espacios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimtes" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Spacje" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Espaços" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanlar" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Spaces" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空間" + } + } + } + }, + "Spaces.UxType.Chat.ChangeDescription": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Group chat with shared data. Best for small groups or a single ongoing conversation." + } + } + } + }, + "Spaces.UxType.Chat.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Für Echtzeit-Unterhaltungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Group chat with content organization" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para conversaciones en tiempo real" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pour les conversations en temps réel" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Untuk percakapan langsung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per conversazioni in tempo reale" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チームでの会話や共同作業に" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voor real-time gesprekken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Gerçek zamanlı görüşmeler için" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "实时对话" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "For real-time conversations" + } + } + } + }, + "Spaces.UxType.Chat.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الدردشة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Чат" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Chat" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Messagerie" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Obrolan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "チャット" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "채팅" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Чат" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sohbet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "聊天" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Chat" + } + } + } + }, + "Spaces.UxType.Space.ChangeDescription": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "Hub for advanced data management. Multi-chats by topic coming soon. Ideal for larger teams." + } + } + } + }, + "Spaces.UxType.Space.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Für organisierte Inhalte und Daten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Hub for advanced data management" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para contenido y datos organizados" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pour un contenu et des données organisés" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Untuk konten dan data yang tertata" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per contenuti e dati organizzati" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "プロジェクトや知識の管理に" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voor georganiseerde inhoud en gegevens" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenli içerik ve veriler için" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "用于有组织的内容与数据" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "For organized content and data" + } + } + } + }, + "Spaces.UxType.Space.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прастора" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przestrzeń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Простір" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空間" + } + } + } + }, + "Spaces.UxType.Stream.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "For broadcasting your vibe" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Para difundir tus novedades" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pour diffuser votre vibe" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Untuk menyiarkan semangat Anda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Per trasmettere il tuo vibe" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "雰囲気を共有しましょう" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voor het uitzenden van jouw vibe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Hislerinizi yayınlamak için" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "用于直播您的内容" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "For broadcasting your vibe" + } + } + } + }, + "Spaces.UxType.Stream.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Stream" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Transmisión" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Siaran" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ストリーム" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yayın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "流媒体" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Stream" + } + } + } + }, + "SpaceSettings.DeleteAlert.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This space will be deleted irrevocably. You can’t undo this action." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Гэтыя прасторы будуць выдалены беззваротна. Вы не зможаце адмяніць гэта дзеянне." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dieser Space wird unwiderruflich gelöscht. Diese Aktion kann nicht rückgängig gemacht werden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This space will be deleted irrevocably. You can’t undo this action." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Este espacio se eliminará de forma definitiva. No se puede deshacer esta acción." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This space will be deleted irrevocably. You can’t undo this action." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This space will be deleted irrevocably. You can’t undo this action." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Cet espace sera supprimé définitivement. Vous ne pouvez pas annuler cette action." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang ini akan dihapus secara permanen. Kamu tidak bisa membatalkan tindakan ini." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questo spazio verrà eliminato irrevocabilmente. Non è possibile annullare questa azione." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このスペースは完全に削除されます。この操作は取り消せません。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This space will be deleted irrevocably. You can’t undo this action." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dette rommet vil bli slettet ugjenkallelig. Du kan ikke angre denne handlingen." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze ruimte zal onherroepelijk worden verwijderd. Je kunt deze actie niet ongedaan maken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This space will be deleted irrevocably. You can’t undo this action." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "To miejsce zostanie usunięte nieodwołalnie. Tej czynności nie można cofnąć." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Este espaço será excluído irrevogavelmente. Você não pode desfazer esta ação." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Estes objetos serão excluídos irrevogavelmente. Você não pode desfazer esta ação." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Это пространство будет удалено безвозвратно. Вы не сможете отменить это действие." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu alan geri alınamaz şekilde silinecektir. Bu işlemi geri alamazsınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Цей простір буде видалено безповоротно. Ви не можете скасувати цю дію." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không gian này sẽ bị xoá mà không hoàn lại được. Bạn không thể hoàn tác thao tác này." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此空间将被不可撤销地删除。您无法撤消此操作。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "此空間將被永久刪除,您無法撤銷此操作!" + } + } + } + }, + "SpaceSettings.DeleteAlert.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць прастору ‘%@’" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space '%@' löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete ‘%@’ space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar el espacio «%@»" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer l'espace '%@'" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus '%@' ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina spazio ‘%@’ " + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース「%@」を削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder '%@' ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń spację '%@'" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir o espaço ‘%@’" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить пространство \"%@\"" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ alanını sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити ‘%@’ простір" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Delete ‘%@’ space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除 “%@” 空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除 \"%@\" 空間" + } + } + } + }, + "SpaceSettings.DeleteButton": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць прастору" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Delete space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースを削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Delete space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Delete space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuwanie spacji" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir Espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Delete space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить пространство" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanı sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити простір " + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除空間" + } + } + } + }, + "SpaceSettings.Info": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Space information" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Información del espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Informations sur l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Informasi ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Informazioni sullo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース情報" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte-informatie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Информация о пространстве" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan bilgisi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间信息" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Space information" + } + } + } + }, + "SpaceSettings.LeaveAlert.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прастора %@ будзе выдалена з вашых прылад, і ў вас больш не будзе доступу да яго" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ Space wird von deinen Geräten entfernt und du hast dann keinen Zugriff mehr darauf" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El espacio %@ se eliminará de tus dispositivos y perderás el acceso a él." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "L'espace %@ sera supprimé de votre appareil et vous ne pourrez plus y avoir accès" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang %@ akan dihapus dari perangkat-perangkatmu dan kamu tidak akan bisa mengaksesnya lagi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lo spazio %@ verrà rimosso dai tuoi dispositivi e non avrai più accesso ad esso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース「%@」はお使いのデバイスから削除され、アクセスできなくなります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ ruimte zal worden verwijderd van jouw apparaten en je hebt er dan geen toegang meer toe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ miejsce zostanie usunięte z Twoich urządzeń i nie będziesz już mieć do niego dostępu." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ espaço será removido de seus dispositivos e você não terá mais acesso a ele" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ espaço será removido dos seus dispositivos e você não terá mais acesso a ele" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ пространство будет удалено с ваших устройств и у вас больше не будет к ним доступа " + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ alanı cihazlarınızdan kaldırılacak ve artık buna erişiminiz olmayacak" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ space will be removed from your devices and you will no longer have access to it" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không gian %@ sẽ bị xoá khỏi các thiết bị của bạn và bạn sẽ không còn truy cập được nó" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 空间将被从您的设备中删除,您将无法再访问它" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 空間將從您的裝置中刪除,您將無法再存取它" + } + } + } + }, + "SpaceSettings.LeaveAlert.Toast": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы пакінулі %@." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du hast die %@ verlassen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You left the %@." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Has abandonado %@." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous avez quitté le %@." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu keluar dari %@." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Hai lasciato %@." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@を退出しました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je hebt de %@ verlaten." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Opuściłeś %@." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você deixou o %@." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы покинули %@." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@'den ayrıldınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You left the %@." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "你离开了 %@。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您離開了 %@。" + } + } + } + }, + "SpaceSettings.LeaveButton": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пакінуць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verlassen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Leave" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abandonar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Quitter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Keluar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lascia" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "退出" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forlat" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verlaat" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pozostaw" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sair" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Покинуть" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayrıl" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Leave" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Rời khỏi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "离开" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "離開" + } + } + } + }, + "SpaceSettings.NetworkId": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "معرف الشبكة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ідэнтыфікатар сеткі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Netzwerk-ID" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Network ID" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "ID de la red" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Network ID" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Network ID" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "ID réseau" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "ID Jaringan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "ID della rete" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ネットワークID" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Network ID" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Nettverks-ID" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Netwerk ID" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Network ID" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Identyfikator sieci" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "ID da rede" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Network ID" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "ID сети" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ağ Kimliği" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ідентифікатор мережі" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "ID Mạng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "网络 ID" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "網路 ID" + } + } + } + }, + "SpaceSettings.RemoteStorage": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التخزين عن بعد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Аддаленае сховішча" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Externer Speicher" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remote storage" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Almacenamiento remoto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Stockage à distance" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penyimpanan jarak jauh" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Archiviazione remota" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リモートストレージ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Fjernlagring" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Externe opslag" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Magazyn zdalny" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Armazenamento remoto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remote storage" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалённое хранилище" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Uzak depolama" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Віддалене сховище" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bộ nhớ ngoài" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "远程存储" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "遠端儲存空間" + } + } + } + }, + "SpaceSettings.Share": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشاركة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагуліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partager" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Del" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Udostępnij" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поделиться" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chia sẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分享" + } + } + } + }, + "SpaceSettings.Title": { + "comment": "MARK: - Space Settings", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إعدادات المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Налады прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space-Einstellungen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Space settings" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ajustes del espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Space settings" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Space settings" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Paramètres de l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Setelan ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Impostazioni dello Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース設定" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Space settings" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rominnstillinger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte instellingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Space settings" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ustawienia przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Configurações do espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Space settings" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Настройки пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan ayarları" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Параметри простору" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cài đặt không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间设置" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "空間設置" + } + } + } + }, + "SpaceShare.AccessChanged": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Правы доступу былі змененыя." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zugriffsrechte wurden geändert." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Access rights have been changed." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Se han cambiado los derechos de acceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Les droits d'accès ont été modifiés." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hak akses telah diubah." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I diritti di accesso sono stati modificati." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アクセス権が変更されました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De toegangsrechten zijn gewijzigd." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zmieniono prawa dostępu." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Os direitos de acesso foram alterados." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Права доступа были изменены." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Erişim hakları değiştirildi." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Access rights have been changed." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "访问权限现已更改。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "存取權限已變更" + } + } + } + }, + "SpaceShare.Action.Approve": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "موافقة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Зацвердзіць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Genehmigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Approve" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Aprobar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Approve" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Approve" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Approuver" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Terima" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Approva" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "承認" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Approve" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Godkjenn" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Goedkeuren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Approve" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zatwierdź" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Aprovar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Approve" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Подтвердить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Onayla" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Approve" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Phê duyệt" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "接受" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "批准" + } + } + } + }, + "SpaceShare.Action.ViewRequest": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض الطلب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паглядзець запыт" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anfrage ansehen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View request" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ver solicitud" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher la demande" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Lihat permintaan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Visualizza richiesta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リクエストを確認" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "요청 보기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis forespørsel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bekijk verzoek" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wyświetl zapytanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ver solicitação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Посмотреть запрос" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İsteği görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "View request" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "查看请求" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "查看請求" + } + } + } + }, + "SpaceShare.AlreadyJoin.OpenSpace": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "فتح المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адкрыць прастору" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Öffne Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abrir espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Espace ouvert" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "스페이스 열기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Ruimte openen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Otwarta przestrzeń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Открыть пространство." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan açın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Không gian mở" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開放空間" + } + } + } + }, + "SpaceShare.AlreadyJoin.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "أنت بالفعل عضو في هذه المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўжо з'яўляецеся ўдзельнікам гэтай прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du bist bereits Mitglied dieses Spaces." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You are already a member of this space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Ya eres miembro de este espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You are already a member of this space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You are already a member of this space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous êtes déjà membre de cet espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu sudah merupakan anggota ruang ini" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei già membro di questo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "あなたは既にこのスペースのメンバーです。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "당신은 이미 이 스페이스의 구성원입니다" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You are already a member of this space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je bent al lid van deze ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You are already a member of this space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jesteś już członkiem tej przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você já é membro deste espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You are already a member of this space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы уже являетесь членом этого пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Zaten bu alanın bir üyesisiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You are already a member of this space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn đã là một thành viên của không gian này" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "你已经是这个空间的成员了" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您已經是此空間的成員。" + } + } + } + }, + "SpaceShare.Approve.Toast": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы ўхвалілі запыт ад %@." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Du hast die Anfrage von %@ genehmigt." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You approved %@'s request." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Has aprobado la solicitud de %@." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous avez approuvé la demande de %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu menyetujui permintaan %@." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Hai approvato la richiesta di %@." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@さんのリクエストを承認しました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je hebt het verzoek van %@ goedgekeurd." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zatwierdziłeś prośbę %@." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você aprovou o pedido de %@." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы приняли запрос от %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@'nin talebini onayladınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You approved %@'s request." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您批准了 %@ 的请求。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您批准了 %@ 的請求。" + } + } + } + }, + "SpaceShare.ChangePermissions": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "доступ да прасторы %@ стане %@." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ Zugriffsberechtigung auf den Raum würde auf %@ geändert werden." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ access to the space would become %@." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ accederá al espacio como %@." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ l’accès à l’espace deviendrait %@." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Akses %@ di ruang ini akan menjadi %@." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "L'accesso allo spazio di %@ diventerà %@." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@さんのアクセス権が%@に変更されます" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ toegang tot de ruimte zou %@ worden." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dostęp %@ do przestrzeni stanie się %@." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ acesso ao espaço se tornaria %@." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "доступ %@ к пространству станет %@." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alana %@ erişimi %@ haline gelecektir." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ access to the space would become %@." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quyền truy cập %@ cho không gian sẽ thành %@." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 访问空间将变成 %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 將成為 %@ 存取空間" + } + } + } + }, + "SpaceShare.CopyInviteLink.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladungslink kopieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Copy invite link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Copiar enlace de invitación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Copier le lien d’invitation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Salin tautan undangan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Copia il link di invito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクをコピー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Kopieer uitnodigingskoppeling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Davet bağlantısını kopyala" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "复制邀请链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Copy invite link" + } + } + } + }, + "SpaceShare.DeleteSharingLink.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Neue Mitglieder können dem Space nicht beitreten. Du kannst jederzeit einen neuen Link erstellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "No podrán acceder nuevos miembros al espacio. Puedes generar un enlace nuevo en cualquier momento" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Les nouveaux membres ne pourront pas rejoindre l'espace. Vous pouvez générer un nouveau lien à tout moment" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anggota baru tidak akan dapat bergabung ke ruang ini. Kamu bisa membuat tautan baru kapan saja" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I nuovi membri non saranno in grado di unirsi allo spazio. È possibile generare un nuovo link in qualsiasi momento" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "今後、新しいメンバーがこのスペースに参加できなくなります。新しい招待リンクはいつでも作成できます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nieuwe leden zullen niet kunnen deelnemen aan de ruimte. Je kunt op elk gewenst moment een nieuwe link genereren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Novos membros não poderão entrar no espaço. Você pode gerar um novo link a qualquer momento" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Новые участники не смогут присоединиться к пространству. Вы можете создать новую ссылку в любое время" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yeni üyeler alanınıza katılamayacaklar. İstediğiniz zaman yeni bir bağlantı oluşturabilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "新成员将无法加入空间。您可以随时生成一个新链接。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "New members won’t be able to join the space. You can generate a new link anytime" + } + } + } + }, + "SpaceShare.DeleteSharingLink.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف الرابط" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Delete link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer le lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina link" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクを削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Delete link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett lenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder link" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Delete link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Delete link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить ссылку" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Delete link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xóa link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除連結" + } + } + } + }, + "SpaceShare.HowToShare.Step1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "1. يرجى تقديم الرابط للشخص الذي ترغب في التعاون معه." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Калі ласка, дайце спасылку чалавеку, з якім вы хацелі б супрацоўнічаць." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bitte gib den Link zu der Person an, mit der du zusammenarbeiten möchtest." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Proporciona este enlace a la persona con la que te gustaría colaborar." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "SVP fournir le lien à la personne avec qui vous souhaitez collaborer." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berikan tautan kepada orang yang ingin kamu ajak berkolaborasi." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Si prega di fornire il link alla persona con cui si desidera collaborare." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "一緒に編集したい相手に招待リンクを伝えましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geef de link aan de persoon met wie je wilt samenwerken." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Podaj link osobie, z którą chcesz współpracować." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Forneça o link para a pessoa com quem deseja colaborar." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пожалуйста, предоставьте ссылку человеку, с которым хотите сотрудничать." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Lütfen işbirliği yapmak istediğiniz kişinin bağlantısını sağlayın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Please provide the link to the person you'd like to collaborate with." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请向您与想要合作的人提供这个链接。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請提供此連結給您想要協作的人。" + } + } + } + }, + "SpaceShare.HowToShare.Step2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بالنقر على الرابط، يطلب الشخص الانضمام إلى المساحة." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Перайшоўшы па спасылцы, чалавек запытвае далучэнне да прасторы." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Durch Klick auf den Link fragt eine Person den Zugang zu dem Space an. " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "By clicking the link, a person requests to join the space." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Al hacer clic en el enlace, esa persona solicitará acceso al espacio." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "En cliquant le lien, une personne demande à joindre l'espace." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Dengan mengeklik tautan, orang itu akan meminta bergabung ke dalam ruang." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Cliccando sul link, una persona richiede di unirsi allo spazio." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクがクリックされると、あなたにスペースへの参加リクエストが送信されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Door op de link te klikken, vraagt een persoon toegang tot de ruimte aan." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Klikając na link, osoba prosi o dołączenie do przestrzeni." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Clicando no link, uma pessoa solicita para ingressar no espaço." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нажав на ссылку, человек запросит вступление в пространство." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir kişi bağlantıya tıklayarak alana katılmayı talep eder." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "By clicking the link, a person requests to join the space." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "通过点击链接,将收到一个人加入空间的请求。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "他人可以透過點擊連結請求加入空間。" + } + } + } + }, + "SpaceShare.HowToShare.Step3": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بعد الموافقة على الطلب، يمكنك اختيار حقوق الوصول لذلك الشخص." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пасля ўхвалення запыту вы можаце выбраць правы доступу для гэтага чалавека." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Nach der Genehmigung der Anfrage kannst du die Zugriffsrechte für diese Person festlegen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cuando apruebes su solicitud, podrás definir sus derechos de acceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Après l'approbation de la demande, vous pouvez choisir les droits d'accès pour cette personne." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Setelah menyetujui permintaannya, kamu bisa memilih hak akses untuk orang tersebut." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Dopo aver approvato la richiesta, puoi scegliere i diritti di accesso per quella persona." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "参加リクエストが届いたら承認して、共有相手にアクセス権を設定しましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Na goedkeuring van het verzoek, kun je de toegangsrechten voor deze persoon kiezen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Po zatwierdzeniu wniosku możesz wybrać prawa dostępu dla tej osoby." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Após aprovar o pedido, você pode escolher os direitos de acesso para essa pessoa." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "После одобрения запроса Вы можете выбрать права доступа для этого человека." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Talebi onayladıktan sonra söz konusu kişi için erişim haklarını seçebilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "After approving the request, you can choose the access rights for that person." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "批准请求后,您可以选择此人的访问权限。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "批准請求後,您可以分配此人的存取權限。" + } + } + } + }, + "SpaceShare.HowToShare.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "كيف تشارك مساحة؟" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Як падзяліцца Прасторай?" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Wie teilt man einen Space?" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "How to share a space?" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "¿Cómo compartir un espacio?" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Comment partager un espace ?" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagaimana caranya membagikan ruang?" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Come condividere uno spazio?" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースの共有方法" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Hvordan dele et rom?" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Hoe deel je een ruimte?" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Jak dzielić się przestrzenią?" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Como compartilhar um espaço?" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Как поделиться пространством?" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir alan nasıl paylaşılır?" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "How to share a space?" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "如何共享空间?" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "如何共享一個空間?" + } + } + } + }, + "SpaceShare.Invite.Description.part1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share this invite link so that others can join your space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Comparte este enlace de invitación con quien quieras que acceda a tu espacio." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan tautan undangan ini agar orang lain dapat bergabung ke ruangmu" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi questo link di invito in modo che gli altri possano unirsi al tuo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを共有して、あなたのスペースに招待しましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başkalarının alanınıza katılabilmesi için bu davet bağlantısını paylaşın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Share this invite link so that others can join your space" + } + } + } + }, + "SpaceShare.Invite.Description.part2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cuando sigan el enlace y soliciten unirse, podrás definir sus derechos de acceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ketika mereka mengeklik tautanmu dan meminta akses, kamu bisa mengatur hak akses mereka." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Una volta che fanno clic sul link e richiedono l'accesso, è possibile impostare i loro diritti di accesso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リンクがクリックされると、あなたにスペースへの参加リクエストが送信されます。参加リクエストが届いたら承認して、共有相手にアクセス権を設定しましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantınıza tıklayıp erişim talep ettiklerinde erişim haklarını ayarlayabilirsiniz." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Once they click your link and request access, you can set their access rights." + } + } + } + }, + "SpaceShare.Invite.Empty": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء رابط دعوة لمشاركة المساحة وإضافة أعضاء جدد" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыце запрашальную спасылку для сумеснага выкарыстання прасторы і дадання новых удзельнікаў" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Erstelle einen Einladungslink, um neue Mitglieder hinzuzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Create invite link to share space and add new members" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Crea un enlace de invitación para compartir el espacio y añadir miembros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Créer un lien d'invitation pour partager de l'espace et ajouter de nouveaux membres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat tautan undangan untuk membagikan ruang dan menambah anggota baru" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Crea un link di invito per condividere lo spazio e aggiungere nuovi membri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを作成し、スペースに新しいメンバーを招待しましょう" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Genereer uitnodigingslink om ruimte te delen en nieuwe leden toe te voegen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Utwórz link z zaproszeniem, aby udostępnić przestrzeń i dodać nowych członków" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Crie o link de convite para compartilhar o espaço e adicionar novos membros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Crie o link de convite para compartilhar o espaço e adicionar novos membros" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать ссылку-приглашение для совместного использования и добавления новых участников" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan paylaşmak ve yeni üyeler eklemek için davet bağlantısı oluşturun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Create invite link to share space and add new members" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "创建邀请链接以共享空间并添加新成员" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立邀請連結以分享空間並新增成員" + } + } + } + }, + "SpaceShare.Invite.Generate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إنشاء رابط دعوة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыць запрашальную спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladungslink generieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Generate invite link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Generar enlace de invitación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Generate invite link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Generate invite link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Générer un lien d'invitation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat tautan undangan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Genera link di invito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを作成" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Generate invite link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Generer invitasjonslenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Genereer uitnodigingslink" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Generate invite link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wygeneruj link z zaproszeniem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gerar link de convite" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Generate invite link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создать ссылку на приглашение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Davet bağlantısı oluştur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Generate invite link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tạo link mời" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生成邀请链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "產生邀請連結" + } + } + } + }, + "SpaceShare.Invite.MaxLimit": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту ў %d удзельнікаў. Новыя ўдзельнікі не змогуць далучыцца." + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту ў %d удзельнікаў. Новыя ўдзельнікі не змогуць далучыцца." + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту %d удзельніка. Новыя ўдзельнікі не змогуць далучыцца." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Вы дасягнулі ліміту ў %d удзельнікаў. Новыя ўдзельнікі не змогуць далучыцца." + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Du hast das Limit von %d Mitgliedern erreicht. Neue Mitglieder können nicht mehr beitreten." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Du hast das Limit von %d Mitgliedern erreicht. Neue Mitglieder können nicht mehr beitreten." + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "translated", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Has alcanzado el límite de %d miembros. No podrán acceder más miembros." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Has alcanzado el límite de %d miembros. No podrán acceder más miembros." + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Vous avez atteint la limite de %d membres. Les nouveaux membres ne pourront pas vous rejoindre." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Vous avez atteint la limite de %d membres. Les nouveaux membres ne pourront pas vous rejoindre." + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Kamu telah mencapai batas %d anggota. Anggota baru tidak akan dapat bergabung." + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Hai raggiunto il limite di %d membri. Nuovi membri non potranno unirsi." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Hai raggiunto il limite di %d membri. Nuovi membri non potranno unirsi." + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "メンバー数が上限である%d名に達しました。新しいメンバーは参加できません。" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Je hebt de limiet van %d leden bereikt. Nieuwe leden zullen zich niet kunnen aanmelden." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Je hebt de limiet bereikt van %d leden bereikt. Nieuwe leden zullen zich niet kunnen aanmelden." + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Osiągnąłeś limit %d członków. Nowi członkowie nie będą mogli dołączyć." + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Você atingiu o limite de %d membros. Novos membros não poderão entrar." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Você atingiu o limite de %d membros. Novos membros não poderão entrar." + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита %d членов. Новые члены не смогут присоединиться." + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита %d членов. Новые члены не смогут присоединиться." + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита %d члена. Новые члены не смогут присоединиться." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Вы достигли лимита %d членов. Новые члены не смогут присоединиться." + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Üye sayınız %d sınırına ulaştı. Yeni üyeler katılamayacaktır." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Üye sayınız %d sınırına ulaştı. Yeni üyeler katılamayacaktır." + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "You have reached the limit of %d members. New members will not be able to join." + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "你已经达到了%d名成员的限制。新成员将无法加入。" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "您已達到 %d 位成員人數的上限。新成員將無法加入。" + } + } + } + } + } + } + }, + "SpaceShare.Invite.Share": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مشاركة رابط الدعوة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагуліць запрашальную спасылку" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladungslink teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share invite link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartir enlace de invitación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partager le lien d'invitation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan tautan undangan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi il link di invito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを共有" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Del invitasjonslenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel uitnodigingslink" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Udostępnij link z zaproszeniem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhar link de convite" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Поделится ссылкой на приглашение " + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Davet bağlantısını paylaş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share invite link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chia sẻ link mời" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享邀请链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分享邀請連結" + } + } + } + }, + "SpaceShare.Invite.Stream.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share this link so that others can join your Stream." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Comparte este enlace con quien quieras que acceda a tu transmisión." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partagez ce lien pour que d'autres puissent rejoindre votre stream." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan tautan ini agar orang lain dapat bergabung dengan Siaran Anda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi questo link in modo che altri possano unirsi al tuo Stream." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを共有して、あなたのストリームに招待しましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel deze koppeling zodat anderen kunnen deelnemen aan jouw Stream." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Başkalarının da yayınınıza katılabilmesi için bu bağlantıyı paylaşın." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享此链接以便其他人可以加入您的流媒体。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Share this link so that others can join your Stream." + } + } + } + }, + "SpaceShare.Invite.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رابط الدعوة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запрашальная спасылка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladungslink" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invite link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Enlace de invitación" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invite link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Invite link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Lien d'invitation" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautan undangan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Link di invito" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Invite link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Invitasjonslenke" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Uitnodigingslink" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Invite link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Link z zaproszeniem" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Link de convite" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Invite link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ссылка на приглашение " + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Davet bağlantısı" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invite link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Link mời" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "邀请链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "邀請連結" + } + } + } + }, + "SpaceShare.Join.Button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "طلب الانضمام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адправіць запыт на далучэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beitrittsanfrage stellen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Request to join" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solicitar acceso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Request to join" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Request to join" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demander à rejoindre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaan bergabung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiesta di adesione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "参加リクエストを送信" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Request to join" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Be om å bli med" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verzoek om deel te nemen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Request to join" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Poproś o dołączenie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Solicitar o acesso" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Request to join" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отправить запрос на вступление" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katılma isteği gönder" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Request to join" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Yêu cầu gia nhập" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "申请加入" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "請求加入" + } + } + } + }, + "SpaceShare.Join.CommentPlaceholder": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Пакіньце асабісты каментарый для ўладальніка прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einen privaten Kommentar für einen Spacebesitzer hinterlassen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Leave a private comment for a space owner" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Dejar un comentario privado para el propietario del espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Laisser un commentaire privé au propriétaire de l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tinggalkan komentar untuk pemilik ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lascia un commento privato per il proprietario dello spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース所有者にコメントを書く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Legg igjen en privat kommentar til eieren av rommet" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Laat een persoonlijk bericht achter voor een eigenaar van de ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pozostaw prywatny komentarz dla właściciela przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Deixe um comentário particular para o dono do espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Оставить приватный комментарий владельцу пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan sahibi için özel bir yorum bırakın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Leave a private comment for a space owner" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Để lại một lời nhắn riêng tư cho một người chủ không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "为空间所有者留下一个私人评论" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "向空間擁有者留下私人留言" + } + } + } + }, + "SpaceShare.Join.Info": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "بمجرد موافقة مالك المساحة على طلبك، ستنضم إلى المساحة بحقوق الوصول التي حددها المالك." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Як толькі ўладальнік прасторы ўхваліць ваш запыт, вы далучыцеся да прасторы з пэўнымі правамі доступу." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sobald der Spacebesitzer Ihre Anfrage genehmigt, werden Sie dem Space beitreten, wobei der Eigentümer die Zugriffsrechte festgelegt." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Once the space owner approves your request, you'll join the space with the access rights owner determined." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Cuando el propietario del espacio apruebe tu solicitud, tendrás acceso al espacio con los derechos que el propietario determine." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Once the space owner approves your request, you'll join the space with the access rights owner determined." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Once the space owner approves your request, you'll join the space with the access rights owner determined." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Une fois que le propriétaire de l'espace a approuvé votre demande, vous rejoindrez l'espace avec les droits d'accès déterminés par le propriétaire." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ketika pemilik ruang menyetujui permintaanmu, kamu akan bergabung ke ruang ini dengan hak akses yang telah ditentukan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Una volta che il proprietario dello spazio approva la tua richiesta, entrerai nello spazio con i diritti di accesso determinati dal proprietario." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース所有者から承認されると、スペースに参加することができます。この際、アクセス権は所有者によって付与されます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Once the space owner approves your request, you'll join the space with the access rights owner determined." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Når eieren av rommet godkjenner forespørselen din, vil du bli med i rommet med tilgangsrettigheter eieren har satt." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Zodra de eigenaar van de ruimte je verzoek goedkeurt, krijg je toegang tot de ruimte met de door de eigenaar bepaalde toegangsrechten." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Once the space owner approves your request, you'll join the space with the access rights owner determined." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Gdy właściciel przestrzeni zatwierdzi Twoje żądanie, dołączysz do przestrzeni z określonym właścicielem praw dostępu." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Quando o dono do espaço aprovar sua solicitação, você se juntará ao espaço com as permissões que o dono determinar." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Uma vez que o proprietário do espaço aprove a sua solicitação, você irá juntar-se à comunidade com o proprietário dos direitos de acesso determinado." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Как только владелец сообщества одобрит ваш запрос, вы присоединитесь к разделу с определенными правами доступа." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan sahibi talebinizi onayladığında, alana erişim hakları sahibinin belirlediği şekilde katılırsınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Once the space owner approves your request, you'll join the space with the access rights owner determined." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Một khi chủ không gian chấp thuận yêu cầu, bạn sẽ gia nhập không gian với các quyền truy cập do chủ không gian đặt cho." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "一旦空间所有者批准您的请求,您将与访问权所有者一起加入该空间。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "一旦空間擁有者批准了您的請求,您將加入空間並擁有指定的存取權限。" + } + } + } + }, + "SpaceShare.Join.InviteNotFound.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El enlace que estás usando no parece válido. Pide al propietario que te envíe un enlace nuevo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tautan yang kamu gunakan tidak berfungsi. Silakan minta pemilik tautan untuk mengirimkan tautan baru kepadamu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Il link utilizzato non sembra funzionare. Chiedetre al proprietario di condividerne uno nuovo." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "申し訳ございませんが、このリンクは現在利用できません。お手数ですが、新しいリンクを所有者の方にお尋ねください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De koppeling die je gebruikt lijkt niet te werken. Vraag alsjeblieft de eigenaar om een nieuwe met je te delen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kullandığınız bağlantı çalışmıyor gibi görünüyor. Lütfen bağlantı sahibinden sizinle yeni bir tane paylaşmasını isteyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您使用的链接似乎不能用。请让所有者给您分享一个新链接。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The link you are using does not seem to work. Please ask the owner to share a new one with you." + } + } + } + }, + "SpaceShare.Join.LimitReached.Message": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "To join as an editor, ask the owner to add more editor seats or send you a new link with view-only access." + } + } + } + }, + "SpaceShare.Join.LimitReached.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "This space has reached its limit" + } + } + } + }, + "SpaceShare.Join.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вас запрасілі далучыцца да прасторы **%@**, створанай **%@**. Адпраўце запыт, каб уладальнік прасторы змог прыняць вас." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sie wurden eingeladen, dem Space %@, erstellt von %@ beizutreten. Senden Sie eine Anfrage, damit der Spacebesitzer Sie einladen kann." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tienes una invitación al espacio **%@**, creado por **%@**. Envía una solicitud para que el propietario del espacio te dé acceso." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous avez été invité à rejoindre l'espace %@ créé par %@. Envoyez une demande afin que le propriétaire de l'espace puisse vous laisser entrer." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu diundang untuk bergabung ke ruang **%@** buatan **%@**. Kirimkan permintaan supaya pemilik ruang dapat mengizinkanmu bergabung." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei stato invitato a unirti allo spazio **%@**, creato da **%@**. Invia una richiesta così il proprietario dello spazio può farti entrare." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース **%@**に**%@**さんが招待してくれました。参加リクエストを送信し、スペース所有者に入れてもらいましょう。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je bent uitgenodigd om je aan te sluiten bij ** %@** ruimte, gemaakt door **%@**. Stuur een verzoek zodat de eigenaar van de ruimte je kan toelaten. " + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zostałeś zaproszony do dołączenia do %@ miejsca, utworzonego przez %@. Wyślij prośbę, aby właściciel przestrzeni mógł Ci pozwolić." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você foi convidado para entrar no espaço %@, criado por %@. Envie uma solicitação para o dono do espaço permitir seu acesso." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Você foi convidado para ingressar no espaço **%@, criado por **%@**. Envie um pedido para que o proprietário do espaço possa deixá-lo entrar." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вас пригласили присоединиться к пространству **%@**, созданному **%@**. Отправьте запрос, чтобы владелец пространства смог принять вас." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Siz **%@** tarafından oluşturulan **%@** alanına katılmaya davet edildiniz. Alan sahibinin sizi içeri alabilmesi için bir istek gönderin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You’ve been invited to join **%@** space, created by **%@**. Send a request so space owner can let you in." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn được mời vào không gian **%@**, do **%@** tạo. Gửi yêu cầu để chủ không gian cho bạn vào." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您已被邀请加入 **%@** 空间,此空间由 **%@** 创建。发送请求使空间所有者可以让您进入。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "您已被邀請加入由 **%@** 建立的 **%@** 空間。 發送請求,以便空間所有者可以讓​​您加入。" + } + } + } + }, + "SpaceShare.Join.NoAccess.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "No access to this space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Sin acceso a este espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Pas d'accès à cet espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tidak ada akses ke ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Nessun accesso a questo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースにアクセスできません" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Geen toegang tot deze ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu alana erişim yok" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "没有访问此空间的权限" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "No access to this space" + } + } + } + }, + "SpaceShare.Join.NoApprove.button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Join Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Acceder al espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rejoindre l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bergabung ke Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unisciti allo Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースに参加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alana Katıl" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Join Space" + } + } + } + }, + "SpaceShare.Join.NoApprove.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You've been invited to join %@, created by %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Te han invitado a unirte a %@, un espacio creado por %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu diundang bergabung ke %@, dibuat oleh %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Sei stato invitato a entrare in %@, creato da %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@に%@さんから招待されました。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ tarafından oluşturulan %@ alanına katılmaya davet edildiniz" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "You've been invited to join %@, created by %@" + } + } + } + }, + "SpaceShare.Join.NoApprove.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ beitreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Join %@" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Acceder a %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rejoindre %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bergabung ke %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Entra in %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@に参加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ alanına katıl" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Join %@" + } + } + } + }, + "SpaceShare.Join.ObjectIsNotAvailable.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bitte den Eigentümer, es mit dir zu teilen." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Ask the owner to share it with you." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Pide al propietario que lo comparta contigo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demandez au propriétaire de le partager avec vous." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Mintalah pemiliknya membaginya denganmu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Chiedi al proprietario di condividerlo con te." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース所有者に共有をお願いしてください。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Vraag de eigenaar om het met je te delen." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sahibinden bunu sizinle paylaşmasını isteyin." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "请求所有者分享给您。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Ask the owner to share it with you." + } + } + } + }, + "SpaceShare.Join.SpaceDeleted": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The space you try to access has been deleted" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El espacio al que intentas acceder se ha eliminado" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "L'espace que vous essayez d'accéder a été supprimé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang yang ingin kamu akses sudah dihapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lo spazio a cui si cerca di accedere è stato cancellato" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "アクセスしようとしたスペースは削除されています" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De ruimte die je probeert te openen is verwijderd" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O espaço que você está tentando acessar foi excluído" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пространство, к которому вы пытаетесь получить доступ, было удалено" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Erişmeye çalıştığınız alan silindi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "您尝试访问的空间已被删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "The space you try to access has been deleted" + } + } + } + }, + "SpaceShare.Join.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الانضمام إلى مساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Далучыцца да прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einem Space beitreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Join a space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Acceder a un espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Join a space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Join a space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rejoindre un espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bergabung dengan ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Unisciti a uno spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースへ参加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Join a space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bli med i et rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deelnemen aan een ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Join a space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dołącz do przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Juntar-se a um espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Join a space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Присоединиться к пространству" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir alana katıl" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Join a space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Gia nhập một không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加入空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "加入空間" + } + } + } + }, + "SpaceShare.JoinConfirmation.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Вы атрымаеце паведамленне, калі ўладальнік прасторы зацвердзіць ваш запыт." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Sie erhalten eine Benachrichtigung, wenn der Spacebesitzer Ihre Anfrage angenommen hat." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Recibirás una notificación cuando el propietario del espacio apruebe tu solicitud." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vous recevrez une notification lorsque le propriétaire de l'espace approuvera votre demande." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kamu akan menerima pemberitahuan ketika pemilik ruang menyetujui permintaanmu." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Riceverai una notifica quando il proprietario dello spazio approverà la tua richiesta." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース所有者から参加リクエストが承認されると通知が届きます。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Du vil motta et varsel når eieren av rommet godkjenner forespørselen din." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Je zult een melding ontvangen wanneer de eigenaar van de ruimte je verzoek zal goedkeuren." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Otrzymasz powiadomienie, gdy właściciel pokoju zatwierdzi Twoją prośbę." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Você será notificado quando o dono do espaço aprovar sua solicitação." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вы получите уведомление, когда владелец сообщества одобрит ваш запрос." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan sahibi talebinizi onayladığında bir bildirim alacaksınız." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "You will receive a notification when the space owner will approve your request." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Bạn sẽ nhận được thông báo khi chủ không gian chấp thuận yêu cầu của bạn." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "当空间所有者批准你的请求后,你将收到通知。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "當空間所有者批准您的請求後,您將會收到通知。" + } + } + } + }, + "SpaceShare.JoinConfirmation.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تم إرسال الطلب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запыт адпраўлены" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anfrage gesendet" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Request sent" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solicitud enviada" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Request sent" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Request sent" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demande envoyée" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaan terkirim" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiesta inviata" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "リクエストを送信しました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Request sent" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Forespørsel sendt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verzoek verzonden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Request sent" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zadanie wysłane" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Solicitação enviada" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Request sent" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Запрос отправлен" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İstek gönderildi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Request sent" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Đã gửi yêu cầu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "已发送申请" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "已送出請求" + } + } + } + }, + "SpaceShare.JoinRequest": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "طلب انضمام" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запыт на далучэнне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beitrittsanfrage\n" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Join request" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Solicitud de acceso" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Demande d'admission !" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaan bergabung" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiesta di partecipazione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "参加リクエスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Medlemsforespørsel" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deelnameverzoek" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dołącz do prośby" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Junte-se a pedido" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Запрос на присоединение" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Katılma talebi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Join request" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加入请求" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "加入請求" + } + } + } + }, + "SpaceShare.LeaveRequest": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "طلب مغادرة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Запыт на выхад" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Anfrage abgeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Leave request" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Retirar solicitud" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Annuler la demande" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Permintaan keluar" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Richiesta di uscita" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "退出リクエスト" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Afmeldverzoek" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wniosek urlopowy" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Sair da solicitação" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Запрос на выход" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayrılma talebi" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Leave request" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "退出请求" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "離開請求" + } + } + } + }, + "SpaceShare.Manage": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إدارة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кіраванне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Verwalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Manage" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gestionar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Manage" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Manage" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gérer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kelola" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gestisci" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "管理" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "관리" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Administrer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Beheer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Manage" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zarządzaj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gerenciar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Manage" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Управление" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Yönet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Manage" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quản lý" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "管理" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "管理" + } + } + } + }, + "SpaceShare.ManageSpaces": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Кіраванне Прасторамі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Spaces verwalten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Manage Spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Gestionar espacios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Gérer les espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kelola Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Gestisci Spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース管理" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Administrer rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Beheer ruimten" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zarządzanie przestrzeniami" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gerenciar espaços" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Управление пространствами" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanları yönetin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Manage Spaces" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Quản lý các Không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "管理空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "管理空間" + } + } + } + }, + "SpaceShare.Members": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "الأعضاء" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Удзельнікі" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitglieder" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Members" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Miembros" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Membres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anggota" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Membri" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Medlemmer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leden" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Czlonkowie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Membros" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Участники" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyeler" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Members" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Thành viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "参与的人" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "成員" + } + } + } + }, + "SpaceShare.Permissions.Grand.Edit": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Éditer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rediger" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerk" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Edit" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Редагувати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chỉnh sửa" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯" + } + } + } + }, + "SpaceShare.Permissions.Grand.View": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "عرض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выгляд" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ansicht" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "View" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Vista" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "View" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Näkymä" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Vue" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Vista" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "ビュー" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "보기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Visning" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weergave" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଦେଖନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zobacz" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Exibição" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "View" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Вид" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görüntüle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Подання" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chế độ xem" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "视图" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "檢視" + } + } + } + }, + "SpaceShare.Permissions.Owner": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المالك" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Уладальнік" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Eigentümer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Owner" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Propietario" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Owner" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Owner" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Propriétaire" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pemilik" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Proprietario" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "所有者" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Owner" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Eier" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Eigenaar" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Owner" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Właściciel" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Proprietário" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Owner" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Владелец" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sahip" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Owner" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chủ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "所有者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "擁有者" + } + } + } + }, + "SpaceShare.Permissions.Reader": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Праглядальнік" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Leser" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Viewer" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Visitante" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Visionneuse" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pembaca" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Visualizzatore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "閲覧可能" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Leser" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Lezer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Osoba przeglądająca" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Leitor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Наблюдатель " + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görüntüleyen" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Viewer" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Người xem" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "浏览者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "瀏覽者" + } + } + } + }, + "SpaceShare.Permissions.Writer": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдактар" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Editor" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Éditeur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Penyunting" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集可能" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Redigering" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Bewerker" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Redaktor" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Редактор" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenleyici" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Editor" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Biên tập viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯者" + } + } + } + }, + "SpaceShare.QR.Button": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إظهار رمز QR" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Паказаць QR-код" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "QR-Code anzeigen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Show QR code" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Mostrar el código QR" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Show QR code" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Show QR code" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Afficher le QR code" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tampilkan kode QR" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Mostra codice QR" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "QRコードを表示" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Show QR code" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Vis QR-kode" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Toon QR-code" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Show QR code" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Pokaż kod QR" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Mostrar código QR" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Show QR code" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Показать QR-код" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Kare kodu göster" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Show QR code" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Hiện mã QR" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "显示二维码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "顯示 QR code" + } + } + } + }, + "SpaceShare.QR.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "QR-код для далучэння да Прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "QR-Code um einem Space beizutreten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "QR code for joining a Space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Código QR para acceder a un espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "QR Code pour rejoindre un espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Kode QR untuk bergabung ke Ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Codice QR per unirsi a uno Spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "QRコードからスペースに参加" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "QR-code voor het deelnemen aan een ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kod QR do dołączenia do przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Código QR para entrar em um espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "QR-код для присоединения к пространству" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir alana katılmak için Kare kod" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "QR code for joining a Space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mã QR để gia nhập Không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "加入空间的二维码" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "加入空間的 QR code" + } + } + } + }, + "SpaceShare.RemoveMember.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ будзе выдалены з прасторы." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ wird aus dem Space entfernt." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ will be removed from the space." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ se eliminará del espacio." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ sera retiré de l'espace." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ akan dihapus dari ruang." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ sarà rimosso/a dallo spazio." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@さんがこのスペースにアクセスできなくなります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ zal worden verwijderd uit de ruimte." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ zostanie usunięty z przestrzeni." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ será removido do espaço." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ будет удален из пространства." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ alandan kaldırılacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ will be removed from the space." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ sẽ bị đuổi khỏi không gian." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 将从空间中移除。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 將從空間中移除。" + } + } + } + }, + "SpaceShare.RemoveMember.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إزالة عضو" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць удзельніка" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitglied entfernen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Remove member" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar miembro" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer un membre" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus anggota" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーを削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "멤버 삭제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder lid" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń członka" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Remover membro" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyeyi kaldır" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xóa thành viên" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "Remove member" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "移除成員" + } + } + } + }, + "SpaceShare.RequestsCount": { + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d запыты" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d запытаў" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d запыт" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d запытаў" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d Anfrage" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d Anfragen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "%d requests" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d solicitud" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d solicitudes" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Demande %d" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Demande %d" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d permintaan" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d richiesta" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d richieste" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d件のリクエスト" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d forespørsel" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d forespørsler" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d verzoek" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d verzoeken" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d żądań" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d żądań" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d żądanie" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d żądań" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d solicitação" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d solicitações" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d запроса" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d запросов" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d запрос" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d запросов" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "%d istek" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d istek" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "%d request" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d requests" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 请求" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "%d 個請求" + } + } + } + } + } + } + }, + "SpaceShare.Share.link": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Link teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Share link" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartir enlace" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partager le lien" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Bagikan tautan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condividi link" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deel koppeling" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bağlantıyı paylaş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享链接" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Share link" + } + } + } + }, + "SpaceShare.StopSharing.Action": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إيقاف المشاركة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спыніць абагуленне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Beende Teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Stop sharing" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Dejar de compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Stop sharing" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Stop sharing" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Arrêter le partage" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berhenti berbagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Interrompi condivisione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有を停止" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "공유 중지" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Stopp deling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Delen stoppen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Stop sharing" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zatrzymywanie udostępniania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Parar de compartilhar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Stop sharing" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Закрыть доступ" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaşımı durdur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Stop sharing" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngừng chia sẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "停止共享" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "停止共享" + } + } + } + }, + "SpaceShare.StopSharing.Message": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Удзельнікі больш не будуць сінхранізавацца з гэтай прасторай, а спасылка на агульны доступ будзе дэактываваная." + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Mitglider werden diesen Space nichtmehr synchronisieren können und der Link wird deaktiviert." + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Los cambios de otros miembros ya no se sincronizarán en este espacio y el enlace compartido se desactivará." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Les membres ne seront plus synchronisés à cet espace et le lien de partage sera désactivé." + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Anggota tidak akan lagi menyinkronkan ruang ini dan tautan pembagian akan dinonaktifkan." + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "I membri non si sincronizzeranno più con questo spazio e il link di condivisione verrà disattivato." + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "メンバーはこのスペースに同期できなくなり、招待リンクが無効になります。" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Leden zullen niet langer synchroniseren met deze ruimte en de deellink zal worden gedeactiveerd." + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Członkowie nie będą już synchronizowani z tą przestrzenią, a łącze udostępniania zostanie dezaktywowane." + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Os membros não sincronizarão mais com este espaço e o link de compartilhamento será desativado." + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Участники больше не будут синхронизироваться с этим пространством, и ссылка на общий доступ будет отключена." + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Üyeler artık bu alanla senkronize edilmeyecek ve paylaşım bağlantısı devre dışı bırakılacaktır." + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Members will no longer sync to this space and the share link will be deactivated." + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Các thành viên sẽ không thể đồng bộ vào không gian và link chia sẻ sẽ bị vô hiệu hoá." + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "成员将不再同步到此空间,共享链接也将被停用。" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "成員將不再同步到此空間,並且共享連結將被停用。" + } + } + } + }, + "SpaceShare.StopSharing.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "إيقاف مشاركة المساحة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Спыніць абагульванне прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Space nichtmehr freigeben" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Stop sharing the space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Dejar de compartir el espacio" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Stop sharing the space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Stop sharing the space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Arrêter le partage de l'espace" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berhenti membagikan ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Smetti di condividere lo spazio" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペース共有の停止" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "스페이스 공유 중지" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slutt å dele rom" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Stop met delen van de ruimte" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Stop sharing the space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zatrzymywanie udostępniania przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Parar de compartilhar o espaço" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Stop sharing the space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Прекратить совместное использование пространства" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan paylaşımını durdur" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Stop sharing the space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Ngừng chia sẻ không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "停止共享此空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "停止共享此空間" + } + } + } + }, + "SpaceShare.StopSharing.Toast": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Прастора больш не з'яўляецца агульнай" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Der Space wird nichtmehr geteilt" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "The space is no longer shared" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "El espacio ya no está compartido" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "L'espace n'est plus partagé" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ruang ini tidak dibagikan lagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Lo spazio non è più condiviso" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースが共有されなくなりました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rommet er ikke lenger delt" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "De ruimte wordt niet langer gedeeld" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Przestrzeń nie jest już współdzielona" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "O espaço não está mais compartilhado" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Пространство больше не доступно для совместного использования" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alan artık paylaşılmıyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "The space is no longer shared" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "空间已不再共享" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "此空間將不再共享" + } + } + } + }, + "SpaceShare.StopSharingEmptySpace.Message": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "You’ve removed the last member, so this space is now private and only accessible to you." + } + } + } + }, + "SpaceShare.StopSharingEmptySpace.Title": { + "extractionState": "manual", + "localizations": { + "en": { + "stringUnit": { + "state": "translated", + "value": "The space is now private" + } + } + } + }, + "SpaceShare.Tip.Steps.1": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Націсніце віджэт \"Прастора\", каб атрымаць доступ да налад" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Tippe auf das Widget des Spaces um auf die Einstellungen zuzugreifen. " + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Tap the Space widget to access settings" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Toca el widget del espacio para acceder a los ajustes." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": ". Appuyez sur le widget de l’Espace pour accéder aux paramètres" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Ketuk gawit Ruang untuk mengakses setelan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tocca il widget Spazio per accedere alle impostazioni" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースウィジェットをタップして設定にアクセスします" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Tik op de ruimte widget om toegang te krijgen tot instellingen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Kliknij widżet przestrzeni, aby uzyskać dostęp do ustawień" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Toque no espaço para acessar as configurações" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Нажмите на виджет Пространства для доступа к настройкам" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Ayarlara erişmek için Space widget'ına dokunun" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tap the Space widget to access settings" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "点击空间小部件来访问设置" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "點擊空間小工具來進行設置" + } + } + } + }, + "SpaceShare.Tip.Steps.2": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адкрыйце раздзел \"Абагуліць\"" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Teilen-Bereich öffnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Open Share section" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Abre la sección Compartir." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ouvrez la section Partage" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buka seksi Bagikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Apri sezione Condividi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有セクションを開く" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Open delen sectie" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Otwórz sekcję udostępniania" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Abrir seção Compartilhar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Откройте раздел «Доступ»" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaşım bölümünü açın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Open Share section" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "打开分享栏" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "開放共享區塊" + } + } + } + }, + "SpaceShare.Tip.Steps.3": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Стварыце спасылку з запрашэннем і падзяліцеся ёю" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Einladungslink erstellen und teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Generate an invite link and share it" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Genera un enlace de invitación y compártelo." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Générez un lien d’invitation et partagez-le" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Buat tautan undangan lalu bagikan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Genera un link di invito e condividilo" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待リンクを作成して共有" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Genereer een uitnodigingskoppeling en deel deze" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wygeneruj link zaproszenia i udostępnij go" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Gerar um link de convite e compartilhá-lo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Создайте ссылку для приглашения и поделитесь ею" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bir davet bağlantısı oluşturun ve paylaşın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Generate an invite link and share it" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生成一个邀请链接并分享它" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "產生邀請連結並分享" + } + } + } + }, + "SpaceShare.Tip.Title": { + "comment": "MARK: - Space Share Tip", + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "التعاون في المساحات" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Сумесная праца ў прасторы" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Zusammenarbeiten in Spaces" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Collaborate on spaces" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Colabora en espacios" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Collaborez dans les espaces" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berkolaborasi dalam ruang" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Collabora sugli spazi" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "スペースでの共同編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Samenwerken aan ruimtes" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Współpraca nad przestrzeniami" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Colaborar em espaços" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Сотрудничайте в пространствах" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Alanlar üzerinde işbirliği yapın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Collaborate on spaces" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Cộng tác trong các không gian" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "在空间中协作" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "在空間進行協作" + } + } + } + }, + "SpaceShare.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "المشاركة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абагульванне" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Teilen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Sharing" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Compartir" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Sharing" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Sharing" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Partager" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Berbagi" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Condivisione" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "共有" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Sharing" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Deling" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Aan het delen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Sharing" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Udostępnianie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Compartilhamento" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Sharing" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Совместное использование" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Paylaşım" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Sharing" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chia sẻ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "分享" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "分享中" + } + } + } + }, + "SpaceShare.ViewRequest.EditAccess": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць рэдактара" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Editor hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add as editor" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir como editor" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter comme éditeur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan sebagai penyunting" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi come editor" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "編集を許可" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg toe als schrijver" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj jako edytora" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar como editor" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить как редактора" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Düzenleyici olarak ekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add as editor" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加为编辑者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增為編輯者" + } + } + } + }, + "SpaceShare.ViewRequest.Reject": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "رفض" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Адхіліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Ablehnen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Reject" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Rechazar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Reject" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Reject" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Rejeter" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tolak" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Rifiuta" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "却下" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Reject" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Avvis" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Weigeren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Reject" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Odrzuć" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Negar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Reject" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Отклонить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Reddet" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Reject" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Từ chối" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "拒绝" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "拒絕" + } + } + } + }, + "SpaceShare.ViewRequest.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ запытаў доступ да Прасторы \"%@\"" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ beantragte den Beitritt zu %@" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ requested to join %@ space" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ solicita acceder al espacio %@" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ a demandé à rejoindre l'espace %@" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ meminta bergabung ke ruang %@" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ ha richiesto di unirsi allo spazio %@" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@さんから%@への参加リクエストが届きました" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ heeft verzocht om zich aan te sluiten bij de ruimte %@" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ poprosił o dołączenie do %@ przestrzeni" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ pediu para entrar no espaço de %@" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ запросил доступ к пространству \"%@\"" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@, %@ alanına katılmak istiyor" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ requested to join %@ space" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ yêu cầu gia nhập không gian %@" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ 请求加入 %@ 空间" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ 請求加入 %@ 空間" + } + } + } + }, + "SpaceShare.ViewRequest.ViewAccess": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дадаць гледача" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Als Zuschauer hinzufügen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Add as viewer" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Añadir como visitante" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ajouter comme lecteur" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tambahkan sebagai pembaca" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Aggiungi come visualizzatore" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "閲覧のみ許可" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Voeg toe als lezer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Dodaj jako przeglądający" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Adicionar como visualizador" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Добавить как наблюдателя" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görüntüleyici olarak ekleyin" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Add as viewer" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "添加为查看者" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "新增為瀏覽者" + } + } + } + }, + "SpaceShare.YouSuffix": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "%@ (вы)" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "%@ (du)" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "%@ (you)" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "%@ (tú)" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "%@ (vous)" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "%@ (kamu)" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "%@ (tu)" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "%@(あなた)" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "%@ (jij)" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "%@ (Państwo)" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "%@ (você)" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "%@ (вы)" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "%@ (siz)" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "%@ (you)" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "%@ (bạn)" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "%@ (您)" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "%@ (您)" + } + } + } + }, + "Stream.Empty.Description": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Invite people and start sharing your vibe" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Invita a alguien y comparte tus novedades." + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Invitez des personnes et commencez à partager votre vibe" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Undang orang dan mulai bagikan semangat Anda" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Invita le persone e inizia a condividere il tuo vibe" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "招待して、雰囲気を共有し始めましょう" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Nodig mensen uit en begin met het delen van jouw vibe" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "İnsanları davet edin ve hislerinizi paylaşmaya başlayın" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "邀请朋友并分享你的活动" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "Invite people and start sharing your vibe" + } + } + } + }, + "Stream.Empty.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Dieser Stream ist leer" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "This stream is empty" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Esta transmisión está vacía" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Ce stream est vide" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Siaran ini kosong" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Questa stream è vuota" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "このストリームは空です" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Deze stream is leeg" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Bu yayın boş" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "此流是空的" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "This stream is empty" + } + } + } + }, + "Task": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "مهمة" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Задача" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Aufgabe" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Task" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tarea" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Task" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Task" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Tâche" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tugas" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Attività" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タスク" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "작업" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Oppgave" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Taak" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟାସ୍କ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zadanie" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tarefa" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Task" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Задача" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Görev" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Задача" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Tác vụ" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "任务" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "任務" + } + } + } + }, + "TemplateEditing.Title": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل القالب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier le modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "템플릿 편집" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rediger mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjabloon bewerken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ସଂପାଦନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytuj szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Editar modelo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablonu düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Редагувати шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sửa mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯範本" + } + } + } + }, + "TemplateOptions.Alert.Delete": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "حذف" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выдаліць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Löschen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Delete" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Eliminar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Delete" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Poista" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Supprimer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Hapus" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Elimina" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "削除" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "삭제" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Slett" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Verwijder" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବିଲୋପ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Usuń" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Excluir" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Eliminar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Удалить" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Sil" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Видалити" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Xoá" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "删除" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "刪除" + } + } + } + }, + "TemplateOptions.Alert.Duplicate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تكرار" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Дубляваць" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Duplizieren" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Duplicate" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Duplicate" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Dupliquer" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gandakan" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Duplica" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "複製" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "복제하기" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Dupliser" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Dupliceer" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ନକଲ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Duplikuj" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Duplicar" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Дублировать" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Çoğalt" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Дублювати" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Nhân đôi" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "生成副本" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "建立副本" + } + } + } + }, + "TemplateOptions.Alert.EditTemplate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تعديل القالب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Рэдагаваць шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage bearbeiten" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Edit template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Editar plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Edit template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Edit template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modifier le modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Sunting templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modifica modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートを編集" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "템플릿 편집" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Rediger mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjabloon bewerken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ସଂପାଦନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Edytuj szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Editar modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Editar modelo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Изменить шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablonu düzenle" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Редагувати шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Sửa mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "编辑模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "編輯範本" + } + } + } + }, + "TemplatePicker.Buttons.UseTemplate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Use template" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выкарыстоўваць шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage verwenden" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Use template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Usar plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Use template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Use template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Utiliser le modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Gunakan templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Utilizza modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートを使用" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Use template" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Bruk mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjabloon gebruiken" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ ବ୍ୟବହାର କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zastosuj szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Utilizar modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Utilizar modelo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Использовать шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablonu kullan" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Використовувати шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Dùng mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "使用模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "使用範本" + } + } + } + }, + "TemplatePicker.ChooseTemplate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "Choose template" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Выберыце шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage wählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Choose template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Elegir plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Choose template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Choose template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Choisir un modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Scegli modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Choose template" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjabloon kiezen" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ବାଛନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Wybierz szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Escolher modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Escolher modelo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выберите шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Виберіть шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選擇範本" + } + } + } + }, + "TemplateSelection.Available.Title": { + "comment": "MARK: - Templates", + "extractionState": "manual", + "localizations": { + "ar": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "two": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "zero": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "be": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "de": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dieser Typ hat %d Vorlage" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Dieser Typ hat %d Vorlagen" + } + } + } + } + }, + "en": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "translated", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "translated", + "value": "This type has %d templates" + } + } + } + } + }, + "es": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Este tipo tiene %d plantilla" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Este tipo tiene %d plantillas" + } + } + } + } + }, + "fa": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "fi": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "fr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Ce type dispose de %d modèle" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Ce type dispose de %d modèles" + } + } + } + } + }, + "id": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "Tipe ini memiliki %d templat" + } + } + } + } + }, + "it": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Questo tipo ha %d modello" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Questo tipo ha %d modelli" + } + } + } + } + }, + "ja": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "このタイプには%d種類のテンプレートがあります" + } + } + } + } + }, + "ko": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "nb": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "nl": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Dit type heeft %d sjabloon" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Dit type heeft %d sjablonen" + } + } + } + } + }, + "or": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "pl": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "pt-BR": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "pt-PT": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "ru": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "tr": { + "variations": { + "plural": { + "one": { + "stringUnit": { + "state": "new", + "value": "Bu türde %d şablon var" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "Bu türde %d şablon var" + } + } + } + } + }, + "uk": { + "variations": { + "plural": { + "few": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "many": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + }, + "one": { + "stringUnit": { + "state": "new", + "value": "This type has %d template" + } + }, + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "vi": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "This type has %d templates" + } + } + } + } + }, + "zh-Hans": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "此类型有 %d 个模板" + } + } + } + } + }, + "zh-Hant": { + "variations": { + "plural": { + "other": { + "stringUnit": { + "state": "new", + "value": "這類型有 %d 模板" + } + } + } + } + } + } + }, + "TemplateSelection.ObjectType.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "نوع الكائن" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Тып аб'екта" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Objekttyp" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Object type" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Type de l'objet" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Tipe objek" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Tipo di oggetto" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "タイプ" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Object type" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Objekttype" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Objecttype" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ବସ୍ତୁ ପ୍ରକାର" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Typ obiektu" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Tipo de objeto" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Тип объекта" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Nesne türü" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Тип об'єкта" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Loại đối tượng" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "对象类型" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "物件類型" + } + } + } + }, + "TemplateSelection.SelectTemplate": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "تحديد قالب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Абраць шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage auswählen" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Select template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Seleccionar plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Select template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Select template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Sélectionner un modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Pilih templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Seleziona modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレートを選択" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Select template" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Velg mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjabloon selecteren" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍ ଚୟନ କରନ୍ତୁ" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Zaznacz szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Selecionar modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Selecionar modelo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Выбрать шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon seç" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Обрати шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Chọn mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "选择模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "選取範本" + } + } + } + }, + "TemplateSelection.Template.Subtitle": { + "extractionState": "manual", + "localizations": { + "ar": { + "stringUnit": { + "state": "new", + "value": "قالب" + } + }, + "be": { + "stringUnit": { + "state": "new", + "value": "Шаблон" + } + }, + "de": { + "stringUnit": { + "state": "new", + "value": "Vorlage" + } + }, + "en": { + "stringUnit": { + "state": "translated", + "value": "Template" + } + }, + "es": { + "stringUnit": { + "state": "new", + "value": "Plantilla" + } + }, + "fa": { + "stringUnit": { + "state": "new", + "value": "Template" + } + }, + "fi": { + "stringUnit": { + "state": "new", + "value": "Template" + } + }, + "fr": { + "stringUnit": { + "state": "new", + "value": "Modèle" + } + }, + "id": { + "stringUnit": { + "state": "new", + "value": "Templat" + } + }, + "it": { + "stringUnit": { + "state": "new", + "value": "Modello" + } + }, + "ja": { + "stringUnit": { + "state": "new", + "value": "テンプレート" + } + }, + "ko": { + "stringUnit": { + "state": "new", + "value": "Template" + } + }, + "nb": { + "stringUnit": { + "state": "new", + "value": "Mal" + } + }, + "nl": { + "stringUnit": { + "state": "new", + "value": "Sjabloon" + } + }, + "or": { + "stringUnit": { + "state": "new", + "value": "ଟେମ୍ପଲେଟ୍" + } + }, + "pl": { + "stringUnit": { + "state": "new", + "value": "Szablon" + } + }, + "pt-BR": { + "stringUnit": { + "state": "new", + "value": "Modelo" + } + }, + "pt-PT": { + "stringUnit": { + "state": "new", + "value": "Modelo" + } + }, + "ru": { + "stringUnit": { + "state": "new", + "value": "Шаблон" + } + }, + "tr": { + "stringUnit": { + "state": "new", + "value": "Şablon" + } + }, + "uk": { + "stringUnit": { + "state": "new", + "value": "Шаблон" + } + }, + "vi": { + "stringUnit": { + "state": "new", + "value": "Mẫu" + } + }, + "zh-Hans": { + "stringUnit": { + "state": "new", + "value": "模板" + } + }, + "zh-Hant": { + "stringUnit": { + "state": "new", + "value": "範本" + } + } + } + } + }, + "version": "1.0" +} \ No newline at end of file