From aa7c1b87e4523d657f88a80e5e4c0712c9040036 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Thu, 5 Oct 2023 10:28:39 +0200 Subject: [PATCH] Migrate to string catalog --- IceCubesApp.xcodeproj/project.pbxproj | 110 +- .../App/Tabs/Settings/SupportAppView.swift | 2 +- .../Localization/Localizable.xcstrings | 67918 ++++++++++++++++ .../Plurals/be.lproj/Localizable.stringsdict | 54 - .../Plurals/ca.lproj/Localizable.stringsdict | 54 - .../Plurals/de.lproj/Localizable.stringsdict | 327 - .../en-GB.lproj/Localizable.stringsdict | 54 - .../Plurals/en.lproj/Localizable.stringsdict | 54 - .../Plurals/es.lproj/Localizable.stringsdict | 54 - .../Plurals/eu.lproj/Localizable.stringsdict | 311 - .../Plurals/fr.lproj/Localizable.stringsdict | 118 - .../Plurals/it.lproj/Localizable.stringsdict | 54 - .../Plurals/ja.lproj/Localizable.stringsdict | 54 - .../Plurals/nb.lproj/Localizable.stringsdict | 54 - .../Plurals/nl.lproj/Localizable.stringsdict | 118 - .../Plurals/pl.lproj/Localizable.stringsdict | 269 - .../pt-BR.lproj/Localizable.stringsdict | 54 - .../Plurals/tr.lproj/Localizable.stringsdict | 54 - .../Plurals/uk.lproj/Localizable.stringsdict | 54 - .../zh-Hans.lproj/Localizable.stringsdict | 54 - .../zh-Hant.lproj/Localizable.stringsdict | 54 - .../Localization/be.lproj/Localizable.strings | 617 - .../Localization/ca.lproj/Localizable.strings | 610 - .../Localization/de.lproj/Localizable.strings | 597 - .../en-GB.lproj/Localizable.strings | 611 - .../Localization/en.lproj/Localizable.strings | 613 - .../Localization/es.lproj/Localizable.strings | 612 - .../Localization/eu.lproj/Localizable.strings | 598 - .../Localization/fr.lproj/Localizable.strings | 607 - .../Localization/it.lproj/Localizable.strings | 613 - .../Localization/ja.lproj/Localizable.strings | 610 - .../Localization/ko.lproj/Localizable.strings | 614 - .../Localization/nb.lproj/Localizable.strings | 611 - .../Localization/nl.lproj/Localizable.strings | 608 - .../Localization/pl.lproj/Localizable.strings | 601 - .../pt-BR.lproj/Localizable.strings | 611 - .../Localization/tr.lproj/Localizable.strings | 611 - .../Localization/uk.lproj/Localizable.strings | 613 - .../zh-Hans.lproj/Localizable.strings | 613 - .../zh-Hant.lproj/Localizable.strings | 613 - 40 files changed, 67927 insertions(+), 13531 deletions(-) create mode 100644 IceCubesApp/Resources/Localization/Localizable.xcstrings delete mode 100644 IceCubesApp/Resources/Localization/Plurals/be.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/ca.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/de.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/en-GB.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/en.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/es.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/eu.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/it.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/ja.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/nb.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/pt-BR.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/tr.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/uk.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/zh-Hans.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/Plurals/zh-Hant.lproj/Localizable.stringsdict delete mode 100644 IceCubesApp/Resources/Localization/be.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/ca.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/de.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/en.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/es.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/eu.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/it.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/ko.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/tr.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/uk.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings delete mode 100644 IceCubesApp/Resources/Localization/zh-Hant.lproj/Localizable.strings diff --git a/IceCubesApp.xcodeproj/project.pbxproj b/IceCubesApp.xcodeproj/project.pbxproj index 27d0312e..194fd86e 100644 --- a/IceCubesApp.xcodeproj/project.pbxproj +++ b/IceCubesApp.xcodeproj/project.pbxproj @@ -13,9 +13,6 @@ 069709A8298C87B5006E4CB5 /* OpenDyslexic-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 069709A7298C87B5006E4CB5 /* OpenDyslexic-Regular.otf */; }; 069709AA298C9AD7006E4CB5 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 069709A9298C9AD7006E4CB5 /* AboutView.swift */; }; 639CDF9C296AC82F00C35E58 /* SafariRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 639CDF9B296AC82F00C35E58 /* SafariRouter.swift */; }; - 7429BCE2297C55D00069A946 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 7429BCE4297C55D00069A946 /* Localizable.stringsdict */; }; - 7429BCE5297C5A750069A946 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 7429BCE4297C55D00069A946 /* Localizable.stringsdict */; }; - 7429BCE6297C5A750069A946 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 7429BCE4297C55D00069A946 /* Localizable.stringsdict */; }; 9F18801229AE477F00D85459 /* tabSelection.wav in Resources */ = {isa = PBXBuildFile; fileRef = 9F18800A29AE477E00D85459 /* tabSelection.wav */; }; 9F18801329AE477F00D85459 /* share.wav in Resources */ = {isa = PBXBuildFile; fileRef = 9F18800B29AE477E00D85459 /* share.wav */; }; 9F18801429AE477F00D85459 /* bookmark.wav in Resources */ = {isa = PBXBuildFile; fileRef = 9F18800C29AE477E00D85459 /* bookmark.wav */; }; @@ -47,6 +44,9 @@ 9F35DB4729506F6600B3281A /* NotificationTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F35DB4629506F6600B3281A /* NotificationTab.swift */; }; 9F35DB4A29506FA100B3281A /* Notifications in Frameworks */ = {isa = PBXBuildFile; productRef = 9F35DB4929506FA100B3281A /* Notifications */; }; 9F35DB4C2952005C00B3281A /* MessagesTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F35DB4B2952005C00B3281A /* MessagesTab.swift */; }; + 9F38A7332ACEA26100DBCD66 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 9F38A7322ACEA26100DBCD66 /* Localizable.xcstrings */; }; + 9F38A7342ACEA26100DBCD66 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 9F38A7322ACEA26100DBCD66 /* Localizable.xcstrings */; }; + 9F38A7352ACEA26100DBCD66 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 9F38A7322ACEA26100DBCD66 /* Localizable.xcstrings */; }; 9F398AA62935FE8A00A889F2 /* AppRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F398AA52935FE8A00A889F2 /* AppRegistry.swift */; }; 9F398AA92935FFDB00A889F2 /* Account in Frameworks */ = {isa = PBXBuildFile; productRef = 9F398AA82935FFDB00A889F2 /* Account */; }; 9F398AAB2935FFDB00A889F2 /* Models in Frameworks */ = {isa = PBXBuildFile; productRef = 9F398AAA2935FFDB00A889F2 /* Models */; }; @@ -63,8 +63,6 @@ 9F7335F92968576500AFF0BA /* DisplaySettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7335F82968576500AFF0BA /* DisplaySettingsView.swift */; }; 9F7D93942980063100EE6B7A /* AppAccount in Frameworks */ = {isa = PBXBuildFile; productRef = 9F7D93932980063100EE6B7A /* AppAccount */; }; 9F7D939A29805DBD00EE6B7A /* AccountSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7D939929805DBD00EE6B7A /* AccountSettingView.swift */; }; - 9F8CA5972979B61100481E8E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9B576C529743F4C00BCE646 /* Localizable.strings */; }; - 9F8CA5982979B63D00481E8E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9B576C529743F4C00BCE646 /* Localizable.strings */; }; 9FA6FD6229C04A8800E2312C /* TranslationSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FA6FD6129C04A8800E2312C /* TranslationSettingsView.swift */; }; 9FAD85832971BF7200496AB1 /* Secret.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9FAD85822971BF7200496AB1 /* Secret.plist */; }; 9FAD858B29743F7400496AB1 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FAD858A29743F7400496AB1 /* ShareViewController.swift */; }; @@ -101,7 +99,6 @@ E92817FC298443D600875FD1 /* Network in Frameworks */ = {isa = PBXBuildFile; productRef = E92817FB298443D600875FD1 /* Network */; }; E92817FE29844DB700875FD1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E92817FD29844DB700875FD1 /* Assets.xcassets */; }; E970C10829845A9400E88A8C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E970C10A29845A9400E88A8C /* InfoPlist.strings */; }; - E9B576C329743F4C00BCE646 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9B576C529743F4C00BCE646 /* Localizable.strings */; }; E9DF41FC29830FEC0003AAD2 /* UniformTypeIdentifiers.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9DF41FB29830FEC0003AAD2 /* UniformTypeIdentifiers.framework */; }; E9DF420129830FEC0003AAD2 /* ActionRequestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9DF420029830FEC0003AAD2 /* ActionRequestHandler.swift */; }; E9DF420329830FEC0003AAD2 /* Action.js in Resources */ = {isa = PBXBuildFile; fileRef = E9DF420229830FEC0003AAD2 /* Action.js */; }; @@ -154,25 +151,10 @@ 069709A3298C8545006E4CB5 /* Atkinson-Hyperlegible-Regular-102.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Atkinson-Hyperlegible-Regular-102.ttf"; sourceTree = ""; }; 069709A7298C87B5006E4CB5 /* OpenDyslexic-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "OpenDyslexic-Regular.otf"; sourceTree = ""; }; 069709A9298C9AD7006E4CB5 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = ""; }; - 364A57842999B12500D68321 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = be; path = be.lproj/Localizable.stringsdict; sourceTree = ""; }; - 364A57852999B12500D68321 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Localizable.strings; sourceTree = ""; }; 364A57862999B12500D68321 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/InfoPlist.strings; sourceTree = ""; }; - 56B5BC132984206F00CF3A98 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-BR"; path = "pt-BR.lproj/Localizable.stringsdict"; sourceTree = ""; }; - 56B5BC142984206F00CF3A98 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = ""; }; 639CDF9B296AC82F00C35E58 /* SafariRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariRouter.swift; sourceTree = ""; }; - 7429BCE3297C55D00069A946 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = ""; }; - 7429BCE7297C5D010069A946 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = nl; path = nl.lproj/Localizable.stringsdict; sourceTree = ""; }; - 7429BCE8297C5D020069A946 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = ""; }; - 7429BCE9297C5D030069A946 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = ""; }; - 7429BCEB297D65380069A946 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.stringsdict"; sourceTree = ""; }; - 7429BCEC297D65390069A946 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = it; path = it.lproj/Localizable.stringsdict; sourceTree = ""; }; - 74D6453629945F6200B47B92 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = eu; path = eu.lproj/Localizable.stringsdict; sourceTree = ""; }; - 74D6453729945F6200B47B92 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Localizable.strings; sourceTree = ""; }; 74D6453829945F6200B47B92 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/InfoPlist.strings; sourceTree = ""; }; - 8C27D977298471E900CDF593 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = nb; path = nb.lproj/Localizable.stringsdict; sourceTree = ""; }; - 8C27D978298471E900CDF593 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = ""; }; 8C27D979298471E900CDF593 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = ""; }; - 9606B7A1297AD2BB00C1FB75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; 9664F1A8299BA5F700CBE70E /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = ""; }; 9F18800A29AE477E00D85459 /* tabSelection.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = tabSelection.wav; sourceTree = ""; }; 9F18800B29AE477E00D85459 /* share.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = share.wav; sourceTree = ""; }; @@ -205,7 +187,7 @@ 9F35DB4629506F6600B3281A /* NotificationTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationTab.swift; sourceTree = ""; }; 9F35DB4829506F7F00B3281A /* Notifications */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Notifications; path = Packages/Notifications; sourceTree = ""; }; 9F35DB4B2952005C00B3281A /* MessagesTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesTab.swift; sourceTree = ""; }; - 9F38C233297D03120018F11E /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; + 9F38A7322ACEA26100DBCD66 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = ""; }; 9F398AA32935F90100A889F2 /* Models */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Models; path = Packages/Models; sourceTree = ""; }; 9F398AA52935FE8A00A889F2 /* AppRegistry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppRegistry.swift; sourceTree = ""; }; 9F398AAC2936005300A889F2 /* Account */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Account; path = Packages/Account; sourceTree = ""; }; @@ -214,8 +196,6 @@ 9F55C68C2955968700F94077 /* ExploreTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExploreTab.swift; sourceTree = ""; }; 9F55C68E295598F900F94077 /* Explore */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Explore; path = Packages/Explore; sourceTree = ""; }; 9F5E581729545B5500A53960 /* Env */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Env; path = Packages/Env; sourceTree = ""; }; - 9F62216629A68DA4007B77CA /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = uk; path = uk.lproj/Localizable.stringsdict; sourceTree = ""; }; - 9F62216729A68DA4007B77CA /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = ""; }; 9F62216829A68DA4007B77CA /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/InfoPlist.strings; sourceTree = ""; }; 9F654BEE299AC45B00D27FA5 /* ReportView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReportView.swift; sourceTree = ""; }; 9F7335E82966B3DC00AFF0BA /* Conversations */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Conversations; path = Packages/Conversations; sourceTree = ""; }; @@ -223,12 +203,8 @@ 9F7335EE29674F7100AFF0BA /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk/System/Library/Frameworks/QuickLook.framework; sourceTree = DEVELOPER_DIR; }; 9F7335F12967608F00AFF0BA /* AddRemoteTimelineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddRemoteTimelineView.swift; sourceTree = ""; }; 9F7335F82968576500AFF0BA /* DisplaySettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplaySettingsView.swift; sourceTree = ""; }; - 9F7D9391297FA50400EE6B7A /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ja; path = ja.lproj/Localizable.stringsdict; sourceTree = ""; }; - 9F7D9392297FA50400EE6B7A /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; 9F7D939529800B0300EE6B7A /* IceCubesApp-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "IceCubesApp-release.xcconfig"; sourceTree = ""; }; 9F7D939929805DBD00EE6B7A /* AccountSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSettingView.swift; sourceTree = ""; }; - 9F7D939B2980F5C100EE6B7A /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = tr; path = tr.lproj/Localizable.stringsdict; sourceTree = ""; }; - 9F7D939C2980F5C200EE6B7A /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; 9FA6FD6129C04A8800E2312C /* TranslationSettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TranslationSettingsView.swift; sourceTree = ""; }; 9FAD85822971BF7200496AB1 /* Secret.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Secret.plist; sourceTree = ""; }; 9FAD858829743F7400496AB1 /* IceCubesShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = IceCubesShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -239,27 +215,16 @@ 9FAD85CE2975B68900496AB1 /* SideBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideBarView.swift; sourceTree = ""; }; 9FAE4AC8293774FF00772766 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9FAE4ACA293783B000772766 /* SettingsTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsTab.swift; sourceTree = ""; }; - 9FB143D329842BB200A27BB1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = fr; path = fr.lproj/Localizable.stringsdict; sourceTree = ""; }; - 9FB143D429842BB200A27BB1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; 9FBFE639292A715500C250E9 /* IceCubesApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IceCubesApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 9FBFE63C292A715500C250E9 /* IceCubesApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IceCubesApp.swift; sourceTree = ""; }; 9FBFE642292A715600C250E9 /* IceCubesApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = IceCubesApp.entitlements; sourceTree = ""; }; - 9FCBB3D02984EFD5009B77EE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = pl; path = pl.lproj/Localizable.stringsdict; sourceTree = ""; }; - 9FCBB3D12984EFD5009B77EE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; 9FCBB3D22984EFD5009B77EE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; - 9FCBB3D329859615009B77EE /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = ""; }; 9FCBB3D429859615009B77EE /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/InfoPlist.strings; sourceTree = ""; }; - 9FCBB3D52985965D009B77EE /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ca; path = ca.lproj/Localizable.stringsdict; sourceTree = ""; }; 9FD34822293D06E800DB0EE9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 9FD542E52962D2CE0045321A /* Lists */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Lists; path = Packages/Lists; sourceTree = ""; }; 9FE151A5293C90F900E9683D /* IconSelectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconSelectorView.swift; sourceTree = ""; }; 9FE3DB55296FEF5800628CB0 /* AppAccount */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = AppAccount; path = Packages/AppAccount; sourceTree = ""; }; - B0BAB49C29B3D7A9008F54D7 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.stringsdict"; sourceTree = ""; }; - B0BAB49D29B3D7A9008F54D7 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; B0BAB49E29B3D7A9008F54D7 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = ""; }; - C465A53D297C5E0C00864FB7 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; - C4CBB909298A0DA3007E1707 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "en-GB"; path = "en-GB.lproj/Localizable.stringsdict"; sourceTree = ""; }; - C4CBB90A298A0DA3007E1707 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = ""; }; C4CBB90B298A0DA3007E1707 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/InfoPlist.strings"; sourceTree = ""; }; C4FBCF6F298FD88A0015DF22 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; C9B22676297F6C2E001F9EFE /* ContentSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentSettingsView.swift; sourceTree = ""; }; @@ -267,17 +232,13 @@ DD31E2E5297FB68B00A4BE29 /* IceCubesApp.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = IceCubesApp.xcconfig; sourceTree = ""; }; E92817FD29844DB700875FD1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; E970C10929845A9400E88A8C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - E9B576C429743F4C00BCE646 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - E9B576CC2974AAAF00BCE646 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; E9DF41FA29830FEC0003AAD2 /* IceCubesActionExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = IceCubesActionExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; E9DF41FB29830FEC0003AAD2 /* UniformTypeIdentifiers.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UniformTypeIdentifiers.framework; path = System/Library/Frameworks/UniformTypeIdentifiers.framework; sourceTree = SDKROOT; }; E9DF420029830FEC0003AAD2 /* ActionRequestHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionRequestHandler.swift; sourceTree = ""; }; E9DF420229830FEC0003AAD2 /* Action.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = Action.js; sourceTree = ""; }; E9DF420429830FEC0003AAD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F355EEDA297A8BD500E362C0 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; FA31A9AA2A66BF7C00D5F662 /* EditTagGroupView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EditTagGroupView.swift; sourceTree = ""; }; FAD203CF2A66D8A80030A7FD /* Symbols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Symbols.swift; sourceTree = ""; }; - FF8259FB298E42E000BEAB69 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; FF8259FC298E42E000BEAB69 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = ""; }; /* End PBXFileReference section */ @@ -355,7 +316,6 @@ 7429BCEA297C64CF0069A946 /* Plurals */ = { isa = PBXGroup; children = ( - 7429BCE4297C55D00069A946 /* Localizable.stringsdict */, ); path = Plurals; sourceTree = ""; @@ -543,7 +503,7 @@ isa = PBXGroup; children = ( 7429BCEA297C64CF0069A946 /* Plurals */, - E9B576C529743F4C00BCE646 /* Localizable.strings */, + 9F38A7322ACEA26100DBCD66 /* Localizable.xcstrings */, ); path = Localization; sourceTree = ""; @@ -753,8 +713,7 @@ buildActionMask = 2147483647; files = ( 9FB143D12983104700A27BB1 /* glass.caf in Resources */, - 7429BCE5297C5A750069A946 /* Localizable.stringsdict in Resources */, - 9F8CA5982979B63D00481E8E /* Localizable.strings in Resources */, + 9F38A7342ACEA26100DBCD66 /* Localizable.xcstrings in Resources */, 9FB143D22983104A00A27BB1 /* glass.wav in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -764,8 +723,7 @@ buildActionMask = 2147483647; files = ( 9FAD858E29743F7400496AB1 /* (null) in Resources */, - 9F8CA5972979B61100481E8E /* Localizable.strings in Resources */, - 7429BCE6297C5A750069A946 /* Localizable.stringsdict in Resources */, + 9F38A7352ACEA26100DBCD66 /* Localizable.xcstrings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -777,10 +735,9 @@ 9F18801329AE477F00D85459 /* share.wav in Resources */, 9F18801729AE477F00D85459 /* boost.wav in Resources */, 9F2A542C296B1177009B2D7C /* glass.caf in Resources */, - E9B576C329743F4C00BCE646 /* Localizable.strings in Resources */, 9F18801529AE477F00D85459 /* pull.wav in Resources */, 9FD34823293D06E800DB0EE9 /* Assets.xcassets in Resources */, - 7429BCE2297C55D00069A946 /* Localizable.stringsdict in Resources */, + 9F38A7332ACEA26100DBCD66 /* Localizable.xcstrings in Resources */, 9F18801829AE477F00D85459 /* favorite.wav in Resources */, 9F24EEB829360C330042359D /* Preview Assets.xcassets in Resources */, 069709A8298C87B5006E4CB5 /* OpenDyslexic-Regular.otf in Resources */, @@ -889,31 +846,6 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ - 7429BCE4297C55D00069A946 /* Localizable.stringsdict */ = { - isa = PBXVariantGroup; - children = ( - 7429BCE3297C55D00069A946 /* en */, - 7429BCE7297C5D010069A946 /* nl */, - 7429BCE8297C5D020069A946 /* de */, - 7429BCE9297C5D030069A946 /* es */, - 7429BCEB297D65380069A946 /* zh-Hans */, - 7429BCEC297D65390069A946 /* it */, - 9F7D9391297FA50400EE6B7A /* ja */, - 9F7D939B2980F5C100EE6B7A /* tr */, - 9FB143D329842BB200A27BB1 /* fr */, - 56B5BC132984206F00CF3A98 /* pt-BR */, - 8C27D977298471E900CDF593 /* nb */, - 9FCBB3D02984EFD5009B77EE /* pl */, - 9FCBB3D52985965D009B77EE /* ca */, - C4CBB909298A0DA3007E1707 /* en-GB */, - 74D6453629945F6200B47B92 /* eu */, - 364A57842999B12500D68321 /* be */, - 9F62216629A68DA4007B77CA /* uk */, - B0BAB49C29B3D7A9008F54D7 /* zh-Hant */, - ); - name = Localizable.stringsdict; - sourceTree = ""; - }; E970C10A29845A9400E88A8C /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -933,32 +865,6 @@ name = InfoPlist.strings; sourceTree = ""; }; - E9B576C529743F4C00BCE646 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - E9B576C429743F4C00BCE646 /* en */, - E9B576CC2974AAAF00BCE646 /* de */, - F355EEDA297A8BD500E362C0 /* nl */, - 9606B7A1297AD2BB00C1FB75 /* es */, - C465A53D297C5E0C00864FB7 /* zh-Hans */, - 9F38C233297D03120018F11E /* it */, - 9F7D9392297FA50400EE6B7A /* ja */, - 9F7D939C2980F5C200EE6B7A /* tr */, - 9FB143D429842BB200A27BB1 /* fr */, - 56B5BC142984206F00CF3A98 /* pt-BR */, - 8C27D978298471E900CDF593 /* nb */, - 9FCBB3D12984EFD5009B77EE /* pl */, - 9FCBB3D329859615009B77EE /* ca */, - C4CBB90A298A0DA3007E1707 /* en-GB */, - FF8259FB298E42E000BEAB69 /* ko */, - 74D6453729945F6200B47B92 /* eu */, - 364A57852999B12500D68321 /* be */, - 9F62216729A68DA4007B77CA /* uk */, - B0BAB49D29B3D7A9008F54D7 /* zh-Hant */, - ); - name = Localizable.strings; - sourceTree = ""; - }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ diff --git a/IceCubesApp/App/Tabs/Settings/SupportAppView.swift b/IceCubesApp/App/Tabs/Settings/SupportAppView.swift index 00d4a7e9..dff53dbe 100644 --- a/IceCubesApp/App/Tabs/Settings/SupportAppView.swift +++ b/IceCubesApp/App/Tabs/Settings/SupportAppView.swift @@ -258,7 +258,7 @@ struct SupportAppView: View { private var loadingPlaceholder: some View { HStack { VStack(alignment: .leading) { - Text("placeholder.loading.short.") + Text("placeholder.loading.short") .font(.scaledSubheadline) Text("settings.support.placeholder.loading-subtitle") .font(.scaledFootnote) diff --git a/IceCubesApp/Resources/Localization/Localizable.xcstrings b/IceCubesApp/Resources/Localization/Localizable.xcstrings new file mode 100644 index 00000000..9fffb1dc --- /dev/null +++ b/IceCubesApp/Resources/Localization/Localizable.xcstrings @@ -0,0 +1,67918 @@ +{ + "sourceLanguage" : "en", + "strings" : { + " ⸱ " : { + + }, + "#%@" : { + + }, + "%@©2023 Thomas Ricouard" : { + + }, + "• [EmojiText](https://github.com/divadretlaw/EmojiText)\n\n• [HTML2Markdown](https://gitlab.com/mflint/HTML2Markdown)\n\n• [KeychainSwift](https://github.com/evgenyneu/keychain-swift)\n\n• [LRUCache](https://github.com/nicklockwood/LRUCache)\n\n• [Bodega](https://github.com/mergesort/Bodega)\n\n• [Nuke](https://github.com/kean/Nuke)\n\n• [SwiftSoup](https://github.com/scinfu/SwiftSoup.git)\n\n• [Atkinson Hyperlegible](https://github.com/googlefonts/atkinson-hyperlegible)\n\n• [OpenDyslexic](http://opendyslexic.org)\n\n• [SwiftUI-Introspect](https://github.com/siteline/SwiftUI-Introspect)\n\n• [RevenueCat](https://github.com/RevenueCat/purchases-ios)\n\n• [SFSafeSymbols](https://github.com/SFSafeSymbols/SFSafeSymbols)" : { + + }, + "accessibility.app-account.selector.accounts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уліковыя запісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cuentas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comptes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontoer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konta" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Профілі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "帳號" + } + } + } + }, + "accessibility.app-account.selector.accounts.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öffnet die Optionen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir opciones." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aukeren orria irekitzen du." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apri il selettore dei suggerimenti." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オプションシートを開きます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "옵션 창을 엽니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Åpner alternativark." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opent paneel voor opties." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otwiera panel opcji." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abre a planilha de opções." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opens options sheet." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "打开选项表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "開啟選項單。" + } + } + } + }, + "accessibility.editor.button.ai-prompt" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "KI-Eingabe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menú de IA" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "AA eskaera" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggerimento IA" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "AIプロンプト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI 글 작성 도우미" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI-spørsmål" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI-prompt" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Funkcje AI" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prompt de IA" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI prompt" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI 提示" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI 提示" + } + } + } + }, + "accessibility.editor.button.attach-photo" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Далучыць фота" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Attach photo" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto anhängen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Attach photo" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Attach photo" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir foto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erantsi irudia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Attacher la photo" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Allega foto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "画像を添付" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 첨부" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg ved bilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg foto toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dołącz zdjęcie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anexar foto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Attach photo" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати світлину" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "附上相片" + } + } + } + }, + "accessibility.editor.button.characters-remaining" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbleibende Zeichen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carácteres restantes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geratzen diren karaktereak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caratteri rimanenti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "残り文字数" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 작성할 수 있는 글자 수" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gjenstående karakterer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekens resterend" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liczba pozostałych znaków" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caracteres restantes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Characters remaining" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "剩余字符" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "剩餘字元" + } + } + } + }, + "accessibility.editor.button.custom-emojis" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уласныя эмодзі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom emojis" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eigene Emojis" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom emojis" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom emojis" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emojis personalizados" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziaren emojiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emojis personalisés" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emoji personalizzate" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタム絵文字" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "커스텀 이모지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egendefinerte emojier" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aangepaste emoji’s" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emotikony własne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emojis customizados" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom emojis" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Власні emojis" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定义表情" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定表情符號" + } + } + } + }, + "accessibility.editor.button.drafts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Чарнавікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Drafts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entwürfe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Drafts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Drafts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Borradores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zirriborroak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brouillons" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozze" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "下書き" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "임시 보관함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utkast" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Concepten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wersje robocze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rascunhos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Drafts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Чернетка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "草稿" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "草稿" + } + } + } + }, + "accessibility.editor.button.language" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Мова" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Language" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sprache" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Language" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Language" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Idioma" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hizkuntza" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Langue" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lingua" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "言語" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 언어 지정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Språk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taal" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Język" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Idioma" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Language" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Мова" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "选择语言" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "語言" + } + } + } + }, + "accessibility.editor.button.poll" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апытанне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfrage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Encuesta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avstemming" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondaż" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enquete" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Опитування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + } + } + }, + "accessibility.editor.button.spoiler" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Папярэджанне пра спойлер" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler warning" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhaltswarnung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler warning" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler warning" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Advertencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukiari buruzko oharra" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alerte spoiler" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avviso di Spoiler" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ネタバレを警告" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "열람 주의 문구" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler advarsel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoilerwaarschuwing" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ostrzeżenie o spoilerze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aviso de spoiler" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler warning" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увага! Спойлер." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "剧透警告" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "劇透警告" + } + } + } + }, + "accessibility.editor.privacy.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ändert das Beitragspublikum." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cambiar audiencia de la publicación." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nork ikus dezakeen aldatzen du." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica il pubblico del post." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿対象者を変更します" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글을 볼 수 있는 대상을 변경합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Endrer innleggs-publikum." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wijzigt wie de post ziet." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zmienia odbiorców postu." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altera o público da postagem." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changes post audience." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "更改嘟文可见度。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更改嘟文的讀者群。" + } + } + } + }, + "accessibility.editor.privacy.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sichtbarkeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidad" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusgaitasuna" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilità" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "可視性" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 공개 범위" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Synlighet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zichtbaarheid" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Widoczność postu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidade" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibility" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "可见度" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "能見度" + } + } + } + }, + "accessibility.general.toggle.off" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desactivado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezgaituta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オフ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "꺼짐" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Av" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uit" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyłączone" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关闭" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "停用" + } + } + } + }, + "accessibility.general.toggle.on" : { + "comment" : "MARK: Accessibility", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "An" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gaituta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "켜짐" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "På" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aan" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Włączone" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "On" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟用" + } + } + } + }, + "accessibility.image.alt-text-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alternativer Bildtext: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Texto alt de la imagen: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Irudiaren deskribapena: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Descrizione dell'immagine: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "画像の代替テキスト: %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 설명: %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alternativ bildetekst: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekst voor afbeelding: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekst alternatywny obrazka: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Texto alternativo da imagem: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image alt text: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图片描述文本:%@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖片描述文字:%@" + } + } + } + }, + "accessibility.image.alt-text-more.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weiterer Alt.-Text verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hay más text alt disponible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deskribapen testu gehiago dago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altra descrizione disponibile" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "より多くの代替テキストを利用できます" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 많은 미디어 설명 사용 가능" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mer alternativ tekst tilgjengelig" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meer tekst beschikbaar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dostępna jest większa ilość tekstu alternatywnego" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mais texto alternativo disponível" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "More alt text available" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多描述文本可用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多圖片描述文字" + } + } + } + }, + "accessibility.media.supported-type.audio.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オーディオ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오디오" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lyd" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Áudio" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "音频" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "音訊" + } + } + } + }, + "accessibility.media.supported-type.gifv.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animiertes Gif" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gif Animado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mugimendua duen Gif-a" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gif animata" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アニメーション GIF" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "움직이는 GIF" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animert Gif" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated gif" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animowany obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "GIF animado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Animated Gif" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含动画的 GIF" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gif 動畫" + } + } + } + }, + "accessibility.media.supported-type.image.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bild" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Irudia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "画像" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이미지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afbeelding" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图像" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "影像" + } + } + } + }, + "accessibility.media.supported-type.video.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vídeo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bideoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ビデオ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "동영상" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wideo" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vídeo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "视频" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "視訊" + } + } + } + }, + "accessibility.status.a-boosted-b-%@-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ hat %@ geboostet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosteó %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@(e)k %@ bultzatu du" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boost %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ ブースト %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 님이 다음 글을 부스트함: %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ forsterket %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ heeft %@ geboost" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ podbił %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ deu boost em %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ boosted %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 转发了 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 轉嘟了 %@" + } + } + } + }, + "accessibility.status.a-replied-to-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ antwortete auf" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ respondió a" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@(e)k honi erantzun dio:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ ha risposto a" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ に返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 님이 다음 사용자의 글에 답글을 남김: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ svarte til" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ heeft geantwoord op" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ odpowiedział do" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ respondeu a" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ replied to" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 回复给" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 回覆給" + } + } + } + }, + "accessibility.status.application.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikazioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 작성에 사용한 앱" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikacja" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + } + } + }, + "accessibility.status.contains-media.label-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enthält %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contiene %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ dauka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contiene %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ を含む" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 첨부됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inneholder %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bevat %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zawiera %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contêm %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contains %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "包含 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "含%@" + } + } + } + }, + "accessibility.status.media-viewer-action.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medienbetrachter öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir reproductor multimedia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ireki multimedia ikustailea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizzatore multimediale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メディア ビューアを開く" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 열기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Åpne medievisning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open mediaviewer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otwórz podgląd multimediów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir em visualizador" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open media viewer" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "打开媒体查看器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "開啟媒體播放器" + } + } + } + }, + "accessibility.status.poll.active.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laufende Umfrage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Encuesta activa" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaitu gabeko bozketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondaggio attivo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アクティブな投票" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "진행 중인 투표" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiv avstemning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actieve poll" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktywny sondaż" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enquete ativa" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Active poll" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "活跃投票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "開放投票" + } + } + } + }, + "accessibility.status.poll.finished.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfrageergebnisse" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resultados de encuesta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozketaren emaitzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Risultati del sondaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票結果" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표 결과" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avstemningsresultater" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pollresultaten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyniki sondażu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resultados da enquete" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll results" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票结果" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "票選結果" + } + } + } + }, + "accessibility.status.poll.option-prefix-%lld-of-%lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld von %lld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opción %lld de %lld" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld. aukera, %lld guztira" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opzione %lld di %lld" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オプション %lld / %lld" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$lld개 선택지 중 %1$lld-번" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valg %lld av %lld" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optie %lld van %lld" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcja %lld z %lld" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opção %lld de %lld" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld of %lld" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "第 %lld 个选项,共 %lld 个" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$lld 選項之 %1$lld" + } + } + } + }, + "accessibility.status.poll.selected.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ausgewählt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seleccionado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hautatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selezionato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "選択済み" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "선택함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valgt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geselecteerd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wybór" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selecionado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "选中的" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "已投給" + } + } + } + }, + "accessibility.status.spoiler-full-content" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vollständiger Inhalt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenido completo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eduki osoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenuto completo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "全コンテンツ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "전체 내용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fullt innhold" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volledige inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pełna treść" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conteúdo Completo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Full Content" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "完整内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "完整內容" + } + } + } + }, + "accessibility.tabs.messages.unread.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ungelesen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No leído" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Irakurri gabe" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Non letto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "未読" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "읽지 않음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ulest" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ongelezen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieprzeczytane" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não lido" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unread" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "未读" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "未讀" + } + } + } + }, + "accessibility.tabs.profile.fields.container.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benutzerdefinierte Felder" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Campos definidos por el usuario" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabiltzaileak ezarritako eremuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Campi definiti dall'utente" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ユーザー定義フィールド" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 사용자의 프로필 메타데이터" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brukerdefinerte felt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Velden ingesteld door gebruiker" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pola użytkownika" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Campos definidos pelo usuário" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-defined fields" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "用户自定义字段" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "用戶自定欄" + } + } + } + }, + "accessibility.tabs.profile.fields.verified.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verifiziert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verificado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egiaztatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verificato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "検証済み" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인증된 링크" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verifisert" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geverifieerd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zweryfikowano" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verificado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verified" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已认证" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "驗明" + } + } + } + }, + "accessibility.tabs.profile.follower-count.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigiert zur Liste." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegar a la lista de seguidores." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendara doa." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Naviga nelle liste." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストに移動します。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "목록을 엽니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigerer til listen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigeert naar lijst." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przechodzi do listy." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navega para a lista." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "前往列表。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "前往列表。" + } + } + } + }, + "accessibility.tabs.profile.following-count.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigiert zur Liste." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegar a la lista de seguidos." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendara doa." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Naviga nelle liste." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストに移動します。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "목록을 엽니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigerer til listen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigeert naar lijst." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przechodzi do listy." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navega para a lista." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigates to list." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "前往列表。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "前往列表。" + } + } + } + }, + "accessibility.tabs.profile.header-image.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeigt eine größere Version an." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar una versión más grande de la cabecera." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bertsio handiagoa erakusten du." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizza una versione più grande." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "拡大版を表示します。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 큰 버전을 표시합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Viser en større versjon." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toont een grotere versie." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyświetla większą wersję." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibe uma versão maior." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示更大尺寸。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示較大版本。" + } + } + } + }, + "accessibility.tabs.profile.header-image.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopfbild" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Imagen de cabecera" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Goiburuko irudia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Intestazione dell'immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ヘッダー画像" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "헤더 사진" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Overskriftsbilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Achtergrondafbeelding" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrazek nagłówka" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Imagem de cabeçalho" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Header image" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "横幅图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "橫幅圖片" + } + } + } + }, + "accessibility.tabs.profile.options.inputLabel1" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + } + } + }, + "accessibility.tabs.profile.options.inputLabel2" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehr" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Más" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehiago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Di più" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "その他" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Więcej" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mais" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多" + } + } + } + }, + "accessibility.tabs.profile.options.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aukerak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opzioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オプション" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "옵션" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcje" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opções" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選項" + } + } + } + }, + "accessibility.tabs.profile.picker.bookmarks" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesezeichen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcadores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laster-markak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segnalibri" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブックマーク" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보관함에 추가한 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bokmerker" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bladwijzers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zakładki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmarks" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "书签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "書籤" + } + } + } + }, + "accessibility.tabs.profile.picker.favorites" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gogokoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferiti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요한 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorieten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polubione" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最愛" + } + } + } + }, + "accessibility.tabs.profile.picker.followed-tags" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traolak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タグ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우한 태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tagger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasztagi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標籤" + } + } + } + }, + "accessibility.tabs.profile.picker.lists" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リスト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lister" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lijsten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表" + } + } + } + }, + "accessibility.tabs.profile.picker.media" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multimedia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multimedia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メディア" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어가 있는 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mídia" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒体" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒體" + } + } + } + }, + "accessibility.tabs.profile.picker.posts-and-replies" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge und Antworten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones y respuestas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak eta erantzunak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post e risposte" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿と返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 및 답글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg og svar" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts en antwoorden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty i odpowiedzi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagens e respostas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts and replies" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文和回复" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文及回覆" + } + } + } + }, + "accessibility.tabs.profile.picker.statuses" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "accessibility.tabs.profile.post-count.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrollt zur Liste." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hacer scroll a la lista." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendara korritzen du." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストにスクロールします。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 목록으로 스크롤합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ruller til listen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrollt naar lijst." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przewija do listy." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rola para a lista." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls to list." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "滚动到列表。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "滾動至列表。" + } + } + } + }, + "accessibility.tabs.profile.user-avatar.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeigt eine größere Version an." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar una versión más grande del avatar." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bertsio handiagoa erakusten du." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizza una versione più grande." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "拡大版を表示します。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 큰 버전을 표시합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Viser en større versjon." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toont een grotere versie." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyświetla większą wersję." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibe uma versão maior." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Displays a larger version." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示更大尺寸。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示較大版本。" + } + } + } + }, + "accessibility.tabs.profile.user-avatar.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilfoto" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto de perfil" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profileko argazkia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto profilo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィール写真" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 사진" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilbilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profielfoto" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zdjęcie profilowe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto de perfil" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile photo" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "账户头像" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "個人檔案相片" + } + } + } + }, + "accessibility.tabs.profile.user-avatar.supporter.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unterstützer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidor" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Babeslea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sostenitore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サポーター" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "후원자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Støttespiller" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Osoba wspierająca" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apoiador" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporter" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "支持者" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "支持者" + } + } + } + }, + "accessibility.tabs.profile.user-notifications.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benachrichtigungen erhalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recibir notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jaso jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ricevi notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知を受け取る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글 알림 켜기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Motta varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ontvang meldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otrzymuj powiadomienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receber notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive notifications" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "接收通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "收取通知" + } + } + } + }, + "accessibility.tabs.profile.user-reblogs.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar boosts" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 사용자가 부스트한 글 타임라인에 표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon boosts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyświetlaj podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar boosts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display boosts" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示轉嘟" + } + } + } + }, + "accessibility.tabs.profile.user.account-blocked.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blockiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloqueado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blokeatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloccato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブロック" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "차단한 계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blokkert" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geblokkeerd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zablokowane" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloqueado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocked" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已屏蔽" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "封鎖" + } + } + } + }, + "accessibility.tabs.profile.user.account-bot.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botaccount" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cuenta bot" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account bot" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ボットアカウント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "봇 계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot-konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot-account" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto bota" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conta de bot" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "机器人账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "機器人帳戶" + } + } + } + }, + "accessibility.tabs.profile.user.account-muted.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stummgeschaltet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Silenciado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mututua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mutato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ミュート" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뮤트한 계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dempet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gedempt" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyciszone" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Silenciado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muted" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已静音" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "靜音" + } + } + } + }, + "accessibility.tabs.profile.user.account-private.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privater Account" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cuenta privada" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Babestutako kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account privato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プライベートアカウント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우 요청이 필요한 계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privat konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privé-account" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto prywatne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conta privada" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private account" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私有账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私密帳號" + } + } + } + }, + "accessibility.tabs.timeline.add-account" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць уліковы запіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add Account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add Account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cuenta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter un compte>" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウントを追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg account toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj konto" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати профіль" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增帳號" + } + } + } + }, + "accessibility.tabs.timeline.content-hashtag-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ traola" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ハッシュタグ %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그 %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emneknagg %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasztag %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtag %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "给 %@ 添加标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "#標籤 %@" + } + } + } + }, + "accessibility.tabs.timeline.content-link-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ besuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikustatu %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apri %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ にアクセス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다음 링크 방문: %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Besøk %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odwiedź %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visita %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "访问 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "探訪連結 %@" + } + } + } + }, + "accessibility.tabs.timeline.new-post.inputLabel1" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neu" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nueva" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新規" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ny" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuw" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Novo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "New" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增嘟文" + } + } + } + }, + "accessibility.tabs.timeline.new-post.inputLabel2" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erzeugen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crear" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "作成" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "작성" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opprett" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak aan" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utwórz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Criar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "创建嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "創作嘟文" + } + } + } + }, + "accessibility.tabs.timeline.new-post.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Idatzi" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Componi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "作成" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "작성" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skriv" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opstellen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Napisz post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compor" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compose" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "发嘟" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "發表嘟文" + } + } + } + }, + "accessibility.tabs.timeline.unread-posts.hint" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewegt durch die Timeline." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desplazarse por la cronología." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denbora-lerroa korritzen du." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scorri la cronologia." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タイムラインをスクロールします。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "타임라인을 스크롤합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ruller tidslinjen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrollt de tijdlijn." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przewija strumień." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rola a linha do tempo." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scrolls the timeline." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "滚动时间线。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "滾動時間軸。" + } + } + } + }, + "accessibility.tabs.timeline.unread-posts.label-%lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld neuer Beitrag" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld neue Beiträge" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicaciones nuevas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld bidalketa berri" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nuovi post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 件の新しい投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nye innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nieuwe posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nowych postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld novas postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 个新嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 新嘟文" + } + } + } + }, + "account.action.add-remove-list" : { + "comment" : "MARK: Package: Account", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць/Выдаліць са спісаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix/elimina de les llistes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hinzufügen/Entfernen von Listen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add/Remove from lists" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add/Remove from lists" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir/Eliminar de las listas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu/Kendu zerrendatik" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter/Retirer des listes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi/Rimuovi dalla lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストへの追加/削除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트에서 추가/제거" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til/fjern fra lister" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aan lijsten toevoegen of verwijderen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj/usuń z listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar/Remover das listas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listeye Ekle/Çıkar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати/Видалити зі списку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "从列表中添加/移除" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "從列表中新增或刪除" + } + } + } + }, + "account.action.block" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Блакаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloca" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blockieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Block" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Block" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloquear" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blokeatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloquer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blocca" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブロック" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "차단" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blokker" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blokkeer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zablokuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bloquear" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Engelle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Заблокувати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "屏蔽" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "封鎖" + } + } + } + }, + "account.action.edit-filters" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць фільтры" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita els filtres" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Filters" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Filters" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar filtros" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu iragazkiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Éditer les filtres" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica filtri" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フィルターを編集する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "필터 편집" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger filtre" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerk filters" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj filtry" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar Filtros" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Filters" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Редагувати фільтри" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑过滤器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯過濾器" + } + } + } + }, + "account.action.edit-info" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць звесткі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita la informació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Info bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Info" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Info" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar información" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu informazioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifier les informations" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica informazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィールを編集" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 편집" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger info" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj profil" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar Informação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bilgiyi Düzenle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Редагувати інформацію" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑个人资料" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯個人檔案" + } + } + } + }, + "account.action.logout" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выйсці з уліковага запісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tanca la sessió" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abmelden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log Out Account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log Out Account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerrar sesión" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaitu saioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Déconnexion" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esci dall'account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウントをログアウトする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로그아웃" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Logg ut konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log uit" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyloguj się" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sair da conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log out account" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вийти з облікового запису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "退出登录" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "登出帳號" + } + } + } + }, + "account.action.mention" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадванне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menciona" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erwähnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mencionar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentionner" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menziona" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "언급" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Omtale" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vermelden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wymień osobę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menção" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bahset" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + } + } + }, + "account.action.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паведамленне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Envia un missatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nachricht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Message" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Message" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enviar mensaje" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidali mezua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Message" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メッセージ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메시지 작성" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Melding" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bericht sturen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyślij wiadomość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mesaj Gönder" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私信" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私訊" + } + } + } + }, + "account.action.more" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "More Settings" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "More Settings" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weitere Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "More Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Más ajustes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezarpen gehiago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "More Settings" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altre impostazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "その他の設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정 설정 더 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Flere innstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meer instellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Więcej ustawień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mais Configurações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "More Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Більше налаштувань" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多設定" + } + } + } + }, + "account.action.mute" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адключыць гук" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Silencia" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stummschalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mute" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mute" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Silenciar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mututu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rendre muet" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Silenzia" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ミュート" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뮤트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Demp" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dempen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wycisz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mutar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sustur" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приховати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "免打扰" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "靜音" + } + } + } + }, + "account.action.notify-disable" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адключыць апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desactiva les notificacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mitteilungen deaktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disable Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disable Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desactivar notificaiones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezgaitu jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Désactiver les notifications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disabilita le notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知を無効にする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글 알림 끄기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deaktiver varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schakel meldingen uit" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyłącz powiadomienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desabilitar Notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disable Notifications" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вимкнути сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关闭通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "停用通知" + } + } + } + }, + "account.action.notify-enable" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уключыць апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activa les notificacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mitteilungen aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activar notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gaitu jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activer les notifications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abilita le notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知を有効にする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글 알림 켜기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiver varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schakel meldingen in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Włącz powiadomienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Habilitar Notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Notifications" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увімкнути сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟用通知" + } + } + } + }, + "account.action.privacy-settings" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datenschutzeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pribatutasun ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia prywatności" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐私设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Settings" + } + } + } + }, + "account.action.reboosts-hide" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Схаваць павышэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaga els impulsos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esconder boosts" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkutatu bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Masquer les boosts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nascondi i boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストを表示しない" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 사용자가 부스트한 글 숨기기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verberg boosts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ukryj podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar Boosts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Boosts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приховувати поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐藏转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "隱藏轉嘟" + } + } + } + }, + "account.action.reboosts-show" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць павышэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra els impulsos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar boosts" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher les boosts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra i boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストを表示する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 사용자가 부스트한 글 표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon boosts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokazuj podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir Boosts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Boosts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображати поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示轉嘟" + } + } + } + }, + "account.action.share" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца гэтым уліковым запісам" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this account" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dieses Konto teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir esta cuenta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partager ce compte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "このアカウントを共有する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del denne kontoen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deel dit account" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij to konto" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhar essa conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this account" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити цей профіль" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享此账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享此帳號" + } + } + } + }, + "account.action.unblock" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Разблакаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desbloca" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blockade aufheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unblock" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unblock" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desbloquear" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utzi blokeatzeari" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Débloquer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sblocca" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブロック解除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "차단 해제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opphev blokkering" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deblokkeer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odblokuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desbloquear" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Engeli Kaldır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Розблокувати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消屏蔽" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "解封" + } + } + } + }, + "account.action.unmute" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уключыць гук" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deixa de silenciar" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stummschaltung aufheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unmute" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unmute" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dejar de silenciar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utzi mututzeari" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuler le mode muet" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sblocca" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ミュート解除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뮤트 해제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opphev demping" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dempen opheffen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyłącz wyciszenie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reativar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Susturmayı Kaldır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відновити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消免打扰" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消靜音" + } + } + } + }, + "account.add.error.instance-not-supported" : { + "comment" : "MARK: Add Account", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гэты асобнік зараз не падтрымліваецца." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aquesta instància no està suportada actualment." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Instanz wird aktuell nicht unterstützt." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This instance is not currently supported." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "This instance is not currently supported." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actualmente no soportamos esta instancia." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikazioa ez da instantzia honekin bateragarria une honetan." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cette instance n'est pas actuellement prise en charge." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Questa istanza non è attualmente supportata." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "このインスタンスは現在サポートされていません" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 서버는 현재 지원되지 않습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denne instansen støttes ikke for øyeblikket." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deze instantie wordt momenteel niet ondersteund." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ten serwer nie jest aktualnie obsługiwany." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "No momento, esta instância não é suportada." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu oluşum şu anda desteklenmiyor." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цей сервер наразі не підтримується." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "目前没有对该服务器的支持" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "此伺服器現不支援。" + } + } + } + }, + "account.add.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць уліковы запіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix un compte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cuenta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter un compte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウントの追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account toevoegen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj konto" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hesap Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати підключення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增帳戶" + } + } + } + }, + "account.add.sign-in" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увайсці" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inicia sessió" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anmelden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sign in" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sign in" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iniciar sesión" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasi saioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se connecter" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accedi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サインイン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로그인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Logg inn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaloguj się" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entrar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Giriş Yap" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зареєструватися" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "登录" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "登入" + } + } + } + }, + "account.boosted-by" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павялічана" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impulsat per" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geboostet von" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosted by" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosted by" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosteado por" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hauek bultzatua:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosté par" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condiviso da" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストしました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트한 사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterket av" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geboost door" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbity przez" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosted por" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarafından Geliştirildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟者" + } + } + } + }, + "account.detail.about" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадзеныя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quant a" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Über" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acerca de" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Honi buruz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "À propos" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "詳細" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "정보" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Om" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Over" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dane" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sobre" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hakkında" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Про" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "附加信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "關於" + } + } + } + }, + "account.detail.familiar-followers" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Таксама адсочваецца" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "També seguit per" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auch gefolgt von" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Also followed by" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Also followed by" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguido también por" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hauek ere jarraitzen diote:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aussi suivi par" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguito anche da" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "知っているかも" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내가 아는 팔로워" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Også fulgt av" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ook gevolgd door" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwowany także przez" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Também seguido por" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Şunlar tarafından da takip edilir" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Також відслідковується" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "同样关注此账号的有" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "其他跟隨者" + } + } + } + }, + "account.detail.featured-tags-n-posts %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld допісаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicacions" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Beitrag" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Beiträge" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicaciones" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld bidalketa" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posts" + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posty" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld postów" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld дописів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 条嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 嘟文" + } + } + } + }, + "account.detail.n-fields %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld палёў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld camps" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Feld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Felder" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld fields" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld fields" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld campos" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eremu %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld eremu" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld champs" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld campi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld カラム" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 항목" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld felter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld velden" + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld pola" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld pole" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld pól" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld campos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld alanlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld полів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 个" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 欄" + } + } + } + }, + "account.edit.about" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апісанне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quant a" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Über mich" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acerca de" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zure buruari buruz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "À propos" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "詳細" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "정보" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Om" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Over" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opis" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sobre" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hakkında" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Про" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关于" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "關於" + } + } + } + }, + "account.edit.account-settings.bot" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уліковы запіс бота" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compte bot" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot-Account" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cuenta Bot" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compte bot" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account gestito da un bot" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botアカウント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "봇 계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot-konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botaccount" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto bota" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conta Robô" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bot Hesap" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Це обліковий запис бота" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "机器人账号" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "機器人帳號" + } + } + } + }, + "account.edit.account-settings.discoverable" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выяўляны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visible" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In Suche finden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Discoverable" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Discoverable" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aurki zaitzakete" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Découvrable" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Indicizzabile" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "誰でも見れる" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다른 사용자들에게 이 계정 추천" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oppdagelig" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vindbaar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wykrywalne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aberto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keşfedilebilir" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оприлюднити обліковий запис у каталозі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "公开" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "公開" + } + } + } + }, + "account.edit.account-settings.private" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Асабістыя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geschützt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pribatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プライベート" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우 요청 필요" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privat" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privé" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prywatne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gizli" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зробити обліковий запис приватним" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私密" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私密" + } + } + } + }, + "account.edit.account-settings.section-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады уліковага запісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració del compte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontoeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de cuenta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontuaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres du compte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウント設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontoinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accountinstellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia konta" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações de Conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hesap Ayarları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування облікового запису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "账户设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "帳號設定" + } + } + } + }, + "account.edit.add-metadata-button" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new metadata" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new metadata" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuen Eintrag hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new metadata" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new metadata" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir metadatos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu metadatu berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new metadata" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi un nuovo contenuto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "情報を追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 메타데이터 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til nye metadata" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg metagegevens toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj nowe pole" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar novo metadado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new metadata" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати нові метадані" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加新附加信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增元資料" + } + } + } + }, + "account.edit.display-name" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Імя для адлюстравання" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom a mostrar" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigename" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Name" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nombre a mostrar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pantaila izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom d'affichage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome visibile" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示名" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "표시되는 이름" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visningsnavn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weergavenaam" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa wyświetlana" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome de Exibição" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gösterim Adı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Імʼя для відображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示名稱" + } + } + } + }, + "account.edit.error.save.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка пры захаванні профілю, паўтарыце спробу." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error en desar el perfil, torneu-ho a provar." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Sichern deines Profils. Bitte versuche es erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your profile, please try again." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your profile, please try again." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error al intentar guardar tu perfil, por favor vuelve a intentarlo." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea profila gordetzean; saiatu berriro." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur lors de la sauvegarde de votre profil, veuillez réessayer." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore durante il salvataggio del tuo profilo, riprova di nuovo." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィールの保存中にエラーが発生しました、もう一度試してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필을 저장하지 못했습니다. 다시 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil under lagring av profilen din, prøv igjen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan tijdens het bewaren van je profiel. Probeer het nogmaals" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd podczas zapisywania profilu, proszę spróbować ponownie." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erro salvando seu perfil, por favor, tente novamente." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilinizi kaydederken bir hata oluştu, lütfen tekrar deneyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Помилка збереження вашого облікового запису, спробуйте ще раз." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存个人资料时出错, 请重试。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存個人檔案時發生錯誤,請再試一次。" + } + } + } + }, + "account.edit.error.save.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка пры захаванні профілю" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error en desar el perfil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Sichern deines Profils" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your profile" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your profile" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error al guardar tu perfil" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea profila gordetzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur lors de la sauvegarde de votre profil" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore durante il salvataggio del tuo profilo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィールの保存中にエラーが発生しました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 저장 오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil under lagring av profilen din" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fout tijdens het bewaren van je profiel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd podczas zapisywania profilu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erro salvando seu perfil" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilinizi kaydederken bir hata oluştu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Помилка збереження облікового запису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存个人资料时出错" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存個人檔案時發生錯誤" + } + } + } + }, + "account.edit.metadata-name-placeholder" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Titel" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiqueta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etichetta" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ラベル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "제목" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merke" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Label" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Мітка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標示" + } + } + } + }, + "account.edit.metadata-section-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile Metadata" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile Metadata" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilmetadaten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile Metadata" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile Metadata" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Metadatos del perfil" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilaren metadatuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile Metadata" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Metadati del profilo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィール情報" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 메타데이터" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilmetadata" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profielmetagegevens" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Metadane profilu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Metadados do perfil" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile Metadata" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Метадані профілю" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "附加信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "個人檔案元資料" + } + } + } + }, + "account.edit.metadata-value-placeholder" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhalt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenido" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenuto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "内容" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innhold" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zawartość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valor" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вміст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "內容" + } + } + } + }, + "account.edit.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць профіль" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita el perfil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profil bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Profile" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Profile" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar perfil" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu profila" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifier le profil" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica profilo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィールを編集" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 편집" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger profil" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profiel bewerken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj profil" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar Perfil" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilinizi Düzenleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Редагувати обліковий запис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑个人资料" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯個人檔案" + } + } + } + }, + "account.edit.post-settings.privacy" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прыватнасць па змаўчанні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : " Privadesa per defecte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standard-Sichtbarkeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Default privacy" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Default privacy" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacidad por defecto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Defektuzko pribatutasuna" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confidentialité par défaut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy di default" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "デフォルトのプライバシー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기본 공개 범위" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standard personvern" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standaardprivacy" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prywatność domyślna" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacidade padrão" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varsayılan gizlilik" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приватність за замовчуванням" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "默认隐私设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "預設隱私" + } + } + } + }, + "account.edit.post-settings.section-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады допісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració de les publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitragseinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketen ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres des publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innstillinger for innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postinstellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuração de postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderi ayarları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文設定" + } + } + } + }, + "account.edit.post-settings.sensitive" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адчувальны змест" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contingut sensible" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensibler Inhalt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensitive content" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensitive content" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenido sensible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eduki hunkigarria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenu sensible" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contenuto sensibile" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "センシティブな内容" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "민감한 콘텐츠" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensitivt innhold" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gevoelige inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Treści wrażliwe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conteúdo Sensível" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hassas içerik" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Делікатний вміст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "敏感内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "敏感內容" + } + } + } + }, + "account.favorited-by" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Улюбёны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcat com a favorit per" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorisiert von" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorited by" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourited by" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcado como favorito por" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hauek gogoko dute:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorisé par" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tra i preferiti di" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入りされた" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요한 사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritt av" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefavoriet" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polubione przez" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritado por" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Şunlar tarafından favorilendi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вподобали" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "加入最愛" + } + } + } + }, + "account.follow-request.accept" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прыняць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepta" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akzeptieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accept" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accept" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aprobar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Onartu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepter" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accetta" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "承認" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "수락" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aksepterer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepteer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaakceptuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aceito" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прийняти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "接受" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "接受" + } + } + } + }, + "account.follow-request.reject" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адхіліць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rebutja" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ablehnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reject" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reject" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rechazar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baztertu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rejeter" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rifiuta" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "拒否" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "거절" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avslå" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weiger" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odrzuć" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rejeitado" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відхилити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "拒绝" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拒絕" + } + } + } + }, + "account.follow-requests.instructions" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гэтыя карыстальнікі не ўбачаць вашых допісаў, пакуль вы іх не прымеце." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aquests usuaris no veuran les vostres publicacions fins que els accepteu." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Personen werden deine Beiträge nicht sehen, bis du sie akzeptierst." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Those users won't see your posts until you accept them." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Those users won't see your posts until you accept them." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esos usuarios no verán tus publicaciones hasta que los apruebes." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Goiko erabiltzaileek ez dituzte zure bidalketak ikusiko onartzen ez dituzun arte." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Les utilisateurs ne verront pas vos messages tant que vous ne les acceptez pas." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Questi utenti non vedranno i tuoi post finché non li accetterai." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "これらのユーザーはあなたが承認するまで、あなたの投稿を見ることはできません" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우 요청을 수락하기 전까지 이 사용자들은 내가 쓴 팔로워 전용 글을 볼 수 없습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disse brukerne vil ikke se innleggene dine før du godtar dem." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deze gebruikers zien je berichten niet totdat je hun volgverzoek accepteert" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ci użytkownicy nie zobaczą twoich postów, dopóki ich nie zaakceptujesz." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Estes usuários não verão suas postagens até que você os aceite." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Користувачі, які не бачитимуть ваші дописи допоки ви їх не затвердите." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在你接受之前这些用户都无法看到你的嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "未接受前申請者無法見到您的嘟文。" + } + } + } + }, + "account.follow-requests.pending-requests" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Чакаючыя запыты" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sol·licituds pendents" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ausstehende Anfragen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pending requests" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pending requests" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solicitudes pendientes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabakitzeke dauden eskaerak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Demandes en attente" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Richieste in attesa" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リクエスト申請中" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "대기 중인 요청" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ventende forespørsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inkomende volgverzoeken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oczekujące prośby" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pedidos pendentes" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Черга запитів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "待处理的申请" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "待辦申請" + } + } + } + }, + "account.follow.follow" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сачыць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segueix" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Folgen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraitu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suivre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segui" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volg" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takip Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписатися" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨" + } + } + } + }, + "account.follow.following" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адсочваю" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguint" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entfolgen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Following" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Following" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siguiendo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraitzen" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suivi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segui già" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロー中" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우 중" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volgend" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwuję" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguindo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takip Edilen" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписаний" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "正在关注" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "已跟隨" + } + } + } + }, + "account.follow.requested" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запытаны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguint" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Angefragt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Requested" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Requested" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solicitado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eskaera eginda" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Demandé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Richiesto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リクエストしました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "요청함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forespurt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verzocht" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oczekuję" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pedido" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Talep Edilen" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запит надіслано" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已申请" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "已申請" + } + } + } + }, + "account.followers" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паслядоўнікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follower" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Followers" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Followers" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "jarraitzaile" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonné·e·s" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguito da" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロワー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로워" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følgere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volgers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwujący" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidores" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takipçiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписники" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "粉丝" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨者" + } + } + } + }, + "account.following" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адсочваю" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguits" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Folgt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Following" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Following" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siguiendo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "jarraitzen" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnements" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguiti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロー中" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우 중" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volgend" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwowani" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguindo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takip Edilen" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "正跟隨" + } + } + } + }, + "account.joined" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Далучыліся" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha unit" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beigetreten am" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Joined" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Joined" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Se unió el" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Batze-data:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inscrit" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "utente dal" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "登録日" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "가입" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ble med" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lid geworden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dołączył(a)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entrou em" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Katılındı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Доєднався" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加入于" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "加入日期" + } + } + } + }, + "account.label.followers %lld %@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ Follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ Follower" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ seguidor" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ seguidores" + } + } + } + } + } + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraitzaile %2$@" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ jarraitzaile" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ abonné·e" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ abonné·e·s" + } + } + } + } + } + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로워 %2$@명" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ følger" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ følgere" + } + } + } + } + } + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@粉丝" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@粉丝" + } + } + } + } + } + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@followers@" + }, + "substitutions" : { + "followers" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ follower" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ followers" + } + } + } + } + } + } + } + } + }, + "account.list.create" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стварыць новы спіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea una llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Liste erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create a new list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create a new list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crear una lista nueva" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortu zerrenda berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Créer une nouvelle liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea una nuova lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しいリストを作成" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 리스트 만들기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opprett en ny liste" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak een nieuwe lijst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utwórz nową listę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Criar uma nova lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeni bir liste oluştur" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Створити новий список" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新建列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增列表" + } + } + } + }, + "account.list.create.confirm" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стварыць спіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crear lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortu zerrenda" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Créer la liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストを作成" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "만들기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opprett liste" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak lijst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utwórz listę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Criar lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste oluştur" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Створити список" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "创建列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增列表" + } + } + } + }, + "account.list.create.description" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увядзіце назву вашага спісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Introduïu el nom de la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gib den Namen deiner Liste ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter the name for your list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter the name for your list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Introduce el nombre para la lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Idatzi zerrendaren izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entrer le nom de votre liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inserisci il nome della lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストの名前を入力" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트의 이름을 입력해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skriv inn navnet på listen din" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geef de lijst een naam" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wprowadź nazwę twojej listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Digite um nome para a sua lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listeniz için bir isim girin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Введіть назву для списку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "为你的列表命名" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "輸入列表名稱" + } + } + } + }, + "account.list.delete" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выдаліць спіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Borrar lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezabatu zerrenda" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supprimer la liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancella lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストを削除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트 삭제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Slett liste" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder lijst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń listę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excluir lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listeyi silin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видалити список" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "删除列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "刪除列表" + } + } + } + }, + "account.list.name" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назва спісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom de la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name der Liste" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "List name" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "List name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nombre de la lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendaren izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom de la liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome della lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストの名前" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트 이름" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listens navn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lijstnaam" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome da lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste ismi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назва списку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表名稱" + } + } + } + }, + "account.post.pinned" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Замацаваны допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicació fixada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Angehefteter Beitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pinned post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pinned post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicación fijada" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finkatutako bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publication épinglée" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post fissato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "固定した投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "고정된 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Festet innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vastgezette post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przypięty post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem fixada" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sabitlenmiş Gösteri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закріплений допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "固定的嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "釘選嘟文" + } + } + } + }, + "account.posts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дописи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "account.relation.follows-you" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сочыць за табой" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Us segueix" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Folgt dir" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follows You" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follows You" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Te sigue" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraitzen dizu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous suit" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ti segue" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォローされています" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나를 팔로우함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følger deg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volgt jou" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwuje ciebie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguiu Você" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seni takip ediyor" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписується на вас" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注你的人" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨了您" + } + } + } + }, + "account.relation.note.edit" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць нататку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Note" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notiz bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Note" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Note" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar nota" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu oharra" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifier la note" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica nota" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ノートを編集" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "노트 편집" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger notat" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerk notitie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj notatkę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar nota" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Note" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Редагувати нотатку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑备注" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯備註" + } + } + } + }, + "account.relation.note.edit.error.save.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка пры захаванні нататкі, паўтарыце спробу." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note, please try again." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Sichern der Notiz, bitte versuche es erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note, please try again." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note, please try again." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error al guardar tu nota, por favor vuelve a intentarlo." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea oharra gordetzerakoan, saiatu berriro geroago." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur pendant la sauvegarde de votre note, essayez de nouveau s'il vous plait." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore durante il salvataggio della nota. Riprova, per favore." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ノートの保存中にエラーが発生しました、もう一度お試しください。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "노트를 저장하지 못했습니다. 다시 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil under lagring av notatet. Prøv igjen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er is een fout opgetreden tijdens het bewaren van de notitie, probeer het nogmaals." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd podczas zapisywania notatki, spróbuj ponownie." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro ao salvar sua nota, tente novamente." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note, please try again." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Помилка збереження вашої нотатки, pспробуйте ще раз." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存备注时报错,请重试。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存備註時發生錯誤,請再試一次。" + } + } + } + }, + "account.relation.note.edit.error.save.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка пры захаванні нататкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Sichern der Notiz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error al guardar tu nota" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea oharra gordetzerakoan" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur pendant la sauvegarde de votre note" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore durante il salvataggio della nota" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ノートの保存中にエラーが発生しました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "노트 저장 오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil under lagring av notatet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fout tijdens bewaren notitie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd podczas zapisywania notatki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erro ao salvar sua nota" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while saving your note" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Помилка збереження нотатки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存报错" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存備註時發生錯誤" + } + } + } + }, + "account.relation.note.edit.placeholder" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увядзіце тэкст нататкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Note text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gib den Notiztext ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Note text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Note text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escribe una nota de texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Idatzi oharra hemen" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saisissez le texte de la note" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inserisci il testo della nota" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ノートを入力" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나만 볼 수 있는 노트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skriv inn notattekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voer notitietekst in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wprowadź treść notatki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Digite o texto da nota" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter Note text" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати нотатку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "输入备注文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "輸入備註" + } + } + } + }, + "account.relation.note.label" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нататка:" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note:" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notiz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note:" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note:" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nota:" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oharra:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note :" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nota:" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ノート:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "노트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notat:" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notitie:" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notatka:" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nota:" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Note:" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нотатка:" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "备注:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "備註:" + } + } + } + }, + "action.cancel" : { + "comment" : "MARK: Common strings", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скасаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel·la" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abbrechen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utzi" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuler" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annulla" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャンセル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "취소" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avbryt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuleer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anuluj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İptal Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відміна" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消" + } + } + } + }, + "action.delete" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выдаліць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Borrar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezabatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supprimer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancella" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "削除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "삭제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Slett" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excluir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sil" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видалено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "删除" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "刪除" + } + } + } + }, + "action.done" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гатова" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fet" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fertig" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Done" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Done" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hecho" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eginda" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terminé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fatto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "完了" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "완료" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ferdig" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gereed" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gotowe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feito" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tamamlandı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Виконано" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "完成" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "結束" + } + } + } + }, + "action.retry" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паўтарыць спробу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reintenta" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wiederholen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retry" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retry" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reintentar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saiatu berriro" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Réessayer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Riprova" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リトライ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다시 시도" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prøv på ny" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opnieuw" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spróbuj ponownie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tentar novamente" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeniden Dene" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Повторити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "重试" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "重試" + } + } + } + }, + "action.save" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Захаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desa" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guardar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gorde" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enregistrer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salva" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "저장" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arkiver" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewaar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zachowaj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salvar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kaydet" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Збережено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存" + } + } + } + }, + "action.view.error" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Праглядзець памылку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra l'error" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler ansehen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "View error" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "View error" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver error" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi errorea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher l'erreur" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore di visualizzazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "閲覧エラー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "View 오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis feil" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bekijk fout" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zobacz błąd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver erro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "View error" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переглянути помилки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "查看错误" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "檢視錯誤" + } + } + } + }, + "add-tag-groups.edit.icon.field" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icona del Grup d'Etiquetes (SFSymbol)" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icono del Grupo de Etiquetas (SFSymbol)" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traola-sortaren ikonoa (SFSymbol izena)" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icona del gruppo (nome simbolo SF)" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그 모음 아이콘 (SF Symbol 이름)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikona grupy (nazwa symbolu SF)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Icon (SFSymbol name)" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签组图标(SFSymbol)" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標籤組圖示(SFSymbol 名稱)" + } + } + } + }, + "add-tag-groups.edit.tags" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix etiquetes al grup" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añade etiquetas al grupo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu traolak sortara" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag aggiunti al gruppo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모음에 포함할 태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj hasztagi do grupy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tags to the group" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "将标签添加到组" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "把標籤加入標籤組" + } + } + } + }, + "add-tag-groups.edit.tags.add" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiqueta" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiqueta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traola" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasztag" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標籤" + } + } + } + }, + "add-tag-groups.edit.title.field" : { + "comment" : "MARK: Tag Groups", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Títol del Grup d'Etiquetes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Título del Grupo de Etiquetas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traola-sortaren izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Titolo del gruppo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그 모음 이름" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa grupy hasztagów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Group Title" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签组名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標籤組名稱" + } + } + } + }, + "alert.button.ok" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "D'acord" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ok" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ados" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ok" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "확인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tamam" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гаразд" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + } + } + }, + "alert.error" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Error!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "エラー!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fout!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erro!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hata!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Халепа!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "错误!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "錯誤!" + } + } + } + }, + "app-account.button.add" : { + "comment" : "MARK: Package: AppAccount", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць уліковы запіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix un compte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add Account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add Account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cuenta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter un compte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウントの追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account toevoegen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj konto" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar Conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hesap Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати обліковий запис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增帳號" + } + } + } + }, + "conversations.action.delete" : { + "comment" : "MARK: Package: Conversations", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выдаліць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Borrar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezabatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supprimer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancella" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "削除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "삭제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Slett" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excluir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sil" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видалити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "删除" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "刪除" + } + } + } + }, + "conversations.action.mark-read" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адзначыць як прачытанае" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marca com a llegit" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Als gelesen markieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mark as read" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mark as read" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcar como leído" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markatu irakurritzat" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marquer comme lu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segna come letto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "既読にする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "읽음으로 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merk som lest" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markeer als gelezen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oznacz jako przeczytany" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcar como lida" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Okundu olarak işaretle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Позначити прочитаним" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标记为已读" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標示為已讀" + } + } + } + }, + "conversations.action.view-detail" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паглядзець дэталі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "View detail" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Detailansicht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "View detail" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "View detail" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver detalle" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi xehetasunak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "View detail" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vedi i dettagli" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "詳細を見る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "상세 정보 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis detaljer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon details" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zobacz szczegóły" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "View detail" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "View detail" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переглянути деталі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "查看详情" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示詳情" + } + } + } + }, + "conversations.empty.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шукаеце каханне ў сацыяльных сетках? Тут вы знойдзеце ўсе вашы прамыя паведамленні і асабістыя згадкі. Прыемнай перапіскі! 📱❤️" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esteu buscant l'amor a les xarxes socials? Aquí trobareu tots els vostres missatges directes i mencions privades. Bona conversa! 📱❤️" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suchst du etwas Liebe auf Social Media? Hier findest du alle deine Direktnachrichten und privaten Erwähnungen. Fröhliches Messaging! 📱❤️" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Looking for some social media love? You'll find all your direct messages and private mentions right here. Happy messaging! 📱❤️" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Looking for some social media love? You'll find all your direct messages and private mentions right here. Happy messaging! 📱❤️" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Buscas algo de amor de redes sociales? Encontrarás todos tus mensajes directos y menciones privadas justo aquí. ¡Disfruta! 📱❤️" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gizarte-sareko maitasun apur baten bila? Zure mezu zuzen eta aipamen pribatu guztiak hemen topatuko dituzu. Ondo pasa! 📱❤️" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous cherchez de l'amour sur les réseaux sociaux ? Vous trouverez tous vos messages directs et vos mentions privées ici. Bon messaging ! 📱❤️" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hey, qui troverai tutti i tuoi messaggi diretti e le menzioni private. 📱❤️" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ソーシャルメディアへの愛をお探しですか?ダイレクトメッセージやプライベートメッセージはすべてここにあります、ハッピーメッセージ! 📱❤️" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메시지를 찾고 있나요? 여기에서 다이렉트 메시지와 비공개 언급을 확인할 수 있어요. 친구에게 메시지를 먼저 보내보세요! 📱❤️" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leter du etter kjærlighet til sosiale medier? Du finner alle dine direktemeldinger og private omtaler her. God melding! 📱❤️" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Op zoek naar wat liefde op sociale media? Hier vind je al je directe berichten en privévermeldingen. Veel plezier met het versturen van berichtjes! 📱❤️" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Szukasz miłości w mediach społecznościowych? Tutaj znajdziesz wszystkie swoje bezpośrednie wiadomości i prywatne wzmianki. Szczęśliwego korespondowania! 📱❤️" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Procurando por um pouco de amor nas mídias sociais? Você irá encontrar todas as suas mensagens diretas e menções privadas bem aqui. Divirta-se enviando mensagens! 📱❤️" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sosyal medyada fark edilmek mi istiyorsunuz? Burada tüm direkt mesajlarınızı ve gizli bahsetmelerinizi bulabilirsiniz. Mutlu mesajlaşmalar! 📱❤️" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ви знайдете ваші особисті повідомлення та приватні згадки тут. Приємного обміну повідомленнями! 📱❤️" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "正在社交媒体上寻找乐趣?你所有的私信和单独提及都在这里。聊得开心!📱❤️" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在社交媒體上找尋滿足嗎?您的私訊和私人提及都在這裡。聊個開心! 📱❤️" + } + } + } + }, + "conversations.empty.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уваходная скрыня парожняя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Safata d'entrada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posteingang leer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inbox Zero" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inbox Zero" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No tienes mensajes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inbox Zero" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boîte de réception vide" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nessuna posta in arrivo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "受信トレイ・ゼロ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메시지 없음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innboks null" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lege inbox" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skrzynka odbiorcza pusta" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caixa de entrada vazia" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gelen Kutusu Boş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Порожня скринька" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "收件箱为空" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "零收件匣" + } + } + } + }, + "conversations.error.button" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паўтарыць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reintenta" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wiederholen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retry" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retry" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reintentar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saiatu berriro" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Réessayer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Riprova" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リトライ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다시 시도" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prøv på nytt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opnieuw" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spróbuj ponownie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tente novamente" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekrar Dene" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Спробувати знову" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "重试" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "重試" + } + } + } + }, + "conversations.error.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка падчас загрузкі вашых паведамленняў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error en carregar els missatges" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Laden deiner Nachrichten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while loading your messages" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while loading your messages" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error cargando tus mensajes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea mezuak kargatzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur lors du chargement de vos messages" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore durante il recupero dei tuoi messaggi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メッセージの読み込み中にエラーが発生しました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메시지를 불러오지 못했습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil under lasting av meldingene dine" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fout tijdens het laden van je berichten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd podczas ładowania twoich wiadomości" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error ao carregar suas mensagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mesajlarınızı yüklerken bir hata oluştu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Помилка завантаження вашого повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加载私信时出错" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載私訊時發生錯誤" + } + } + } + }, + "conversations.error.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка падчас загрузкі вашых паведамленняў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha produït un error" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ein Fehler ist aufgetreten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea gertatu da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Une erreur est survenue" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato in errore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "エラーが発生しました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "En feil oppstod" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wystąpił błąd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir hata oluştu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Виникла халепа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "出错啦" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "發生錯誤" + } + } + } + }, + "conversations.latest.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Latest Message" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Latest Message" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Letzte Nachricht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Latest Message" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Latest Message" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Último mensaje" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mezu berriena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Latest Message" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ultimo messaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最新のメッセージ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "가장 최근 메시지를" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siste melding" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meest recente bericht" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Najnowsza wiadomość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Última Mensagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Latest Message" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Останні повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "最新消息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最新私訊" + } + } + } + }, + "conversations.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Непасрэдныя паведамленні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missatges directes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direktnachrichten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direct Messages" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direct Messages" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensajes directos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mezu zuzenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messages directs" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messaggi diretti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ダイレクトメッセージ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "다이렉트 메시지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direktemeldinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Directe berichten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wiadomości bezpośrednie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensagens diretas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direkt Mesajlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Особисті повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私信" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私訊" + } + } + } + }, + "conversations.new.message.placeholder" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новае паведамленне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missatge nou" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Nachricht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Message" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Message" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensajes nuevos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mezu berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nouveau message" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovo messaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しいメッセージ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 메시지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ny melding" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuw bericht" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowa wiadomość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nova mensagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeni Mesaj" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нове повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新消息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新私訊" + } + } + } + }, + "DeepL API Free" : { + + }, + "DeepL API Pro" : { + + }, + "design.tag.n-posts-from-n-participants %lld %lld" : { + "comment" : "MARK: Package: DesignSystem", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld допісы ад %lld удзельнікаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicacions de %lld participants" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count_posts@ von %#@count_participants@" + }, + "substitutions" : { + "count_participants" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Teilnehmenden" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Teilnehmenden" + } + } + } + } + }, + "count_posts" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Beitrag" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Beiträge" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posts from %lld participants" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posts from %lld participants" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicaciones de %lld participantes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@tagParticipantsCount@ %#@tagPostsCount@" + }, + "substitutions" : { + "tagParticipantsCount" : { + "argNum" : 2, + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partaide batek egindako" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld partaidek egindako" + } + } + } + } + }, + "tagPostsCount" : { + "argNum" : 1, + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "bidalketa %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld bidalketa" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publications de %lld participants" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld post da %lld partecipanti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld トゥートの投稿 %lld 人が投稿している" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 글 (%lld명이 이야기 중)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld innlegg fra %lld deltakere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld posts van %lld deelnemers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@tagPostsCount@ %#@tagParticipantsCount@" + }, + "substitutions" : { + "tagParticipantsCount" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "od %arg uczestnika" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "od %arg uczestników" + } + } + } + } + }, + "tagPostsCount" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg posty" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg postów" + } + } + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld postagens de %lld participantes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld katılımcılar tarafından %lld gönderi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld дописів від %lld учасників" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 条嘟文来自 %lld 个参与者" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 篇嘟文,%lld 位參與者" + } + } + } + }, + "design.theme.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выбар тэмы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selector de tema" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Design-Auswahl" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Theme Selector" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Theme Selector" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selector de Tema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gai hautatzailea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sélecteur de thème" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Temi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テーマセレクト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "테마 선택" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Temavelger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Themakiezer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wybór motywu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seletor de tema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema Seçici" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Обрати тему" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "主题选择" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選擇風格" + } + } + } + }, + "design.theme.toots-preview" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Папярэдні прагляд" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitragsvorschau" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toots preview" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toots preview" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vista previa" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tuten aurreikuspena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aperçu des toots" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anteprima dei Toot" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トゥートプレビュー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 미리 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toots forhåndsvisning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voorbeeld" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podgląd postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pré-visualização de Toots" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toots önizlemesi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Перегляд допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "预览文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文預覽" + } + } + } + }, + "enum.avatar-position.leading" : { + "comment" : "MARK: Enums", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вядучы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Davant" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorne" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leading" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leading" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delante" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alboan" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "En tête" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "A fianco" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "水平方向に先頭" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "본문 옆" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ledende" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leidend" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Z lewej" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Principal" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Önde" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поряд" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "居首" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "前導" + } + } + } + }, + "enum.avatar-position.top" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Наверсе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dalt" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Top" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Top" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arriba" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corpusean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "En haut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "In alto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "垂直方向に先頭" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "본문 위" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Topp" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boven" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Na górze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Topo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Üstte" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зверху" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "顶部" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "居頂" + } + } + } + }, + "enum.avatar-shape.circle" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кола" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cercle" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kreis" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Circle" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Circle" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Círculo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biribila" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rond" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerchio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "円形" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "원" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sirkel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cirkel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Okrągły" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Círculo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Çember" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Круг" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "圆形" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圓形" + } + } + } + }, + "enum.avatar-shape.rounded" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Акруглены" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arrodonida" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abgerundet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rounded" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rounded" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Redondeado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biribildutako ertzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arrondi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arrotondata" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "角丸" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "둥근 사각형" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avrundet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afgerond" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaokrąglony" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arredondado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yuvarlak" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закруглені" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "圆角" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圓角" + } + } + } + }, + "enum.durations.custom" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Individuelle Einstellung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuk zehaztuko dut" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizzato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタム" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "직접 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "tilpasset" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aangepast" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "niestandardowy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "custom" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "власний" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定义" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定" + } + } + } + }, + "enum.durations.fiveMinutes" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 хвілін" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 Minuten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutuz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minuti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "5分間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "5분" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minuten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minut" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 minutes" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 хвилин" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "5 分钟" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "五分鐘" + } + } + } + }, + "enum.durations.infinite" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "бясконцасць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "infinite" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unbegrenzt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "infinite" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "infinite" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Infinito" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Betiko" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "infinite" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Infinito" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "無期限" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "해제할 때까지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "uendelig" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Onbepaald" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "nieokreślony" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "infinito" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "infinite" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "без обмеження" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "永久" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "永久" + } + } + } + }, + "enum.durations.oneDay" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 дзень" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 dia" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 Tag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 day" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 day" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 día" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egun batez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 jour" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 giorno" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "1日間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "1일" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 dag" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 dag" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 dzień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 dia" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 day" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 день" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 天" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "一天" + } + } + } + }, + "enum.durations.oneHour" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 гадзіна" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 hora" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 Stunde" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 hour" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 hour" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 hora" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordubetez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 heure" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 ora" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "1時間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "1시간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 time" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 uur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 godzina" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 hora" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 hour" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 година" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "1 小时" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "一小時" + } + } + } + }, + "enum.durations.sevenDays" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 дзён" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 dies" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 Tage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 days" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 days" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 días" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 egunez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 jours" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 giorni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "7日間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "7일" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 dager" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 dagen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 dni" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 dias" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 days" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 днів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "7 天" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "一星期" + } + } + } + }, + "enum.durations.sixHours" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 гадзін" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 hores" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 Stunden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 hours" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 hours" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 horas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 orduz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 heures" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 ore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "6時間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "6시간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 timer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 uur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 godzin" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 horas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 hours" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 годин" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "6 小时" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "六小時" + } + } + } + }, + "enum.durations.thirtyMinutes" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 хвілін" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 Minuten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutuz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minuti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "30分間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "30분" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minuten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minut" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 minutes" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 хвилин" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "30 分钟" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "半小時" + } + } + } + }, + "enum.durations.threeDays" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 дні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 dies" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 Tage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 days" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 days" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 días" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 egunez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 jours" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 giorni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "3日間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "3일" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 dager" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 dagen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 dni" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 dias" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 days" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 дні" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "3 天" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "三天" + } + } + } + }, + "enum.durations.twelveHours" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 гадзін" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 hores" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 Stunden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 hours" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 hours" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 horas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 orduz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 heures" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 ore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "12時間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "12시간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 timer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 uur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 godzin" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 horas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 saat" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 годин" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "12 小时" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "半天" + } + } + } + }, + "enum.expand-media.hide" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Схаваць усе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oculta-ho tot" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide All" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide All" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nunca" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkutatu guztia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Masquer tout" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nascondi tutto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "全て隠す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모두 가리기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul alle" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verberg alle" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ukryj wszystkie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esconder Todas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide All" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приховати все" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐藏所有" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "全部隱藏" + } + } + } + }, + "enum.expand-media.hide-sensitive" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Хаваць уражлівыя допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaga el contingut sensible" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensible ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Sensitive" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Sensitive" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar contenido sensible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkutatu hunkigarria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Masquer sensible" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nascondi media sensibili" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "センシティブなものは隠す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "민감한 미디어만 가리기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul sensitive" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verberg gevoelige" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ukryj wrażliwe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar Sensível" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Sensitive" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приховувати вміст, позначений як делікатний" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐藏敏感内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "隱藏敏感題材" + } + } + } + }, + "enum.expand-media.show" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць усе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra-ho tot" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siempre" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi guztia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher tout" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra tutto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "全て表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모두 표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis alle" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon alle" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokazuj wszystkie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir Todas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show All" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відобразити все" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示所有" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "全部顯示" + } + } + } + }, + "enum.status-actions-display.all" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tots" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guztia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tout" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tutti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "すべて表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모두 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Met tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wszystko" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hepsi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усе" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图标和文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖示和數量" + } + } + } + }, + "enum.status-actions-display.no-buttons" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Бяз кнопак" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sense botons" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Buttons" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No buttons" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "No buttons" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sin botones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botoirik gabe" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pas de boutons" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nessun pulsante" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ボタン無し" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "표시하지 않음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ingen knapper" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geen knoppen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bez przycisków" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sem botões" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Butonsuz" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Без кнопок" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "仅文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "無" + } + } + } + }, + "enum.status-actions-display.only-buttons" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Толькі кнопкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Només els botons" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nur Buttons" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only buttons" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Only buttons" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo botones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botoiak bakarrik" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seulement les boutons" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo pulsanti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ボタンのみ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "버튼만 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bare knapper" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zonder tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tylko przyciski" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Somente botões" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sadece Butonlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Лише кнопки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "仅图标" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖示" + } + } + } + }, + "enum.status-display-style.compact" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кампактны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compacte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kompakt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compact" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compact" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compacto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trinkoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compact" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compatto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "縮小" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "작게" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kompakt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compact" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pomniejszone" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compacto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kompakt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Компактно" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "紧凑" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "小" + } + } + } + }, + "enum.status-display-style.large" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вялікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gran" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Groß" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Large" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Large" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grande" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Handia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grand" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Completo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "拡大" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "크게" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stor" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Groot" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duże" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Largo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geniş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Велике" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "宽松" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "大" + } + } + } + }, + "enum.status-display-style.medium" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medium" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medium" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mittel" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medium" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medium" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mediano" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ertaina" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Moyen" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "標準" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "중간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medium" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Middel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Średnie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Médio" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medium" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Середнє" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "中等" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "中" + } + } + } + }, + "enum.swipeactions.icon-only" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Толькі значкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon only" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nur Symbol" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon only" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon only" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo icono" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikonoa soilik" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icône seulement" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo icone" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アイコンのみ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "아이콘만" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bare ikon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alleen symbolen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tylko ikona" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apenas ícone" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon only" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Лише іконки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "仅图标" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖示" + } + } + } + }, + "enum.swipeactions.icon-with-text" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Значкі з тэкстам" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon with text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Symbol mit Text" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon with text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon with text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icono con texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikonoa eta testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icône avec texte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icone e testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アイコンと文字" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "아이콘과 텍스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikon med tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Symbolen en tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikona z tekstem" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ícone com texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon with text" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Іконки з текстом" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图标和文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖文" + } + } + } + }, + "env.poll-vote-frequency.multiple" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Некалькі галасоў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vot múltiple" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehrfachauswahl" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multiple Votes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multiple Votes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varios votos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boto bat baino gehiago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plusieurs votes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voto multiplo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "複数投票可" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "여러 개 선택 가능" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Flere stemmer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meerdere stemmen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Głosowanie wielokrotne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Múltiplos Votos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Birden fazla oy" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вибір декількох варіантів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "多个投票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "多重選擇" + } + } + } + }, + "env.poll-vote-frequency.one" : { + "comment" : "MARK: Package: Env", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адзін голас" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vot únic" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einfache Auswahl" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "One Vote" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "One Vote" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Un voto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boto bakarra" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Un vote" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voto singolo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "単一投票" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "하나만 선택 가능" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Én stemme" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eén stem" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jeden głos" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Um Voto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir oy" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Лише один варіант" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "单个投票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "單一選擇" + } + } + } + }, + "explore.navigation-title" : { + "comment" : "MARK: Package: Explore", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Агляд" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explora" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entdecken" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explore" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explore" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explorar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arakatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explorer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esplora" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "探索" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "둘러보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utforsk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ontdekken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odkrywaj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explorar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keşfet" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Огляд" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "探索" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "探索" + } + } + } + }, + "explore.scope.all" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guztia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tutto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모두" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wszystko" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "全部" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "全部" + } + } + } + }, + "explore.scope.hashtags" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traolak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasztagi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "主題標籤" + } + } + } + }, + "explore.scope.people" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jendea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Persone" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Osoby" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "People" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "用户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "用戶" + } + } + } + }, + "explore.scope.posts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "explore.search.empty.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гэты запыт не даў вынікаў пошуку, паспрабуйце іншы." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "La cerca no ha trobat cap resultat, proveu-ne una altra." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Suche führte ins Leere, bitte versuche eine andere Anfrage." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This query returned no search results, please try another one." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "This query returned no search results, please try another one." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esta consulta no devolvió ningún resultado, inténtalo con otra." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bilaketa honek ez du emaitzarik lortu, saiatu berriro." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cette requête n'a donné aucun résultat, veuillez en essayer une autre." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mi dispiace ma la richiesta non ha prodotto risultati" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "この問い合わせは検索結果を返しませんので、別の問い合わせを実行してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "검색어에 대한 결과가 없습니다. 다른 검색어로 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dette søket ga ingen søkeresultater, prøv et annet." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deze zoekopdracht leverde geen resultaten op. Probeer een andere zoekopdracht." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "To zapytanie nie zwróciło żadnych wyników wyszukiwania, spróbuj proszę użyć innego." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esse parâmetro não retornou resultado, por favor, tente novamente com outros parâmetros." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu arama hiçbir sonuç döndürmedi, lütfen başka bir şey deneyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "На цей запит нічого не знайдено, спробуйте інший." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜索无结果,请尝试其他查询" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜尋無結果,請試其他查詢" + } + } + } + }, + "explore.search.empty.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Няма вынікаў пошуку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No hi ha resultats de cerca" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Ergebnisse" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No search results" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "No search results" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sin resultados de búsqueda" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ez dago emaitzarik" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aucun résultat de recherche" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nessun risultato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "検索結果無し" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "검색 결과 없음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ingen søkeresultater" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geen zoekresultaten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brak wyników wyszukiwania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sem resultados" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arama sonucu yok" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нічого не знайдено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "无结果" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜尋無結果" + } + } + } + }, + "explore.search.message-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "З гэтага экрана вы можаце шукаць што заўгодна на %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Des d'aquest apartat podeu cercar qualsevol cosa a %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hier kannst du alles auf %@ suchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "From this screen you can search anything on %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "From this screen you can search anything on %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desde esta pantalla puedes buscar cualquier cosa en %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pantaila honetan %@(e)ko edozer bila dezakezu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Depuis cet écran, vous pouvez rechercher n'importe quoi sur %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Da questo pannello puoi cercare tutto su %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ここからあらゆるものを検索することができます %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "여기에서 %@ 서버와 연결된 무엇이든 검색해볼 수 있습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fra denne skjermen kan du søke etter hva som helst på %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vanaf dit scherm kan je naar alles zoeken op %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Z tego ekranu możesz wyszukać wszystko na temat %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nessa tela, você por procurar por qualquer coisa na %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu ekrandan her şeyi aratabilirsiniz %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ви можете шукати все, що вас цікавить на %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在此界面上,你可以搜索 %@ 上的任何信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "從這裡可以搜尋 %@ 裡的任何訊息" + } + } + } + }, + "explore.search.prompt" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шукаць карыстальнікаў, допісы і тэгі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerqueu usuaris, publicacions i etiquetes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suche nach Profilen, Beiträgen und Hashtags" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search users, posts and tags" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search users, posts and tags" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Busca usuarios, publicaciones y etiquetas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "erabiltzaileak, bidalketak eta traolak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rechercher des utilisateurs, des publications et des tags" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerca utenti, post e tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ユーザー、投稿、タグの検索" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용자, 글, 태그 검색" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Søk brukere, innlegg og tagger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zoek gebruikers, posts en hashtags" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Szukaj osób, postów i hasztagów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Procurar por usuários, postagens e hashtags" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kullanıcıları, gönderileri ve etiketleri arayın" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пошук користувачів, дописів та хештеґів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜索用户、嘟文或标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜尋用戶、嘟文、或標籤" + } + } + } + }, + "explore.search.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пошук у вашым серверу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerqueu la vostra instància" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsuche deine Instanz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search your instance" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search your instance" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Busca en tu instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bilatu zure instantzian" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recherchez sur votre instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerca nella tua istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンスの検索" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버를 탐색해보세요" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Søk i instansen din" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Doorzoek je instantie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyszukaj swój serwer" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Procure sua instância" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oluşumları arayın" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пошук на сервері" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜索你的服务器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "搜尋本站" + } + } + } + }, + "explore.section.posts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дописи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "explore.section.suggested-users" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прапанаваныя карыстальнікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuaris suggerits" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorgeschlagene Profile" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggested Users" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggested Users" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sugerencias de usuarios" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gomendatutako erabiltzaileak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilisateurs suggérés" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utenti suggeriti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オススメのユーザー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "추천 사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foreslåtte brukere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aanbevolen gebruikers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ciekawe osoby" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sugestão de usuários" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tavsiye Edilen Kullanıcılar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запропоновані користувачі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "推荐的用户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "推薦用戶" + } + } + } + }, + "explore.section.tags" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тэгі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traolak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Étiquettes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タグ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tagger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasztagi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiketler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Хештеґи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標籤" + } + } + } + }, + "explore.section.trending.links" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Трэндавыя спасылкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enllaços populars" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Links im Trend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending Links" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending Links" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enlaces que son tendencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gori-gorian dauden estekak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liens tendance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link in tendenza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "人気のリンク" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뜨고 있는 링크" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trendende lenker" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending links" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Popularne linki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Links em Tendência" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselişteki Bağlantılar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Популярні посилання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "当下流行的网页" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "流行連結" + } + } + } + }, + "explore.section.trending.posts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Трэндавыя допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions populars" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge im Trend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones que son tendencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bogan dauden bidalketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publications tendance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in tendenza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "人気の投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뜨고 있는 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trendende innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Popularne posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagens em Tendência" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselişteki Gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Популярні дописи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "当下流行的嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "流行嘟文" + } + } + } + }, + "explore.section.trending.tags" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Трэндавыя тэгі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetes populars" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags im Trend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending Tags" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending Tags" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetas que son tendencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pil-pilean dauden traolak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Étiquettes tendance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag in tendenza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "人気のタグ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뜨고 있는 태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trendende tagger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending hashtags" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Popularne hasztagi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags em Tendência" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselişteki Etiketler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Популярні хештеґи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "当下流行的标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "流行標籤" + } + } + } + }, + "explore.section.users" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Карыстальнікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuaris" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Users" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Users" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuarios" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabiltzaileak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilisateurs" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utenti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ユーザー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brukere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruikers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Osoby" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuários" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kullanıcılar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Користувачі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "用户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "用戶" + } + } + } + }, + "filter.action.hide" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Схаваць цалкам" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaga per complet" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Komplett ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide completely" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide completely" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar completamente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkutatu guztiz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cacher complètement" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nascondi completamente" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "完全に非表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "완전히 숨김" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul helt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verberg volledig" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ukryj całkowicie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar completamente" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide completely" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Повністю приховати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "完全隐藏" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "完全隱藏" + } + } + } + }, + "filter.action.warning" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Схаваць з папярэджаннем" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaga amb un avís" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mit einer Warnung ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide with a warning" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide with a warning" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar con una advertencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkutatu ohartarazpen batekin" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cacher avec avertissement" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nascondi con un avviso" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "警告して非表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "경고 표시하고 글 가림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul med advarsel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verberg met waarschuwing" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ukryj z ostrzeżeniem" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar com um aviso" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide with a warning" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приховати з попередженням" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐藏并提醒" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "警告之後隱藏" + } + } + } + }, + "filter.contexts.conversations" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Размовы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Converses" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nachrichten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conversations" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conversations" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conversaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elkarrizketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conversations" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nelle conversazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "会話" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "대화" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Samtaler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesprekken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konwersacje" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conversas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Conversations" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Розмови" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "对话" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "對話" + } + } + } + }, + "filter.contexts.home" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Галоўная старонка і спісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inici i llistes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Startseite und Listen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home and lists" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home and lists" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inicio y listas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasiera eta zerrendak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accueil et listes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nella Home e nelle liste" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ホームとリスト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "홈 및 리스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hjem og lister" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start en lijsten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strona główna i listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Início e listas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home and lists" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Домівка та список" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "主页和列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "首頁和列表" + } + } + } + }, + "filter.contexts.notifications" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nelle notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiadomienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + } + } + }, + "filter.contexts.profiles" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Профілі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Perfils" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profiles" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profiles" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Perfiles" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profils" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nei profili" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィール" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profiler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profielen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Perfis" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profiles" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Профілі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "个人主页" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "個人檔案" + } + } + } + }, + "filter.contexts.public" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Публічныя графікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Línies de temps públiques" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öffentliche Timelines" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Public timelines" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Public timelines" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cronologías públicas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denbora-lerro lokalak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chronologie publique" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nelle timeline pubbliche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "パブリックタイムライン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공개 타임라인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offentlige tidslinjer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Openbare tijdlijnen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumienie publiczne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timelines públicas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Public timelines" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Публічна стрічка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "公共时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "公開時間軸" + } + } + } + }, + "filter.edit.action" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дзеянне фільтра" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acció del filtre" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filteraktion" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Action" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Action" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acción del filtro" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazkiaren ekintzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Action du filtre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azione del filtro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フィルターする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "가릴 방식" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filterhandling" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filteractie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Działanie filtra" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrar Ação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Action" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Виконати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "过滤器行为" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "過濾器動作" + } + } + } + }, + "filter.edit.contexts" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кантэксты фільтра" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtra els contextos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filterkontext" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Contexts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Contexts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contextos del filtro" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazkiaren testuinguruak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contextes du filtre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dove applicare il filtro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フィルターする文章" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "적용할 곳" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrer kontekster" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtercontext" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontekst filtra" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrar Contextos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Contexts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Фільтрувати вміст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "过滤范围" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "過濾器情境" + } + } + } + }, + "filter.edit.expiry" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ablaufdatum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiración" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iraungitzea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scadenza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "期限" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "가릴 기간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utløp" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vervaldatum" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wygaśnięcie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiração" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Завершується" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "结束时间" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "期限" + } + } + } + }, + "filter.edit.expiry.date-time" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date/Time" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date/Time" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum/Uhrzeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date/Time" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date/Time" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fecha/Hora" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data/Ordua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date/Time" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data/Orario" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "日付/時間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "날짜 및 시간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dato/Tid" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum/tijd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data/czas" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data/Tempo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date/Time" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "День/Година" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "日期/时间" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "日期時間" + } + } + } + }, + "filter.edit.expiry.duration" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dauer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duración" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iraupena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durata" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "期間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lengde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Czas trwania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duration" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тривалість" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "持续时间" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "期間" + } + } + } + }, + "filter.edit.keywords" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Фільтраваць ключавыя словы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtra paraules clau" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schlüsselwörter filtern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Keywords" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Keywords" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Palabras claves del filtro" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazteko hitz gakoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mots-clés du filtre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Parole chiave del filtro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フィルターするキーワード" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "거를 단어" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrer nøkkelord" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter sleutelwoorden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Słowa kluczowe filtra" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Palavras chaves do Filtro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter Keywords" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ключові слова" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关键词" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "過濾器關鍵詞" + } + } + } + }, + "filter.edit.keywords.add" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць новае ключавое слова" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix una paraula clau" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neues Wort hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new keyword" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new keyword" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir una nueva palabra clave" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu hitz gako berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter un nouveau mot-clé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuova parola chiave" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しいキーワードを追加する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 단어 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til nytt nøkkelord" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg een nieuw sleutelwoord toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj nowe słowo kluczowe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar uma palavra chave" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a new keyword" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати нове слово" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加关键词" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增關鍵詞" + } + } + } + }, + "filter.edit.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Фільтр загалоўка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Títol del filtre" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtertitel" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter title" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter title" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Título del filtro" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazkiaren izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Titre du filtre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Titolo del filtro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フィルタータイトル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "필터 이름" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtertittel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtertitel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa filtra" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Título do filtro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter title" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назва фільтру" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "过滤器名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "過濾器名稱" + } + } + } + }, + "filter.expired" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abgelaufen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expirado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iraungi da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scaduto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "期限切れ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기간 종료됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utløpt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verlopen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expirado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expired" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Втратив чинність" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已失效" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "過期" + } + } + } + }, + "filter.expiry-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Läuft ab: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiración: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iraungitzea: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scadenza: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "有効期限: %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@까지 가림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utløp: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verloopt: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiração: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiry: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Втрачає чинність: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "失效时间:%@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "期限:%@" + } + } + } + }, + "filter.filters" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Фільтры" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtres" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filter" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filters" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filters" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtros" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazkiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtres" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtri" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フィルター" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "필터" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtre" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filters" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtry" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtros" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filters" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Фільтри" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "过滤器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "過濾器" + } + } + } + }, + "filter.new" : { + "comment" : "MARK: Filters", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новы фільтр" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea un filtre" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuer Filter" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Filter" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Filter" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuevo filtro" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazki berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nouveau filtre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovo filtro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しいフィルター" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 필터 만들기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nytt filter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuw filter" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowy filtr" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Novo Filtro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Filter" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новий фільтр" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新建过滤器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增過濾器" + } + } + } + }, + "instance.info.domains" : { + "comment" : "MARK: Instances", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дамены" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dominis" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domains" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domains" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domains" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dominios" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domeinuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domaines" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domini" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ドメイン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "도메인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domener" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domeinen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domeny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domínios" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Domainler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Домени" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "域名" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "網域" + } + } + } + }, + "instance.info.email" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Электронная пошта" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correu electrònic" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "E-Mail" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "ePosta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メールアドレス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이메일" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "E-post" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "E-mail" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "E-mail" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Email" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Електронна пошта" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "邮件" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "電郵" + } + } + } + }, + "instance.info.name" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Імя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nombre" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "名前" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이름" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Naam" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İsim" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Імʼя" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "名稱" + } + } + } + }, + "instance.info.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Інфармацыя аб серверы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informació de la instància" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-Info" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance Info" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance Info" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Información de la instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziari buruzko informazioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informations sur l'instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni sull'istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンス情報" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 정보" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instansinformasjon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantie-info" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informacja o serwerze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informação da Instância" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oluşum Bilgisi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Статистика сервера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器資訊" + } + } + } + }, + "instance.info.posts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿数" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дописи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "instance.info.section.info" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Інфармацыя аб серверы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informació de la instància" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-Info" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance info" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance info" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Información de la instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziari buruz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informations sur l'instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni sull'istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンス情報" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 정보" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instansinformasjon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informatie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informacje o serwerze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informação da instância" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oluşum Bilgisi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Інформація про сервер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器資訊" + } + } + } + }, + "instance.info.section.rules" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Правілы серверу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Normes de la instància" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-Regeln" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance rules" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance rules" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reglas de la instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziaren arauak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Règles de l'instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Regolamento dell'istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンスのルール" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 규칙" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instansregler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Regels" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zasady obowiązujace na serwerze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Regras da instância" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oluşum Kuralları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Правила сервера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器规则" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器規章" + } + } + } + }, + "instance.info.users" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Карыстальнікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuaris" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Users" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Users" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuarios" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabiltzaileak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilisateurs" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utenti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ユーザー数" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brukere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruikers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Użytkownicy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuários" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kullanıcılar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Користувачів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "用户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "用戶" + } + } + } + }, + "instance.info.version" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вэрсія" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versió" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versión" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bertsioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "バージョン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "버전" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versjon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wersja" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versões" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versiyon" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Версія" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "版本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "版本" + } + } + } + }, + "instance.list.posts-%@" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ допісаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "% publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 %@개" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ дописів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 嘟文" + } + } + } + }, + "instance.list.users-%@" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ карыстальнікаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ usuaris" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ Profile" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ users" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ users" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ usuarios" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ erabiltzaile" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ utilisateurs" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ utenti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ ユーザー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사용자 %@명" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ brukere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ gebruikers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ użytkowników" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ usuários" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ kullanıcılar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ користувачів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 用户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 用戶" + } + } + } + }, + "instance.suggestions" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прапановы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggeriments" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorschläge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggestions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggestions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sugerencias" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gomendioak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggestions" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggerimenti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "こちらかも?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "추천" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forslag" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suggesties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Propozycje" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sugestões" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öneriler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пропозиції" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "推荐" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "推薦" + } + } + } + }, + "instance.url" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL асобніку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL de la instància" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-URL" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL de la instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziaren URLa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL de l'instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL dell'istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンスのURL" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 URL" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instans-URL" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantie-URL" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL instancji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL da Instância" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oluşum URL'si" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL Сервера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器 URL" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器 URL" + } + } + } + }, + "iPad" : { + + }, + "iPhone" : { + + }, + "lists.add-remove-%@" : { + "comment" : "MARK: Package: Lists", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць/Выдаліць %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix/elimina %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ hinzufügen/entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add/Remove %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add/Remove %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir/Eliminar %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu/Kendu %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter/Supprimer %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi/Rimuovi %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "追加/削除 %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 추가/제거" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til/Fjern %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ toevoegen/verwijderen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj/usuń %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar/Remover %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ekle/Çıkar %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати/Видалити %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加/移除 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增或刪除 %@" + } + } + } + }, + "lists.create" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стварыць новы спіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea una llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Liste erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create a new list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create a new list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crear una nueva lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortu zerrenda berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Créer une nouvelle liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea una nuova lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しいリストを作成" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 리스트 만들기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opprett en ny liste" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuwe lijst maken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utwórz nową listę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Criar uma nova lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeni bir liste oluştur" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Створити новий список" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新建列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增列表" + } + } + } + }, + "lists.create.confirm" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стварыць спіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crear lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortu zerrenda" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Créer la liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Crea lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストを作成" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "만들기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opprett liste" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lijst maken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utwórz listę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Criar lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste oluştur" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Створити список" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "创建列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增列表" + } + } + } + }, + "lists.edit.users-in-list" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Карыстальнікі ў гэтым спісе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuaris en aquesta llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile in dieser Liste" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Users in this list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Users in this list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuarios en esta lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrenda honetan dauden erabiltzaileak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilisateurs dans cette liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utenti in questa lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "このリスト内のユーザー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 리스트에 있는 사용자" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brukerne i denne listen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruikers in deze lijst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Osoby na tej liście" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuários nesta lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu listedeki kullanıcılar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Користувачі у списку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表中的用户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表中用戶" + } + } + } + }, + "lists.name" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назва спісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom de la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name der Liste" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "List name" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "List name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nombre de la lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendaren izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nom de la liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome della lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストの名前" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트 이름" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listens navn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lijstnaam" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nazwa listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nome da lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste ismi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Назва списку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表名称" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表名稱" + } + } + } + }, + "lists.name.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увядзіце назву вашага спісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Introduïu el nom de la llista" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gib den Namen deiner Liste ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter the name for your list" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter the name for your list" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Introduce el nombre para tu lista" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Idatzi zerrendaren izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entrez le nom de votre liste" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inserisci il nome della tua lista" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リストの名前を入力" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트의 이름을 입력해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skriv inn navnet på listen din" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voer de naam van jouw lijst in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wprowadź nazwę twojej listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escreva um nome para a sua lista" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listeniz için bir isim girin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Введіть назву для списку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "为你的列表命名" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "輸入列表名稱" + } + } + } + }, + "menu.font" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрыфт" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Codi font" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schrift" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fuente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Letra tipoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Police" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글꼴" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skrifttype" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lettertype" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Czcionka" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fonte" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрифт" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "字体" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "字體" + } + } + } + }, + "menu.font.bigger" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Больш" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Més gran" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Größer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigger" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigger" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Más grande" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Handiagoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plus grand" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aumenta" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "拡大" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "크게" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Større" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Groter" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Większa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maior" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigger" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Більше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "增大" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "放大" + } + } + } + }, + "menu.font.smaller" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Менш" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Més petita" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kleiner" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smaller" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smaller" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Más pequeña" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Txikiagoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plus petit" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diminuisci" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "縮小" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "작게" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mindre" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kleiner" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mniejsza" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menor" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Smaller" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Менше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "减小" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "縮小" + } + } + } + }, + "menu.new-post" : { + "comment" : "MARK: Menu", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новы допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicació nova" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuer Beitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "New post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicación nueva" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nouvelle publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovo post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しい投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nytt innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuwe post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowy post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nova postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "New post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новий допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新嘟文" + } + } + } + }, + "notifications-others-count %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " і %lld іншы " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " і %lld іншыя " + } + } + } + } + }, + "ca" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " i %lld més " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " i %lld més " + } + } + } + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " und %lld weiterer " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " und %lld weitere " + } + } + } + } + }, + "en" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld other " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld others " + } + } + } + } + }, + "en-GB" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld other " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld others " + } + } + } + } + }, + "es" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " y %lld otro " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " y %lld otros " + } + } + } + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " eta beste bat" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " eta beste %lld" + } + } + } + } + }, + "fr" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " et %lld autre " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " et %lld autres " + } + } + } + } + }, + "it" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " e un altro " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " e %lld altri " + } + } + } + } + }, + "ja" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld other " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld others " + } + } + } + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님 외 %lld명이 " + } + }, + "nb" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " og en annen " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " og %lld andre " + } + } + } + } + }, + "nl" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " en %lld andere " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " en %lld anderen " + } + } + } + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : " i %lld inne " + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " i %lld inny " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " i %lld innych " + } + } + } + } + }, + "pt-BR" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " e %lld outro " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " e %lld outros " + } + } + } + } + }, + "tr" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld other " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld others " + } + } + } + } + }, + "uk" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld other " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " and %lld others " + } + } + } + } + }, + "zh-Hans" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : " 和其他 %lld 个用户 " + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : " 和其他 %lld 个用户 " + } + } + } + } + }, + "zh-Hant" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "和另一位用戶" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "和另 %lld 位用戶" + } + } + } + } + } + } + }, + "notifications.empty.message" : { + "comment" : "MARK: Package: Notifications", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апавяшчэнні? Якія апавяшчэнні? Ваша скрыня апавяшчэнняў выглядае такой пустой. Працягвайце заставацца цудоўным! 📱😎" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mitteilungen? Welche Mitteilungen? Dein Posteingang sieht so leer aus. Bleib weiter so fantastisch! 📱😎" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications? What notifications? Your notification inbox is looking so empty. Keep on being awesome! 📱😎" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications? What notifications? Your notification inbox is looking so empty. Keep on being awesome! 📱😎" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Notificaciones? ¿Qué notificaciones? Tu buzón de notificaciones parece tan vacío. ¡Sigue siendo genial! 📱😎" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jakinarazpenak? Zer jakinarazpen? Jakinarazpenen zerrenda erabat hutsik duzu. Segi zoragarria izaten! 📱😎" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications ? Quelles notifications ? Votre boîte de réception de notifications est si vide. Continuez à être génial ! 📱😎" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifiche? Quali notifiche? La tua casella delle notifiche è vuota. Continua così! 📱😎" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知?何の通知?通知の受信箱が空っぽに見えるよ!これからもよろしく頼むぜ! 📱😎" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림? 무슨 알림이요? 알림 목록이 비어 있어요. 지금처럼 멋지게 하면 알림이 곧 올 거에요. 📱😎" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varsler? Hvilke varsler? Varslingsinnboksen din ser så tom ut. Fortsett å være fantastisk! 📱😎" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaties? Welke notificaties? Jouw notificatie-inbox ziet er zo leeg uit. Blijf geweldig! 📱😎" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiadomienia? Jakie powiadomienia? Twoja skrzynka powiadomień wygląda tak pusto. Bądź dalej niesamowity! 📱😎" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificações? Que notificações? Sua caixa de entrada de notificações está parecendo tão vazia. Continue sendo incrível! 📱😎" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildirimler? Ne bildirimi? Bildirim gelen kutunuz boş gözüküyor. Harika olmaya devam edin! 📱😎" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сповіщення? Які сповіщення? Я не бачив тут жодних сповіщень... 📱😎" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知?什么通知?你的收件箱是空的。继续保持!📱😎" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知?什麼通知?您的通知收件匣空空如也,太棒了! 📱😎" + } + } + } + }, + "notifications.empty.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Няма апавяшчэнняў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No hi ha notificacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "No notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No hay notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jakinarazpenik ez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aucune notification" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nessuna notifica" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知無し" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림 없음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ingen varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geen notificaties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brak powiadomień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sem notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeni bildirim yok" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Немає сповіщень" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "没有更早的通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "無通知" + } + } + } + }, + "notifications.error.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пры загрузцы вашых апавяшчэнняў адбылася памылка, паспрабуйце яшчэ раз." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha produït un error en carregar les notificacions, torneu-ho a provar." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beim Laden deiner Mitteilungen ist ein Fehler aufgetreten, bitte versuche es erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred while loading your notifications, please try again." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred while loading your notifications, please try again." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error al cargar tus notificaciones, por favor vuelve a intentarlo." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea gertatu da jakinarazpenak kargatzean, saiatu berriro." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Une erreur s'est produite lors du chargement de vos notifications, veuillez réessayer." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato un errore durante il caricamento delle notifiche, per favore riprova più tardi." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知の読み込み中にエラーが発生しました、もう一度試してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림을 불러오지 못했습니다. 다시 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Det oppsto en feil under innlasting av varslene dine. Prøv på nytt." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan tijdens het laden van je notificaties. Probeer het nogmaals." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podczas ładowania powiadomień wystąpił błąd, proszę spróbować ponownie." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro enquanto suas notificações eram carregadas, por favor, tente novamente." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildirimlerinizi yüklerken bir hata oluştu, lütfen tekrar deneyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Халепа з завантаженням ваших сповіщень, спробуйте ще раз." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加载通知时出错,请重试。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載通知時發生錯誤,請再試一次。" + } + } + } + }, + "notifications.error.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Узнікла памылка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha produït un error" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ein Fehler ist aufgetreten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea gertatu da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Une erreur s'est produite" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato un errore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "エラーが発生しました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "En feil oppstod" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wystąpił błąd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir hata oluştu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сталася халепа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "出现了一个错误" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載通知時發生錯誤" + } + } + } + }, + "notifications.label.favorite %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "пазначана" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha marcat com a favorit" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "hat favorisiert" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "haben favorisiert" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "starred" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "starred" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "marcó como favorito" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k gogoko du" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k gogoko dute" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "aime" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "aiment" + } + } + } + } + } + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha apprezzato il tuo post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "stjernet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "markeerde jouw bericht als favoriet" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "markeerden jouw bericht als favoriet" + } + } + } + } + } + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "polubiony" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "favoritou" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "favorilendi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "уподобано" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "星标" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "把您的嘟文加入了最愛" + } + } + } + }, + "notifications.label.favorite.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Пазначана зоркай: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Starred: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Favorisiert: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Starred: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Starred: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Marcó como favorito: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Gogoko du: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Favori: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ ha inserito nei preferiti: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ お気に入り:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ 좋아요함: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Stjernemerket: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Heeft als favoriet gemarkeerd: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Polubił(a): " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Favoritou: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Starred: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ Вподобано: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ 喜欢了:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "⭐️ 加入了最愛:" + } + } + } + }, + "notifications.label.follow %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "пачаў адсочваць вас" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "us ha seguit" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "folgt dir jetzt" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "folgen dir jetzt" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "followed you" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "followed you" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "te siguió" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k jarraitzen dizu" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k jarraitzen dizute" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "vous suit" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "vous suivent" + } + } + } + } + } + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ti segue" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォローされました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나를 팔로우함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "fulgte deg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "volgt jou" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "volgen jou" + } + } + } + } + } + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "obserwuje cię" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "seguiu você" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "seni takip etti" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "підписка на вас" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注了你" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨了您" + } + } + } + }, + "notifications.label.follow-request" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "адпраўлены запыт на тое, каб сачыць за вамі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha sol·licitat seguir-vos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "möchte dir folgen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "requested to follow you" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "requested to follow you" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "solicitó seguirte" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k jarraitzeko eskaera egin dizu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "a demandé à vous suivre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha chiesto di seguirti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォローリクエストが届いています" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님이 나에게 팔로우 요청을 보냄" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "ba om å følge deg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "wil je volgen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "prosił(a) o obserwowanie cię" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "pediu para te seguir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "seni takip etmek istiyor" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "запит на підписку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注申请" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "申請跟隨您" + } + } + } + }, + "notifications.label.follow-request.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Запрасіў сачыць за вамі: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Requested to follow you: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Möchte dir folgen: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Requested to follow you: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Requested to follow you: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Solicitó seguirte: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Jarraipen-eskaera bidali dizu: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Ont demandé à vous suivre: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 ha richiesto di seguirti: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 フォローリクエスト:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 나에게 팔로우 요청을 보냄: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Forespurt om å følge deg: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Wil je volgen: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Prosi o obserwację: " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Pediu para te seguir: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Requested to follow you: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 Запит на підписку: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 请求关注你:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "🔒 申請跟隨您:" + } + } + } + }, + "notifications.label.follow.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Сочыць за вамі: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Followed you: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Folgt dir: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Followed you: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Followed you: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Te siguió: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Jarraitu dizu: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Vous ont suivi: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 ti segue: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 あなたをフォロー:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 나를 팔로우함: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Fulgte deg: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Volgt jou: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Obserwuje cię: " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Seguiu você: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Followed you: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 Підписався: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 新增关注:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "👋 跟隨了您:" + } + } + } + }, + "notifications.label.mention %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "згадаў вас" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "us ha mencionat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "hat dich erwähnt" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "haben dich erwähnt" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "mentioned you" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "mentioned you" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "te mencionó" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k aipatu zaitu" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k aipatu zaituzte" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "vous a mentionné" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "vous ont mentionné" + } + } + } + } + } + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ti ha menzionato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "あなたについて言及されています" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님이 나를 언급함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "nevnte deg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "heeft jou vermeld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "hebben jou vermeld" + } + } + } + } + } + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "wymienił(a) cię" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "mencionou você" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "senden bahsetti" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "загадано вас" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及了你" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及了您" + } + } + } + }, + "notifications.label.poll" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "апытанне скончана" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "l'enquesta ha finalitzat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfrage beendet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "poll ended" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "poll ended" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "terminó una encuesta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "(r)en bozketa amaitu da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "sondage terminé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "votazione conclusa" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票終了" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님의 투표가 끝남" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "avstemningen avsluttet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "poll beëindigd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "sondaż zakończony" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "votação encerrada" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "anket sona erdi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "завершення опитування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票结束" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票結束" + } + } + } + }, + "notifications.label.poll.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Апытанне скончана: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Poll ended: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Umfrage beendet: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Poll ended: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Poll ended: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Encuesta finalizada: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Bozketa amaitu da: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Sondage terminé: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Sondaggio chiuso: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 投票終了:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 투표가 끝남: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Avstemningen avsluttet: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Poll is beëindigd: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Sondaż zakończony: " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Enquete encerrada: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Poll ended: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 Опитування завершено: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 投票结束:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "📈 投票結束:" + } + } + } + }, + "notifications.label.reblog %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "павышае вас" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha impulsat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "hat geboostet" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "haben geboostet" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "boosted" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "boosted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "boosteó" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k bultzatu du" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k bultzatu dute" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "a boosté" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "ont boosté" + } + } + } + } + } + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha condiviso" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストしました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "forsterket" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count@" + }, + "substitutions" : { + "count" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "boostte" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "boostten" + } + } + } + } + } + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "podbił(a)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "deu boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "yükseltildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "поширено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟了您的嘟文" + } + } + } + }, + "notifications.label.reblog.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Павышана: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosted: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Geboostet: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosted: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosted: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosteó: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Bultzatu du: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosté: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 ha condiviso: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 ブースト:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 부스트함: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Forsterket: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Heeft geboost: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Podbił(a): " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosted: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Boosted: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 Поширено: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 转发了:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "🚀 轉嘟了:" + } + } + } + }, + "notifications.label.status" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "апублікаваў статус" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha fet una publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "hat einen Beitrag gepostet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "posted a status" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "posted a status" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "publicó un estado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k argitaratu du" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "a posté un statut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha pubblicato uno stato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿されたステータス" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님의 새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "har lagt ut en status" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "nieuwe status" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "opublikował(a) status" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "postou um status" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "bir durum paylaştı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "публікація допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "发表了一条嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "發表了嘟文" + } + } + } + }, + "notifications.label.status.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Апублікавана: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Posted: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Neuer Beitrag: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Posted: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Posted: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Publicó: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Argitaratu du: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Publié: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ ha inviato: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ 投稿:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ 새 글: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ La ut: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Heeft gepost: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Opublikował(a): " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Postou: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Posted: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ Опубліковано: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ 发表了:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "🖊️ 發表了:" + } + } + } + }, + "notifications.label.update" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "адрэдагаваў допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha editat una publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "hat einen Beitrag geändert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "edited a post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "edited a post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "editó una publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k bidalketa editatu du" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "a modifié un post" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha modificato un post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "編集済み" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님이 글을 수정함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "redigerte et innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "wijzigde een post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "edytował(a) post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "editou uma postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "bir gönderiyi düzenledi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "зміна допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑了一条嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯了嘟文" + } + } + } + }, + "notifications.label.update.push" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Абноўлена: " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updated: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktualisiert: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updated: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updated: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actualizó: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eguneratu du: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mis à jour: " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha aggiornato: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "更新:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글을 수정함: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oppdatert: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bijgewerkt: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaktualizował(a): " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atualizado: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updated: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оновлено: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "更新了:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更新了:" + } + } + } + }, + "notifications.menu-title.favorite" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Абранае" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferits" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gogokoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favori" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferiti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriet" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polubione" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorito" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favori" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уподобання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最愛" + } + } + } + }, + "notifications.menu-title.follow" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сачыць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguiments" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follower" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraipenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suivre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chi segui" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 팔로워" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volg" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwujący" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takip Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨" + } + } + } + }, + "notifications.menu-title.follow-request" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запыт на падпіску" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sol·licituds de seguiment" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow-Anfrage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow Request" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follow Request" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solicitudes para seguirte" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraipen-eskaerak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Demande de suivi" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Richieste di amicizia" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォローリクエスト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우 요청" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følgeforespørsel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volgverzoek" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prośby o obserwację" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pedido para seguir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takip Etme İsteği" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Запит на підписку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注申请" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨申請" + } + } + } + }, + "notifications.menu-title.mention" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mencions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erwähnung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipamenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menzioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나를 언급" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Omtale" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vermelding" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wzmianki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menção" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bahset" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + } + } + }, + "notifications.menu-title.poll" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апытанне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enquestes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfrage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Encuestas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondaggi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표 결과" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avstemning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sondaże" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Votação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anket" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Опитування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + } + } + }, + "notifications.menu-title.reblog" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павышэнне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impulsos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condivisioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟" + } + } + } + }, + "notifications.menu-title.status" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Statut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "La ut" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönder" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дописи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟嘟" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "notifications.menu-title.update" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допіс адрэдагавана" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edicions de publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag bearbeitet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post Edited" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post Edited" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones editadas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketen edizioak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mise à jour du statut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post modificati" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "編集済み" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "수정된 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innleggredigering" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post gewijzigd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posty edytowane" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem editada" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderi Düzenlendi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Редагування дописів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已编辑嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文更新" + } + } + } + }, + "notifications.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усе апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Totes les notificacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "All Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todas las notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jakinarazpen guztiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toutes les notifications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tutte le notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "全ての通知" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모든 알림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle notificaties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wszystkie komunikaty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todas as Notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bütün Bildirimler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усі сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "全部通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "所有通知" + } + } + } + }, + "notifications.tab.all" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Totes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "All" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guztia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tout" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tutto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "全て" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모든 알림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wszystko" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tamamı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "全部" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "所有" + } + } + } + }, + "notifications.tab.mentions" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадванні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mencions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erwähnungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipamenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentions" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menzioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "언급" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Omtaler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vermeldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wzmianki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menções" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bahsetmeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + } + } + }, + "placeholder.loading.long" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Загрузка, загрузка, загрузка ..." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'està carregant, carregant, carregant..." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laden, laden, laden …" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading, loading, loading ..." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading, loading, loading ..." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cargando, cargando, cargando ...." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kargatzen, kargatzen, kargatzen ..." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chargement, chargement, chargement…" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caricamento in corso..." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading, loading, loading ..." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로딩, 로딩, 또 로딩..." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laster, laster, laster..." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laden, laden, laden…" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ładuję, ładuję, ładuję ..." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carregando, carregando, carregando ..." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükleniyor, Yükleniyor, Yükleniyor ..." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Завантаження, завантаження, все ще завантаження ..." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加载,加载,再加载……" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載,下載,再下載⋯" + } + } + } + }, + "placeholder.loading.short" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ідзе загрузка ..." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'està carregant ..." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laden …" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading ..." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading ..." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cargando ..." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kargatzen ..." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chargement…" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caricamento..." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading ..." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로드 중..." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laster..." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laden…" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ładuję ..." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carregando ..." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükleniyor ..." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Завантаження ..." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加载中……" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載中⋯" + } + } + } + }, + "report.action.send" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адправіць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Absenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enviar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidali" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Envoyer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Invia" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "送信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "제출" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verstuur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyślij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enviar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Надіслати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "发送" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "送出" + } + } + } + }, + "report.comment.placeholder" : { + "comment" : "MARK: Report", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадатковая інфармацыя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Additional Info" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zusätzliche Informationen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Additional Info" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Additional Info" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Información adicional" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazio gehigarria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Information supplémentaire" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni aggiuntive" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "追加情報" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "추가 정보" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tilleggsinformasjon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aanvullende informatie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informacja dodatkowa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informação adicional" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Additional Info" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додаткова інформація" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "附加信息" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "附加資訊" + } + } + } + }, + "report.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паскардзіцца" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag melden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denunciar publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salaketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Signaler la publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segnala il messaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿を報告" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "신고" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rapporter innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meld post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zgłoszenie postu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denunciar publicação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скарга на допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "举报嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "檢舉嘟文" + } + } + } + }, + "see-more" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Глядзець больш" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra'n més" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehr sehen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "See more" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "See more" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver más" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi gehiago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voir plus" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vedi di più" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "詳細を見る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis mer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bekijk meer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zobacz więcej" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veja mais" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dahasını Gör" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переглянути більше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "查看更多" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更多" + } + } + } + }, + "settings.about.built-with" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes створаны з наступным праграмным забеспячэннем з адкрытым зыходным кодам:" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes is built with the following Open Source software:" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes wird mit folgender Open-Source-Software erstellt:" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes is built with the following Open Source software:" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes is built with the following Open Source software:" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes utiliza estas librerías de código abierto:" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes ondorengo iturburu irekiko softwarea erabiliz egin da:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes est développé avec les logiciels Open Source suivants :" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes utilizza i seguenti software Open Source" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubesは以下のオープンソースソフトウェアで構築されています:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes는 다음 오픈 소스 소프트웨어를 사용하여 개발되었습니다:" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes er bygget med følgende åpen kildekode-programvare:" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes is gebouwd met de volgende opensourcesoftware:" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes zbudowano z wykorzystaniem następującego oprogramowania Open Source:" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes é construído com os seguintes softwares de código aberto:" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes is built with the following Open Source software:" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes створено з Open Source продуктами та любовʼю:" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes 的构建使用了以下开源项目:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes 運用下列開源碼:" + } + } + } + }, + "settings.about.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes" + } + } + } + }, + "settings.account.action.delete-cache" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ачысціць кэш" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neteja la memòria cau" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache leeren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Cache" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Cache" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vaciar caché" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Garbitu katxea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Effacer le cache" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancella la cache" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャッシュをクリア" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "캐시 데이터 지우기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tøm buffer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leeg cache" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyczyść bufor postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Limpar cache" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear cache" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Очистити кеш" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "清除缓存" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "清除快取" + } + } + } + }, + "settings.account.add" : { + "comment" : "MARK: Settings", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць уліковы запіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix un compte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cuenta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu kontua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter un compte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi un account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウントの追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til konto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account toevoegen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj konto" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar conta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hesap Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати обліковий запис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增帳戶" + } + } + } + }, + "settings.account.cached-posts-%@" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кэшаваныя допісы: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions en la memòria cau: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beiträge im Cache: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cached Posts: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cached Posts: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicaciones cacheadas: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketak katxean: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publications en cache: %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in cache: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャッシュしているポスト: %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "캐시 데이터로 저장된 글: %@개" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bufrede innlegg: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posts in cache: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liczba postów w buforze: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pastagens cacheadas: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cached posts: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кешовано дописів: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已缓存嘟文:%@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "快取嘟文:%@" + } + } + } + }, + "settings.app.about" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аб дадатку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quant a" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Über Ice Cubes" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acerca de" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikazio honi buruz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "À propos" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリについて" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 앱에 관해" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Om" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Info" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "O aplikacji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sobre" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "About" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Опис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关于" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "關於" + } + } + } + }, + "settings.app.icon" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Значок дадатка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icona de l'aplicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App-Icon" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Icon" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Icon" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icono de la app" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikazioaren ikonoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icône de l'application" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icona dell'applicazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリアイコン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 아이콘" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appikon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appsymbool" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikona aplikacji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ícone do App" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulama İkonu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Іконка додатку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用图标" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "App 圖像" + } + } + } + }, + "settings.app.icon.designed-by" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Значкі ад" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icons by" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Symbole von" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icons by" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icons by" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iconos creados por" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ondorengo ikonoen sortzailea:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icônes par" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icone create da" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アイコンの作者:" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "커뮤니티 앱 아이콘 | 제작:" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikoner av" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appsymbolen door" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikony zaprojektowane przez" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ícones por" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icons by" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Розроблено" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图标作者" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖像作者" + } + } + } + }, + "settings.app.icon.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Значкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icones" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Symbole" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icons" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icons" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iconos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikonoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icônes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icone" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アイコン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 아이콘" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appsymbolen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikony" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ícones" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İkonlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Іконки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用图标" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖像" + } + } + } + }, + "settings.app.icon.official" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Афіцыйныя значкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Official icons" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offizielle Symbole" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Official icons" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Official icons" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iconos oficiales" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikono ofizialak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icônes officielles" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icone ufficiali" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "公式アイコン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공식 앱 아이콘" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offisielle ikoner" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Officiële appsymbolen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oficjalne ikony aplikacji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ícones oficiais" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Official icons" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Офіційні іконки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "官方图标" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "官方圖像" + } + } + } + }, + "settings.app.source" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Крыніца (спасылка на GitHub)" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font (enllaç a GitHub)" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quellcode (auf GitHub)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Source (GitHub)" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Source (GitHub)" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Código fuente (Enlace a GitHub)" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iturburu kodea (GitHub)" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Source (lien GitHub)" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sorgenti (link GitHub)" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ソース (GitHub link)" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "소스 코드 (GitHub)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kilde (GitHub-lenke)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Broncode (GitHub-link)" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Źródło (link do GitHub)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Código fonte (link GitHub)" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kaynak Kodu (GitHub link)" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Посилання (GitHub)" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "源代码(GitHub 链接)" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "程式原始碼(GitHub)" + } + } + } + }, + "settings.app.support" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падтрымаць дадатак" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dona suport a l'aplicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unterstütze die App" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Support the App" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Support the App" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apoya a Ice Cubes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eman babesa aplikazioari" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Soutenir l'application" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporta l'applicazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリを支援する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 앱 지원하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Støtt denne appen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "De app steunen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wspieraj aplikację" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apoie o app" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulamayı Destekleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підтримати додаток" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "支持本应用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "贊助本程式" + } + } + } + }, + "settings.cache-media.clear" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Media Cache" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Media Cache" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mediencache leeren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Media Cache" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Media Cache" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vaciar caché multimedia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Garbitu multimedia katxea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Media Cache" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina la cache dei Media" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メディアキャッシュをクリア" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 캐시 데이터 지우기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tøm mediebuffer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leeg mediacache" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyczyść bufor treści multimedialnych" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Limpar Cache de Mídia" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear Media Cache" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Очистити кеш файлів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "清除媒体缓存" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "清除媒體快取" + } + } + } + }, + "settings.content.boosts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павышэння" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impulsos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükseltmeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟" + } + } + } + }, + "settings.content.collapse-long-posts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapse long posts" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapse long posts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lange Beiträge einklappen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapse long posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapse long posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Colapsar publicaciones largas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tolestu bidalketa luzeak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapse long posts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comprimi i post lunghi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "長い投稿を折りたたむ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "긴 글을 접힌 상태로 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul lange innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Klap lange posts in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zwijaj długie posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reduzir postagens longas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapse long posts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згортати довгі дописи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "折叠长嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "縮限長文" + } + } + } + }, + "settings.content.collapse-long-posts-hint" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapsed posts only display a limited number of lines together with a button to show the full post" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapsed posts only display a limited number of lines together with a button to show the full post" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eingeklappte Beiträge zeigen nur eine begrenzte Anzahl an Zeilen sowie eine Schaltfläche an, mit der der komplette Beitrag angezeigt werden kann" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapsed posts only display a limited number of lines together with a button to show the full post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapsed posts only display a limited number of lines together with a button to show the full post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Las publicaciones colapsadas sólo muestran un número limitado de líneas junto a un botón para mostrar la publicación completa" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tolestutako bidalketek lerro kopuru jakin bat baino ez dute erakusten, bidalketa osorik irakurri ahal izateko hedatzeko botoiarekin batera" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapsed posts only display a limited number of lines together with a button to show the full post" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "I post compressi visualizzano alcune righe del contenuto assieme ad un pulsante per visualizzare tutto il post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "折りたたまれた投稿には、限られた数の行のみが表示され、投稿全体を表示するボタンが表示されます" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "접힌 글은 일정 줄까지만 내용이 표시됩니다. 함께 표시되는 버튼을 누르면 전체 내용을 볼 수 있습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjulte innlegg viser bare et begrenset antall linjer sammen med en knapp for å vise hele innlegget" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alleen een beperkt aantal regels van ingeklapte posts wordt getoond, samen met een knop om de volledige post te tonen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zwinięte posty wyświetlają tylko ograniczoną liczbę wierszy wraz z przyciskiem do wyświetlenia pełnego postu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "As postagens reduzidas exibem apenas um número limitado de linhas junto com um botão para mostrá-la completa" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Collapsed posts only display a limited number of lines together with a button to show the full post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "У згорнутих публікаціях відображається лише обмежена кількість рядків разом із кнопкою, щоб показати повну публікацію" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "被折叠嘟文只会显示前几行但会提供查看全文的按钮" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "「縮限長文」將只顯示數行文字,另可按紐閱讀全文" + } + } + } + }, + "settings.content.default-reply-visibility" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sichtbarkeit Antworten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidad de las respuestas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erantzunen ikusgaitasuna" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilità delle risposte" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "답글 기본 공개 범위" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Widoczność odpowiedzi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply Visibility" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "默认回复可见性" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "回文能見度" + } + } + } + }, + "settings.content.default-sensitive" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Заўсёды адзначаць медыя як уражлівыя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marca sempre el contingut com a sensible" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medien immer als sensibel kennzeichnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Mark Media as Sensitive" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Mark Media as Sensitive" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcar siempre el contenido multimedia como sensible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markatu eduki guztia hunkigarri gisa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toujours marquer les médias comme sensibles" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segnala sempre i contenuti come sensibili" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "常にメディアをセンシティブなものとしてマークする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내 미디어 항상 민감함으로 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marker alltid medier som sensitive" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markeer media standaard als gevoelig" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oznaczaj media jako wrażliwe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sempre marcar mídias como sensíveis" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always mark media as sensitive" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Завжди позначати медія як делікатні" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "始终将媒体标为敏感内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒體一律標示為敏感題材" + } + } + } + }, + "settings.content.default-visibility" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Бачнасць допісаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilitat de les publicacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sichtbarkeit Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posting Visibility" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posting Visibility" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidad de las publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukiaren irismena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilité des publications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilità del post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿の可視化" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 기본 공개 범위" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innleggssynlighet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standaard postzichtbaarheid" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Widoczność postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidade da postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posting visibility" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видимість допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "默认发布内容可见性" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文能見度" + } + } + } + }, + "settings.content.expand-media" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказ медыя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilitat del contingut multimèdia" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medienansicht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media Display" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media Display" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar el contenido multimedia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multimedia erakusteko hobespenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Affichage des médias" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizzazione dei media" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メディア表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "표시할 미디어" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medievisning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mediaweergave" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multimedia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibição de mídia" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media display" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображення медіа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒体显示" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒體顯示" + } + } + } + }, + "settings.content.expand-spoilers" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Заўсёды паказваць уражлівыя допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra'm sempre els espòilers" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensible Inhalte immer zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Show Sensitive Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Show Sensitive Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar siempre el contenido sensible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi beti eduki hunkigarria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toujours afficher les messages sensibles" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizza sempre i contenuti sensibili" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "センシティブな投稿を常に表示する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "열람 주의 표시된 글 항상 가리지 않음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis alltid sensitive innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon gevoelige posts altijd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokazuj wrażliwe posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sempre exibir postagens sensíveis" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always show sensitive posts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дозволити відображати делікатний вміст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "始终显示敏感内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示所有敏感嘟文" + } + } + } + }, + "settings.content.hide-repeated-boosts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Схаваць паўторныя павышэння" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide repeated boosts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wiederholte Boosts verstecken" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Repeated Boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide Repeated Boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar boosts repetidos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkutatu errepikatutako bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Masquer les boosts répétés" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nascondi i boost ripetuti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "度重なるブーストを隠す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "중복으로 부스트된 글 숨김" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skjul gjentatte forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verberg herhaalde boosts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ukryj powtórzone podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocultar boosts repetidos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide repeated boosts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Не відображати повторні поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐藏重复的转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "隱藏多重轉嘟" + } + } + } + }, + "settings.content.instance-settings" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады змесціва серверу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server Content Settings" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Serverinhaltseinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server Content Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server Content Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de contenido del servidor" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukiari buruzko ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Réglages de contenu serveur" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurazione dei contenuti del server" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サーバーコンテンツ設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 콘텐츠 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innstillinger for serverinnhold" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Serverinstellingen voor inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia treści serwera" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações de conteúdo do servidor" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server Content Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування відображення сервера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器内容设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器內容設定" + } + } + } + }, + "settings.content.media" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Медыя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multimedia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multimedia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Média" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メディア" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mídia" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Медіа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒体" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒體" + } + } + } + }, + "settings.content.media.show.alt" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказваць альт. тэкст" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show ALT texts" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT-Texte zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show ALT Texts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show ALT Texts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar texto ALT" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi deskribapenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Montrer les textes ALT" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra i tag ALT" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "注釈を表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 설명 버튼 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis ALT-tekster" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon ALT-teksten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokazuj alternatywny tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar textos ALT" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show ALT texts" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати ALT тексти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示图片描述" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示圖片描述" + } + } + } + }, + "settings.content.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады змесціву" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració del contacte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhaltseinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de contenido" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukiaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres de contenu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni dei contenuti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "コンテンツ設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "콘텐츠" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innholdsinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia treści" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações de Conteúdo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування вмісту" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "内容设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "內容設定" + } + } + } + }, + "settings.content.posting" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Размяшчэнне допісаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicant" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schreiben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posting" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posting" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicando" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidaltzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Composizione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ポスティング" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "게시할 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wysyłanie postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posting" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Публікація" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "发布设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "發表" + } + } + } + }, + "settings.content.reading" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Чытанне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Llegint" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reading" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reading" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leyendo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Irakurtzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lecture" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lettura" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リーディング" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "읽을 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesing" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lezen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Czytanie postów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lendo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reading" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Читання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "阅读设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "閱讀" + } + } + } + }, + "settings.content.sharing" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condivisione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공유할 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deling" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnianie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享" + } + } + } + }, + "settings.content.sharing.share-behavior.link-and-text" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link und Text" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enlace y texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esteka eta testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link e Testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リンクとテキスト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 및 본문 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link og tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link en tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link i tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link and Text" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "链接和文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "連結與本文" + } + } + } + }, + "settings.content.sharing.share-behavior.link-only" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nur Link" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo el enlace" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esteka soilik" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo Link" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リンクのみ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kun lenke" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alleen link" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tylko link" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link Only" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "仅链接" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "只連結" + } + } + } + }, + "settings.content.sharing.share-button-behavior" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verhalten beim Teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comportamiento del botón de compartir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatzeko botoiaren portaera" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi il comportamento del pulsante" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "共有ボタンの動作" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공유 버튼 기본 동작" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gedrag deel-knop" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Działanie przycisku udostępniania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Button Behavior" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享紐功能" + } + } + } + }, + "settings.content.use-instance-settings" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ужыць налады серверу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilitza la configuració del servidor" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Servereinstellungen verwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Server Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Server Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar ajustes del servidor" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabili zerbitzariko ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utiliser les paramètres du serveur" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilizza le impostazioni del server" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サーバー設定を使用する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버에서 설정한 대로 맞춤" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bruk serverinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruik serverinstellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zastosuj ustawienia serwera" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar configurações do servidor" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use server settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Використовувати налаштування сервера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用服务器设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "沿用伺服器設定" + } + } + } + }, + "settings.display.avatar.position" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пазіцыя аватару" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posició de les fotos de perfil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilbild-Position" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatar Position" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatar Position" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posición del avatar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abatarraren kokapena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Position de l'avatar" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posizione dell'avatar" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アバターの位置" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 사진 위치" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatarposisjon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatarpositie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Położenie awatara" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Posição do avatar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatar Pozisyonu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Розташування Аватара" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "头像位置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "頭像位置" + } + } + } + }, + "settings.display.avatar.shape" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Форма аватару" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forma de les fotos de perfil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilbild-Form" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatar Shape" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatar Shape" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forma del avatar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abatarraren itxura" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forme de l'avatar" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forma dell'avatar" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アバターの形" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필 사진 모양" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatarform" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatarvorm" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kształt awatara" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Formato do avatar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avatar Şekli" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Форма Аватара" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "头像边框" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "頭像形狀" + } + } + } + }, + "settings.display.colors.apply" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eigene Farben anwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplicar colores personalizados" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezarri norbere koloreak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Applica colori personalizzati" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタムカラーを適用" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "변경한 색상 적용하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bruk egendefinerte farger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pas aangepaste kleuren toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zastosuj kolory niestandardowe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply custom colors" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Застосувати власні кольори" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用自定义颜色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "採用自定顏色" + } + } + } + }, + "settings.display.example-toot" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прыклад допісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicació d'exemple" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beispielbeitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Example Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Example Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicación de ejemplo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adibidea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toot d'exemple" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post di esempio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿の例" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 미리 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eksempelinnlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postvoorbeeld" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przykładowy post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exemplo de postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Example Post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Приклад допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "样例嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文範例" + } + } + } + }, + "settings.display.font" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрыфт шкалы часу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipografia de la línia de temps" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schriftart Timeline" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline Font" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline Font" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipografía" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denbora-lerroaren letra tipoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Police de la chronologie" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font della Timeline" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タイムラインのフォント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "타임라인 글꼴" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tidslinjefont" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tijdlijnlettertype" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Czcionka strumienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fonte da linha do tempo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline Font" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрифт стрічки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用字体" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "時間軸字體" + } + } + } + }, + "settings.display.font.custom" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уласны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalitzada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eigene" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizada" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Norberak ezarritakoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personnalisée" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizzato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタム" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "직접 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tilpasset" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aangepast" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Własna" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personalizada" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Власний" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定义" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定" + } + } + } + }, + "settings.display.font.line-spacing-%@" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Line Spacing: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Line Spacing: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeilenabstand: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Line Spacing: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Line Spacing: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interlineado: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lerroen arteko espazioa: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Line Spacing: %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interlinea: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "行間: %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "줄 간격 조절: %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linjeavstand: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Regelafstand: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odstęp między wierszami: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Espaço entre linhas: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Line Spacing: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Міжрядковий інтервал: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "行间距:%@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "行距:%@" + } + } + } + }, + "settings.display.font.scaling-%@" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Маштаб шрыфту: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escalat de la lletra: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schriftskalierung: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font Scaling: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font Scaling: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escalado de tipografía: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Letra tipoaren neurria: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mise à l'échelle de la police: %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dimensione del Font: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォントサイズ: %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글꼴 크기 조절: %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skriftskalering: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lettertype vergroten/verkleinen: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skalowanie czcionki: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escala de fonte: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font scaling: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Масштабування шкрифта: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "字体缩放:%@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "字體縮放:%@" + } + } + } + }, + "settings.display.font.system" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сістэмны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistema" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "De sistema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistemak darabilena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Système" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistema" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "システムフォント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시스템 글꼴" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systeem" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systemowa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Системний" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "系统" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "系統" + } + } + } + }, + "settings.display.full-username" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказваць поўнае імя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display full username" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vollständigen Benutzernamen zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Full Username" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Full Username" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar nombre de usuario completo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi erabiltzaile izen osoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher le nom d'utilisateur complet" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizza il nome completo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "完全なユーザー名を表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "아이디에 서버 URL 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis fullstendig brukernavn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon volledige gebruikersnaam" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyświetlaj pełną nazwę użytkownika" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar nome de usuário completo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display full username" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображати повне імʼя користувача" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示完整用户名" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示用戶全名" + } + } + } + }, + "settings.display.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады дысплэю" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració de l'aparença" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigeeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de apariencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pantailaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres d'affichage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni di visualizzazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "화면" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visningsinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weergaveopties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia ekranu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver Configurações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gösterim Ayarları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування відображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示設定" + } + } + } + }, + "settings.display.pending-at-bottom" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кнопка «Паказаць непрачытаныя» ўнізе экрана" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra el botó no llegit a la part inferior de la pantalla" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ungelesene-Button am unteren Rand anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Pending Button at Bottom" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Pending Button at Bottom" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar el botón de no leído en la parte inferior de la pantalla" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi irakurri gabeko botoia pantailaren behealdean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher le bouton des toots non lus en bas de l'écran" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizzare non letto nella parte inferiore dello schermo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "画面下に未読ボタンを表示する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "화면 하단에 읽지 않은 버튼 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis ulest-knappen nederst på skjermen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "De knop Ongelezen onder aan het scherm weergeven" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyświetlanie przycisku nieprzeczytanych u dołu ekranu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir o botão não lido na parte inferior da tela" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ekranın alt kısmında okunmamış düğmesini görüntüleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати непрочитану кнопку внизу екрана" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在屏幕底部显示未读按钮" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在螢幕底部顯示未讀按鈕" + } + } + } + }, + "settings.display.restore" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аднавіць па змаўчанні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restableix els valors per defecte" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standard wiederherstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore Defaults" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore Defaults" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar ajustes predeterminados" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berrezarri defektuzkoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurer les valeurs par défaut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ripristina i valori predefiniti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "デフォルトに戻す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "처음 설정으로 되돌리기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gjenopprett standardinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stel opnieuw in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przywróć ustawienia domyślne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar padrões" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varsayılan Ayarlara Geri Döndür" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відновити налаштування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "恢复默认设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "還原預設值" + } + } + } + }, + "settings.display.section.display" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дысплэй" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aparença" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apariencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pantaila" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Affichage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizzazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "화면" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weergave" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ekran" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gösterim" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示" + } + } + } + }, + "settings.display.section.font" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрыфт" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schriftart" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fuente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Letra tipoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Police" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글꼴" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lettertype" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Czcionka" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fonte" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Font" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шрифти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "字体" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "字體" + } + } + } + }, + "settings.display.section.theme" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тэма" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Design" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Theme" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Theme" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Itxura" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thème" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テーマ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "테마" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thema" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Motyw" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tema" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тема" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "主题" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "風格" + } + } + } + }, + "settings.display.section.theme.footer" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уласныя колеры можна ўсталяваць толькі ў тым выпадку, калі адключана сістэмная каляровая схема" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Els colors personalitzats només es poden establir si la sincronització amb els colors del sistema està desactivada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eigene Farben können nur eingestellt werden, wenn die Systemeinstellung nicht verwendet wird." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom colors can only be set if match system color scheme is disabled" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom colours can only be set if match system colour scheme is disabled" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo se pueden usar los colores personalizados si la opción de 'Coincidir con el sistema' está desactivada" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Norberaren koloreak aukeratzeko sistemak darabiltzan koloreen aukera ezgaitu behar da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Les couleurs personnalisées ne peuvent être définies que si le schéma de couleur système est désactivé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "I colori personalizzati possono essere impostati solo se i colori di sistema sono disabilitati" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタムカラーはシステム配色との一致が無効の場合のみ設定可能です" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시스템 설정에 맞춤 옵션이 꺼져 있을 때만 색상을 직접 고를 수 있습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egendefinerte farger kan bare angis hvis «Match system» er deaktivert" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kleuren kunnen alleen worden ingesteld als het kleurenschema niet automatisch het kleurenschema van het systeem volgt" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kolory niestandardowe można ustawić tylko wtedy, gdy wyłączona jest opcja dopasowania schematu kolorów systemu." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cores customizadas só podem ser definidas se o Padrão do Sistema estiver desabilitado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom colors can only be set if match system color scheme is disabled" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Власна кольорова схема може бути встановлена лише якщо відключено Відповідати системній темі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "只有在“匹配系统”关闭时才能设置自定义颜色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定顏色需先關閉「符合系統」選項" + } + } + } + }, + "settings.display.show-ipad-column" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уключыць дадатковы слупок" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Habilitar columna secondària" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zweite Spalte aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Secondary Column" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Secondary Column" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activar segunda columna" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gaitu bigarren zutabea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activer la colonne secondaire" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Attiva la seconda colonna" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "セカンドカラムを有効にする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보조 열 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiver sekundær kolonne" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon tweede kolom" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Włącz dodatkową kolumnę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Habilitar coluna secundária" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable secondary column" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увімкнути додаткову колонку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用边栏" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟用邊欄" + } + } + } + }, + "settings.display.show-tab-label" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць назву ўкладкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra el nom de la pestanya" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tabtitel anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Tab Name" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Tab Name" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar nombre de pestaña" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi fitxen izena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Montrer le nom de l'onglet" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizza il nome della tab" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タブ名を表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "하단 탭 바에 제목 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis fanenavn" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon label bij tab" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokazuj nazwy zakładek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar nome da aba" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show tab name" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображати назву вкладки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在导航栏中显示文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示頁籤名稱" + } + } + } + }, + "settings.display.status.action-buttons" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кнопкі дзеянняў стану" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botons d'acció" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status Aktions-Buttons" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status Action Buttons" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status Action Buttons" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botones de acción" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketen ekintza botoiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boutons d'action de statut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pulsanti di azione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アクションボタン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 동작 버튼" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status handlingsknapper" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actieknoppen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przyciski akcji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botões de ação de status" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durum Aksiyon Butonları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кнопки дій статуса" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "操作栏样式" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "狀態列按鈕" + } + } + } + }, + "settings.display.status.media-style" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Медыястыль статусу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Estil del contingut multimèdia" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status Medien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status Media Style" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status Media Style" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Estilo del contenido multimedia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketen multimediaren itxura" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Style de média de statut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stile dei media" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メディアスタイル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 미디어 크기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status mediestil" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mediastijl" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Treści multimedialne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Estilo de mídia de status" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durum Medya Stili" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стиль медія статуса" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒体内容排列" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "狀態媒體式樣" + } + } + } + }, + "settings.display.theme.background" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Колер фону" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color de fons" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hintergrundfarbe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Background Color" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Background Colour" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color de fondo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hondoaren kolorea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couleur de fond" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Colore sfondo principale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "バックグラウンドカラー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "배경 색상" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bakgrunnsfarge" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Achtergrondkleur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kolor tła" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cor de fundo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arka Plan Rengi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Колір фону" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "背景颜色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "背景顏色" + } + } + } + }, + "settings.display.theme.secondary-background" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Другасны колер фону" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color de fons secundari" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sekundäre Hintergrundfarbe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Background Color" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Background Colour" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color de fondo secundario" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigarren mailako hondoaren kolorea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couleur de fond secondaire" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Colore sfondo secondario" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アクセントカラー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보조 배경 색상" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sekundær bakgrunnsfarge" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secundaire achtergrondkleur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodatkowy kolor tła" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cor de fundo secundária" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İkincil Arka Plan Rengi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додатковий колір фону" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "二级背景颜色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "第二背景顏色" + } + } + } + }, + "settings.display.theme.systemColor" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згодна з сістэмай" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sincronitza amb els colors del sistema" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systemeinstellung verwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Match System" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Match System" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Coincidir con el sistema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistemak darabilena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correspondre au système" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatico" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "システムに合わせる" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시스템 설정에 맞춤" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Match system" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatisch" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zgodny z systemowym" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Padrão do Sistema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eşleştirme Sistemi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відповідати системній темі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "匹配系统" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "符合系統" + } + } + } + }, + "settings.display.theme.text-color" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Color" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Color" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Textfarbe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Color" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Color" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color del texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Testuaren kolorea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couleur du texte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Colore del testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストカラー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글자 색상" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekstfarge" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekstkleur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kolor tekstu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cor do texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text Color" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Колір тексту" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "文本颜色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "本文顏色" + } + } + } + }, + "settings.display.theme.tint" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Колер адцення" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color del tint" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akzentfarbe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tint Color" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tint Colour" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tonua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couleur de teinte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Colore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "色合い" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "강조 색상" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Temafarge" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kleurtint" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kolor wiodący" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cor principal" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tonlama Rengi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відтінок кольору" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "色调" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "色調" + } + } + } + }, + "settings.display.translate-button" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць кнопку перакладу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra el botó de traducció" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Übersetzen-Button anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Translate Button" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show Translate Button" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar botón para traducir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi itzulpen botoia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher le bouton de traduction" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra pulsante per la traduzione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻訳ボタンの表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "번역 버튼 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis oversettelsesknapp" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon vertaalknop" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokazuj przycisk tłumaczenia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir botão de tradução" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Çeviri Butonunu Göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відображати кнопку перекладу" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示翻译按钮" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示翻譯按紐" + } + } + } + }, + "settings.general.browser" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Браўзэр" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browser" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browser" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browser" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nabigatzailea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigateur" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browser" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブラウザ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "브라우저" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nettleser" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browser" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przeglądarka" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarayıcı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Браузер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "默认浏览器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "瀏覽器" + } + } + } + }, + "settings.general.browser.in-app" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Убудаваны браўзэр" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador integrat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App-Browser" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interno" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Barnekoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigateur intégré" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリ内ブラウザ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인앱 브라우저" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nettleser i appen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-app" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "W aplikacji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador do App" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulama İçi Tarayıcı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вбудований браузер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用内浏览器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "內建瀏覽器" + } + } + } + }, + "settings.general.browser.in-app.readerview" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выгляд для чытання ўбудаванага браўзэра" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser Reader View" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App-Browser-Lesemodus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser Reader View" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser Reader View" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vista de lectura en navegador interno" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Barneko nabigatzailearen irakurketa bista" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vue lecteur du navigateur intégré" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilizza la modalità lettura del Browser" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリ内ブラウザ リーダービュー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인앱 브라우저에서 항상 읽기 도구 사용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leservisning i appen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruik Reader van in-appbrowser" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Widok czytnika w przeglądarce w aplikacji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leitor de Navegação no App" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Browser Reader View" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Режим читання для вбудованого браузера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用应用内浏览器阅读器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "內建閱讀器" + } + } + } + }, + "settings.general.browser.system" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сістэмны браўзер" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador del sistema" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systembrowser" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "System Browser" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "System Browser" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistemarena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navigateur système" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browser di sistema" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "システム既定のブラウザ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시스템 기본 브라우저" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systemnettleser" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systeem" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systemowa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Navegador do sistema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistem Tarayıcısı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Системний браузер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "系统浏览器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "系統瀏覽器" + } + } + } + }, + "settings.general.content" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады змесціву" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració del contingut" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhaltseinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de contenido" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukiaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres de contenu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni dei contenuti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "コンテンツ設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "콘텐츠" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innholdsinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia treści" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações de Conteúdo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Content Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування вмісту" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "内容设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "內容設定" + } + } + } + }, + "settings.general.display" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады дысплэя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració d'aparença" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigeeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Display Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de apariencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pantailaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres d'affichage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni di visualizzazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "화면" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visningsinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weergaveopties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia ekranu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir configurações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gösterim Ayarları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування відображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示設定" + } + } + } + }, + "settings.general.haptic" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тактыльная зваротная сувязь" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retroacció tàctil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptisches Feedback" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptic Feedback" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptic Feedback" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respuesta háptica" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreakzio haptikoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retour vibrations" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback aptico" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "触覚フィードバック" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "햅틱 피드백" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptisk tilbakemelding" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptische feedback" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sygnały haptyczne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vibração" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptic Feedback" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гаптика" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "触感触控" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "觸覺回饋" + } + } + } + }, + "settings.general.instance" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Інфармацыя аб серверы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informació de la instància" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-Informationen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance Information" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance Information" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Información de la instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziaren informazioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Information sur l'instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informazioni sull'istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンス情報" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 정보" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instansinformasjon" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantie-informatie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informacja o serwerze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Informação da Instância" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oluşum Bilgisi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Інформація про сервер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器資訊" + } + } + } + }, + "settings.general.push-notifications" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificacions emergents" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push-Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications push" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プッシュ通知" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "푸시 알림 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pushvarsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiadomienia push" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificação Push" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İleti Bildirimleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + } + } + }, + "settings.general.remote-timelines" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аддалены мясцовы час" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Línies de temps locals externes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Andere lokale Timelines" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remote Local Timelines" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remote Local Timelines" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cronologías locales remotas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beste instantziatako denbora-lerro lokalak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chronologies distantes locales" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline remote come locali" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リモートローカルタイムライン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "원격 로컬 타임라인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eksterne lokale tidslinjer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Andere lokale tijdlijnen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumienie innych serwerów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timelines locais remotas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uzak Lokal Zaman" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Віддалена локальна стрічка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "远程时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "他站時間軸" + } + } + } + }, + "settings.general.swipeactions" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дзеянні правядзення пальцам" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wischaktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acciones al deslizar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mugimenduen ekintzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actions de balayage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azioni di scorrimento" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "スワイプ操作" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "쓸어넘기기 동작" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sveipehandlinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veegacties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przeciąganie palcem" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ações de deslizar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дії гортання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "轻扫操作" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "滑動功能" + } + } + } + }, + "settings.general.translate" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation Settings" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation Settings" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Übersetzungseinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de traducción" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Itzulpenaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation Settings" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni di traduzione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻訳設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "번역" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oversettelsesinnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vertalingsinstellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia tłumaczenia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de Tradução" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування перекладу" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻译设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻譯設定" + } + } + } + }, + "settings.haptic.buttons" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Націск кнопкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pressió de botó" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Knopfdruck" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Button Press" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Button Press" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interacción con botones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botoiak sakatzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appui bouton" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pressione dei pulsanti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ボタン操作時" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "버튼을 누를 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Button Press" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Knoppen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Naciśnięcie przycisku" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Interação com botões" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Button Press" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Натиснення кнопки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "按钮" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "按紐" + } + } + } + }, + "settings.haptic.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тактыльныя налады" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració tàctil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptikeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptic Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptic Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respuesta háptica" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezarpen haptikoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Réglages vibrations" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni feedback aptico" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "触覚設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "햅틱 피드백" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptiske innstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptische instellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia haptyki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes de vibração" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Haptic Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування гаптики" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "触感触控设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "觸覺設定" + } + } + } + }, + "settings.haptic.tab-selection" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выбар укладкі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selecció de pestanyes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tabauswahl" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tab Selection" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tab Selection" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selección de pestaña" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fitxak hautatzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sélection d'onglet" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selezione Tab" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タブセレクト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "하단 탭 바를 누를 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fanevalg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tabselectie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wybór zakładki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seleção de abas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tab Selection" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вибір вкладки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "导航栏" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "頁籤選擇" + } + } + } + }, + "settings.haptic.timeline" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шкала часу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Línia de temps" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cronología" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denbora-lerroan" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chronologie" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タイムライン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "타임라인에서" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tidslinje" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tijdlijn" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linha do tempo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стрічка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "時間軸" + } + } + } + }, + "settings.other.autoplay-video" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аўто прайграванне відэа" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reprodueix els vídeos automàticament" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Videos automatisch abspielen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Play Videos" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Play Videos" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reproducir vídeos automáticamente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abiarazi bideoak automatikoki" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jouer automatiquement les vidéos" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Play dei video" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "動画の自動再生" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "동영상 자동 재생" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spill av videoer automatisk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speel video’s automatisch af" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odtwarzaj filmy automatycznie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reprodução automática de vídeos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Play Videos" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Автоматичне програвання відео" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自动播放视频" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自動播放視訊" + } + } + } + }, + "settings.other.hide-openai" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уключыць 🤖 памочніка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activa l'ajudant 🤖" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiviere 🤖-Helfer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable 🤖 Helper" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable 🤖 Helper" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activar ayudante 🤖" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gaitu 🤖 laguntzailea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activer 🤖 aide" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aiuto del 🤖" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI支援機能の有効化" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "AI 글 작성 도우미 🤖" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiver 🤖-hjelper" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruik 🤖-hulp" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Włącz 🤖 pomocnik" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Habilitar 🤖 ajudante" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yardımcıyı 🤖 Aktive Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увімкнути 🤖 помічника" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用写作助手 🤖" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟用 🤖 寫作助手" + } + } + } + }, + "settings.other.social-keyboard" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уключыць сацыяльную клавіятуру" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activa el teclat social" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Soziale Tastatur aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Social Keyboard" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Social Keyboard" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activar teclado social" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gaitu teklatu soziala" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activer le clavier social" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Social keyboard" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ソーシャルメディア向けキーボードの有効化" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "키보드에 @, # 키 표시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiver sosialt tastatur" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruik socialmedia-toetsenbord" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Włącz klawiaturę społecznościową" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Habilitar Teclado Social" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sosyal Klavyeyi Aktive Et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увімкнути Social Keyboard" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用社交键盘" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟用社交鍵盤" + } + } + } + }, + "settings.other.sound-effect" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Sound Effects" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Sound Effects" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Klänge aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Sound Effects" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Sound Effects" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Activar efectos sonoros" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gaitu soinu efektuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Sound Effects" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Effetti sonori" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サウンドエフェクトを有効化" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "효과음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktiver lydeffekter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geluidseffecten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Włącz efekty dźwiękowe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Habilitar Efeitos Sonoros" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Sound Effects" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Увімкнути звукові ефекти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用声音效果" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "啟用音效" + } + } + } + }, + "settings.push.boosts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павышае" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impulsos" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzadak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbicia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükseltmeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟" + } + } + } + }, + "settings.push.duplicate.button.fix" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Выправіць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Soluciona-ho" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Beheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Fix It" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Fix It" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Arréglalo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Konpondu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Résoudre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Aggiusta" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 修正する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 고치기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Fiks det" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Los op" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Napraw to" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Corrigir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Fix it" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 Виправити!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 修复" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "🪄 修復" + } + } + } + }, + "settings.push.duplicate.footer" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Атрымліваеш падвоеныя апавяшчэнні? Паспрабуй гэтую чароўную кнопку каб выправіць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rebeu les notificacions duplicades? Proveu aquest botó màgic per a solucionar-ho" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bekommst du doppelte Mitteilungen? Probier diesen magischen Knopf aus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receiving duplicate notifications? Try this magic button in order to fix it" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receiving duplicate notifications? Try this magic button in order to fix it" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Recibes notificaciones por duplicado? Usa este botón mágico para arreglarlo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jakinarazpenak birritan jasotzen al dituzu? Sakatu botoi magikoa arazoa konpontzeko" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recevez-vous des notifications en double ? Essayez ce bouton magique pour résoudre le problème" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ricevi notifiche duplicate? Prova questo pulsante magico per aggiustarle" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "重複して通知を受け取っていませんか?修正するためにこの魔法のボタンを試してみて" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "같은 알림이 여러 번 오나요? 위에 있는 버튼을 누르면 마법처럼 해결될 거에요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Får du dupliserte varsler? Prøv denne magiske knappen for å fikse det." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ontvang je dubbele meldingen? Gebruik deze magische knop om dit probleem te verhelpen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otrzymujesz zduplikowane powiadomienia? Spróbuj tego magicznego przycisku, aby to naprawić" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recebendo notificações duplicadas? Tente este botão mágico para tentar corrigir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receiving duplicate notifications? Try this magic button in order to fix it" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отримуєте сповіщення двічі? Спробуйте цю чарівну кнопку, щоб виправити це!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "有收到重复的推送通知?试试用这个魔法按钮去修复吧" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "收到重複通知嗎?用這個魔術按鈕修復" + } + } + } + }, + "settings.push.duplicate.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выпраўляльнік дублікатаў апавяшчэнняў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solucionador de notificacions duplicades" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Doppelte-Mitteilungen-Korrigierer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duplicate Notifications Fixer" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duplicate Notifications Fixer" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arreglar notificaciones duplicadas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bikoiztutako jakinarazpenen konpontzailea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correcteur de notifications en double" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifiche duplicate" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "重複通知修正ツール" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "중복 알림 해결사" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reparasjon av dupliserte varslinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dubbele meldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Korektor duplikatów powiadomień" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corretor de notificações duplicadas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duplicate notifications fixer" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Виправити задвоєння сповіщень" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "重复推送通知修复器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "修理重複通知" + } + } + } + }, + "settings.push.favorites" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Улюбёныя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorits" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourites" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gogokoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoris" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferiti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorieten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polubione" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вподобане" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最愛" + } + } + } + }, + "settings.push.follows" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cочыць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguiments" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follower" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follows" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follows" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siguiendo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraipenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suivis" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chi ti segue" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 팔로워" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Volgers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwacja" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidores" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takipler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨" + } + } + } + }, + "settings.push.main-toggle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications emergents" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push-Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications push" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プッシュ通知" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "푸시 알림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pushvarsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiadomienia push" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificações Push" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İleti Bildirimleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "启用通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + } + } + }, + "settings.push.main-toggle.description" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Атрымлівайце push апавяшчэнні аб новых дзеяннях" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rebeu notificacions emergents de les interaccions noves" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push-Mitteilungen bei neuen Aktivitäten erhalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive push notifications on new activities" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receive push notifications on new activities" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recibe notificaciones sobre nuevos eventos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jaso jakinarazpenak ekintza berriei buruz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recevoir des notifications push pour les nouvelles activités" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ricevi notifiche quando ci sono nuove attività" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新着アクティビティをプッシュ通知で受け取る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 활동이 있을 때 푸시 알림을 받습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Motta pushvarsler om nye aktiviteter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ontvang melding bij nieuwe activiteiten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otrzymuj powiadomienia push o nowej aktywności" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receba notificações push em novas atividades" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İleti Bildirimlerini Al" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Отримувати push сповіщення на нову активність" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在有新活动时通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "有新活動時通知" + } + } + } + }, + "settings.push.mentions" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадвае" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mencions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erwähnungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipamenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentions" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vieni menzionato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "나를 언급" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Omtaler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vermeldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wzmianki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menções" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bahsetmeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + } + } + }, + "settings.push.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications emergents" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push-Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications push" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プッシュ通知" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "푸시 알림 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pushvarsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meldingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiadomienia push" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificações Push" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "İleti Bildirimleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Push сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + } + } + }, + "settings.push.new-posts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новыя допісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicacions noves" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Beiträge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Posts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Posts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuevas publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa berriak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nouveaux messages" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovi post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新着投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nye innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuwe posts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowe posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Novas Postagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeni Gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новий допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新嘟文" + } + } + } + }, + "settings.push.polls" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вынікі апытання" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resultats d'enquestes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfrageergebnisse" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll Results" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll Results" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resultados de encuestas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozketen emaitzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Résultats des sondages" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Risultati dei sondaggi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票結果" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표 결과" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avstemningsresultater" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pollresultaten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyniki sondaży" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resultado da Votação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anket Sonuçları" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Результат опитування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票结果" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "票選結果" + } + } + } + }, + "settings.rate" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ацаніце Ice Cubes" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valora Ice Cubes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerte Ice Cubes" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate Ice Cubes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rate Ice Cubes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valora Ice Cubes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baloratu Ice Cubes" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Noter Ice Cubes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valuta Ice Cubes" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubesを評価する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes 평가 남기기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vurder Ice Cubes" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beoordeel Ice Cubes" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oceń Ice Cubes" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avalie o Ice Cubes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes'u puanlayın" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Оцінити Ice Cubes" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "给 Ice Cubes 评分" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "給 Ice Cubes 評分" + } + } + } + }, + "settings.section.accounts" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Уліковыя запісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comptes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cuentas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comptes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アカウント" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "계정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontoer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konta" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hesaplar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Профілі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "账户" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "帳號" + } + } + } + }, + "settings.section.app" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадатак" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikazioa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Application" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Applicazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikacja" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulama" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додаток" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "App" + } + } + } + }, + "settings.section.app.footer %@" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Версія дадатку: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versió d'aplicació: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App-Version: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Version: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Version: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versión: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aplikazioaren bertsioa: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version de l'application: %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versione dell'app: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "バージョン: %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 버전: %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appversjon: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appversie: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wersja aplikacji: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versão do App: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulama Versiyonu: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Версія додатку: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "版本:%@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "App 版本:%@" + } + } + } + }, + "settings.section.cache" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caché" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Katxea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キャッシュ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "캐시 데이터" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hurtigbuffer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bufor" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cache" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Кеш" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "缓存" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "快取" + } + } + } + }, + "settings.section.general" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Агульныя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Allgemein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Orokorra" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Général" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Generali" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "一般" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "일반" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Generelt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Algemeen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ogólne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geral" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Genel" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Загальне" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "通用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "一般" + } + } + } + }, + "settings.section.other" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Іншае" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altres opcions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anderes" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Other" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Other" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otras opciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Besteak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autres" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "その他" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기타" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Overig" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Outros" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diğer" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Інше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "其他" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "其他" + } + } + } + }, + "settings.support.alert.error.message" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка апрацоўкі вашай пакупкі ў дадатку, паўтарыце спробу." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error en processar la compra de l'aplicació, torneu-ho a provar." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler bei der Ausführung des In-App-Kaufs. Bitte versuche es erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error processing your in-app purchase, please try again." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error processing your in-app purchase, please try again." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error procesando tu pago dentro de la app, por favor vuelve a intentarlo." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea aplikazio barruko erosketa prozesatzean; saiatu berriro." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur lors du traitement de votre achat intégré, veuillez réessayer." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato un errore mentre processavamo il tuo pagamento, per favore riprova." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリ内課金の処理に失敗しました、もう一度試してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인앱 구매를 완료하지 못했습니다. 다시 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil ved behandling av kjøpet i appen. Prøv på nytt." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan tijdens het verwerken van uw aankoop. Probeer het nogmaals." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd przetwarzania twojego zakupu w aplikacji, proszę spróbuj ponownie." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erro processando sua compra dentro do app, por favor, tente novamente." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uygulama içi satın alımınızda hata oluştu, lütfen tekrar deneyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error processing your in-app purchase, please try again." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用内购买失败,请重试。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選購時發生錯誤,請再試一次。" + } + } + } + }, + "settings.support.alert.message" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шчыры дзякуй за ваш гасцінец! Гэта вельмі ўдзячна!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gràcies per la propina! S'agraeix molt!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vielen Dank für dein Trinkgeld! Ich weiß es zu schätzen!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you so much for your tip! It's greatly appreciated!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you so much for your tip! It's greatly appreciated!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Muchas gracias por tu propina! ¡Se agradece enormemente!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eskerrik asko eskupekoagatik! Izugarri eskertzen dizut!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merci beaucoup pour votre conseil ! C'est grandement apprécié !" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grazie mille per il tuo contributo! È davvero apprezzato!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "チップをありがとう、あなたに感謝します!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱을 위해 기부해주셔서 감사합니다. 앱 개발에 큰 도움이 됩니다!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tusen takk for tipset ditt! Det settes stor pris på!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Heel erg bedankt voor de fooi! Het wordt enorm gewaardeerd!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bardzo dziękuję za twój napiwek! Doceniam to bardzo!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muito obrigado pela sua dica! Gostamos muito!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bağışınızdan dolayı teşekkür ederiz! Minnettarız!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you so much for your tip! It's greatly appreciated!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "非常感谢你的捐赠!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "非常感謝您的捐贈!" + } + } + } + }, + "settings.support.alert.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дзякуй!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gràcies!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Danke!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thanks!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thanks!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Gracias!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eskerrik asko!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merci !" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grazie!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ありがとうございます!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "감사합니다!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takk!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bedankt!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dzięki!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obrigado!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teşekkürler!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thanks!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "谢谢!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "感謝!" + } + } + } + }, + "settings.support.four.subtitle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Гэта вельмі дапаможа Ice Cubes працаваць!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajudarà molt a mantenir Ice Cubes en funcionament!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das wird eine große Hilfe sein, Ice Cubes am Laufen zu halten!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "It'll go a long way to keep Ice Cubes running!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "It'll go a long way to keep Ice Cubes running!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Será de gran ayuda para que Ice Cubes siga funcionando!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Askorako emango du eta Ice Cubes mantentzen lagunduko du!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cela ira loin pour maintenir Ice Cubes en marche !" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sarà di grande aiuto per mantenere Ice Cubes in funzione!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubesの運営に大きく貢献することでしょう!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes가 계속 발전하는 데 정말 많은 도움이 될 거에요!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Det vil gå en lang vei å holde Ice Cubes i gang!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daarmee kan Ice Cubes nog een tijdje vooruit!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "To bardzo pomoże w utrzymaniu Ice Cubes w działaniu!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Será de grande ajuda para manter o Ice Cubes funcionando!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu, Ice Cubes'u daha uzun süre devam ettirmemize yardımcı olacak!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "It'll go a long way to keep Ice Cubes running!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "这将大大有助于 Ice Cubes 的持续运行!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "這將大大有助於 Ice Cubes 持續運行!" + } + } + } + }, + "settings.support.four.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Хто ты Гасцінец" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Propina d'un altre món" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Wahnsinns-Trinkgeld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Who are you Tip" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Who are you Tip" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Propina de otro mundo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Nor zara zu, Tip" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Contribution Qui êtes-vous" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Contributo fuori dal mondo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 お前は一体誰なんだ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 엄청난 기부금" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Hvem er du tips" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Wie ben jij-fooi" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Kim jesteś?" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Gorgeta de outro mundo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Sen de kimsin Bağışı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 Who are you Tip" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 神秘人的捐赠" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "👽 超級捐贈" + } + } + } + }, + "settings.support.message-from-dev" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прывітанне! Мяне завуць Томас і я вельмі люблю ствараць праграмы з адкрытым зыходным кодам. Ice Cubesбезумоўна, адзін з праектаў, якімі я найбольш ганаруся на сённяшні дзень. Давайце будзем шчырымі, ён таксама патрабуе надзвычайнага догляду з-за пастаянна зменлівага сусвету Mastodon і сацыяльныя медыя. Калі вы атрымліваеце задавальненне ад карыстання Ice Cubes, падкіньце мне невялікі гасцінец. Гэта зробіць мой дзень (і дапаможа праграме працаваць бесперабойна). 🚀" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hola! Em dic Thomas i m'encanta crear aplicacions de codi obert. Ice Cubes és sens dubte un dels meus projectes del qual més orgullós estic fins avui, i siguem sincers, és també el que requereix més manteniment a causa del món sempre canviant de Mastodon i les xarxes socials. Si estàs t'encisa Ice Cubes, considera fer-me una petita propina. M'alegrarà el dia (i ajudarà a mantenir l'aplicació funcionant sense problemes). 🚀" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hey du! Mein Name ist Thomas und ich liebe es, Open-Source-Apps zu erschaffen. Ice Cubes ist definitiv eines meiner Projekte, auf das ich am meisten stolz bin – und seien wir ehrlich, es ist auch das mit dem größten Wartungsaufwand, dank der sich ständig ändernden Welt von Mastodon und Social Media. Wenn du Spaß beim Nutzen von Ice Cubes hast, denk darüber nach, mir eine kleine Spende dazulassen. Das würde mir den Tag versüßen (und dazu beitragen, dass die App reibungslos für dich funktioniert). 🚀" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hi there! My name is Thomas and I absolutely love creating open source apps. Ice Cubes is definitely one of my proudest projects to date - and let's be real, it's also the one that requires the most maintenance due to the ever-changing world of Mastodon and social media. If you're having a blast using Ice Cubes, consider tossing a little tip my way. It'll make my day (and help keep the app running smoothly for you). 🚀" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hi there! My name is Thomas and I absolutely love creating open source apps. Ice Cubes is definitely one of my proudest projects to date - and let's be real, it's also the one that requires the most maintenance due to the ever-changing world of Mastodon and social media. If you're having a blast using Ice Cubes, consider tossing a little tip my way. It'll make my day (and help keep the app running smoothly for you). 🚀" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Hola! Me llamo Thomas y adoro crear aplicaciones de código abierto. Ice Cubes es definitivamente una de las que más orgulloso estoy hasta la fecha - y siendo honestos, también es una de las que más mantenimiento requiere debido a los constantes cambios en el entorno de Mastodon y las redes sociales. Si te encanta usar Ice Cubes, considera dejar una pequeña propina. Me alegrará el día (y ayudará a mantener la app en perfecto funcionamiento para ti). 🚀" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kaixo! Thomas dut izena eta izugarri gustatzen zait kode irekiko aplikazioak sortzea. Ice Cubes orain arte harroen egiten nauen proiektua da eta —ez gaitezen engainatu— lan handiena behar duena ere bada Mastodon eta gizarte-sareen etengabeko aldaketen ondorioz. Ice Cubes erabiltzea gustoko baduzu, agian eskupekoren bat eman zeniezadake. Eguna poztuko didazu (eta aplikazioak arazorik gabe funtzionatzen jarraitzen lagunduko du). 🚀" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bonjour ! Mon nom est Thomas et j'adore créer des applications open-source. Ice Cubes est certainement l'un de mes projets dont je suis le plus fier à ce jour - et soyons honnêtes, c'est aussi celui qui nécessite le plus d'entretien en raison de l'évolution constante de Mastodon et des réseaux sociaux. Si vous vous amusez avec Ice Cubes, envisagez de me faire une petite contribution. Cela me fera plaisir (et aidera à maintenir l'application en bon état pour vous). 🚀" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ciao! Mi chiamo Thomas e amo da impazzire creare applicativi open source. Ice Cubes è sicuramente uno dei miei progetti di cui sono più orgoglioso al momento e, siamo sinceri, è quello che richiede più lavoro a causa dei continui cambiamenti di Mastodon e dei social media. Se ti stai divertendo ad usare Ice Cubes, considera di fare un piccolo contributo. Ne sarò lieto (e contribuirà a mantenere l'app perfetta per te). 🚀" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "こんにちは。オープンソースのアプリを作るのが大好きなThomasです。Ice Cubesは、私の最も得意とするプロジェクトの1つではありますが、Mastodonやソーシャルメディアが常に変化しているため、多くのメンテナンスが必要なプロジェクトでもあります。もし、あなたがIce Cubesを楽しんでいるなら、私宛にちょっとしたチップを投げ入れてください。アプリを円滑に運営することができます。🚀" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "안녕하세요! 저는 Thomas입니다. 저는 오픈 소스 앱을 만드는 걸 정말 좋아해요. Ice Cubes는 제가 가장 자랑스럽게 생각하는 프로젝트 중 하나에요. 동시에 가장 많은 유지·보수가 필요한 프로젝트이기도 하죠. 마스토돈은 끊임없이 업데이트되고, 소셜 미디어의 세계 역시 빠르게 변화하니까요. Ice Cubes를 쓰며 즐거운 시간을 보내고 있나요? 그렇다면, 작은 기부금을 한 번 보내보는 건 어때요? 제 하루가 행복해질 거에요. (그리고 이 앱이 계속 잘 작동하는 데 도움이 될 거에요.) 🚀" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hei der! Jeg heter Thomas og jeg elsker å lage apper med åpen kildekode. Ice Cubes er definitivt et av mine stolteste prosjekter til nå – og la oss være ekte, det er også det som krever mest vedlikehold på grunn av den stadig skiftende verdenen til Mastodon og sosiale medier. Hvis du har det kjempegøy med Ice Cubes, bør du vurdere å kaste et lite tips min vei. Det vil gjøre dagen min (og bidra til at appen kjører jevnt for deg). 🚀" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hallo! Mijn naam is Thomas en ik ben dol op het maken van opensource-apps. Ice Cubes is een van de projecten waar ik het meest trots op ben - en laten we eerlijk zijn, het is ook degene die het meeste onderhoud vergt vanwege de voortdurend veranderende wereld van Mastodon en sociale media. Als je Ice Cubes graag gebruikt, overweeg dan om een kleine fooi te geven. Daar word ik heel blij van (en het zal helpen om de app soepel voor je te laten werken). 🚀" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cześć! Mam na imię Thomas i uwielbiam tworzenie aplikacji open source. Ice Cubes jest zdecydowanie jednym z tych moich dotychczasowych projektów, z których jestem najbardziej dumny – i bądźmy szczerzy, jest to również ten, który wymaga najwięcej nieustannych prac utrzymaniowych ze względu na ciągle zmieniający się świat Mastodona i mediów społecznościowych. Jeśli świetnie się bawisz, używając kostek lodu, rozważ podrzucenie mi małego napiwku. Umili mi to dzień (i pomoże sprawić, że aplikacja zawsze działać będzie bezproblemowo). 🚀" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Olá! Meu nome é Thomas e eu amo criar aplicativos open source. Ice Cubes é definitivamente um dos meus projetos de maior orgulho até agora - e vamos ser realistas, é um dos que exigem maior manutenção devido ao mundo de constantes mudanças do Mastodon e das redes sociais. Se você está se divertindo usando o Ice Cubes, considere dar uma pequena gorjeta para mim. Isto deixará meu dia muito feliz (e ajudará a manter o aplicativo rodando sem problemas para você). 🚀" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Merhaba! Benim adım Thomas ve açık kaynak kodlu uygulamalar oluşturmayı seviyorum. Ice Cubes benim şu ana kadarki en çok gurur duyduğum projelerden biri - ve doğrusu, Mastodon ve sosyal medyanın durmadan değişen yapısı nedeniyle en çok bakım gerektireni. Eğer Ice Cubes'u kullanmaktan memnunsanız, ufak bir bağış göndermeyi düşünebilirsiniz. Bu gerçekten günümü güzelleştirir (ve uygulamanın senin için daha da düzgün çalışmasına yardımcı olur). 🚀" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hi there! My name is Thomas and I absolutely love creating open source apps. Ice Cubes is definitely one of my proudest projects to date - and let's be real, it's also the one that requires the most maintenance due to the ever-changing world of Mastodon and social media. If you're having a blast using Ice Cubes, consider tossing a little tip my way. It'll make my day (and help keep the app running smoothly for you). 🚀" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你好呀!我叫 Thomas,我非常喜欢写开源应用。Ice Cubes 绝对是目前为止我最骄傲的项目之一。而且说实话,由于 Mastodon 和社交媒体世界的不断变化,它也是最需要维护的项目。如果你喜欢使用 Ice Cubes,请考虑给我一些捐赠。这真的会让我很开心 (且能鼓励我持续为你完善它)。🚀" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您好!我是 Thomas,我愛寫開源碼程式。Ice Cubes 是我最引以為傲的作品之一,但是老實說因為 Mastodon 和社交媒體的日新月異,也是最需要維護的。您如果愛用 Ice Cubes,請考慮贊助我。這將讓我很開心,也幫助我繼續維護這個軟體。 🚀" + } + } + } + }, + "settings.support.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падтрымаць Ice Cubes" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dona suport a Ice Cubes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes unterstützen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Support Ice Cubes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Support Ice Cubes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apoya a Ice Cubes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eman babesa Ice Cubes-i" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Soutenez Ice Cubes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supporta Ice Cubes" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubesを支援する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes 지원하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Støtt Ice Cubes" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ondersteun Ice Cubes" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wspieraj Ice Cubes" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apoie o Ice Cubes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes'u destekleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підтримка Ice Cubes" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "支持 Ice Cubes" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "支援 Ice Cubes" + } + } + } + }, + "settings.support.one.subtitle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Маленькі, але мілы і смак добры!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Petita, però ben bona!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Klein aber fein!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Small, but cute, and it tastes good!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Small, but cute, and it tastes good!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pequeña, pero bonita, ¡y deliciosa!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Txikia, baina moñoñoa, eta zapore goxoa du!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Petit, mais mignon, et c'est bon !" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Piccolo, ma bello, ed è pure buono!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "小さいけど、かわいいし、味も美味しい!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "작지만, 귀엽고 달콤해요!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liten, men søt, og den smaker godt!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Klein maar fijn!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mały, ale uroczy i smakuje wyśmienicie!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pequeno mas bonitinho, e está delicioso!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Küçük, ama şirin, ve güzel bir tadı var!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Small, but cute, and it tastes good!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "小而可爱,而且它味道不错!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "小而可愛,也好吃!" + } + } + } + }, + "settings.support.one.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Маленькі Гасцінец" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Propina petita" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Kleines Trinkgeld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Small Tip" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Small Tip" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Pequeña propina" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Eskupeko txikia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Petite contribution" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Piccolo contributo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 心ばかりのチップ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 작은 기부금" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Et lite tips" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Kleine fooi" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Mały napiwek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Pequena gorjeta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Küçük Bağış" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 Small Tip" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 迷你捐赠" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "🍬 小額捐贈" + } + } + } + }, + "settings.support.placeholder.loading-subtitle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Загрузка падзагалоўку ..." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'està carregant el subtítol ..." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Titel laden …" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading subtitle ..." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading subtitle ..." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cargando subtítulo ..." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azpititulua kargatzen ..." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chargement sous-titre…" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Caricamento sottotitoli ..." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "見出しを読み込み中..." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로드 중..." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laster undertekst..." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ondertitel laden ..." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ładowanie napisów ..." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carregando legenda ..." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altyazılar yükleniyor ..." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading subtitle ..." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加载中……" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載中⋯" + } + } + } + }, + "settings.support.privacy-policy" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datenschutzerklärung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Política de privacidad" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pribatutasun-politika" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プライバシーポリシー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "개인정보 처리방침" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Personvernerklæring" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacybeleid" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polityka prywatności" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Política de Privacidade" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "隐私政策" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "隱私政策" + } + } + } + }, + "settings.support.restore-purchase.button" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kauf wiederherstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar compra" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berrezarri erosketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ripristina un acquisto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "購入を復元" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "구매 내역 불러오기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gjenopprett kjøp" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aankoop herstellen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przywróć zakup" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar assinatura" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchase" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "恢复购买" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "還原已購項目" + } + } + } + }, + "settings.support.restore-purchase.explanation" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stelle dein Abonnement wieder her, falls es nicht automatisch abgeglichen worden ist." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaura tu suscripción de seguidor si no se ha sincronizado automáticamente." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berrezarri zure babesle-harpidetza automatikoki sinkronizatu ez bada." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ripristina la tua sottoscrizione da supporter se non si è sincronizzata automaticamente." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "自動的に同期されていない場合は、サポーターサブスクリプションを復元します。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "구매 내역이 자동으로 동기화되지 않았다면 위의 버튼을 눌러 구매 내역을 불러올 수 있습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gjenopprett støttespiller-abonnementet ditt hvis det ikke har blitt synkronisert automatisk." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Herstel je supporter-abonnement, als dat nog niet automatisch gesynchroniseerd is." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przywróć swoją subskrypcję osoby wspierającej, jeśli nie została ona automatycznie zsynchronizowana." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaure sua assinatura de apoiador se ela não foi sincronizada." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore your supporter subscription if it hasn't been synced automatically." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "恢复你的支持者订阅,如果其尚未自动续订。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "若未自動同步,可以手動還原您的支持者訂閱。" + } + } + } + }, + "settings.support.supporter.subscribed" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Danke, dass du Ice Cubes unterstützst!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : " ¡Gracias por ser seguidor de Ice Cubes!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : " Eskerrik asko Ice Cubes-en babeslea izateagatik!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grazie per essere diventato un supporter Ice Cubes!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubesサポーターになってくれてありがとう!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : " Ice Cubes의 후원자가 되어 주셔서 감사합니다!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : " Takk for at du er en Ice Cubes-støttespiller!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bedankt dat je supporter van Ice Cubes bent!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : " Dziękuję, że wspierasz Ice Cubes!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : " Obrigado por ser um apoiador do Ice Cubes!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : " Thanks for being an Ice Cubes supporter!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "感谢你成为 Ice Cubes 的支持者!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : " 感謝您成為 Ice Cubes 支持者!" + } + } + } + }, + "settings.support.supporter.subscription-info" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnements werden automatisch verlängert, sofern du sie nicht bis zu einem Tag vor der nächsten Verlängerung kündigst." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "La suscripción se renueva automáticamente a menos que la canceles un día antes del siguiente ciclo de renovación." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Harpidetza automatikoki berriztuko da hurrengo berritze-zikloa baino egun bat lehenago ezeztatzen ez baduzu." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "La sottoscrizione si rinnova automaticamente a meno che non venga cancellata almeno un giorno prima del prossimo rinnovo." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サブスクリプションは、次の更新サイクルの前日にキャンセルしない限り、自動的に更新されます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "정기 결제일 전날까지 구독을 취소하지 않는 한 구독은 자동으로 갱신됩니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnementet fornyes automatisk med mindre du kansellerer dem en dag før neste fornyelsessyklus." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnementen worden automatisch verlengd, tenzij je ze een dag voor de volgende verlengingsperiode opzegt." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subskrypcja jest odnawiana automatycznie, chyba że anulujesz ją na dzień przed kolejnym cyklem odnawiania." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Assinaturas são automaticamente renovadas, a menos que canceladas até um dia antes da renovação para um novo ciclo." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "此订阅将自动续订,除非在当前订阅期至少提前一天取消自动续订。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "除非在訂閱期滿前一天取消,訂閱將自動繼續。" + } + } + } + }, + "settings.support.supporter.subtitle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Indem du Ice Cubes ein monatliches Trinkgeld gibst, wirst du Unterstützer und bekommst sogar einen Verifiziert-Haken in deinem Profil. Nur für deine 👀." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aportando una propina mensual a Ice Cubes, te convertirás en seguidor, incluso conseguirás una insignia de verificación en tu perfil. Sólo para tus 👀." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes-i hilero eskupeko bat ematean babesle bilakatuko zara eta zure profilean egiaztatutako intsignia bat ere lortuko duzu. Zuk bakarrik 👀 ahal izango duzu." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inviando un contributo mensile ad Ice Cubes, diventerai un supporter, e avrai anche un badge \"verificato\" sul tuo profilo. Solo per i tuoi 👀." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubesに毎月のヒントを提供することで、あなたはサポーターになり、プロフィールに認証済みのバッジを取得することもできます。👀 あなた専用です。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기부금을 매달 보내는 구독을 신청하면, 후원자가 될 수 있습니다. 프로필에 나만 볼 수 있는 자기만족용 인증 마크도 생겨요. 👀" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ved å gi et månedlig tips til Ice Cubes, blir du en støttespiller. Du vil til og med få bekreftet merke på profilen din. Kun for dine 👀." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Door maandelijks een fooi te geven aan Ice Cubes word je supporter. Je krijgt dan zelfs een verificatievinkje op je profiel. Alleen voor jou zichtbaar 👀" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przekazując Ice Cubes comiesięczny napiwek, stajesz się osobą wspierającą, a dodatkowo na swoim profilu otrzymasz znaczek weryfikacji. Tylko dla twoich 👀." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dando uma gorjeta mensal ao Ice Cubes, você se torna um apoiador, e ainda receberá um selo de 'verificado' no seu perfil (apenas para seus 👀)" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你可以通过每月给 Ice Cubes 捐赠成为支持者,你还能在个人资料上得到一个认证徽章,仅你可见 👀" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您若每月捐贈給 Ice Cubes 就能成為支持者,更能在個人檔案裡看到驗證徽章。限您 👀 見。" + } + } + } + }, + "settings.support.supporter.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Werde Unterstützer!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : " ¡Hazte seguidor!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : " Izan babesle!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diventa un supporter!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サポーターになろう!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : " 후원자가 되어 보세요!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : " Bli en støttespiller!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Word supporter!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : " Zostań osobą wspierającą!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : " Seja um apoiador!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : " Become a supporter!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "成为支持者!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : " 成為支持者!" + } + } + } + }, + "settings.support.terms-of-use" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nutzungsbedingungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condiciones de uso" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baldintzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condizioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "利用規約" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이용 약관" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vilkår" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruiksvoorwaarden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Warunki korzystania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Termos de Uso" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用条款" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用條款" + } + } + } + }, + "settings.support.three.subtitle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ты звар'яцеў, шчыры дзякуй!" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No estàs bé... Moltes gràcies!" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du bist der Wahnsinn, riesengroßen Dank!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're insane, thank you so much!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're insane, thank you so much!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "No estás bien de la cabeza, ¡muchísimas gracias!" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zoragarria zara, esker mila!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous êtes fou, merci beaucoup !" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sei pazzo, grazie mille!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "おいおい正気か!本当にありがとうございます!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뭘 좀 아시는 분이군요, 미리 감사드립니다!" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du er gal, tusen takk!" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Je bent te gek, heel erg bedankt!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jesteś niesamowity, bardzo dziękuję!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você é demais, muito obrigado!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sen harikasın, çok teşekkürler!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You're insane, thank you so much!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你真棒,非常感谢!" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您太狂了,感激不盡!" + } + } + } + }, + "settings.support.three.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Шчодры Гасцінец" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Propina generosa" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Großzügiges Trinkgeld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Generous Tip" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Generous Tip" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Propina generosa" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Eskupeko eskuzabala" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Contribution généreuse" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Contributo generoso" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 太っ腹なチップ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 통 큰 기부금" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Sjenerøst tips" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Royale fooi" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Hojny napiwek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Gorgeta generosa" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Cömert Bağış" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 Generous Tip" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 很慷慨的捐赠" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "🤯 慷慨捐贈" + } + } + } + }, + "settings.support.two.subtitle" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Я люблю смак вытанчанай кавы ❤️" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "M'encanta el gust d'un bon cafè ❤️" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ich liebe den Duft eines tollen Kaffees ❤️" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "I love the taste of a fancy coffee ❤️" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "I love the taste of a fancy coffee ❤️" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Me encanta el sabor del café de lujo ❤️" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gogoko dut kafe on baten zaporea ❤️" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "J'aime le goût d'un café chic ❤️" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adoro il gusto di un buon caffé ❤️" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "おしゃれなコーヒーの味は最高です ❤️" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "기분이 좋아지는 맛있는 커피는 누구나 좋아하니까요 ❤️" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jeg elsker smaken av en fancy kaffe ❤️" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ik hou van de geur van een goeie kop koffie ❤️" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uwielbiam smak wyszukanej kawy ❤️" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adoro o sabor de um café chique ❤️" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alengirli bir kahvenin tadını severim ❤️" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "I love the taste of a fancy coffee ❤️" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "我很喜欢这杯美味的咖啡 ❤️" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "一杯好咖啡是我的最愛 ❤️" + } + } + } + }, + "settings.support.two.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Прыемны Гасцінец" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Bona propina" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Schönes Trinkgeld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Nice Tip" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Nice Tip" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Buena propina" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Eskupeko ona" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Belle contribution" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Contributo carino" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ ナイスチップ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ 기분 좋아지는 기부금" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Godt tips" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Goeie fooi" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Miły napiwek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Gorjeta legal" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Hoş Bağış" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ Nice Tip" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ 很不错的捐赠" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "☕️ 爽口捐贈" + } + } + } + }, + "settings.swipeactions.appearance" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erscheinungsbild" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apariencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Itxura" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apparence" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aspetto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "外観" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "모양" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utseende" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uiterlijk" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wygląd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aparência" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Appearance" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вигляд" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "外观" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "外觀" + } + } + } + }, + "settings.swipeactions.icon-style" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon Style" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon style" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Symbolstil" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon Style" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon Style" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Estilo de icono" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikonoen itxura" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Style de l'icône" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stile delle icone" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アイコンスタイル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "아이콘 모양" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikon-stil" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Symboolstijl" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Styl ikony" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Estilo do ícone" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Icon Style" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стиль іконки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图标样式" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "圖示式樣" + } + } + } + }, + "settings.swipeactions.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дзеянні правядзення пальцам" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wischaktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acciones al deslizar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Atzamar-mugimenduen ekintzak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actions de balayage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azioni di scorrimento" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "スワイプ操作" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "쓸어넘기기 동작" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sveipehandlinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veegacties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przeciąganie palcem" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ações de deslizar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Actions" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дії гортання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "轻扫操作设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "滑動功能" + } + } + } + }, + "settings.swipeactions.primary" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primary Action" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primary Action" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primäre Aktion" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primary Action" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primary Action" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acción primaria" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ekintza nagusia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primary Action" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azione primaria" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メイン操作" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "주 동작" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primær handling" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primaire actie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akcja podstawowa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ação primária" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Primary Action" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Основна дія" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "主要操作" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "主功能" + } + } + } + }, + "settings.swipeactions.secondary" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Action" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Action" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sekundäre Aktion" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Action" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Action" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acción secundaria" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bigarren ekintza" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Action" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azione secondaria" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "サブ操作" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보조 동작" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sekundær handling" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secundaire actie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akcja dodatkowa" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ação secundária" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Secondary Action" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додаткова дія" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "次要操作" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "副功能" + } + } + } + }, + "settings.swipeactions.status" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publier" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글을" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Публікація" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "發表" + } + } + } + }, + "settings.swipeactions.status.action.bookmark" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закладка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesezeichen setzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcadores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laster-marka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Signet" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segnalibro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブックマーク" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보관함에 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bokmerk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bladwijzer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj zakładkę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "У закладки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "书签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "書籤" + } + } + } + }, + "settings.swipeactions.status.action.boost" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павышэнне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boostear" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟" + } + } + } + }, + "settings.swipeactions.status.action.favorite" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "У ўлюбёныя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorisieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorito" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gogokoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favori" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferito" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriet" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polub" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorito" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вподобати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最愛" + } + } + } + }, + "settings.swipeactions.status.action.none" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нічога" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "None" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "None" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "None" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ninguna" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezer ez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aucun" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Niente" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "未定義" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설정 안 함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ingen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bez akcji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nenhum" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "None" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нічого" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "无" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "無" + } + } + } + }, + "settings.swipeactions.status.action.quote" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цытаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zitieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipatu bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cita" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "引用" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citaat" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zacytuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цитувати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "引用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "引述" + } + } + } + }, + "settings.swipeactions.status.action.reply" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адказаць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antworten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Responder" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erantzun" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Répondre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rispondi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "답글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Svar" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antwoord" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odpowiedz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Responder" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відповісти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "回复" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "回覆" + } + } + } + }, + "settings.swipeactions.status.explanation" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wischaktionen sind verfügbar, indem du einen Beitrag nach links oder nach rechts wischst. Die sekundäre Aktion ist nur verfügbar, wenn die primäre Aktion gesetzt ist." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Las acciones al deslizar se muestran al deslizar hacia la izquierda o la derecha sobre una publicación. La acción secundaria sólo está disponible si se ha establecido una acción primaria." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mugimenduen ekintzak bidalketa batean atzamarra ezkerrera edo eskumara mugitzean daude erabilgai. Ekintza nagusia ezarri ezean ezingo da bigarren ekintza zehaztu." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Les actions de balayage sont disponibles en balayant à gauche ou à droite sur un post. L'action secondaire n'est disponible que si l'action primaire est définie." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Le azioni di swipe sono disponibili scorrendo a destra o a sinistra su un post. L'azione secondaria è disponibile solo se la primaria è impostata." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "スワイプ操作は、投稿を左右にスワイプすると使用できます。サブ操作は、メイン操作が設定されている場合にのみ使用できます。" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글을 오른쪽 혹은 왼쪽으로 쓸어넘겨 원하는 동작을 실행할 수 있습니다. 보조 동작은 주 동작이 설정되어 있을 때만 추가할 수 있습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sveipehandlinger er tilgjengelige når du sveiper til venstre eller høyre på et innlegg. Den sekundære handlingen er bare tilgjengelig hvis den primære handlingen er angitt." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veeg naar links of rechts op een post om de veegacties zichtbaar te maken. De secundaire actie is alleen beschikbaar indien de primaire actie is ingesteld." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akcje przeciągania palcem są dostępne po przesunięciu posta w lewo lub w prawo. Akcja dodatkowa jest dostępna tylko wtedy, gdy ustawiona jest akcja podstawowa." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "As ações de deslizar estão disponíveis ao deslizar para a esquerda ou para a direita em uma postagem. A ação secundária só estará disponível se a ação primária estiver definida." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дії гортання доступні, якщо провести пальцем ліворуч або праворуч по публікації. Додаткова дія доступна, лише якщо встановлено основну дію." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "可在嘟文上进行向左轻扫或向右轻扫操作。仅当设置了主要操作时,次要操作才可用。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "滑動功能在嘟文上左右滑動使用。副功能需啟動主功能時才能使用。" + } + } + } + }, + "settings.swipeactions.status.leading" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Правядзіце ўправа" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe right" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach rechts wischen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Right" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Right" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deslizar a la derecha" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eskumarantz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Balayer vers la droite" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scorrimento a destra" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "右にスワイプ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오른쪽으로 쓸어넘길 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sveip til høyre" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veeg naar rechts" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przeciągnij w prawo" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deslizar para direita" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Right" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рух праворуч" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "向右轻扫" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "右滑" + } + } + } + }, + "settings.swipeactions.status.trailing" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Правядзіце ўлева" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe left" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach links wischen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Left" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Left" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deslizar a la izquierda" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezkerrerantz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Balayer vers la gauche" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scorrimento a sinistra" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "左にスワイプ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "왼쪽으로 쓸어넘길 때" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sveip til venstre" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veeg naar links" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przeciągnij w lewo" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deslizar para esquerda" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Swipe Left" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рух ліворуч" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "向左轻扫" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "左滑" + } + } + } + }, + "settings.swipeactions.use-theme-colors" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Theme Colors" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Theme Colors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Farbschema verwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Theme Colors" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Theme Colours" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar colores del tema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabili gaiaren koloreak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utiliser les couleurs du thème" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usa i colori del tema" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テーマ色を使う" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "테마 색상 사용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bruk temafarger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruik themakleuren" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Użyj kolorów motywu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar cores do tema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Theme Colors" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Використовувати колір тему" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用主题色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用風格顏色" + } + } + } + }, + "settings.swipeactions.use-theme-colors-explanation" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use theme colors instead of default colors" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use theme colors instead of default colors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Farbschema anstelle der Standardfarben verwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use Theme Colors Instead of Default Colors" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use theme colours instead of default colours" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usar colores del tema en lugar de los colores por defecto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erabili hautatutako kolorea defektuzko koloreen ordez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utiliser les couleurs du thème au lieu des couleurs par défaut" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usa i colori del tema al posto dei colori di default" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "デフォルトの色の代わりにテーマの色を使用する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "동작의 기본 색상 대신 테마 색상을 사용합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bruk temafarger i stedet for standardfarger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gebruik themakleuren in plaats van standaardkleuren" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Użyj kolorów motywu zamiast kolorów domyślnych" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use as cores do tema em vez das cores padrão" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use theme colors instead of default colors" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Використовувати колір теми замість стандартних кольорів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用主题色而不是默认色" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "用風格顏色代替預設顏色" + } + } + } + }, + "settings.system" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сістэмныя налады" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració del sistema" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systemeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "System Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "System Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes del sistema" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sistemaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paramètres système" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vai alle impostazioni di sistema" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "システム設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "시스템 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systeminnstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systeeminstellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia systemowe" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes do Sistema" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "System Settings" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Системні налаштування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "系统设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "系統設定" + } + } + } + }, + "settings.timeline.add" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадайце мясцовую шкалу часу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix una línia de temps local" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale Timeline hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a Local Timeline" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a Local Timeline" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cronología local" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu denbora-lerro lokal bat" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter une chronologie locale" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi una timeline locale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ローカルタイムラインの追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "원격 로컬 타임라인 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til en lokal tidslinje" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale tijdlijn toevoegen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj strumień lokalny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar uma timeline local" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yerel bir zaman dilimi ekleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати локальну стрічку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加远程时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增時間軸" + } + } + } + }, + "settings.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Réglages" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ayarlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + } + } + }, + "settings.translation.always-deepl" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Translate using DeepL" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Translate using DeepL" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Immer mit DeepL übersetzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Translate using DeepL" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Translate using DeepL" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traducir siempre con DeepL" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Itzuli beti DeepL erabiliz" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Translate using DeepL" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduci sempre con DeepL" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepLを使用して常に翻訳する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "항상 DeepL을 통해 번역" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oversett alltid med DeepL" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vertaal altijd met DeepL" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zawsze tłumacz przy pomocy DeepL" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sempre traduzir utilizando DeepL" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always Translate using DeepL" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Завжди перекладати за допомогою DeepL" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "总是使用 DeepL 翻译" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "一概用 DeepL 翻譯" + } + } + } + }, + "settings.translation.api-key-type" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type of the Key" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type of the Key" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Typ des Schlüssels" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type of the Key" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type of the Key" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipo de clave" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gako mota" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type of the Key" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipo di token" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "キーのタイプ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "API 키 종류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type nøkkel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sleuteltype" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rodzaj klucza" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipo da chave" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type of the Key" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тип ключа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "密钥类型" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "密鑰類型" + } + } + } + }, + "settings.translation.auto-detect-post-language" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sprache automatisch erkennen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Detectar idioma automáticamente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rileva automaticamente la lingua" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 게시 전 언어 자동 감지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatyczne wykrywanie języka" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto detect language" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自动检测语言" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自動偵測語言" + } + } + } + }, + "settings.translation.auto-detect-post-language-footer" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes wird versuchen, die Sprache deines Beitrags automatisch zu erkennen, und, falls nötig, vorschlagen, die Sprache zur Veröffentlichung zu ändern." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes intentará detectar el idioma de la publicación automáticamente cuando estés a punto de publicarla y sugerirá cambiar el idioma de la publicación si es necesario." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes cercherà di rilevare automaticamente la lingua del post che stai per pubblicare e, se necessario, ti suggerirà di aggiornare la lingua del post." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글을 게시하기 전에 Ice Cubes가 지정한 글 언어와 인식된 글 언어가 동일한지 비교한 뒤, 다른 경우 필요에 따라 언어를 변경할 수 있도록 적절한 언어를 제안합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes spróbuje automatycznie wykryć język postu, który zamierzasz opublikować i w razie potrzeby zasugeruje aktualizację języka postu." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes 会自动检测你将要发布的嘟文的语言,并在必要时建议你更新嘟文语言。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ice Cubes 將自動偵測您用的語言,必要時會提醒您設定嘟文的語言。" + } + } + } + }, + "settings.translation.navigation-title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Übersetzung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traducción" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Itzulpenaren ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduzione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻訳設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "번역" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oversettelse" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vertaling" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia tłumaczenia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tradução" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translation" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переклад" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻译设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻譯設定" + } + } + } + }, + "settings.translation.needed-message" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "This feature requires a DeepL API key" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "This feature requires a DeepL API key" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Für diese Funktion ist ein DeepL-API-Schlüssel erforderlich." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This feature requires a DeepL API key" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "This feature requires a DeepL API key" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esta funcionalidad requiere una clave API de DeepL" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezaugarri honek DeepL API gako bat behar du" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "This feature requires a DeepL API key" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Questa funzione richiede un token API DeepL" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "この機能には DeepL APIキーが必要です" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 기능을 사용하려면 DeepL에서 발급받은 API 키가 있어야 합니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denne funksjonen krever en DeepL API-nøkkel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deze functionaliteit vereist een DeepL API-sleutel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ta funkcja wymaga klucza DeepL API" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esta funcionalidade requer uma chave de API DeepL" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "This feature requires a DeepL API key" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ця функція потребує ключа DeepL API key" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "该功能需要 DeepL API 密钥" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "本功能需有 DeepL API 密鑰" + } + } + } + }, + "settings.translation.user-api-key" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL-API-Schlüssel" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clave API de DeepL" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API gakoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Token API DeepL" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL APIキー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API 키" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API-nøkkel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API-sleutel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Klucz DeepL API" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chave da API DeepL" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API Key" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API 密钥" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "DeepL API 密鑰" + } + } + } + }, + "status.action.bookmark" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закладка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix als marcadors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesezeichen setzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir a marcadores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarri laster-marka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marquer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salva nei segnalibri" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブックマーク" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보관함에 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bokmerk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg bladwijzer toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj zakładkę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salvar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yer İmi Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "У закладки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "书签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "書籤" + } + } + } + }, + "status.action.boost" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павышэнне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impulsa" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boostear" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Promouvoir" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟" + } + } + } + }, + "status.action.boost-to-followers" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Павысіць для падпісчыкаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost to Followers" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "An Follower boosten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost to Followers" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost to Followers" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boostear a tus seguidores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzatu jarraitzaileek ikus dezaten" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost to Followers" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi con i followers" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロワーにブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로워에게만 부스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forsterk til følgere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost aan volgers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbij do obserwujących" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost para seguidores" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost to Followers" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити Підписникам" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发给粉丝" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟給跟隨者" + } + } + } + }, + "status.action.copy-link" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Link" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Link" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Link" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Link" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar enlace" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiatu esteka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copier le lien" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia il link" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リンクをコピー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 복사" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopier link" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopieer link" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiuj link" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar link" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Link" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Копіювати посилання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷贝链接" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷貝連結" + } + } + } + }, + "status.action.copy-text" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Капіяваць тэкст" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia el text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiatu testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copier le texte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia il testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストをコピー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "복사" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopier tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopieer tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiuj tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yazıyı Kopyala" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Копіювати текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷贝文本" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷貝本文" + } + } + } + }, + "status.action.delete" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выдаліць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Borrar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezabatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supprimer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "削除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "삭제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Slett" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deletar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sil" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видалити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "删除" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "刪除" + } + } + } + }, + "status.action.delete.confirm.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "вы ўпэўнены, што жадаеце выдаліць гэты допіс?" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "are you sure you want to delete this post?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bist du dir sicher, dass du diesen Beitrag löschen möchtest?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "are you sure you want to delete this post?" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "are you sure you want to delete this post?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿Estás seguro de querer borrar esta publicación?" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ziur bidalketa ezabatu nahi duzula?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "êtes vous sûr de vouloir supprimer ce message ?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sei sicuro di voler cancellare questo post?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "本当に投稿を削除しますか?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이 글을 정말 삭제하시겠습니까?" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "er du sikker på at du vil slette dette innlegget?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weet je zeker dat je deze post wilt verwijderen?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "czy na pewno chcesz usunąć ten post?" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "tem certeza que deseja excluir esta postagem?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "are you sure you want to delete this post?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "ви впевнені, що хочете видалити цей допис?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你确认要删除此嘟文吗?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您確定要刪除本嘟文?" + } + } + } + }, + "status.action.delete.confirm.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пацвердзіць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirm" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bestätigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirm" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirm" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirmar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baieztatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirmer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Richiesta di conferma" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "確認" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "삭제 확인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bekreft" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bevestigen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Potwierdź" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirmar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Confirm" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підтвердження" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "确认删除" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "確認" + } + } + } + }, + "status.action.edit" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifier" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "編集" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "수정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerk" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Düzenle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Редагувати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯" + } + } + } + }, + "status.action.favorite" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "У ўлюбёныя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marca com a preferit" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorisieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favourite" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Marcar como favorito" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egin gogoko" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favori" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apprezza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak favoriet" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj do polubionych" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoritar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favori" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вподобане" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最愛" + } + } + } + }, + "status.action.mention" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадаць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menciona" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erwähnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mention" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mencionar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mentionner" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menziona" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "언급" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Omtal" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vermelden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wymień osobę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menção" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bahset" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Згадки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "提及" + } + } + } + }, + "status.action.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паведамленне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Envia un missatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nachricht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Message" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Message" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enviar mensaje" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidali mezua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Message" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Invia messaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メッセージ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메시지 작성" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Melding" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stuur bericht" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyślij wiadomość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mesaj" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私信" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私訊" + } + } + } + }, + "status.action.pin" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Замацаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fixa" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anheften" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pin" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pin" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fijar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finkatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Epingler" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fissa" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "固定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "고정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fest" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zet vast" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przypnij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Destacar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sabitle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закріпити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "固定" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "釘選" + } + } + } + }, + "status.action.post" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апублікаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publica" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Veröffentlichen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Argitaratu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publier" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Invia" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "게시" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg ut" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opublikuj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönder" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟嘟" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文" + } + } + } + }, + "status.action.quote" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цытаваць гэты допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cita la publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diesen Beitrag zitieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote this post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote this post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mencionar esta publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipatu bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citer ce message" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cita il post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "この投稿を引用する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "인용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Siter dette innlegget" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deze post citeren" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cytuj ten post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cite essa postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu gönderiden bahset" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цитувати цей допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "引用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "引述本嘟文" + } + } + } + }, + "status.action.reply" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адказаць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respon" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antworten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reply" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Responder" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erantzun" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Répondre" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rispondi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リプライ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "답글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Svar" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antwoord" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odpowiedz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Responder" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cevapla" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відповісти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "回复" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "回覆" + } + } + } + }, + "status.action.report" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паскардзіцца" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag melden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denunciar publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salatu edukia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Signaler la publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Segnala il messaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿を報告" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 신고" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rapporter innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meld post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zgłoś post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denunciar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Report Post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поскаржитися на допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "举报嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "檢舉嘟文" + } + } + } + }, + "status.action.section.your-post" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ваш допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "La vostra publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dein Beitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Your post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Your post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tus publicaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zure bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Votre publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "I tuoi post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "あなたの投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내 글을" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ditt innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jouw post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Twój post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sua postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Senin gönderin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ваш допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你的嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您的嘟文" + } + } + } + }, + "status.action.share" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца гэтым допісам" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comparteix la publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diesen Beitrag teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir esta publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partager cette publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi questo post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿を共有する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 및 본문 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del dette innlegget" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deel deze post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij ten post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhe esta postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu gönderiyi paylaş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити цей допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享本嘟文" + } + } + } + }, + "status.action.share-image" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца допісам як выявай" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post as image" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag als Bild teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post as image" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post as image" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir publicación como imagen" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu bidalketa irudi gisa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partager comme image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi il post come immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "画像を共有する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이미지로 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del innlegget som bilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deel post als afbeelding" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij ten post jako obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhar postagem como imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post as image" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити як зображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享嘟文为图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "用影像分享本嘟文" + } + } + } + }, + "status.action.share-link" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца спасылкай на допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post link" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link zum Beitrag teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post link" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post link" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir enlace a la publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu bidalketaren esteka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partager le lien" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi il link del post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リンクを共有する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del innleggslink" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deel link naar post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij link do tego postu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhar link da postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share post link" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити посилання на допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享嘟文链接" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享嘟文連結" + } + } + } + }, + "status.action.share-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partager" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "共有" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享" + } + } + } + }, + "status.action.translate" : { + "comment" : "MARK: Package: Status", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Перакласці" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tradueix" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Übersetzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translate" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translate" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traducir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Itzuli" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduire" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduci" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻訳" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "번역" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oversett" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vertaal" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przetłumacz" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduzir" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tercüme et" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Перекласти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻译" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻譯" + } + } + } + }, + "status.action.translated-label-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пераклад з дапамогай %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduït amb %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Übersetzt mit %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated using %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated using %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traducido usando %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ erabiliz itzulia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduit avec %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tradotto usando %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ を使用して翻訳" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 서비스를 통해 번역됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oversatt ved hjelp av %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vertaald met %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przetłumaczono za pomocą %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduzir usando %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ tarafından tercüme edildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переклад з допомогою %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "由 %@ 翻译" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻譯服務 %@" + } + } + } + }, + "status.action.translated-label-from-%@-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated from %@ using %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated from %@ using %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aus %@ mit %@ übersetzt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated from %@ using %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated from %@ using %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traducido desde %@ usando %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@(e)tik %@ erabiliz itzulia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated from %@ using %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tradotto da %@ usando %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ から %@ を使用して翻訳" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%2$@ 서비스를 통해 %1$@에서 번역됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Oversatt fra %@ ved å bruke %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vertaald uit het %@ met %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekst %@ przetłumaczono za pomocą %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traduzido de %@ usando %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Translated from %@ using %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переклад з %@ з допомогою %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "翻译自 %@,使用 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "從 %@ 以 %@ 翻譯" + } + } + } + }, + "status.action.unbookmark" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скасаваць закладку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina dels marcadors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesezeichen entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unbookmark" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unbookmark" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quitar de marcadores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kendu laster-marka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Démarquer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rimuovi il segnalibro" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブックマークを外す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "보관함에서 제거" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fjern bokmerke" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder bladwijzer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń zakładkę" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remover dos salvos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yer İmini Kaldır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вилучити із закладок" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消书签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消書籤" + } + } + } + }, + "status.action.unboost" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адмяніць павышэнне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desfés l'impulsa" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boost entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unboost" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unboost" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deshacer boost" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kendu bultzada" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuler la promotion" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rimuovi il boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストをやめる" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트 취소" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opphev forsterkningen" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak boost ongedaan" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cofnij podbicie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retirar boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükseltmeyi Kaldır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відмінити поширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消轉嘟" + } + } + } + }, + "status.action.unfavorite" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выдаліць з улюбенага" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desfés el preferit" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorit entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unfavorite" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unfavourite" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eliminar de favoritos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kendu gogokoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retirer des favoris" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rimuovi l'apprezzamento" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "お気に入りから外す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요 취소" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikke favoritt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder favoriet" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń z polubionych" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desfavoritar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriyi Kaldır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вилучити із вподобаного" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消最愛" + } + } + } + }, + "status.action.unpin" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адмацаваць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deixa de fixar" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nicht mehr anheften" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unpin" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unpin" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desfijar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utzi finkatzeari" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dépingler" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Non fissare" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "固定しない" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "고정 해제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Løsne" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak los" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odepnij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retirar destaque" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sabitlemeyi Kaldır" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відкріпити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消固定" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "取消釘選" + } + } + } + }, + "status.action.view-in-browser" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прагляд у браўзеры" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra al navegador" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Im Browser öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "View in Browser" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "View in Browser" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver en navegador" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi nabigatzailean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher dans le navigateur" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra nel Browser" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブラウザで見る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "브라우저에서 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis i nettleser" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open in browser" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otwórz w przeglądarce" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abrir no Navegador" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarayıcıda Göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переглянути у браузері" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在浏览器中打开" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在瀏覽器裡開啟" + } + } + } + }, + "status.card.copy" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скапіяваць гэтую спасылку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia aquest enllaç" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diesen Link kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy this link" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar este enlace" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiatu esteka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy this link" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia questo link" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "このリンクをコピーする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 복사" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopier denne lenken" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopieer deze link" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiuj ten link" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar esse link" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy this link" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скопіювати це посилання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷贝此链接" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷貝本連結" + } + } + } + }, + "status.card.share" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца гэтай спасылкай" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comparteix aquest enllaç" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diesen Link teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this link" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir este enlace" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu esteka" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this link" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi questo link" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "このリンクを共有する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "링크 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del denne lenken" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deel deze link" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij ten link" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhar esse link" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this link" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поширити це посилання" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享此链接" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享本連結" + } + } + } + }, + "status.draft.delete" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выдаліць чарнавік" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elimina l'esborrany" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entwurf löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete Draft" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete Draft" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eliminar borrador" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezabatu zirriborroa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Supprimer le brouillon" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancella la bozza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "下書きを削除" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "삭제" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Slett utkast" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwijder concept" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usuń wersję roboczą" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Excluir Rascunho" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taslağı Sil" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видалити чернетку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "删除草稿" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "刪除草稿" + } + } + } + }, + "status.draft.save" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Захаваць чарнавік" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desa l'esborrany" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entwurf sichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save Draft" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save Draft" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guardar borrador" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gorde zirriborroa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enregistrer le brouillon" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salva la bozza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "下書きを保存" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "임시 보관함에 저장" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arkiver utkast" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewaar concept" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zachowaj wersję roboczą" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salvar Rascunho" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taslağı Kaydet" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зберегти чернетку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存草稿" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存草稿" + } + } + } + }, + "status.editor.ai-prompt.add-tags" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags in place" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags in place" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "#Tags im Text einfügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags in place" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags in place" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir #Tags en su lugar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu #Traolak tokian" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags in place" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi #Hashtag al testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "#タグを所定の位置に追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "주요 단어 태그 표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til #tagger på plass" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags in tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj hasztagi wewnątrz tekstu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicione #Tags no lugar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags in place" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати #Tags за текстом" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自动添加#标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "原地加入#標籤" + } + } + } + }, + "status.editor.ai-prompt.correct" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Выправіць тэкст" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corregeix el text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text korrigieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correct text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correct text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corregir texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zuzendu testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corriger le texte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Correggi il testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストを修正する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "맞게 고치기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Korrekt tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corrigeer tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Popraw tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Corrigir texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yazıyı Düzelt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Виправити текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "检查拼写和语法" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "更正" + } + } + } + }, + "status.editor.ai-prompt.emphasize" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вылучыць тэкст" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amplia text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text hervorheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emphasize text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emphasise text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enfatizar texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azpimarratu testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mettre en évidence le texte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enfatizza il testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストを強調表示する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내용 강조하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fremhev tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benadruk tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyróżnij tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enfatizar texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yazıyı Vurgula" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Розставити акценти" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "使用强调语气" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "強調" + } + } + } + }, + "status.editor.ai-prompt.fit" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скараціць тэкст" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acurta el text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text kürzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shorten text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shorten text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acortar texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laburtu testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raccourcir le texte" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accorcia il testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストを短くする" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "간결하게 바꾸기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forkort tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kort tekst in" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skróć tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diminuir texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yazıyı Kısalt" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Скоротити текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "精简文字" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "精簡" + } + } + } + }, + "status.editor.ai-prompt.insert-tags" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags after my text" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags after my text" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "#Tags nach dem Text einfügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags after my text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags after my text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir #Tags al final del texto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu #Traolak amaieran" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags after my text" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi #Hashtag dopo il testo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "テキストの後に#タグを追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 뒤에 태그 추가하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til #tagger etter teksten min" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags na tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj hasztagi po moim tekście" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar #Tags após meu texto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add #Tags after my text" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати #Tags у кінці" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在末尾添加#标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "文末加入#標籤" + } + } + } + }, + "status.editor.browse-file" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse Files" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse Files" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dateien durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse Files" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse Files" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Archivos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arakatu fitxategiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse Files" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sfoglia file" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ファイルの参照" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "파일 선택" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bla gjennom filer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bestanden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przeglądaj pliki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Procurar Arquivos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse Files" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переглянути файли" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "选取文件" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "瀏覽檔案" + } + } + } + }, + "status.editor.camera-picker" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto aufnehmen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tomar foto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egin argazkia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scatta una foto" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사진 찍기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ta bilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Maak foto" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zrób zdjęcie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take Photo" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зробити світлину" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "拍照" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拍攝相片" + } + } + } + }, + "status.editor.description.add" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць апісанне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix una descripció" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beschreibung hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add description" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add description" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir descripción" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu deskribapena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter une description" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi la descrizione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "説明文を追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설명 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til beskrivelse" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg omschrijving toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj opis" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar descrição" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Açıklama Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати опис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加描述" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增描述" + } + } + } + }, + "status.editor.description.edit" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць апісанне" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita la descripció" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beschreibung bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit description" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit description" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar descripción" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu deskribapena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifier la description" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica la descrizione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "説明文を編集" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설명 편집" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger beskrivelse" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerk omschrijving" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj opis" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar descrição" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Açıklamayı Düzenle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Виправити опис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑描述" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯描述" + } + } + } + }, + "status.editor.drafts.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Чарнавікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esborranys" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entwürfe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Drafts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Drafts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Borradores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zirriborroak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brouillons" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozze" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "下書き" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "임시 보관함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utkast" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Concepten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wersje robocze" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rascunhos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taslaklar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Чернетки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "草稿" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "草稿" + } + } + } + }, + "status.editor.emojis.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Карыстальніцкія эмодзі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom Emojis" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-Emojis" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom Emojis" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom Emojis" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emojis personalizados" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerbitzariko emojiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emojis personalisés" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emoji Personalizzate" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "カスタム絵文字" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "커스텀 이모지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egendefinerte emojier" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aangepaste emoji’s" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emotikony własne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Emojis personalizados" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Custom Emojis" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Власні Emojis" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "自定义表情" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "自訂表情符號" + } + } + } + }, + "status.editor.error.upload" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Памылка пры запампоўцы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error en la pujada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Hochladen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error uploading" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error uploading" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error subiendo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea igotzerakoan" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erreur de téléchargement" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore durante il caricamento" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アップロードエラー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "전송 오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil ved opplasting" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fout tijdens uploaden" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd wysyłania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erro ao fazer upload" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yüklerken Hata Oluştu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Помилка завантаження" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "上传错误" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "上傳錯誤" + } + } + } + }, + "status.editor.language-select.confirmation.detected-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апублікаваць на %@ (выяўленая мова)" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Detected language)" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auf %@ posten (Erkannte Sprache)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Detected language)" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Detected language)" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicar en %@ (Idioma detectado)" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Argitaratu %@(e)z (Antzemandako hizkuntza)" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publier en %@ (Langage détecté)" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pubblica in %@ (Lingua rilevata)" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ で投稿(検出された言語)" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 언어를 %@로 지정 (인식된 언어)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg ut i %@ (oppdaget språk)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in het %@ (gedetecteerde taal)" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publikuj jako %@ (wykryty język)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem em %@ (Idioma detectado)" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Detected language)" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Опубліковано на %@ (Detected language)" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "直接使用 %@ 发送 " + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文用 %@(偵測語言)發表" + } + } + } + }, + "status.editor.language-select.confirmation.selected-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апублікаваць на %@ (Выбраная мова)" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Selected language)" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auf %@ posten (Ausgewählte Sprache)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Selected language)" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Selected language)" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicar en %@ (Idioma seleccionado)" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Argitaratu %@(e)z (Hautatutako hizkuntza)" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publier en %@ (Langage sélectionné)" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pubblica in %@ (Lingua selezionata)" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ で投稿(選択された言語)" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 언어를 %@로 지정 (선택한 언어)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg ut i %@ (valgt språk)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in het %@ (selecteerde taal)" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publikuj jako %@ (wybrany język)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem em %@ (Idioma selecionado)" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post in %@ (Selected language)" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Опубліковано на %@ (Selected language)" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "选择使用 %@ 发送" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文用 %@(選擇語言)發表" + } + } + } + }, + "status.editor.language-select.navigation-title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Абярыце мову" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selecciona la llengua" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sprache auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select Language" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select Language" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seleccionar idioma" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hautatu hizkuntza" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sélectionner la langue" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scegli la lingua" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "言語設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 언어 지정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Velg språk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taal selecteren" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wybierz język" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selecionar Idioma" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dil Seç" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Обрати мову" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "选择语言" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選擇語言" + } + } + } + }, + "status.editor.language-select.recently-used" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Нядаўна выкарыстаны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recents" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kürzlich genutzt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recently Used" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recently Used" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usado recientemente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duela gutxi erabilitakoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utilisé récemment" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usato recentemente" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最近使用した" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "최근 사용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nylig brukt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Onlangs gebruikt" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ostatnio użyty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usado recentemente" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Son Kullanılanlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Остання обрана" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "最近使用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "最近用過" + } + } + } + }, + "status.editor.media.edit-image" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаваць выяву" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita la imatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bild bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Media" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit Media" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar Imagen" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu irudiak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifier l'image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica l'immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "イメージの編集" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 편집" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rediger bilde" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afbeelding bewerken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görüntüyü Düzenle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Змінити медіа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯媒體" + } + } + } + }, + "status.editor.media.image-description" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апісанне выявы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Descripció de la imatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildbeschreibung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media description" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media description" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Descripción de la imagen" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Irudiaren deskribapena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Description de l'image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Descrizione dell'immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "イメージの説明文" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "미디어 설명" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildebeskrivelse" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Omschrijving" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opis obrazka" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Descrição da imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görüntü Açıklaması" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Опис медіа" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "图片描述" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "媒體描述" + } + } + } + }, + "status.editor.mode.edit" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Рэдагаванне вашай публікацыі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edita la publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deinen Beitrag bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editing your post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editing your post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editando tu publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa editatzen" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modification de votre publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿を編集する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 수정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Redigerer innlegget ditt" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post bewerken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edycja twojego postu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editando sua postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderin Düzenleniyor" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Змінити ваш допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "正在编辑你的嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯您的嘟文" + } + } + } + }, + "status.editor.mode.new" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новы допіс" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicació nova" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuer Beitrag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nueva publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa berria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nouvelle publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovo post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "新しい投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "새 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nytt innlegg" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nieuwe post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nowy post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nova Postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yeni Gönderi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Новий допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增嘟文" + } + } + } + }, + "status.editor.mode.quote-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цытата ад %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cita de: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zitat von %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote of %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quote of %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cita de %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@(r)en aipamena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citation de %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citazione di %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ を引用する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@님의 글 인용" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sitat av %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citaat van %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cytując %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Citação de %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@'dan alıntılandı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Цитування %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 的引用" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "引述 %@" + } + } + } + }, + "status.editor.mode.reply-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адказаць %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "En resposta a %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antwort auf %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Replying to %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Replying to %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respondiendo a %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@(r)i erantzunez" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Répondre à %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "In risposta a %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ に返信する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@님의 글에 답글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Svarer til %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antwoord aan %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odpowiadając %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respondendo a %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@'a cevap veriliyor" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "У відповідь на %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "回复 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "回覆 %@" + } + } + } + }, + "status.editor.photo-library" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photos Library" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photos Library" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fotoalbum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photos Library" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photos Library" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fototeca" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Argazki-liburutegia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photos Library" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Libreria foto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "写真ライブラリ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "사진 보관함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildebibliotek" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fotobibliotheek" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biblioteka zdjęć" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biblioteca de Fotos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photos Library" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Бібліотека світлин" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "照片图库" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "相片圖庫" + } + } + } + }, + "status.editor.restore-previous" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аднавіць папярэдні тэкст" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaura el text anterior" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorherigen Text wiederherstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore previous text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore previous text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar texto anterior" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berreskuratu lehengo testua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurer le texte précédent" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ripristina il testo precedente" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "前のテキストに戻す" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이전 상태로 되돌리기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gjenopprett forrige tekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Herstel vorige tekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Przywróć poprzedni tekst" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restaurar texto anterior" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geçmiş yazıyı geri getir" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відновити попередній текст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "撤销更改" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "還原本文" + } + } + } + }, + "status.editor.spoiler" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тэкст спойлера" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escriviu l'espòiler" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhaltswarnung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler Text" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler Text" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Escribe tu advertencia aquí" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edukiari buruzko oharra" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Texte spoilé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Testo spoiler" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ネタバレ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "열람 주의 문구" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoilertekst" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoilertekst" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekst spoilera" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Texto de Spoiler" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spoiler Yazısı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Спойлер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "剧透警告" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "劇透警告" + } + } + } + }, + "status.editor.text.placeholder" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пра што вы думаеце?" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Què us passa pel cap?" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Woran denkst du?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "What's on your mind?" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "What's on your mind?" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¿En qué estás pensando?" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zer duzu buruan?" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Qu'est-ce qui vous passe par la tête ?" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "A cosa stai pensando?" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "いま、何を考えているの?" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "무슨 생각을 하고 계신가요?" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hva tenker du på?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Waar denk je aan?" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Co ci chodzi po głowie?" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "O que você está pensando?" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aklında ne var?" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Що у вас на думці?" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在想些什么呢?" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您在想些什麼呢?" + } + } + } + }, + "status.editor.visibility" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Бачнасць допісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilitat de la publicació" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sichtbarkeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post visibility" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post visibility" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidad de la publicación" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketaren irismena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilité de la publication" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilità del post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿の公開範囲" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 공개 범위" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innleggssynlighet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zichtbaarheid" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Widoczność postu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visibilidade da postagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görüntü görünürlüğü" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Видимість допису" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文可见性" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文能見度" + } + } + } + }, + "status.error.loading.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Пры загрузцы паведамленняў адбылася памылка, паўтарыце спробу." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha produït un error en carregar les publicacions, torneu-ho a provar." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beim Laden der Beiträge ist ein Fehler aufgetreten. Bitte versuche es erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred while loading posts, please try again." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred while loading posts, please try again." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error al cargar las publicaciones, por favor, vuelve a intentarlo." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea bidalketak kargatzean; saiatu berriro." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Une erreur s'est produite lors du chargement des publications, veuillez réessayer." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato un errore durante il caricamento dei post, per favore prova più tardi." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿の読み込み中にエラーが発生しました、もう一度試してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글을 불러오지 못했습니다. 다시 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Det oppsto en feil under innlasting av innlegg, prøv igjen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan tijdens het laden van je posts. Probeer het nogmaals." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wystąpił błąd podczas ładowania postów, spróbuj ponownie." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro enquanto as postagens eram carregadas, por favor, tente novamente." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderi yüklenirken bir hata oluştu, lütfen tekrar deneyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred while loading posts, please try again." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "加载嘟文时发生错误,请重试。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "下載嘟文時發生錯誤,請再試一次。" + } + } + } + }, + "status.error.message" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адбылася памылка ў кантэксце гэтай публікацыі, паспрабуйце яшчэ раз." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha produït un error en el context d'aquesta publicació, torneu-ho a provar." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Es ist ein Fehler aufgetreten. Bitte versuche es erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred in the context of this post, please try again." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred in the context of this post, please try again." + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error al cargar el contexto de esta publicación, por favor, vuelve a intentarlo." + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea bidalketa honen testuinguruan; saiatu berriro." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Une erreur s'est produite dans le contexte de cette publication, veuillez réessayer." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato un errore durante il caricamento del post, per favore prova più tardi." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "この投稿のコンテキストでエラーが発生しました、もう一度試してください" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글의 상세 정보를 불러오지 못했습니다. 다시 시도해주세요." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Det oppsto en feil i forbindelse med dette innlegget, prøv igjen." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan. Probeer het nogmaals." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wystąpił błąd dotyczący tego postu, proszę spróbuj ponownie." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro com esta postagem, por favor, tente novamente." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bu gönderi bağlamında bir hata oluştu, lütfen tekrar deneyin." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred in the context of this post, please try again." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文的上下文出现了错误,请重试。" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "嘟文上下文發生錯誤,請再試一次。" + } + } + } + }, + "status.error.posting.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Veröffentlichen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error al publicar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea argitaratzean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errore nella pubblicazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "게시 오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feil ved publisering" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Błąd podczas publikowania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error while posting" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "无法发送嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "無法發表嘟文" + } + } + } + }, + "status.error.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Узнікла памылка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "S'ha produït un error" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ein Fehler ist aufgetreten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha ocurrido un error" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Errorea gertatu da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Une erreur s'est produite" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si è verificato un errore" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "エラーが発生しました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "오류" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "En feil oppstod" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er heeft zich een fout voorgedaan" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wystąpił błąd" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ocorreu um erro" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bir hata oluştu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "发生了一个错误" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "發生錯誤" + } + } + } + }, + "status.filter.filtered-by-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адфільтравана па: %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrat per: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefiltert von: %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtered by: %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtered by: %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrado por: %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Iragazkia: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtré par : %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrato da: %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ :によりフィルターされました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 필터에 의해 가려짐" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrert etter: %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefilterd op: %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrowany przez: %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Filtrado por: %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarafından filtrelendi: %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відфільровано: %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "被 %@ 过滤" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "依 %@ 過濾" + } + } + } + }, + "status.filter.show-anyway" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказваць у любым выпадку" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra de totes maneres" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trotzdem anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show anyway" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show anyway" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar de todas formas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi edonola ere" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Montrer quand même" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra comunque" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "とりあえず表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis uansett" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laat toch zien" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż mimo wszystko" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar mesmo assim" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yine de göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Всерівно показати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "仍然显示" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "仍然顯示" + } + } + } + }, + "status.image.alt-text.abbreviation" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Альт." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "注釈" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "설명" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "ALT" + } + } + } + }, + "status.media.content.show" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць змест" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra el contingut" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhalt zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show content" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show content" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar contenido" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi edukia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher le contenu" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra il contenuto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "内容を表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내용 표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis innhold" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż zawartość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir conteúdo" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bağlamı göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати вміст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示內容" + } + } + } + }, + "status.media.contextmenu.copy" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Капіяваць выяву" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia la imatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bild kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy image" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy image" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar imagen" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiatu irudia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copier l'image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copia immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "イメージのコピー" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이미지 복사" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopier bildet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopieer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopiuj obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copiar imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görüntüyü kopyala" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Копіювати зображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷贝图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "拷貝影像" + } + } + } + }, + "status.media.contextmenu.save" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Захаваць выяву" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Desa la imatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bild sichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save image" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save image" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Guardar imagen" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gorde irudia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enregistrer l'image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salva immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "イメージの保存" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이미지 저장" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Arkiver bildet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewaar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zachowaj obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Salvar imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görüntüyü kaydet" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зберегти зображення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "保存图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "儲存影像" + } + } + } + }, + "status.media.contextmenu.share" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Падзяліцца гэтай выявай" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Comparteix la imatge" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dieses Bild teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this image" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share this image" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartir esta imagen" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partekatu irudia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partager cette image" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Condividi questa immagine" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "イメージの共有" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "이미지 공유" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Del dette bildet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Udostępnij ten obrazek" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compartilhar imagem" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Görüntüyü paylaş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Поділитися цим зображенням" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享图片" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "分享影像" + } + } + } + }, + "status.media.contextmenu.view-browser" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Праглядзець у браўзэры" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra al navegador" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Im Browser anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "View in Browser" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "View in Browser" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ver en navegador" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi nabigatzailean" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher dans le navigateur" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visualizza nel browser" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブラウザで見る" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "브라우저에서 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis i nettleser" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open in browser" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zobacz w przeglądarce" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir no Navegador" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarayıcıda göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Переглянути у браузері" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在浏览器中打开" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "在瀏覽器裡顯示" + } + } + } + }, + "status.media.sensitive.show" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць адчувальны кантэнт" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra el contingut sensible" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sensiblen Inhalt zeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show sensitive content" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show sensitive content" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar contenido sensible" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi eduki hunkigarria" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher le contenu sensible" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra i contenuti sensibili" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "センシティブな内容を表示する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "민감한 미디어 표시하기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis sensitivt innhold" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon gevoelige inhoud" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż wrażliwą zawartość" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir conteúdo sensível" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hassas içeriği göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати делікатний вміст" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示敏感内容" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示敏感內容" + } + } + } + }, + "status.poll.closed" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зачынены" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finalitzada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beendet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Closed" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Closed" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cerrada" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Amaituta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fermé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chiuso" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票終了" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "종료됨" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lukket" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beëindigd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zamknięty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Encerrado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kapandı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Закрито" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "已关闭" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "已關閉" + } + } + } + }, + "status.poll.closes-in %@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Зачыніцца праз %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finalitza en %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Endet in %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Closes in %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Closes in %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acaba en %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Epemuga: %@" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ferme dans %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Si chiude in %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票終了まで %@" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "종료까지 %@" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lukkes om %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eindigt over %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zostanie zakończony za %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Encerrado em %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kapanacak %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Завершується в %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关闭于 %@" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "關閉於 %@" + } + } + } + }, + "status.poll.duration" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Працягласць апытання" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durada de l'enquesta" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfragedauer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll Duration" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Poll Duration" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duración de la encuesta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozketaren iraupena" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durée du sondage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durata del sondaggio" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票期間" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표 기간" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avstemningens varighet" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pollduur" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Czas trwania sondażu" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duração da votação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anket Süresi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тривалість опитування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票持续时间" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票時限" + } + } + } + }, + "status.poll.frequency" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Частата апытання" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freqüència de l'enquesta" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auswahlmöglichkeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polling Frequency" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Polling Frequency" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Frecuencia de la encuesta" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bozketaren maiztasuna" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fréquence de sondage" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Frequenza di voto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票頻度" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표 선택 옵션" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Avstemningsfrekvens" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pollingfrequentie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Częstotliwość odpytywania" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Frequência da votação" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anket Sıklığı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Частота опитування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票频率" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票頻率" + } + } + } + }, + "status.poll.n-votes %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld галасоў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld vots" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Stimme" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Stimmen" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votos" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boto %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boto" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld voti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 投票" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld표" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld stemmer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld stemmen" + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld głosy" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld głos" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld głosów" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld oy" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld голосів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 票" + } + } + } + }, + "status.poll.n-votes-voters %lld %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld галасоў ад %lld удзельнікаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes from %lld voters" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count_votes@ von %#@count_voters@" + }, + "substitutions" : { + "count_voters" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Teilnehmenden" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Teilnehmenden" + } + } + } + } + }, + "count_votes" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Stimme" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Stimmen" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes from %lld voters" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes from %lld voters" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votos de %lld participantes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@tagVotersCount@ %#@tagVotesCount@" + }, + "substitutions" : { + "tagVotersCount" : { + "argNum" : 2, + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boto-emaile baten" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boto-emaileren" + } + } + } + } + }, + "tagVotesCount" : { + "argNum" : 1, + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "boto %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boto" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes de %lld voteurs" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld voti da %lld persone" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 票 %lld からの投票" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld표 (%lld명)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld stemmer fra %lld velgere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld stemmen van %lld stemmers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@tagVotesCount@ %#@tagVotersCount@" + }, + "substitutions" : { + "tagVotersCount" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "od %arg głosującego" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "od %arg głosujących" + } + } + } + } + }, + "tagVotesCount" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg głosy" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg głos" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg głosów" + } + } + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votos de %lld votantes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld votes from %lld voters" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld голосів від %lld опитаних" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 票来自 %lld 个投票者" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 票,%lld 位投票者" + } + } + } + }, + "status.poll.option-n %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Варыянт %lld" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opció %lld" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opción %lld" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld. aukera" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Option %lld" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opzione %lld" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "オプション %lld" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "선택지 %lld" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Valg %lld" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optie %lld" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opcja %lld" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opção %lld" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seçenek %lld" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Варіант %lld" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 选项" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "選項 %lld" + } + } + } + }, + "status.poll.send" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адправіць голас" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Envia el vot" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auswahl absenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send Vote" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send Vote" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enviar voto" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eman botoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Envoyer votre vote" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Invia il voto" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票する" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "투표" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send Vote" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Breng stem uit" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wyślij głos" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enviar voto" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send Vote" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Проголосувати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "投票" + } + } + } + }, + "status.post-from-%@" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паведамленне ад %@" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicació de: %@" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitrag von %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post from %@" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post from %@" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publicado por %@" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@(r)en bidalketa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publication de %@" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post da %@" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ の投稿" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@님의 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innlegg fra %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post van %@" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post od %@" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Postagem de %@" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gönderi tarafından %@" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Допис від %@" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 的嘟文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 的嘟文" + } + } + } + }, + "status.row.was-boosted" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "павышаны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "impulsat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "hat geboostet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "boosted" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "boosted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "boosteó" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "(e)k bultzatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "a boosté" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "ha condiviso" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストした" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "님이 부스트함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "forsterket" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "boostte" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "podbił(a)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "deu boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "yükseltildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "поширює" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "轉嘟" + } + } + } + }, + "status.row.was-reply" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адказаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ha respost a" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Antwort auf" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Replied to" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Replied to" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respuesta a" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Honi erantzunez:" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Répondu à" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Risposta per" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "답글:" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Svar til" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geantwoord op" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odpowiedział(a) do" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Respondeu a" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Şuna cevap verildi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Відповідь для" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "回复给" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "回覆給" + } + } + } + }, + "status.row.you-boosted" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Вы ўзмацнілі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Heu impulsat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du hast geboostet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You boosted" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "You boosted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Boosteaste" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zuk bultzatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vous avez boosté" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tu hai condiviso" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ブーストしました" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "내가 부스트함" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Du forsterket" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Je boostte" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Podbiłeś(aś)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você deu boost" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselttin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ви поширили" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "你转发了" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "您轉嘟了" + } + } + } + }, + "status.show-full-post" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ganzen Beitrag anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar publicación completa" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erakutsi osorik" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra il post completo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "投稿をすべて表示" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "전체 내용 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon volledige post" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż cały post" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar postagem completa" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show full post" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати весь допис" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示全文" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "顯示全文" + } + } + } + }, + "status.show-less" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказваць менш" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra'n menys" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weniger anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show less" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show less" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar menos" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi gutxiago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher moins" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra meno" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示項目を減らす" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "간략히 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis mindre" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon minder" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż mniej" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir menos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daha az göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати менше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示更少" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "少顯示一點" + } + } + } + }, + "status.show-more" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паказаць больш" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra'n més" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehr anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show more" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show more" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostrar más" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikusi gehiago" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afficher plus" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mostra di più" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "表示項目を増やす" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "더 보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vis mer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toon meer" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pokaż więcej" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exibir mais" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Daha fazla göster" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Показати більше" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "显示更多" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "多顯示一點" + } + } + } + }, + "status.summary.at-time" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : " а " + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : " a les " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : " um " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : " at " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : " at " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : " a las " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : " · " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : " à " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : " alle " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : " " + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : " " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "kl " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : " om " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : " o " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : " as " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : " de " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : " о " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : " 在 " + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : " 於 " + } + } + } + }, + "status.summary.edit-history" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit History" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit History" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beitragsverlauf" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit History" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit History" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Histórico de edición" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edizio-historia" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit History" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica cronologia" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "編集履歴" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "글 수정 기록" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Redigeringshistorikk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bewerkingsgeschiedenis" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Historia edycji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar Histórico" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit History" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Журнал змін" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑历史" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯歷史" + } + } + } + }, + "status.summary.edited-time" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апошняе рэдагаванне:" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Darrera edició: " + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zuletzt bearbeitet: " + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Last edited: " + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Last edited: " + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Última edición: " + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Azkenekoz editatua: " + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dernière modification : " + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ultima modifica: " + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最新編集日: " + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "마지막 수정: " + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sist redigert: " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Laatst gewijzigd: " + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ostatnia edycja: " + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Última edição: " + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Son düzenleme: " + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Востаннє змінено: " + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "上次编辑:" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "上次編輯:" + } + } + } + }, + "status.summary.n-boosts %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld павышаных" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld impulsos" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Boost" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Boosts" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boosts" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boosts" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boosts" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bultzada %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld bultzada" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boosts" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boost" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld ブースト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "부스트 %lld회" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld forsterkninger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boosts" + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld podbicia" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld podbicie" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld podbić" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld boosts" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld yükseltmeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld поширень" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 转发" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 轉嘟" + } + } + } + }, + "status.summary.n-favorites %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld улюбёных" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld preferits" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Favorit" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Favoriten" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favorites" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favourites" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favoritos" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Batek gogoko" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld(e)k gogoko" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favoris" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld preferiti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld お気に入り" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "좋아요 %lld회" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favoritter" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favorieten" + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld polubienia" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld polubienie" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld polubień" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favoritos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld favoriler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld вподобань" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 喜欢" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 最愛" + } + } + } + }, + "status.summary.n-replies %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld replies" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld replies" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Antwort" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Antworten" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld replies" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld replies" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld respuestas" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erantzun %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld erantzun" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld replies" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld risposte" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 件の返信" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "답글 %lld개" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld svar" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld antwoorden" + } + }, + "pl" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld odpowiedź" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld odpowiedzi" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld respostas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld replies" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld відповідей" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 个回复" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 回覆" + } + } + } + }, + "status.visibility.direct" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прыватны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direkt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aipatutakoak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privé" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privato" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "指定された相手のみ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "언급된 사용자만" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privat" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Direct bericht" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Post bezpośredni" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gizli" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Особисте" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私密" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私訊" + } + } + } + }, + "status.visibility.follower" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паслядоўнікі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidors" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Follower" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Followers" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Followers" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sólo seguidores" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraitzaileak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonné·e" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Solo ai follower" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォロワーのみ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로워만" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Følgere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alleen volgers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tylko obserwujący" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seguidores" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takipçiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Підписникам" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "粉丝" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨者" + } + } + } + }, + "status.visibility.public" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tothom" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öffentlich" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Everyone" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Everyone" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todo el mundo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publikoa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tout le monde" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "A tutti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "公開" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공개" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Openbaar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Publiczny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Todos" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Herkes" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Усім" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "所有人" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "所有人" + } + } + } + }, + "status.visibility.unlisted" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прыбраць з спісу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "No llistat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nicht gelistet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlisted" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlisted" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sin listar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendatu gabea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Non répertorié" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ai non appartenenti alle liste" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "未収載" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "공개 타임라인에서만 숨김" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ikke oppført" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Minder openbaar" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wszyscy (bez funkcji odkrywania)" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Não listado" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste dışı" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Прихований" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "不公开" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "不公開" + } + } + } + }, + "tab.explore" : { + "comment" : "MARK: Tabs", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аглядзець" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exploreu" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entdecken" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explore" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explore" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explorar" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esploratu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explorer" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Esplora" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "探索" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "둘러보기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Utforsk" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ontdekken" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Odkrywaj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Explorar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keşfet" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Огляд" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "探索" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "探索" + } + } + } + }, + "tab.federated" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аб'яднаны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federat" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Föderiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federated" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federated" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fédéré" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "連合" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "연합" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federert" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefedereerd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Globalny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linha global" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Birleştirilmiş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Глобальна" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "跨站" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "聯邦" + } + } + } + }, + "tab.local" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Мясцовы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokal" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokala" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Locale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ローカル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로컬" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokal" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokaal" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokalny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linha local" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yerel" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Локальна" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "本地" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "本站" + } + } + } + }, + "tab.messages" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Паведамленні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missatges" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nachrichten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messages" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messages" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensajes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mezuak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messages" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messaggi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "メッセージ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "메시지" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meldinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berichten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wiadomości" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mensagens" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mesajlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Повідомлення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "私信" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "私訊" + } + } + } + }, + "tab.notifications" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Апавяшчэнні" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificacions" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mitteilungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaciones" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jakinarazpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifications" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notifiche" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "알림" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Varsler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificaties" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Powiadomienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Notificações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildirimler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Сповіщення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "通知" + } + } + } + }, + "tab.profile" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Профіль" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Perfil" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profil" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Perfil" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profila" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profil" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profilo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "プロフィール" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "프로필" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profil" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profiel" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profil" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Perfil" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Профіль" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "个人主页" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "個人檔案" + } + } + } + }, + "tab.settings" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налады" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configuració" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajustes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ezarpenak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Réglages" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Impostazioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 설정" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Innstillinger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instellingen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ustawienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Configurações" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ayarlar" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Налаштування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "设置" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "設定" + } + } + } + }, + "tab.timeline" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Шкала часу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Línia de temps" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cronología" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denbora-lerroa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chronologie" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タイムライン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "타임라인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tidslinje" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tijdlijn" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumienie" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaman Dilimi" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Стрічка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "時間軸" + } + } + } + }, + "tab.trending" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "У трэндзе" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendència" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Im Trend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendencias" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Joerak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendances" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トレンド" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뜨고 있는" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trender" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Popularne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Em alta" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yükselişte" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Популярне" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "当下流行" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "流行" + } + } + } + }, + "tag-groups.edit.section.title" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add or remove tag from tag groups" + } + } + } + }, + "tag.suggested.mentions-%lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld mentions" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld mentions" + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Erwähnung" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld Erwähnungen" + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld mentions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld mentions" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld menciones" + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "aipamen %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld aipamen" + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld mentions" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld menzioni" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "返信:%lld" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 글" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld omtaler" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld vermeldingen" + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld wzmianki" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld wzmianka" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld wzmianek" + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld menções" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld mentions" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld згадок" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 个提及" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 提及" + } + } + } + }, + "timeline-new-posts %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld новы допіс" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld новыя допісы" + } + } + } + } + }, + "ca" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicació nova" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicacions noves" + } + } + } + } + }, + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "ein neuer Beitrag" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld neue Beiträge" + } + } + } + } + }, + "en" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + } + } + } + }, + "en-GB" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + } + } + } + }, + "es" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nueva publicación" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nuevas publicaciones" + } + } + } + } + }, + "eu" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bidalketa berri %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld bidalketa berri" + } + } + } + } + }, + "fr" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nouveau post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nouveaux posts" + } + } + } + } + }, + "it" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "un nuovo post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nuovi post" + } + } + } + } + }, + "ja" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 新しい投稿" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 新しい投稿" + } + } + } + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 새 글" + } + }, + "nb" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nytt innlegg" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nye innlegg" + } + } + } + } + }, + "nl" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nieuwe post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nieuwe posts" + } + } + } + } + }, + "pl" : { + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nowe posty" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nowy post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nowych postów" + } + } + } + } + }, + "pt-BR" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nova postagem" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld novas postagens" + } + } + } + } + }, + "tr" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld yeni gönderi" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld yeni gönderiler" + } + } + } + } + }, + "uk" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld new posts" + } + } + } + } + }, + "zh-Hans" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 条新嘟文" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 条新嘟文" + } + } + } + } + }, + "zh-Hant" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "一篇新嘟文" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 篇新嘟文" + } + } + } + } + } + } + }, + "timeline.%@-is-valid" : { + "comment" : "MARK: Timeline", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ сапраўдны асобнік" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ ist eine gültige Instanz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ is a valid instance" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ is a valid instance" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ es una instancia válida" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ baliozko instantzia da" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ est une instance valide" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ è un'istanza valida" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ は有効なインスタンスです" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 서버를 추가할 수 있습니다." + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ er en gyldig instans" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ is een geldige instantie" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ jest poprawnym serwerem" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ é uma instância válida" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ geçerli bir oluşum" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ коректний сервер" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 是一个可用的服务器" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ 有效" + } + } + } + }, + "timeline.add-remote.title" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадайце аддаленую мясцовую шкалу часу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix una línia de temps local externa" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Andere lokale Timeline hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add remote local timeline" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add remote local timeline" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cronología local remota" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu denbora-lerro lokal bat" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter une chronologie locale distante" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi una timeline remota come locale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リモートローカルタイムラインの追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "원격 로컬 타임라인 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til ekstern lokal tidslinje" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale tijdlijn toevoegen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj strumień serwera" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar timeline local remota" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uzak yerel zaman dilimi ekleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати віддалену локальну стручку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加远程时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增他站時間軸" + } + } + } + }, + "timeline.add.action.add" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадаць" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Voeg toe" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ekle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增" + } + } + } + }, + "timeline.add.url" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL асобніка" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instanz-URL" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL de instancia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantziaren URLa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL de l'instance" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL dell'istanza" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "インスタンスURL" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "서버 URL" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instans URL" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instantie-URL" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL instancji" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instance URL" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL сервера" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "服务器 URL" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "伺服器 URL" + } + } + } + }, + "timeline.federated" : { + "comment" : "MARK: Package: Timeline", + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Аб'яднаны" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federada" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Föderiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federated" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federated" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federado" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federatua" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fédéré" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federazione" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "連合" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "연합" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Federert" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefedereerd" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumień globalny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linha global" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Birleştirilmiş" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Глобальна" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "跨站" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "聯邦" + } + } + } + }, + "timeline.filter.add-local" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Дадайце мясцовую часовую шкалу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix una línia de temps local" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale Timeline hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a local timeline" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add a local timeline" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir cronología local" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu denbora-lerro lokal bat" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ajouter une chronologie locale" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aggiungi una timeline locale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ローカルタイムラインの追加" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "원격 로컬 타임라인 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Legg til en lokal tidslinje" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale tijdlijn toevoegen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj strumień lokalny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Adicionar uma timeline local" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zaman Dilimi Ekleyin" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Додати локальну стрічку" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "添加远程时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增本站時間軸" + } + } + } + }, + "timeline.filter.add-tag-groups" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Afegeix grup" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taggruppe hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Añadir grupo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehitu traola-sorta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nuovo gruppo con tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그 모음 추가" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dodaj grupę hasztagów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add tag group" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "新建标签组" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "新增標籤組" + } + } + } + }, + "timeline.filter.edit-tag-groups" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taggruppe bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editar grupo" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Editatu traola-sorta" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Modifica un gruppo di tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edytuj grupę hasztagów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit tag group" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "编辑标签组" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "編輯標籤組" + } + } + } + }, + "timeline.filter.lists" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Спісы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Llistes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lists" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zerrendak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listes" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "リスト" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "리스트" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lister" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lijsten" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listy" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Listeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Списки" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "列表" + } + } + } + }, + "timeline.filter.local" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Мясцовыя шкалы часу" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Línies de temps locals" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale Timelines" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local Timelines" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local Timelines" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cronologías locales" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Denbora-lerro lokalak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chronologies locales" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timeline locali" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ローカルタイムライン" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "원격 로컬 타임라인" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale tidslinjer" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale tijdlijnen" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumienie lokalne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Timelines Locais" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yerel Zaman Dilimleri" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Локальна стрічка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "远程时间线" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "本站時間軸" + } + } + } + }, + "timeline.filter.tag-groups" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grups d'Etiquetes" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Taggruppen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grupos de Etiquetas" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Traola-sortak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gruppi di tag" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "태그 모음" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grupy hasztagów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag Groups" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "标签组" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "標籤組" + } + } + } + }, + "timeline.filter.tags" : { + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Адсочваемыя тэгі" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetes seguides" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gefolgte Hashtags" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Followed Tags" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Followed Tags" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Etiquetas que sigues" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jarraitutako traolak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tags suivis" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag seguiti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "フォローしたタグ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "팔로우한 태그" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fulgte tagger" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gevolgde hashtags" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Obserwowane hasztagi" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hashtags Seguidas" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Takip Edilen Etiketler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Хештеґи" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "关注的标签" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跟隨標籤" + } + } + } + }, + "timeline.home" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Галоўная" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inici" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Startseite" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inicio" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hasiera" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accueil" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ホーム" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "홈" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hjem" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strona główna" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Início" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ana Ekran" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Домівка" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "主页" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "首頁" + } + } + } + }, + "timeline.latest" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Перайсці да апошняга" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Latest" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zum Neuesten springen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Latest" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Latest" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saltar al más reciente" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Egin salto berrienera" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aller au plus récent" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vai all'ultimo post" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "最新情報までジャンプ" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "최신 타임라인 다시 불러오기" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hopp til siste" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spring naar meest recent" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Najnowsze posty" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ir para o mais recente" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jump to Latest" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Перейти до нових" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "跳转到最新" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "跳至最新" + } + } + } + }, + "timeline.local" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Мясцовы" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokal" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokala" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Locale" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ローカル" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "로컬" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokal" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokaal" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strumień lokalny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Linha local" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Yerel" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Локальна" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "本地" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "本站" + } + } + } + }, + "timeline.n-recent-from-n-participants %lld %lld" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld нядаўніх допісаў ад %lld удзельнікаў" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicació recents de %lld participants" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@count_posts@ von %#@count_participants@" + }, + "substitutions" : { + "count_participants" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Teilnehmenden" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg Teilnehmenden" + } + } + } + } + }, + "count_posts" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg aktueller Beitrag" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg aktuelle Beiträge" + } + } + } + } + } + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld recent posts from %lld participants" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld recent posts from %lld participants" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publicaciones recientes de %lld participantes" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@tagParticipantsCount@ %#@tagPostsCount@" + }, + "substitutions" : { + "tagParticipantsCount" : { + "argNum" : 2, + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partaide batek egindako" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld partaidek egindako" + } + } + } + } + }, + "tagPostsCount" : { + "argNum" : 1, + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "bidalketa %lld" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld bidalketa" + } + } + } + } + } + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld publications récentes de %lld participants" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld post recenti da %lld partecipanti" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld トゥートの投稿 %lld 人が投稿している" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld개 최근 글 (%lld명이 이야기 중)" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld nylige innlegg fra %lld deltakere" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld recente posts van %lld deelnemers" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%#@tagPostsCount@ %#@tagParticipantsCount@" + }, + "substitutions" : { + "tagParticipantsCount" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "od %arg uczestnika" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "od %arg uczestników" + } + } + } + } + }, + "tagPostsCount" : { + "formatSpecifier" : "lld", + "variations" : { + "plural" : { + "few" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg ostatnie posty" + } + }, + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg ostatni post" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%arg ostatnich postów" + } + } + } + } + } + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld postagens recentes de %lld participantes" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld katılımcılar tarafından %lld yeni gönderiler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld нових дописів від %lld учасників" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "最近 %lld 条嘟文来自 %lld 个参与者" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld 篇新嘟文,%lld 位參與者" + } + } + } + }, + "timeline.trending" : { + "extractionState" : "manual", + "localizations" : { + "be" : { + "stringUnit" : { + "state" : "translated", + "value" : "Трэндавыя" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendència" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Im Trend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendencia" + } + }, + "eu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Joerak" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendances" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "トレンド" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "뜨고 있는" + } + }, + "nb" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trender" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teraz popularne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tendência" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trending" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Популярне" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "当下流行" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "流行" + } + } + } + } + }, + "version" : "1.0" +} \ No newline at end of file diff --git a/IceCubesApp/Resources/Localization/Plurals/be.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/be.lproj/Localizable.stringsdict deleted file mode 100644 index de841aed..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/be.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld новы допіс - other - %lld новыя допісы - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - і %lld іншы - other - і %lld іншыя - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/ca.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/ca.lproj/Localizable.stringsdict deleted file mode 100644 index fdbe64dd..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/ca.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld publicació nova - other - %lld publicacions noves - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - i %lld més - other - i %lld més - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/de.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/de.lproj/Localizable.stringsdict deleted file mode 100644 index 8e3147fc..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/de.lproj/Localizable.stringsdict +++ /dev/null @@ -1,327 +0,0 @@ - - - - - account.detail.featured-tags-n-posts %lld - - NSStringLocalizedFormatKey - %#@accountDetailFeaturedTagsPosts@ - accountDetailFeaturedTagsPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Beitrag - other - %lld Beiträge - - - account.detail.n-fields %lld - - NSStringLocalizedFormatKey - %#@accountDetailFields@ - accountDetailFields - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Feld - other - %lld Felder - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ Follower - other - %2$@ Follower - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - ein neuer Beitrag - other - %lld neue Beiträge - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - und %lld weiterer - other - und %lld weitere - - - notifications.label.favorite %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - hat favorisiert - other - haben favorisiert - - - notifications.label.follow %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - folgt dir jetzt - other - folgen dir jetzt - - - notifications.label.mention %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - hat dich erwähnt - other - haben dich erwähnt - - - notifications.label.reblog %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - hat geboostet - other - haben geboostet - - - design.tag.n-posts-from-n-participants %lld %lld - - NSStringLocalizedFormatKey - %#@count_posts@ von %#@count_participants@ - count_posts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Beitrag - other - %lld Beiträge - - count_participants - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Teilnehmenden - other - %lld Teilnehmenden - - - timeline.n-recent-from-n-participants %lld %lld - - NSStringLocalizedFormatKey - %#@count_posts@ von %#@count_participants@ - count_posts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld aktueller Beitrag - other - %lld aktuelle Beiträge - - count_participants - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Teilnehmenden - other - %lld Teilnehmenden - - - status.poll.n-votes %lld - - NSStringLocalizedFormatKey - %#@count_votes@ - count_votes - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Stimme - other - %lld Stimmen - - - status.poll.n-votes-voters %lld %lld - - NSStringLocalizedFormatKey - %#@count_posts@ von %#@count_voters@ - count_votes - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Stimme - other - %lld Stimmen - - count_voters - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Teilnehmenden - other - %lld Teilnehmenden - - - status.summary.n-replies %lld - - NSStringLocalizedFormatKey - %#@count_replies@ - count_replies - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Antwort - other - %lld Antworten - - - status.summary.n-boosts %lld - - NSStringLocalizedFormatKey - %#@count_boosts@ - count_boosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Boost - other - %lld Boosts - - - status.summary.n-favorites %lld - - NSStringLocalizedFormatKey - %#@count_favorites@ - count_favorites - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Favorit - other - %lld Favoriten - - - tag.suggested.mentions-%lld - - NSStringLocalizedFormatKey - %#@count_mentions@ - count_mentions - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld Erwähnung - other - %lld Erwähnungen - - - accessibility.tabs.timeline.unread-posts.label-%lld - - NSStringLocalizedFormatKey - %#@count_posts@ - count_posts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld neuer Beitrag - other - %lld neue Beiträge - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/en-GB.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/en-GB.lproj/Localizable.stringsdict deleted file mode 100644 index c12dda78..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/en-GB.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld new post - other - %lld new posts - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - and %lld other - other - and %lld others - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/en.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/en.lproj/Localizable.stringsdict deleted file mode 100644 index c12dda78..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/en.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld new post - other - %lld new posts - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - and %lld other - other - and %lld others - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/es.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/es.lproj/Localizable.stringsdict deleted file mode 100644 index 51acea55..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/es.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ seguidor - other - %2$@ seguidores - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld nueva publicación - other - %lld nuevas publicaciones - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - y %lld otro - other - y %lld otros - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/eu.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/eu.lproj/Localizable.stringsdict deleted file mode 100644 index 2c3c7538..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/eu.lproj/Localizable.stringsdict +++ /dev/null @@ -1,311 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Jarraitzaile %2$@ - other - %2$@ jarraitzaile - - - account.detail.n-fields %lld - - NSStringLocalizedFormatKey - %#@accountDetailFields@ - accountDetailFields - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Eremu %lld - other - %lld eremu - - - account.detail.featured-tags-n-posts %lld - - NSStringLocalizedFormatKey - %#@accountDetailFeaturedTagsPosts@ - accountDetailFeaturedTagsPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Bidalketa %lld - other - %lld bidalketa - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Bidalketa berri %lld - other - %lld bidalketa berri - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - eta beste bat - other - eta beste %lld - - - notifications.label.favorite %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - (e)k gogoko du - other - (e)k gogoko dute - - - notifications.label.follow %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - (e)k jarraitzen dizu - other - (e)k jarraitzen dizute - - - notifications.label.mention %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - (e)k aipatu zaitu - other - (e)k aipatu zaituzte - - - notifications.label.reblog %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - (e)k bultzatu du - other - (e)k bultzatu dute - - - status.summary.n-favorites %lld - - NSStringLocalizedFormatKey - %#@statusFavouritesCount@ - statusFavouritesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Batek gogoko - other - %lld(e)k gogoko - - - status.summary.n-boosts %lld - - NSStringLocalizedFormatKey - %#@statusBoostsCount@ - statusBoostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Bultzada %lld - other - %lld bultzada - - - status.summary.n-replies %lld - - NSStringLocalizedFormatKey - %#@statusRepliesCount@ - statusRepliesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Erantzun %lld - other - %lld erantzun - - - status.poll.n-votes %lld - - NSStringLocalizedFormatKey - %#@statusVotesCount@ - statusVotesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Boto %lld - other - %lld boto - - - design.tag.n-posts-from-n-participants %lld %lld - - NSStringLocalizedFormatKey - %2$#@tagParticipantsCount@ %1$#@tagPostsCount@ - tagParticipantsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Partaide batek egindako - other - %lld partaidek egindako - - tagPostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - bidalketa %lld - other - %lld bidalketa - - - timeline.n-recent-from-n-participants %lld %lld - - NSStringLocalizedFormatKey - %2$#@tagParticipantsCount@ %1$#@tagPostsCount@ - tagParticipantsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Partaide batek egindako - other - %lld partaidek egindako - - tagPostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - bidalketa %lld - other - %lld bidalketa - - - status.poll.n-votes-voters %lld %lld - - NSStringLocalizedFormatKey - %2$#@tagVotersCount@ %1$#@tagVotesCount@ - tagVotesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - boto %lld - other - %lld boto - - tagVotersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - Boto-emaile baten - other - %lld boto-emaileren - - - tag.suggested.mentions-%lld - - NSStringLocalizedFormatKey - %#@mentionsCount@ - mentionsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - aipamen %lld - other - %lld aipamen - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict deleted file mode 100644 index 2667a7bf..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict +++ /dev/null @@ -1,118 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ abonné·e - other - %2$@ abonné·e·s - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld nouveau post - other - %lld nouveaux posts - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - et %lld autre - other - et %lld autres - - - notifications.label.mention %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - vous a mentionné - other - vous ont mentionné - - - notifications.label.follow %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - vous suit - other - vous suivent - - - notifications.label.reblog %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - a boosté - other - ont boosté - - - notifications.label.favorite %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - aime - other - aiment - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/it.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/it.lproj/Localizable.stringsdict deleted file mode 100644 index 98f1bbcf..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/it.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - un nuovo post - other - %lld nuovi post - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - e un altro - other - e %lld altri - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/ja.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/ja.lproj/Localizable.stringsdict deleted file mode 100644 index 9ab2624b..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/ja.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld 新しい投稿 - other - %lld 新しい投稿 - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - and %lld other - other - and %lld others - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/nb.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/nb.lproj/Localizable.stringsdict deleted file mode 100644 index 16275c4b..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/nb.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ følger - other - %2$@ følgere - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld nytt innlegg - other - %lld nye innlegg - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - og en annen - other - og %lld andre - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict deleted file mode 100644 index 901404ce..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict +++ /dev/null @@ -1,118 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld nieuwe post - other - %lld nieuwe posts - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - en %lld andere - other - en %lld anderen - - - notifications.label.mention %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - heeft jou vermeld - other - hebben jou vermeld - - - notifications.label.follow %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - volgt jou - other - volgen jou - - - notifications.label.reblog %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - boostte - other - boostten - - - notifications.label.favorite %lld - - NSStringLocalizedFormatKey - %#@count@ - count - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - markeerde jouw bericht als favoriet - other - markeerden jouw bericht als favoriet - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict deleted file mode 100644 index e0a27697..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict +++ /dev/null @@ -1,269 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld nowy post - few - %lld nowe posty - other - %lld nowych postów - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - i %lld inny - few - i %lld inne - other - i %lld innych - - - status.summary.n-favorites %lld - - NSStringLocalizedFormatKey - %#@statusFavouritesCount@ - statusFavouritesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld polubienie - few - %lld polubienia - other - %lld polubień - - - status.summary.n-boosts %lld - - NSStringLocalizedFormatKey - %#@statusBoostsCount@ - statusBoostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld podbicie - few - %lld podbicia - other - %lld podbić - - - status.poll.n-votes %lld - - NSStringLocalizedFormatKey - %#@statusVotesCount@ - statusVotesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld głos - few - %lld głosy - other - %lld głosów - - - status.summary.n-replies %lld - - NSStringLocalizedFormatKey - %#@statusRepliesCount@ - statusRepliesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld odpowiedź - other - %lld odpowiedzi - - - status.poll.n-votes-voters %lld %lld - - NSStringLocalizedFormatKey - %#@tagVotesCount@ %#@tagVotersCount@ - tagVotesCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld głos - few - %lld głosy - other - %lld głosów - - tagVotersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - od %lld głosującego - other - od %lld głosujących - - - account.detail.featured-tags-n-posts %lld - - NSStringLocalizedFormatKey - %#@accountFeaturedPostsCount@ - accountFeaturedPostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld post - few - %lld posty - other - %lld postów - - - account.detail.n-fields %lld - - NSStringLocalizedFormatKey - %#@accountFieldsCount@ - accountFieldsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld pole - few - %lld pola - other - %lld pól - - - tag.suggested.mentions-%lld - - NSStringLocalizedFormatKey - %#@mentionsCount@ - mentionsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld wzmianka - few - %lld wzmianki - other - %lld wzmianek - - - design.tag.n-posts-from-n-participants %lld %lld - - NSStringLocalizedFormatKey - %#@tagPostsCount@ %#@tagParticipantsCount@ - tagPostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld post - few - %lld posty - other - %lld postów - - tagParticipantsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - od %lld uczestnika - other - od %lld uczestników - - - timeline.n-recent-from-n-participants %lld %lld - - NSStringLocalizedFormatKey - %#@tagPostsCount@ %#@tagParticipantsCount@ - tagPostsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld ostatni post - few - %lld ostatnie posty - other - %lld ostatnich postów - - tagParticipantsCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - od %lld uczestnika - other - od %lld uczestników - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/pt-BR.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/pt-BR.lproj/Localizable.stringsdict deleted file mode 100644 index 65740077..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/pt-BR.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld nova postagem - other - %lld novas postagens - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - e %lld outro - other - e %lld outros - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/tr.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/tr.lproj/Localizable.stringsdict deleted file mode 100644 index 59affe7f..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/tr.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld yeni gönderi - other - %lld yeni gönderiler - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - and %lld other - other - and %lld others - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/uk.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/uk.lproj/Localizable.stringsdict deleted file mode 100644 index c12dda78..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/uk.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld new post - other - %lld new posts - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - and %lld other - other - and %lld others - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/zh-Hans.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/zh-Hans.lproj/Localizable.stringsdict deleted file mode 100644 index eb90cf5e..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/zh-Hans.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@粉丝 - other - %2$@粉丝 - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %lld 条新嘟文 - other - %lld 条新嘟文 - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - 和其他 %lld 个用户 - other - 和其他 %lld 个用户 - - - - diff --git a/IceCubesApp/Resources/Localization/Plurals/zh-Hant.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/zh-Hant.lproj/Localizable.stringsdict deleted file mode 100644 index f735f996..00000000 --- a/IceCubesApp/Resources/Localization/Plurals/zh-Hant.lproj/Localizable.stringsdict +++ /dev/null @@ -1,54 +0,0 @@ - - - - - account.label.followers %lld %@ - - NSStringLocalizedFormatKey - %#@followers@ - followers - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - %2$@ follower - other - %2$@ followers - - - timeline-new-posts %lld - - NSStringLocalizedFormatKey - %#@timelineNewPosts@ - timelineNewPosts - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - 一篇新嘟文 - other - %lld 篇新嘟文 - - - notifications-others-count %lld - - NSStringLocalizedFormatKey - %#@noficationsOthersCount@ - noficationsOthersCount - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - lld - one - 和另一位用戶 - other - 和另 %lld 位用戶 - - - - diff --git a/IceCubesApp/Resources/Localization/be.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/be.lproj/Localizable.strings deleted file mode 100644 index 0aa73a9e..00000000 --- a/IceCubesApp/Resources/Localization/be.lproj/Localizable.strings +++ /dev/null @@ -1,617 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Скасаваць"; -"action.delete" = "Выдаліць"; -"action.save" = "Захаваць"; -"action.done" = "Гатова"; -"action.retry" = "Паўтарыць спробу"; -"action.view.error" = "Праглядзець памылку"; - -"alert.button.ok" = "OK"; -"alert.error" = "Памылка!"; - -"placeholder.loading.long" = "Загрузка, загрузка, загрузка ..."; -"placeholder.loading.short" = "Ідзе загрузка ..."; - -"see-more" = "Глядзець больш"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Гэты асобнік зараз не падтрымліваецца."; -"account.add.navigation-title" = "Дадаць уліковы запіс"; -"account.add.sign-in" = "Увайсці"; - -// MARK: Enums -"enum.avatar-position.leading" = "Вядучы"; -"enum.avatar-position.top" = "Наверсе"; -"enum.avatar-shape.circle" = "Кола"; -"enum.avatar-shape.rounded" = "Акруглены"; -"enum.durations.infinite" = "бясконцасць"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 хвілін"; -"enum.durations.thirtyMinutes" = "30 хвілін"; -"enum.durations.oneHour" = "1 гадзіна"; -"enum.durations.sixHours" = "6 гадзін"; -"enum.durations.twelveHours" = "12 гадзін"; -"enum.durations.oneDay" = "1 дзень"; -"enum.durations.threeDays" = "3 дні"; -"enum.durations.sevenDays" = "7 дзён"; -"enum.status-actions-display.all" = "Усе"; -"enum.status-actions-display.no-buttons" = "Бяз кнопак"; -"enum.status-actions-display.only-buttons" = "Толькі кнопкі"; -"enum.status-display-style.compact" = "Кампактны"; -"enum.status-display-style.large" = "Вялікі"; -"enum.status-display-style.medium" = "Medium"; -"enum.swipeactions.icon-with-text" = "Значкі з тэкстам"; -"enum.swipeactions.icon-only" = "Толькі значкі"; - -// MARK: Instances -"instance.info.domains" = "Дамены"; -"instance.info.email" = "Электронная пошта"; -"instance.info.name" = "Імя"; -"instance.info.navigation-title" = "Інфармацыя аб серверы"; -"instance.info.posts" = "Допісы"; -"instance.info.section.info" = "Інфармацыя аб серверы"; -"instance.info.section.rules" = "Правілы серверу"; -"instance.info.users" = "Карыстальнікі"; -"instance.info.version" = "Вэрсія"; -"instance.list.posts-%@" = "%@ допісаў"; -"instance.list.users-%@" = "%@ карыстальнікаў"; -"instance.suggestions" = "Прапановы"; -"instance.url" = "URL асобніку"; - -// MARK: Menu -"menu.new-post" = "Новы допіс"; -"menu.font" = "Шрыфт"; -"menu.font.bigger" = "Больш"; -"menu.font.smaller" = "Менш"; - -// MARK: Settings -"settings.account.add" = "Дадаць уліковы запіс"; -"settings.app.icon" = "Значок дадатка"; -"settings.app.icon.navigation-title" = "Значкі"; -"settings.app.icon.official" = "Афіцыйныя значкі"; -"settings.app.icon.designed-by" = "Значкі ад"; -"settings.app.source" = "Крыніца (спасылка на GitHub)"; -"settings.app.support" = "Падтрымаць дадатак"; -"settings.app.about" = "Аб дадатку"; -"settings.display.example-toot" = "Прыклад допісу"; -"settings.display.font" = "Шрыфт шкалы часу"; -"settings.display.font.system" = "Сістэмны"; -"settings.display.font.custom" = "Уласны"; -"settings.display.font.scaling-%@" = "Маштаб шрыфту: %@"; -"settings.display.font.line-spacing-%@" = "Line Spacing: %@"; -"settings.display.avatar.position" = "Пазіцыя аватару"; -"settings.display.avatar.shape" = "Форма аватару"; -"settings.display.full-username" = "Паказваць поўнае імя"; -"settings.display.navigation-title" = "Налады дысплэю"; -"settings.display.restore" = "Аднавіць па змаўчанні"; -"settings.display.section.display" = "Дысплэй"; -"settings.display.section.theme" = "Тэма"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Уласныя колеры можна ўсталяваць толькі ў тым выпадку, калі адключана сістэмная каляровая схема"; -"settings.display.status.action-buttons" = "Кнопкі дзеянняў стану"; -"settings.display.status.media-style" = "Медыястыль статусу"; -"settings.display.translate-button" = "Паказаць кнопку перакладу"; -"settings.display.pending-at-bottom" = "Кнопка «Паказаць непрачытаныя» ўнізе экрана"; -"settings.display.theme.background" = "Колер фону"; -"settings.display.theme.secondary-background" = "Другасны колер фону"; -"settings.display.theme.text-color" = "Text Color"; -"settings.display.theme.tint" = "Колер адцення"; -"settings.display.theme.systemColor" = "Згодна з сістэмай"; -"settings.general.browser" = "Браўзэр"; -"settings.general.browser.in-app" = "Убудаваны браўзэр"; -"settings.general.browser.in-app.readerview" = "Выгляд для чытання ўбудаванага браўзэра"; -"settings.general.browser.system" = "Сістэмны браўзер"; -"settings.general.display" = "Налады дысплэя"; -"settings.general.instance" = "Інфармацыя аб серверы"; -"settings.general.push-notifications" = "Push апавяшчэнні"; -"settings.general.remote-timelines" = "Аддалены мясцовы час"; -"settings.push.boosts" = "Павышае"; -"settings.push.favorites" = "Улюбёныя"; -"settings.push.follows" = "Cочыць"; -"settings.push.main-toggle" = "Push апавяшчэнні"; -"settings.push.main-toggle.description" = "Атрымлівайце push апавяшчэнні аб новых дзеяннях"; -"settings.push.mentions" = "Згадвае"; -"settings.push.navigation-title" = "Push апавяшчэнні"; -"settings.push.new-posts" = "Новыя допісы"; -"settings.push.polls" = "Вынікі апытання"; -"settings.general.content" = "Налады змесціву"; -"settings.system" = "Сістэмныя налады"; -"settings.content.navigation-title" = "Налады змесціву"; -"settings.content.boosts" = "Павышэння"; -"settings.content.collapse-long-posts" = "Collapse long posts"; -"settings.content.collapse-long-posts-hint" = "Collapsed posts only display a limited number of lines together with a button to show the full post"; -"settings.content.hide-repeated-boosts" = "Схаваць паўторныя павышэння"; -"settings.content.instance-settings" = "Налады змесціва серверу"; -"settings.content.use-instance-settings" = "Ужыць налады серверу"; -"settings.content.expand-spoilers" = "Заўсёды паказваць уражлівыя допісы"; -"settings.content.expand-media" = "Паказ медыя"; -"settings.content.default-sensitive" = "Заўсёды адзначаць медыя як уражлівыя"; -"settings.content.default-visibility" = "Бачнасць допісаў"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Медыя"; -"settings.content.media.show.alt" = "Паказваць альт. тэкст"; -"settings.content.reading" = "Чытанне"; -"settings.content.posting" = "Размяшчэнне допісаў"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Паказаць усе"; -"enum.expand-media.hide" = "Схаваць усе"; -"enum.expand-media.hide-sensitive" = "Хаваць уражлівыя допісы"; -"settings.section.accounts" = "Уліковыя запісы"; -"settings.section.app" = "Дадатак"; -"settings.section.app.footer %@" = "Версія дадатку: %@"; -"settings.section.general" = "Агульныя"; -"settings.support.alert.error.message" = "Памылка апрацоўкі вашай пакупкі ў дадатку, паўтарыце спробу."; -"settings.support.alert.message" = "Шчыры дзякуй за ваш гасцінец! Гэта вельмі ўдзячна!"; -"settings.support.alert.title" = "Дзякуй!"; -"settings.support.message-from-dev" = "Прывітанне! Мяне завуць Томас і я вельмі люблю ствараць праграмы з адкрытым зыходным кодам. Ice Cubesбезумоўна, адзін з праектаў, якімі я найбольш ганаруся на сённяшні дзень. Давайце будзем шчырымі, ён таксама патрабуе надзвычайнага догляду з-за пастаянна зменлівага сусвету Mastodon і сацыяльныя медыя. Калі вы атрымліваеце задавальненне ад карыстання Ice Cubes, падкіньце мне невялікі гасцінец. Гэта зробіць мой дзень (і дапаможа праграме працаваць бесперабойна). 🚀"; -"settings.support.navigation-title" = "Падтрымаць Ice Cubes"; -"settings.support.one.subtitle" = "Маленькі, але мілы і смак добры!"; -"settings.support.one.title" = "🍬 Маленькі Гасцінец"; -"settings.support.placeholder.loading-subtitle" = "Загрузка падзагалоўку ..."; -"settings.support.three.subtitle" = "Ты звар'яцеў, шчыры дзякуй!"; -"settings.support.three.title" = "🤯 Шчодры Гасцінец"; -"settings.support.two.subtitle" = "Я люблю смак вытанчанай кавы ❤️"; -"settings.support.two.title" = "☕️ Прыемны Гасцінец"; -"settings.support.four.title" = "👽 Хто ты Гасцінец"; -"settings.support.four.subtitle" = "Гэта вельмі дапаможа Ice Cubes працаваць!"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Дадайце мясцовую шкалу часу"; -"settings.title" = "Налады"; -"settings.rate" = "Ацаніце Ice Cubes"; -"settings.section.other" = "Іншае"; -"settings.other.hide-openai" = "Уключыць 🤖 памочніка"; -"settings.other.social-keyboard" = "Уключыць сацыяльную клавіятуру"; -"settings.other.sound-effect" = "Enable Sound Effects"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.navigation-title" = "Translation"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; -"settings.push.duplicate.title" = "Выпраўляльнік дублікатаў апавяшчэнняў"; -"settings.push.duplicate.footer" = "Атрымліваеш падвоеныя апавяшчэнні? Паспрабуй гэтую чароўную кнопку каб выправіць"; -"settings.push.duplicate.button.fix" = "🪄 Выправіць"; -"settings.other.autoplay-video" = "Аўто прайграванне відэа"; -"settings.about.built-with" = "Ice Cubes створаны з наступным праграмным забеспячэннем з адкрытым зыходным кодам:"; -"settings.about.title" = "Ice Cubes"; - -"settings.account.cached-posts-%@" = "Кэшаваныя допісы: %@"; -"settings.account.action.delete-cache" = "Ачысціць кэш"; - -"settings.general.haptic" = "Тактыльная зваротная сувязь"; -"settings.haptic.navigation-title" = "Тактыльныя налады"; -"settings.haptic.timeline" = "Шкала часу"; -"settings.haptic.tab-selection" = "Выбар укладкі"; -"settings.haptic.buttons" = "Націск кнопкі"; - -"settings.display.show-tab-label" = "Паказаць назву ўкладкі"; - -"settings.display.show-ipad-column" = "Уключыць дадатковы слупок"; - -"settings.general.swipeactions" = "Дзеянні правядзення пальцам"; -"settings.swipeactions.navigation-title" = "Дзеянні правядзення пальцам"; -"settings.swipeactions.primary" = "Primary Action"; -"settings.swipeactions.secondary" = "Secondary Action"; -"settings.swipeactions.status.action.bookmark" = "Закладка"; -"settings.swipeactions.status.action.boost" = "Павышэнне"; -"settings.swipeactions.status.action.favorite" = "У ўлюбёныя"; -"settings.swipeactions.status.action.none" = "Нічога"; -"settings.swipeactions.status.action.quote" = "Цытаваць"; -"settings.swipeactions.status.action.reply" = "Адказаць"; -"settings.swipeactions.status.explanation" = "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set."; -"settings.swipeactions.status.leading" = "Правядзіце ўправа"; -"settings.swipeactions.status.trailing" = "Правядзіце ўлева"; -"settings.swipeactions.status" = "Допіс"; - -"settings.swipeactions.appearance" = "Appearance"; -"settings.swipeactions.use-theme-colors" = "Use Theme Colors"; -"settings.swipeactions.use-theme-colors-explanation" = "Use theme colors instead of default colors"; -"settings.swipeactions.icon-style" = "Icon Style"; - -"settings.swipeactions.status.use-theme-colors" = "Выкарыстоўваць колеры тэмы замест колераў па змаўчанні"; -"settings.swipeactions.status.icon-style" = "Стылі значкоў"; - -"settings.display.section.font" = "Шрыфт"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Clear Media Cache"; - -// MARK: Tabs -"tab.explore" = "Аглядзець"; -"tab.federated" = "Аб'яднаны"; -"tab.local" = "Мясцовы"; -"tab.messages" = "Паведамленні"; -"tab.notifications" = "Апавяшчэнні"; -"tab.settings" = "Налады"; -"tab.timeline" = "Шкала часу"; -"tab.trending" = "У трэндзе"; -"tab.profile" = "Профіль"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ сапраўдны асобнік"; -"timeline.add-remote.title" = "Дадайце аддаленую мясцовую шкалу часу"; -"timeline.add.action.add" = "Дадаць"; -"timeline.filter.add-local" = "Дадайце мясцовую часовую шкалу"; -"timeline.filter.lists" = "Спісы"; -"timeline.filter.local" = "Мясцовыя шкалы часу"; -"timeline.filter.tags" = "Адсочваемыя тэгі"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Дадаць уліковы запіс"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Дадаць/Выдаліць са спісаў"; -"account.action.edit-info" = "Рэдагаваць звесткі"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Згадванне"; -"account.action.message" = "Паведамленне"; -"account.action.notify-enable" = "Уключыць апавяшчэнні"; -"account.action.notify-disable" = "Адключыць апавяшчэнні"; -"account.action.reboosts-show" = "Паказаць павышэнні"; -"account.action.reboosts-hide" = "Схаваць павышэнні"; -"account.action.block" = "Блакаваць"; -"account.action.unblock" = "Разблакаваць"; -"account.action.mute" = "Адключыць гук"; -"account.action.unmute" = "Уключыць гук"; -"account.action.share" = "Падзяліцца гэтым уліковым запісам"; -"account.boosted-by" = "Павялічана"; -"account.detail.about" = "Дадзеныя"; -"account.detail.familiar-followers" = "Таксама адсочваецца"; -"account.detail.n-fields %lld" = "%lld палёў"; -"account.detail.featured-tags-n-posts %lld" = "%lld допісаў"; -"account.edit.about" = "Апісанне"; -"account.edit.account-settings.bot" = "Уліковы запіс бота"; -"account.edit.account-settings.discoverable" = "Выяўляны"; -"account.edit.account-settings.private" = "Асабістыя"; -"account.edit.account-settings.section-title" = "Налады уліковага запісу"; -"account.edit.display-name" = "Імя для адлюстравання"; -"account.edit.error.save.message" = "Памылка пры захаванні профілю, паўтарыце спробу."; -"account.edit.error.save.title" = "Памылка пры захаванні профілю"; -"account.edit.navigation-title" = "Рэдагаваць профіль"; -"account.edit.post-settings.privacy" = "Прыватнасць па змаўчанні"; -"account.edit.post-settings.section-title" = "Налады допісу"; -"account.edit.post-settings.sensitive" = "Адчувальны змест"; - -"account.edit.metadata-section-title" = "Profile Metadata"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Content"; -"account.edit.add-metadata-button" = "Add a new metadata"; - -"account.favorited-by" = "Улюбёны"; -"account.follow.follow" = "Сачыць"; -"account.follow.following" = "Адсочваю"; -"account.follow.requested" = "Запытаны"; -"account.follow-request.accept" = "Прыняць"; -"account.follow-request.reject" = "Адхіліць"; -"account.follow-requests.pending-requests" = "Чакаючыя запыты"; -"account.follow-requests.instructions" = "Гэтыя карыстальнікі не ўбачаць вашых допісаў, пакуль вы іх не прымеце."; -"account.followers" = "Паслядоўнікі"; -"account.following" = "Адсочваю"; -"account.list.create" = "Стварыць новы спіс"; -"account.list.create.confirm" = "Стварыць спіс"; -"account.list.create.description" = "Увядзіце назву вашага спісу"; -"account.list.delete" = "Выдаліць спіс"; -"account.list.name" = "Назва спісу"; -"account.post.pinned" = "Замацаваны допіс"; -"account.posts" = "Допісы"; -"account.relation.follows-you" = "Сочыць за табой"; -"account.joined" = "Далучыліся"; -"account.action.logout" = "Выйсці з уліковага запісу"; -"account.action.more" = "More Settings"; - -"account.relation.note.edit" = "Рэдагаваць нататку"; -"account.relation.note.edit.placeholder" = "Увядзіце тэкст нататкі"; -"account.relation.note.edit.error.save.message" = "Памылка пры захаванні нататкі, паўтарыце спробу."; -"account.relation.note.edit.error.save.title" = "Памылка пры захаванні нататкі"; -"account.relation.note.label" = "Нататка:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Выдаліць"; -"conversations.action.mark-read" = "Адзначыць як прачытанае"; -"conversations.action.view-detail" = "Паглядзець дэталі"; -"conversations.empty.message" = "Шукаеце каханне ў сацыяльных сетках? Тут вы знойдзеце ўсе вашы прамыя паведамленні і асабістыя згадкі. Прыемнай перапіскі! 📱❤️"; -"conversations.empty.title" = "Уваходная скрыня парожняя"; -"conversations.error.button" = "Паўтарыць"; -"conversations.error.message" = "Памылка падчас загрузкі вашых паведамленняў"; -"conversations.error.title" = "Памылка падчас загрузкі вашых паведамленняў"; -"conversations.navigation-title" = "Непасрэдныя паведамленні"; -"conversations.new.message.placeholder" = "Новае паведамленне"; -"conversations.latest.message" = "Latest Message"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld допісы ад %lld удзельнікаў"; -"design.theme.navigation-title" = "Выбар тэмы"; -"design.theme.toots-preview" = "Папярэдні прагляд"; - -// MARK: Package: Explore -"explore.navigation-title" = "Агляд"; -"explore.search.message-%@" = "З гэтага экрана вы можаце шукаць што заўгодна на %@"; -"explore.search.prompt" = "Шукаць карыстальнікаў, допісы і тэгі"; -"explore.search.title" = "Пошук у вашым серверу"; -"explore.search.empty.message" = "Гэты запыт не даў вынікаў пошуку, паспрабуйце іншы."; -"explore.search.empty.title" = "Няма вынікаў пошуку"; -"explore.section.posts" = "Допісы"; -"explore.section.suggested-users" = "Прапанаваныя карыстальнікі"; -"explore.section.tags" = "Тэгі"; -"explore.section.trending.links" = "Трэндавыя спасылкі"; -"explore.section.trending.posts" = "Трэндавыя допісы"; -"explore.section.trending.tags" = "Трэндавыя тэгі"; -"explore.section.users" = "Карыстальнікі"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Адзін голас"; -"env.poll-vote-frequency.multiple" = "Некалькі галасоў"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Дадаць/Выдаліць %@"; -"lists.create" = "Стварыць новы спіс"; -"lists.create.confirm" = "Стварыць спіс"; -"lists.edit.users-in-list" = "Карыстальнікі ў гэтым спісе"; -"lists.name" = "Назва спісу"; -"lists.name.message" = "Увядзіце назву вашага спісу"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Апавяшчэнні? Якія апавяшчэнні? Ваша скрыня апавяшчэнняў выглядае такой пустой. Працягвайце заставацца цудоўным! 📱😎"; -"notifications.empty.title" = "Няма апавяшчэнняў"; -"notifications.error.message" = "Пры загрузцы вашых апавяшчэнняў адбылася памылка, паспрабуйце яшчэ раз."; -"notifications.error.title" = "Узнікла памылка"; -"notifications.label.favorite %lld" = "пазначана"; -"notifications.label.follow %lld" = "пачаў адсочваць вас"; -"notifications.label.mention %lld" = "згадаў вас"; -"notifications.label.reblog %lld" = "павышае вас"; -"notifications.label.poll" = "апытанне скончана"; -"notifications.label.follow-request" = "адпраўлены запыт на тое, каб сачыць за вамі"; -"notifications.label.status" = "апублікаваў статус"; -"notifications.label.update" = "адрэдагаваў допіс"; -"notifications.menu-title.favorite" = "Абранае"; -"notifications.menu-title.follow" = "Сачыць"; -"notifications.menu-title.follow-request" = "Запыт на падпіску"; -"notifications.menu-title.mention" = "Згадка"; -"notifications.menu-title.poll" = "Апытанне"; -"notifications.menu-title.reblog" = "Павышэнне"; -"notifications.menu-title.status" = "Допіс"; -"notifications.menu-title.update" = "Допіс адрэдагавана"; -"notifications.navigation-title" = "Усе апавяшчэнні"; -"notifications.tab.all" = "Усе"; -"notifications.tab.mentions" = "Згадванні"; - -"notifications.label.status.push" = "🖊️ Апублікавана: "; -"notifications.label.reblog.push" = "🚀 Павышана: "; -"notifications.label.follow.push" = "👋 Сочыць за вамі: "; -"notifications.label.follow-request.push" = "🔒 Запрасіў сачыць за вамі: "; -"notifications.label.favorite.push" = "⭐️ Пазначана зоркай: "; -"notifications.label.poll.push" = "📈 Апытанне скончана: "; -"notifications.label.update.push" = "Абноўлена: "; - -// MARK: Package: Timeline -"timeline.federated" = "Аб'яднаны"; -"timeline.latest" = "Перайсці да апошняга"; -"timeline.home" = "Галоўная"; -"timeline.local" = "Мясцовы"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld нядаўніх допісаў ад %lld удзельнікаў"; -"timeline.trending" = "Трэндавыя"; -"timeline.add.url" = "URL асобніка"; - -// MARK: Package: Status -"status.action.translate" = "Перакласці"; -"status.action.translated-label-%@" = "Пераклад з дапамогай %@"; -"status.action.translated-label-from-%@-%@" = "Translated from %@ using %@"; -"status.action.bookmark" = "Закладка"; -"status.action.boost" = "Павышэнне"; -"status.action.boost-to-followers" = "Павысіць для падпісчыкаў"; -"status.action.copy-text" = "Капіяваць тэкст"; -"status.action.copy-link" = "Copy Link"; -"status.action.delete" = "Выдаліць"; -"status.action.delete.confirm.title" = "Пацвердзіць"; -"status.action.delete.confirm.message" = "вы ўпэўнены, што жадаеце выдаліць гэты допіс?"; -"status.action.edit" = "Рэдагаваць"; -"status.action.favorite" = "У ўлюбёныя"; -"status.action.mention" = "Згадаць"; -"status.action.message" = "Паведамленне"; -"status.action.pin" = "Замацаваць"; -"status.action.post" = "Апублікаваць"; -"status.action.quote" = "Цытаваць гэты допіс"; -"status.action.reply" = "Адказаць"; -"status.action.section.your-post" = "Ваш допіс"; -"status.action.share" = "Падзяліцца гэтым допісам"; -"status.action.share-link" = "Падзяліцца спасылкай на допіс"; -"status.action.share-image" = "Падзяліцца допісам як выявай"; -"status.action.share-title" = "Падзяліцца"; -"status.action.unbookmark" = "Скасаваць закладку"; -"status.action.unboost" = "Адмяніць павышэнне"; -"status.action.unfavorite" = "Выдаліць з улюбенага"; -"status.action.unpin" = "Адмацаваць"; -"status.action.view-in-browser" = "Прагляд у браўзеры"; -"status.card.share" = "Падзяліцца гэтай спасылкай"; -"status.card.copy" = "Скапіяваць гэтую спасылку"; -"status.draft.delete" = "Выдаліць чарнавік"; -"status.draft.save" = "Захаваць чарнавік"; -"status.editor.ai-prompt.correct" = "Выправіць тэкст"; -"status.editor.ai-prompt.add-tags" = "Add #Tags in place"; -"status.editor.ai-prompt.insert-tags" = "Add #Tags after my text"; -"status.editor.ai-prompt.emphasize" = "Вылучыць тэкст"; -"status.editor.ai-prompt.fit" = "Скараціць тэкст"; -"status.editor.description.add" = "Дадаць апісанне"; -"status.editor.description.edit" = "Рэдагаваць апісанне"; -"status.editor.drafts.navigation-title" = "Чарнавікі"; -"status.editor.emojis.navigation-title" = "Карыстальніцкія эмодзі"; -"status.editor.error.upload" = "Памылка пры запампоўцы"; -"status.editor.language-select.navigation-title" = "Абярыце мову"; -"status.editor.language-select.recently-used" = "Нядаўна выкарыстаны"; -"status.editor.language-select.confirmation.detected-%@" = "Апублікаваць на %@ (выяўленая мова)"; -"status.editor.language-select.confirmation.selected-%@" = "Апублікаваць на %@ (Выбраная мова)"; -"status.editor.media.edit-image" = "Рэдагаваць выяву"; -"status.editor.media.image-description" = "Апісанне выявы"; -"status.editor.mode.edit" = "Рэдагаванне вашай публікацыі"; -"status.editor.mode.new" = "Новы допіс"; -"status.editor.mode.quote-%@" = "Цытата ад %@"; -"status.editor.mode.reply-%@" = "Адказаць %@"; -"status.editor.restore-previous" = "Аднавіць папярэдні тэкст"; -"status.editor.spoiler" = "Тэкст спойлера"; -"status.editor.text.placeholder" = "Пра што вы думаеце?"; -"status.editor.visibility" = "Бачнасць допісу"; -"status.editor.photo-library" = "Photos Library"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Browse Files"; -"status.error.loading.message" = "Пры загрузцы паведамленняў адбылася памылка, паўтарыце спробу."; -"status.error.message" = "Адбылася памылка ў кантэксце гэтай публікацыі, паспрабуйце яшчэ раз."; -"status.error.title" = "Узнікла памылка"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Адфільтравана па: %@"; -"status.filter.show-anyway" = "Паказваць у любым выпадку"; -"status.image.alt-text.abbreviation" = "Альт."; -"status.media.content.show" = "Паказаць змест"; -"status.media.contextmenu.copy" = "Капіяваць выяву"; -"status.media.contextmenu.save" = "Захаваць выяву"; -"status.media.contextmenu.share" = "Падзяліцца гэтай выявай"; -"status.media.contextmenu.view-browser" = "Праглядзець у браўзэры"; -"status.media.sensitive.show" = "Паказаць адчувальны кантэнт"; -"status.poll.n-votes %lld" = "%lld галасоў"; -"status.poll.n-votes-voters %lld %lld" = "%lld галасоў ад %lld удзельнікаў"; -"status.poll.closed" = "Зачынены"; -"status.poll.closes-in %@" = "Зачыніцца праз %@"; -"status.poll.duration" = "Працягласць апытання"; -"status.poll.frequency" = "Частата апытання"; -"status.poll.option-n %lld" = "Варыянт %lld"; -"status.poll.send" = "Адправіць голас"; -"status.post-from-%@" = "Паведамленне ад %@"; -"status.row.was-boosted" = "павышаны"; -"status.row.was-reply" = "Адказаў"; -"status.row.you-boosted" = "Вы ўзмацнілі"; -"status.show-less" = "Паказваць менш"; -"status.show-more" = "Паказаць больш"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = " а "; -"status.summary.edited-time" = "Апошняе рэдагаванне:"; -"status.summary.n-replies %lld" = "%lld replies"; -"status.summary.n-boosts %lld" = "%lld павышаных"; -"status.summary.n-favorites %lld" = "%lld улюбёных"; -"status.summary.edit-history" = "Edit History"; -"status.visibility.direct" = "Прыватны"; -"status.visibility.follower" = "Паслядоўнікі"; -"status.visibility.public" = "Усе"; -"status.visibility.unlisted" = "Прыбраць з спісу"; - -// MARK: Filters -"filter.new" = "Новы фільтр"; -"filter.filters" = "Фільтры"; -"filter.edit.title" = "Фільтр загалоўка"; -"filter.edit.keywords" = "Фільтраваць ключавыя словы"; -"filter.edit.keywords.add" = "Дадаць новае ключавое слова"; -"filter.edit.contexts" = "Кантэксты фільтра"; -"filter.edit.action" = "Дзеянне фільтра"; -"filter.edit.expiry" = "Expiry"; -"filter.edit.expiry.date-time" = "Date/Time"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Рэдагаваць фільтры"; -"filter.contexts.home" = "Галоўная старонка і спісы"; -"filter.contexts.notifications" = "Апавяшчэнні"; -"filter.contexts.public" = "Публічныя графікі"; -"filter.contexts.conversations" = "Размовы"; -"filter.contexts.profiles" = "Профілі"; -"filter.action.warning" = "Схаваць з папярэджаннем"; -"filter.action.hide" = "Схаваць цалкам"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Далучыць фота"; -"accessibility.editor.button.poll" = "Апытанне"; -"accessibility.editor.button.spoiler" = "Папярэджанне пра спойлер"; -"accessibility.editor.button.drafts" = "Чарнавікі"; -"accessibility.editor.button.custom-emojis" = "Уласныя эмодзі"; -"accessibility.editor.button.language" = "Мова"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.tabs.timeline.add-account" = "Дадаць уліковы запіс"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Уліковыя запісы"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - -// MARK: Report -"report.comment.placeholder" = "Дадатковая інфармацыя"; -"report.title" = "Паскардзіцца"; -"report.action.send" = "Адправіць"; -"status.action.report" = "Паскардзіцца"; - -"tag.suggested.mentions-%lld" = "%lld mentions"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; - diff --git a/IceCubesApp/Resources/Localization/ca.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/ca.lproj/Localizable.strings deleted file mode 100644 index 5a4bdf92..00000000 --- a/IceCubesApp/Resources/Localization/ca.lproj/Localizable.strings +++ /dev/null @@ -1,610 +0,0 @@ -"action.cancel" = "Cancel·la"; -"action.delete" = "Elimina"; -"action.save" = "Desa"; -"action.done" = "Fet"; -"action.retry" = "Reintenta"; -"action.view.error" = "Mostra l'error"; - -"alert.button.ok" = "D'acord"; -"alert.error" = "Error!"; - -"placeholder.loading.long" = "S'està carregant, carregant, carregant..."; -"placeholder.loading.short" = "S'està carregant ..."; - -"see-more" = "Mostra'n més"; - -// MARK: Common strings -"account.add.error.instance-not-supported" = "Aquesta instància no està suportada actualment."; -"account.add.navigation-title" = "Afegeix un compte"; -"account.add.sign-in" = "Inicia sessió"; - -// MARK: Enums -"enum.avatar-position.leading" = "Davant"; -"enum.avatar-position.top" = "Dalt"; -"enum.avatar-shape.circle" = "Cercle"; -"enum.avatar-shape.rounded" = "Arrodonida"; -"enum.durations.infinite" = "infinite"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 minutes"; -"enum.durations.thirtyMinutes" = "30 minutes"; -"enum.durations.oneHour" = "1 hora"; -"enum.durations.sixHours" = "6 hores"; -"enum.durations.twelveHours" = "12 hores"; -"enum.durations.oneDay" = "1 dia"; -"enum.durations.threeDays" = "3 dies"; -"enum.durations.sevenDays" = "7 dies"; -"enum.status-actions-display.all" = "Tots"; -"enum.status-actions-display.no-buttons" = "Sense botons"; -"enum.status-actions-display.only-buttons" = "Només els botons"; -"enum.status-display-style.compact" = "Compacte"; -"enum.status-display-style.large" = "Gran"; -"enum.status-display-style.medium" = "Medium"; -"enum.swipeactions.icon-with-text" = "Icon with text"; -"enum.swipeactions.icon-only" = "Icon only"; - -// MARK: Instances -"instance.info.domains" = "Dominis"; -"instance.info.email" = "Correu electrònic"; -"instance.info.name" = "Nom"; -"instance.info.navigation-title" = "Informació de la instància"; -"instance.info.posts" = "Publicacions"; -"instance.info.section.info" = "Informació de la instància"; -"instance.info.section.rules" = "Normes de la instància"; -"instance.info.users" = "Usuaris"; -"instance.info.version" = "Versió"; -"instance.list.posts-%@" = "% publicacions"; -"instance.list.users-%@" = "%@ usuaris"; -"instance.suggestions" = "Suggeriments"; -"instance.url" = "URL de la instància"; - -// MARK: Menu -"menu.new-post" = "Publicació nova"; -"menu.font" = "Codi font"; -"menu.font.bigger" = "Més gran"; -"menu.font.smaller" = "Més petita"; - -// MARK: Settings -"settings.account.add" = "Afegeix un compte"; -"settings.app.icon" = "Icona de l'aplicació"; -"settings.app.icon.navigation-title" = "Icones"; -"settings.app.icon.official" = "Official icons"; -"settings.app.icon.designed-by" = "Icons by"; -"settings.app.source" = "Font (enllaç a GitHub)"; -"settings.app.support" = "Dona suport a l'aplicació"; -"settings.app.about" = "Quant a"; -"settings.display.example-toot" = "Publicació d'exemple"; -"settings.display.avatar.position" = "Posició de les fotos de perfil"; -"settings.display.avatar.shape" = "Forma de les fotos de perfil"; -"settings.display.full-username" = "Display full username"; -"settings.display.navigation-title" = "Configuració de l'aparença"; -"settings.display.restore" = "Restableix els valors per defecte"; -"settings.display.section.display" = "Aparença"; -"settings.display.section.theme" = "Tema"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Els colors personalitzats només es poden establir si la sincronització amb els colors del sistema està desactivada"; -"settings.display.status.action-buttons" = "Botons d'acció"; -"settings.display.status.media-style" = "Estil del contingut multimèdia"; -"settings.display.translate-button" = "Mostra el botó de traducció"; -"settings.display.pending-at-bottom" = "Mostra el botó no llegit a la part inferior de la pantalla"; -"settings.display.theme.background" = "Color de fons"; -"settings.display.theme.secondary-background" = "Color de fons secundari"; -"settings.display.theme.text-color" = "Text Color"; -"settings.display.theme.tint" = "Color del tint"; -"settings.display.theme.systemColor" = "Sincronitza amb els colors del sistema"; -"settings.general.browser" = "Navegador"; -"settings.general.browser.in-app" = "Navegador integrat"; -"settings.general.browser.system" = "Navegador del sistema"; -"settings.general.browser.in-app.readerview" = "In-App Browser Reader View"; -"settings.general.display" = "Configuració d'aparença"; -"settings.general.instance" = "Informació de la instància"; -"settings.general.push-notifications" = "Notificacions emergents"; -"settings.general.remote-timelines" = "Línies de temps locals externes"; -"settings.push.boosts" = "Impulsos"; -"settings.push.favorites" = "Favorits"; -"settings.push.follows" = "Seguiments"; -"settings.push.main-toggle" = "Notifications emergents"; -"settings.push.main-toggle.description" = "Rebeu notificacions emergents de les interaccions noves"; -"settings.push.mentions" = "Mencions"; -"settings.push.navigation-title" = "Notifications emergents"; -"settings.push.new-posts" = "Publicacions noves"; -"settings.push.polls" = "Resultats d'enquestes"; -"settings.general.content" = "Configuració del contingut"; -"settings.system" = "Configuració del sistema"; -"settings.content.navigation-title" = "Configuració del contacte"; -"settings.content.use-instance-settings" = "Utilitza la configuració del servidor"; -"settings.content.boosts" = "Impulsos"; -"settings.content.collapse-long-posts" = "Collapse long posts"; -"settings.content.collapse-long-posts-hint" = "Collapsed posts only display a limited number of lines together with a button to show the full post"; -"settings.content.hide-repeated-boosts" = "Hide repeated boosts"; -"settings.content.instance-settings" = "Server Content Settings"; -"settings.content.expand-spoilers" = "Mostra'm sempre els espòilers"; -"settings.content.expand-media" = "Visibilitat del contingut multimèdia"; -"settings.content.default-sensitive" = "Marca sempre el contingut com a sensible"; -"settings.content.default-visibility" = "Visibilitat de les publicacions"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Show ALT texts"; -"settings.content.reading" = "Llegint"; -"settings.content.posting" = "Publicant"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Mostra-ho tot"; -"enum.expand-media.hide" = "Oculta-ho tot"; -"enum.expand-media.hide-sensitive" = "Amaga el contingut sensible"; -"settings.section.accounts" = "Comptes"; -"settings.section.app" = "Aplicació"; -"settings.section.app.footer %@" = "Versió d'aplicació: %@"; -"settings.section.general" = "General"; -"settings.support.alert.error.message" = "Error en processar la compra de l'aplicació, torneu-ho a provar."; -"settings.support.alert.message" = "Gràcies per la propina! S'agraeix molt!"; -"settings.support.alert.title" = "Gràcies!"; -"settings.support.message-from-dev" = "Hola! Em dic Thomas i m'encanta crear aplicacions de codi obert. Ice Cubes és sens dubte un dels meus projectes del qual més orgullós estic fins avui, i siguem sincers, és també el que requereix més manteniment a causa del món sempre canviant de Mastodon i les xarxes socials. Si estàs t'encisa Ice Cubes, considera fer-me una petita propina. M'alegrarà el dia (i ajudarà a mantenir l'aplicació funcionant sense problemes). 🚀"; -"settings.support.navigation-title" = "Dona suport a Ice Cubes"; -"settings.support.one.subtitle" = "Petita, però ben bona!"; -"settings.support.one.title" = "🍬 Propina petita"; -"settings.support.placeholder.loading-subtitle" = "S'està carregant el subtítol ..."; -"settings.support.three.subtitle" = "No estàs bé... Moltes gràcies!"; -"settings.support.three.title" = "🤯 Propina generosa"; -"settings.support.two.subtitle" = "M'encanta el gust d'un bon cafè ❤️"; -"settings.support.two.title" = "☕️ Bona propina"; -"settings.support.four.title" = "👽 Propina d'un altre món"; -"settings.support.four.subtitle" = "Ajudarà molt a mantenir Ice Cubes en funcionament!"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Afegeix una línia de temps local"; -"settings.title" = "Configuració"; -"settings.rate" = "Valora Ice Cubes"; -"settings.section.other" = "Altres opcions"; -"settings.other.hide-openai" = "Activa l'ajudant 🤖"; -"settings.other.social-keyboard" = "Activa el teclat social"; -"settings.other.sound-effect" = "Enable Sound Effects"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.navigation-title" = "Translation"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; -"settings.push.duplicate.title" = "Solucionador de notificacions duplicades"; -"settings.push.duplicate.footer" = "Rebeu les notificacions duplicades? Proveu aquest botó màgic per a solucionar-ho"; -"settings.push.duplicate.button.fix" = "🪄 Soluciona-ho"; -"settings.other.autoplay-video" = "Reprodueix els vídeos automàticament"; -"settings.display.font" = "Tipografia de la línia de temps"; -"settings.display.font.system" = "Sistema"; -"settings.display.font.custom" = "Personalitzada"; -"settings.display.font.scaling-%@" = "Escalat de la lletra: %@"; -"settings.display.font.line-spacing-%@" = "Line Spacing: %@"; -"settings.about.built-with" = "Ice Cubes is built with the following Open Source software:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Publicacions en la memòria cau: %@"; -"settings.account.action.delete-cache" = "Neteja la memòria cau"; - -"settings.general.haptic" = "Retroacció tàctil"; -"settings.haptic.navigation-title" = "Configuració tàctil"; -"settings.haptic.timeline" = "Línia de temps"; -"settings.haptic.tab-selection" = "Selecció de pestanyes"; -"settings.haptic.buttons" = "Pressió de botó"; - -"settings.display.show-tab-label" = "Mostra el nom de la pestanya"; - -"settings.display.show-ipad-column" = "Habilitar columna secondària"; - -"settings.general.swipeactions" = "Swipe Actions"; -"settings.swipeactions.navigation-title" = "Swipe Actions"; -"settings.swipeactions.primary" = "Primary Action"; -"settings.swipeactions.secondary" = "Secondary Action"; -"settings.swipeactions.status.action.bookmark" = "Bookmark"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favorite"; -"settings.swipeactions.status.action.none" = "None"; -"settings.swipeactions.status.action.quote" = "Quote"; -"settings.swipeactions.status.action.reply" = "Reply"; -"settings.swipeactions.status.explanation" = "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set."; -"settings.swipeactions.status.leading" = "Swipe right"; -"settings.swipeactions.status.trailing" = "Swipe left"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.appearance" = "Appearance"; -"settings.swipeactions.use-theme-colors" = "Use Theme Colors"; -"settings.swipeactions.use-theme-colors-explanation" = "Use theme colors instead of default colors"; -"settings.swipeactions.icon-style" = "Icon style"; - -"settings.display.section.font" = "Font"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Clear Media Cache"; - -// MARK: Tabs -"tab.explore" = "Exploreu"; -"tab.federated" = "Federat"; -"tab.local" = "Local"; -"tab.messages" = "Missatges"; -"tab.notifications" = "Notificacions"; -"tab.settings" = "Configuració"; -"tab.timeline" = "Línia de temps"; -"tab.trending" = "Tendència"; -"tab.profile" = "Perfil"; - -// MARK: Timeline -"timeline.%--is-valid" = "% és una instància vàlida"; -"timeline.add-remote.title" = "Afegeix una línia de temps local externa"; -"timeline.add.action.add" = "Afegeix"; -"timeline.filter.add-local" = "Afegeix una línia de temps local"; -"timeline.filter.lists" = "Llistes"; -"timeline.filter.local" = "Línies de temps locals"; -"timeline.filter.tags" = "Etiquetes seguides"; -"timeline.filter.tag-groups" = "Grups d'Etiquetes"; -"timeline.filter.add-tag-groups" = "Afegeix grup"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Afegeix un compte"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Afegeix/elimina de les llistes"; -"account.action.edit-info" = "Edita la informació"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Menciona"; -"account.action.message" = "Envia un missatge"; -"account.action.notify-enable" = "Activa les notificacions"; -"account.action.notify-disable" = "Desactiva les notificacions"; -"account.action.reboosts-show" = "Mostra els impulsos"; -"account.action.reboosts-hide" = "Amaga els impulsos"; -"account.action.block" = "Bloca"; -"account.action.unblock" = "Desbloca"; -"account.action.mute" = "Silencia"; -"account.action.unmute" = "Deixa de silenciar"; -"account.action.share" = "Share this account"; -"account.boosted-by" = "Impulsat per"; -"account.detail.about" = "Quant a"; -"account.detail.familiar-followers" = "També seguit per"; -"account.detail.n-fields %lld" = "%lld camps"; -"account.detail.featured-tags-n-posts %lld" = "%lld publicacions"; -"account.edit.about" = "Quant a"; -"account.edit.account-settings.bot" = "Compte bot"; -"account.edit.account-settings.discoverable" = "Visible"; -"account.edit.account-settings.private" = "Privat"; -"account.edit.account-settings.section-title" = "Configuració del compte"; -"account.edit.display-name" = "Nom a mostrar"; -"account.edit.error.save.message" = "Error en desar el perfil, torneu-ho a provar."; -"account.edit.error.save.title" = "Error en desar el perfil"; -"account.edit.navigation-title" = "Edita el perfil"; -"account.edit.post-settings.privacy" = " Privadesa per defecte"; -"account.edit.post-settings.section-title" = "Configuració de les publicacions"; -"account.edit.post-settings.sensitive" = "Contingut sensible"; - -"account.edit.metadata-section-title" = "Profile Metadata"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Content"; -"account.edit.add-metadata-button" = "Add a new metadata"; - -"account.favorited-by" = "Marcat com a favorit per"; -"account.follow.follow" = "Segueix"; -"account.follow.following" = "Seguint"; -"account.follow.requested" = "Seguint"; -"account.follow-request.accept" = "Accepta"; -"account.follow-request.reject" = "Rebutja"; -"account.follow-requests.pending-requests" = "Sol·licituds pendents"; -"account.follow-requests.instructions" = "Aquests usuaris no veuran les vostres publicacions fins que els accepteu."; -"account.followers" = "Seguidors"; -"account.following" = "Seguits"; -"account.list.create" = "Crea una llista"; -"account.list.create.confirm" = "Crea la llista"; -"account.list.create.description" = "Introduïu el nom de la llista"; -"account.list.delete" = "Elimina la llista"; -"account.list.name" = "Nom de la llista"; -"account.post.pinned" = "Publicació fixada"; -"account.posts" = "Publicacions"; -"account.relation.follows-you" = "Us segueix"; -"account.joined" = "S'ha unit"; -"account.action.logout" = "Tanca la sessió"; -"account.action.more" = "More Settings"; - -"account.relation.note.edit" = "Edit Note"; -"account.relation.note.edit.placeholder" = "Enter Note text"; -"account.relation.note.edit.error.save.message" = "Error while saving your note, please try again."; -"account.relation.note.edit.error.save.title" = "Error while saving your note"; -"account.relation.note.label" = "Note:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Elimina"; -"conversations.action.mark-read" = "Marca com a llegit"; -"conversations.action.view-detail" = "View detail"; -"conversations.empty.message" = "Esteu buscant l'amor a les xarxes socials? Aquí trobareu tots els vostres missatges directes i mencions privades. Bona conversa! 📱❤️"; -"conversations.empty.title" = "Safata d'entrada"; -"conversations.error.button" = "Reintenta"; -"conversations.error.message" = "Error en carregar els missatges"; -"conversations.error.title" = "S'ha produït un error"; -"conversations.navigation-title" = "Missatges directes"; -"conversations.new.message.placeholder" = "Missatge nou"; -"conversations.latest.message" = "Latest Message"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld publicacions de %lld participants"; -"design.theme.navigation-title" = "Selector de tema"; -"disseny.theme.toots-preview" = "Vista prèvia de les publicacions"; - -// MARK: Package: Explore -"explore.navigation-title" = "Explora"; -"explore.search.message-%@" = "Des d'aquest apartat podeu cercar qualsevol cosa a %@"; -"explore.search.prompt" = "Cerqueu usuaris, publicacions i etiquetes"; -"explore.search.title" = "Cerqueu la vostra instància"; -"explore.search.empty.message" = "La cerca no ha trobat cap resultat, proveu-ne una altra."; -"explore.search.empty.title" = "No hi ha resultats de cerca"; -"explore.section.posts" = "Publicacions"; -"explore.section.suggested-users" = "Usuaris suggerits"; -"explore.section.tags" = "Etiquetes"; -"explore.section.trending.links" = "Enllaços populars"; -"explore.section.trending.posts" = "Publicacions populars"; -"explore.section.trending.tags" = "Etiquetes populars"; -"explore.section.users" = "Usuaris"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Vot únic"; -"env.poll-vote-frequency.multiple" = "Vot múltiple"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Afegeix/elimina %@"; -"lists.create" = "Crea una llista"; -"lists.create.confirm" = "Crea la llista"; -"lists.edit.users-in-list" = "Usuaris en aquesta llista"; -"lists.name" = "Nom de la llista"; -"lists.name.message" = "Introduïu el nom de la llista"; - -// MARK: Package: Notifications -"notifications.buit.message" = "Notificacions? Quines notificacions? La safata d'entrada de notificacions està buida. Continua sent així d'increïble! 📱😎"; -"notifications.empty.title" = "No hi ha notificacions"; -"notifications.error.message" = "S'ha produït un error en carregar les notificacions, torneu-ho a provar."; -"notifications.error.title" = "S'ha produït un error"; -"notifications.label.favorite %lld" = "ha marcat com a favorit"; -"notifications.label.follow %lld" = "us ha seguit"; -"notifications.label.mention %lld" = "us ha mencionat"; -"notifications.label.reblog %lld" = "ha impulsat"; -"notifications.label.poll" = "l'enquesta ha finalitzat"; -"notifications.label.follow-request" = "ha sol·licitat seguir-vos"; -"notifications.label.status" = "ha fet una publicació"; -"notifications.label.update" = "ha editat una publicació"; -"notifications.menu-title.favorite" = "Preferits"; -"notifications.menu-title.follow" = "Seguiments"; -"notifications.menu-title.follow-request" = "Sol·licituds de seguiment"; -"notifications.menu-title.mention" = "Mencions"; -"notifications.menu-title.poll" = "Enquestes"; -"notifications.menu-title.reblog" = "Impulsos"; -"notifications.menu-title.status" = "Publicacions"; -"notifications.menu-title.update" = "Edicions de publicacions"; -"notifications.navigation-title" = "Totes les notificacions"; -"notifications.tab.all" = "Totes"; -"notifications.tab.mentions" = "Mencions"; - -"notifications.label.status.push" = "🖊️ Posted: "; -"notifications.label.reblog.push" = "🚀 Boosted: "; -"notifications.label.follow.push" = "👋 Followed you: "; -"notifications.label.follow-request.push" = "🔒 Requested to follow you: "; -"notifications.label.favorite.push" = "⭐️ Starred: "; -"notifications.label.poll.push" = "📈 Poll ended: "; -"notifications.label.update.push" = "Updated: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federada"; -"timeline.latest" = "Jump to Latest"; -"timeline.home" = "Inici"; -"timeline.local" = "Local"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld publicació recents de %lld participants"; -"timeline.trending" = "Tendència"; -"timeline.add.url" = "Instance URL"; - -// MARK: Package: Status -"status.action.translate" = "Tradueix"; -"status.action.translated-label-%@" = "Traduït amb %@"; -"status.action.translated-label-from-%@-%@" = "Translated from %@ using %@"; -"status.action.bookmark" = "Afegeix als marcadors"; -"status.action.boost" = "Impulsa"; -"status.action.boost-to-followers" = "Boost to Followers"; -"status.action.copy-text" = "Copia el text"; -"status.action.copy-link" = "Copy Link"; -"status.action.delete" = "Elimina"; -"status.action.delete.confirm.title" = "Confirm"; -"status.action.delete.confirm.message" = "are you sure you want to delete this post?"; -"status.action.edit" = "Edita"; -"status.action.favorite" = "Marca com a preferit"; -"status.action.mention" = "Menciona"; -"status.action.message" = "Envia un missatge"; -"status.action.pin" = "Fixa"; -"status.action.post" = "Publica"; -"status.action.quote" = "Cita la publicació"; -"status.action.reply" = "Respon"; -"status.action.section.your-post" = "La vostra publicació"; -"status.action.share" = "Comparteix la publicació"; -"status.action.share-link" = "Share post link"; -"status.action.share-image" = "Share post as image"; -"status.action.share-title" = "Share"; -"status.action.unbookmark" = "Elimina dels marcadors"; -"status.action.unboost" = "Desfés l'impulsa"; -"status.action.unfavorite" = "Desfés el preferit"; -"status.action.unpin" = "Deixa de fixar"; -"status.action.view-in-browser" = "Mostra al navegador"; -"status.card.share" = "Comparteix aquest enllaç"; -"status.card.copy" = "Copia aquest enllaç"; -"status.draft.delete" = "Elimina l'esborrany"; -"status.draft.save" = "Desa l'esborrany"; -"status.editor.ai-prompt.correct" = "Corregeix el text"; -"status.editor.ai-prompt.add-tags" = "Add #Tags in place"; -"status.editor.ai-prompt.insert-tags" = "Add #Tags after my text"; -"status.editor.ai-prompt.emphasize" = "Amplia text"; -"status.editor.ai-prompt.fit" = "Acurta el text"; -"status.editor.description.add" = "Afegeix una descripció"; -"status.editor.description.edit" = "Edita la descripció"; -"status.editor.drafts.navigation-title" = "Esborranys"; -"status.editor.emojis.navigation-title" = "Custom Emojis"; -"status.editor.error.upload" = "Error en la pujada"; -"status.editor.language-select.navigation-title" = "Selecciona la llengua"; -"status.editor.language-select.recently-used" = "Recents"; -"status.editor.language-select.confirmation.detected-%@" = "Post in %@ (Detected language)"; -"status.editor.language-select.confirmation.selected-%@" = "Post in %@ (Selected language)"; -"status.editor.media.edit-image" = "Edita la imatge"; -"status.editor.media.image-description" = "Descripció de la imatge"; -"status.editor.mode.edit" = "Edita la publicació"; -"status.editor.mode.new" = "Publicació nova"; -"status.editor.mode.quote-%@" = "Cita de: %@"; -"status.editor.mode.reply-%@" = "En resposta a %@"; -"status.editor.restore-previous" = "Restaura el text anterior"; -"status.editor.spoiler" = "Escriviu l'espòiler"; -"status.editor.text.placeholder" = "Què us passa pel cap?"; -"status.editor.visibility" = "Visibilitat de la publicació"; -"status.editor.photo-library" = "Photos Library"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Browse Files"; -"status.error.loading.message" = "S'ha produït un error en carregar les publicacions, torneu-ho a provar."; -"status.error.message" = "S'ha produït un error en el context d'aquesta publicació, torneu-ho a provar."; -"status.error.title" = "S'ha produït un error"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Filtrat per: %@"; -"status.filter.show-anyway" = "Mostra de totes maneres"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Mostra el contingut"; -"status.media.contextmenu.copy" = "Copia la imatge"; -"status.media.contextmenu.save" = "Desa la imatge"; -"status.media.contextmenu.share" = "Comparteix la imatge"; -"status.media.contextmenu.view-browser" = "Mostra al navegador"; -"status.media.sensitive.show" = "Mostra el contingut sensible"; -"status.poll.n-votes %lld" = "%lld vots"; -"status.poll.n-votes-voters %lld %lld" = "%lld votes from %lld voters"; -"status.poll.closed" = "Finalitzada"; -"status.poll.closes-in %@" = "Finalitza en %@"; -"status.poll.duration" = "Durada de l'enquesta"; -"status.poll.frequency" = "Freqüència de l'enquesta"; -"status.poll.option-n %lld" = "Opció %lld"; -"status.poll.send" = "Envia el vot"; -"status.post-from-%@" = "Publicació de: %@"; -"status.row.was-boosted" = "impulsat"; -"status.row.was-reply" = "Ha respost a"; -"status.row.you-boosted" = "Heu impulsat"; -"status.show-less" = "Mostra'n menys"; -"status.show-more" = "Mostra'n més"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = " a les "; -"status.summary.edited-time" = "Darrera edició: "; -"status.summary.n-replies %lld" = "%lld replies"; -"status.summary.n-boosts %lld" = "%lld impulsos"; -"status.summary.n-favorites %lld" = "%lld preferits"; -"status.summary.edit-history" = "Edit History"; -"status.visibility.direct" = "Privat"; -"status.visibility.follower" = "Seguidors"; -"status.visibility.public" = "Tothom"; -"status.visibility.unlisted" = "No llistat"; - -// MARK: Filters -"filter.new" = "Crea un filtre"; -"filter.filters" = "Filtres"; -"filter.edit.title" = "Títol del filtre"; -"filter.edit.keywords" = "Filtra paraules clau"; -"filter.edit.keywords.add" = "Afegeix una paraula clau"; -"filter.edit.contexts" = "Filtra els contextos"; -"filter.edit.action" = "Acció del filtre"; -"filter.edit.expiry" = "Expiry"; -"filter.edit.expiry.date-time" = "Date/Time"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Edita els filtres"; -"filter.contexts.home" = "Inici i llistes"; -"filter.contexts.notifications" = "Notificacions"; -"filter.contexts.public" = "Línies de temps públiques"; -"filter.contexts.conversations" = "Converses"; -"filter.contexts.profiles" = "Perfils"; -"filter.action.warning" = "Amaga amb un avís"; -"filter.action.hide" = "Amaga per complet"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Attach photo"; -"accessibility.editor.button.poll" = "Poll"; -"accessibility.editor.button.spoiler" = "Spoiler warning"; -"accessibility.editor.button.drafts" = "Drafts"; -"accessibility.editor.button.custom-emojis" = "Custom emojis"; -"accessibility.editor.button.language" = "Language"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.tabs.timeline.add-account" = "Add account"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Accounts"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - -// MARK: Report -"report.comment.placeholder" = "Additional Info"; -"report.title" = "Report Post"; -"report.action.send" = "Send"; -"status.action.report" = "Report Post"; - -"tag.suggested.mentions-%lld" = "%lld mentions"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Títol del Grup d'Etiquetes"; -"add-tag-groups.edit.icon.field" = "Icona del Grup d'Etiquetes (SFSymbol)"; -"add-tag-groups.edit.tags" = "Afegeix etiquetes al grup"; -"add-tag-groups.edit.tags.add" = "Etiqueta"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings deleted file mode 100644 index 33faf6b0..00000000 --- a/IceCubesApp/Resources/Localization/de.lproj/Localizable.strings +++ /dev/null @@ -1,597 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Abbrechen"; -"action.delete" = "Löschen"; -"action.save" = "Sichern"; -"action.done" = "Fertig"; -"action.retry" = "Wiederholen"; -"action.view.error" = "Fehler ansehen"; - -"alert.button.ok" = "OK"; -"alert.error" = "Fehler!"; - -"placeholder.loading.long" = "Laden, laden, laden …"; -"placeholder.loading.short" = "Laden …"; - -"see-more" = "Mehr sehen"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Diese Instanz wird aktuell nicht unterstützt."; -"account.add.navigation-title" = "Konto hinzufügen"; -"account.add.sign-in" = "Anmelden"; - -// MARK: Enums -"enum.avatar-position.leading" = "Vorne"; -"enum.avatar-position.top" = "Oben"; -"enum.avatar-shape.circle" = "Kreis"; -"enum.avatar-shape.rounded" = "Abgerundet"; -"enum.durations.infinite" = "Unbegrenzt"; -"enum.durations.custom" = "Individuelle Einstellung"; -"enum.durations.fiveMinutes" = "5 Minuten"; -"enum.durations.thirtyMinutes" = "30 Minuten"; -"enum.durations.oneHour" = "1 Stunde"; -"enum.durations.sixHours" = "6 Stunden"; -"enum.durations.twelveHours" = "12 Stunden"; -"enum.durations.oneDay" = "1 Tag"; -"enum.durations.threeDays" = "3 Tage"; -"enum.durations.sevenDays" = "7 Tage"; -"enum.status-actions-display.all" = "Alle"; -"enum.status-actions-display.no-buttons" = "Keine Buttons"; -"enum.status-actions-display.only-buttons" = "Nur Buttons"; -"enum.status-display-style.compact" = "Kompakt"; -"enum.status-display-style.medium" = "Mittel"; -"enum.status-display-style.large" = "Groß"; -"enum.swipeactions.icon-with-text" = "Symbol mit Text"; -"enum.swipeactions.icon-only" = "Nur Symbol"; - -// MARK: Instances -"instance.info.domains" = "Domains"; -"instance.info.email" = "E-Mail"; -"instance.info.name" = "Name"; -"instance.info.navigation-title" = "Instanz-Info"; -"instance.info.posts" = "Beiträge"; -"instance.info.section.info" = "Instanz-Info"; -"instance.info.section.rules" = "Instanz-Regeln"; -"instance.info.users" = "Profile"; -"instance.info.version" = "Version"; -"instance.list.posts-%@" = "%@ Beiträge"; -"instance.list.users-%@" = "%@ Profile"; -"instance.suggestions" = "Vorschläge"; -"instance.url" = "Instanz-URL"; - -// MARK: Menu -"menu.new-post" = "Neuer Beitrag"; -"menu.font" = "Schrift"; -"menu.font.bigger" = "Größer"; -"menu.font.smaller" = "Kleiner"; - -// MARK: Settings -"settings.account.add" = "Konto hinzufügen"; -"settings.app.icon" = "App-Icon"; -"settings.app.icon.navigation-title" = "Symbole"; -"settings.app.icon.official" = "Offizielle Symbole"; -"settings.app.icon.designed-by" = "Symbole von"; -"settings.app.source" = "Quellcode (auf GitHub)"; -"settings.app.support" = "Unterstütze die App"; -"settings.app.about" = "Über Ice Cubes"; -"settings.display.example-toot" = "Beispielbeitrag"; -"settings.display.avatar.position" = "Profilbild-Position"; -"settings.display.avatar.shape" = "Profilbild-Form"; -"settings.display.full-username" = "Vollständigen Benutzernamen zeigen"; -"settings.display.navigation-title" = "Anzeigeeinstellungen"; -"settings.display.restore" = "Standard wiederherstellen"; -"settings.display.section.display" = "Anzeigen"; -"settings.display.section.theme" = "Design"; -"settings.display.colors.apply" = "Eigene Farben anwenden"; -"settings.display.section.theme.footer" = "Eigene Farben können nur eingestellt werden, wenn die Systemeinstellung nicht verwendet wird."; -"settings.display.status.action-buttons" = "Status Aktions-Buttons"; -"settings.display.status.media-style" = "Status Medien"; -"settings.display.translate-button" = "Übersetzen-Button anzeigen"; -"settings.display.pending-at-bottom" = "Ungelesene-Button am unteren Rand anzeigen"; -"settings.display.theme.background" = "Hintergrundfarbe"; -"settings.display.theme.secondary-background" = "Sekundäre Hintergrundfarbe"; -"settings.display.theme.text-color" = "Textfarbe"; -"settings.display.theme.tint" = "Akzentfarbe"; -"settings.display.theme.systemColor" = "Systemeinstellung verwenden"; -"settings.general.browser" = "Browser"; -"settings.general.browser.in-app" = "In-App-Browser"; -"settings.general.browser.in-app.readerview" = "In-App-Browser-Lesemodus"; -"settings.general.browser.system" = "Systembrowser"; -"settings.general.display" = "Anzeigeeinstellungen"; -"settings.general.instance" = "Instanz-Informationen"; -"settings.general.push-notifications" = "Push-Mitteilungen"; -"settings.general.remote-timelines" = "Andere lokale Timelines"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favoriten"; -"settings.push.follows" = "Follower"; -"settings.push.main-toggle" = "Push-Mitteilungen"; -"settings.push.main-toggle.description" = "Push-Mitteilungen bei neuen Aktivitäten erhalten"; -"settings.push.mentions" = "Erwähnungen"; -"settings.push.navigation-title" = "Push-Mitteilungen"; -"settings.push.new-posts" = "Neue Beiträge"; -"settings.push.polls" = "Umfrageergebnisse"; -"settings.section.accounts" = "Konten"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "App-Version: %@"; -"settings.section.general" = "Allgemein"; -"settings.support.alert.error.message" = "Fehler bei der Ausführung des In-App-Kaufs. Bitte versuche es erneut."; -"settings.support.alert.message" = "Vielen Dank für dein Trinkgeld! Ich weiß es zu schätzen!"; -"settings.support.alert.title" = "Danke!"; -"settings.support.message-from-dev" = "Hey du! Mein Name ist Thomas und ich liebe es, Open-Source-Apps zu erschaffen. Ice Cubes ist definitiv eines meiner Projekte, auf das ich am meisten stolz bin – und seien wir ehrlich, es ist auch das mit dem größten Wartungsaufwand, dank der sich ständig ändernden Welt von Mastodon und Social Media. Wenn du Spaß beim Nutzen von Ice Cubes hast, denk darüber nach, mir eine kleine Spende dazulassen. Das würde mir den Tag versüßen (und dazu beitragen, dass die App reibungslos für dich funktioniert). 🚀"; -"settings.support.navigation-title" = "Ice Cubes unterstützen"; -"settings.support.one.subtitle" = "Klein aber fein!"; -"settings.support.one.title" = "🍬 Kleines Trinkgeld"; -"settings.support.placeholder.loading-subtitle" = "Titel laden …"; -"settings.support.three.subtitle" = "Du bist der Wahnsinn, riesengroßen Dank!"; -"settings.support.three.title" = "🤯 Großzügiges Trinkgeld"; -"settings.support.two.subtitle" = "Ich liebe den Duft eines tollen Kaffees ❤️"; -"settings.support.two.title" = "☕️ Schönes Trinkgeld"; -"settings.support.four.title" = "👽 Wahnsinns-Trinkgeld"; -"settings.support.four.subtitle" = "Das wird eine große Hilfe sein, Ice Cubes am Laufen zu halten!"; -"settings.support.supporter.title" = "Werde Unterstützer!"; -"settings.support.supporter.subtitle" = "Indem du Ice Cubes ein monatliches Trinkgeld gibst, wirst du Unterstützer und bekommst sogar einen Verifiziert-Haken in deinem Profil. Nur für deine 👀."; -"settings.support.supporter.subscribed" = "Danke, dass du Ice Cubes unterstützst!"; -"settings.support.supporter.subscription-info"= "Abonnements werden automatisch verlängert, sofern du sie nicht bis zu einem Tag vor der nächsten Verlängerung kündigst."; -"settings.support.restore-purchase.button" = "Kauf wiederherstellen"; -"settings.support.restore-purchase.explanation" = "Stelle dein Abonnement wieder her, falls es nicht automatisch abgeglichen worden ist."; -"settings.support.privacy-policy" = "Datenschutzerklärung"; -"settings.support.terms-of-use" = "Nutzungsbedingungen"; -"settings.timeline.add" = "Lokale Timeline hinzufügen"; -"settings.title" = "Einstellungen"; -"settings.rate" = "Bewerte Ice Cubes"; -"settings.section.other" = "Anderes"; -"settings.other.hide-openai" = "Aktiviere 🤖-Helfer"; -"settings.other.social-keyboard" = "Soziale Tastatur aktivieren"; -"settings.other.sound-effect" = "Klänge aktivieren"; -"settings.general.translate" = "Übersetzungseinstellungen"; -"settings.translation.navigation-title" = "Übersetzung"; -"settings.translation.always-deepl" = "Immer mit DeepL übersetzen"; -"settings.translation.auto-detect-post-language" = "Sprache automatisch erkennen"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes wird versuchen, die Sprache deines Beitrags automatisch zu erkennen, und, falls nötig, vorschlagen, die Sprache zur Veröffentlichung zu ändern."; -"settings.translation.user-api-key" = "DeepL-API-Schlüssel"; -"settings.translation.api-key-type" = "Typ des Schlüssels"; -"settings.translation.needed-message" = "Für diese Funktion ist ein DeepL-API-Schlüssel erforderlich."; -"settings.general.content" = "Inhaltseinstellungen"; -"settings.system" = "Systemeinstellungen"; -"settings.content.navigation-title" = "Inhaltseinstellungen"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Lange Beiträge einklappen"; -"settings.content.collapse-long-posts-hint" = "Eingeklappte Beiträge zeigen nur eine begrenzte Anzahl an Zeilen sowie eine Schaltfläche an, mit der der komplette Beitrag angezeigt werden kann"; -"settings.content.hide-repeated-boosts" = "Wiederholte Boosts verstecken"; -"settings.content.instance-settings" = "Serverinhaltseinstellungen"; -"settings.content.use-instance-settings" = "Servereinstellungen verwenden"; -"settings.content.expand-spoilers" = "Sensible Inhalte immer zeigen"; -"settings.content.expand-media" = "Medienansicht"; -"settings.content.default-sensitive" = "Medien immer als sensibel kennzeichnen"; -"settings.content.default-visibility" = "Sichtbarkeit Beiträge"; -"settings.content.default-reply-visibility" = "Sichtbarkeit Antworten"; -"settings.content.media" = "Medien"; -"settings.content.media.show.alt" = "ALT-Texte zeigen"; -"settings.content.reading" = "Lesen"; -"settings.content.posting" = "Schreiben"; -"settings.content.sharing" = "Teilen"; -"settings.content.sharing.share-button-behavior" = "Verhalten beim Teilen"; -"settings.content.sharing.share-behavior.link-only" = "Nur Link"; -"settings.content.sharing.share-behavior.link-and-text" = "Link und Text"; -"settings.push.duplicate.title" = "Doppelte-Mitteilungen-Korrigierer"; -"settings.push.duplicate.footer" = "Bekommst du doppelte Mitteilungen? Probier diesen magischen Knopf aus"; -"settings.push.duplicate.button.fix" = "🪄 Beheben"; -"settings.other.autoplay-video" = "Videos automatisch abspielen"; -"settings.display.font" = "Schriftart Timeline"; -"settings.display.font.system" = "System"; -"settings.display.font.custom" = "Eigene"; -"settings.display.font.scaling-%@" = "Schriftskalierung: %@"; -"settings.display.font.line-spacing-%@" = "Zeilenabstand: %@"; -"settings.about.built-with" = "Ice Cubes wird mit folgender Open-Source-Software erstellt:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Beiträge im Cache: %@"; -"settings.account.action.delete-cache" = "Cache leeren"; - -"settings.general.haptic" = "Haptisches Feedback"; -"settings.haptic.navigation-title" = "Haptikeinstellungen"; -"settings.haptic.timeline" = "Timeline"; -"settings.haptic.tab-selection" = "Tabauswahl"; -"settings.haptic.buttons" = "Knopfdruck"; - -"settings.display.show-tab-label" = "Tabtitel anzeigen"; - -"settings.display.show-ipad-column" = "Zweite Spalte aktivieren"; - -"settings.general.swipeactions" = "Wischaktionen"; -"settings.swipeactions.appearance" = "Erscheinungsbild"; -"settings.swipeactions.navigation-title" = "Wischaktionen"; -"settings.swipeactions.primary" = "Primäre Aktion"; -"settings.swipeactions.secondary" = "Sekundäre Aktion"; -"settings.swipeactions.status.action.bookmark" = "Lesezeichen setzen"; -"settings.swipeactions.status.action.boost" = "Boosten"; -"settings.swipeactions.status.action.favorite" = "Favorisieren"; -"settings.swipeactions.status.action.none" = "Keine"; -"settings.swipeactions.status.action.quote" = "Zitieren"; -"settings.swipeactions.status.action.reply" = "Antworten"; -"settings.swipeactions.status.explanation" = "Wischaktionen sind verfügbar, indem du einen Beitrag nach links oder nach rechts wischst. Die sekundäre Aktion ist nur verfügbar, wenn die primäre Aktion gesetzt ist."; -"settings.swipeactions.status.leading" = "Nach rechts wischen"; -"settings.swipeactions.status.trailing" = "Nach links wischen"; -"settings.swipeactions.status" = "Beitrag"; -"settings.swipeactions.use-theme-colors" = "Farbschema verwenden"; -"settings.swipeactions.use-theme-colors-explanation" = "Farbschema anstelle der Standardfarben verwenden"; -"settings.swipeactions.icon-style" = "Symbolstil"; - -"settings.display.section.font" = "Schriftart"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Mediencache leeren"; - -"enum.expand-media.show" = "Alle zeigen"; -"enum.expand-media.hide" = "Alle ausblenden"; -"enum.expand-media.hide-sensitive" = "Sensible ausblenden"; - -// MARK: Tabs -"tab.explore" = "Entdecken"; -"tab.federated" = "Föderiert"; -"tab.local" = "Lokal"; -"tab.messages" = "Nachrichten"; -"tab.notifications" = "Mitteilungen"; -"tab.settings" = "Einstellungen"; -"tab.timeline" = "Timeline"; -"tab.trending" = "Im Trend"; -"tab.profile" = "Profil"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ ist eine gültige Instanz"; -"timeline.add-remote.title" = "Andere lokale Timeline hinzufügen"; -"timeline.add.action.add" = "Hinzufügen"; -"timeline.add.url" = "Instanz-URL"; -"timeline.filter.add-local" = "Lokale Timeline hinzufügen"; -"timeline.filter.lists" = "Listen"; -"timeline.filter.local" = "Lokale Timelines"; -"timeline.filter.tags" = "Gefolgte Hashtags"; -"timeline.filter.tag-groups" = "Taggruppen"; -"timeline.filter.add-tag-groups" = "Taggruppe hinzufügen"; -"timeline.filter.edit-tag-groups" = "Taggruppe bearbeiten"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Konto hinzufügen"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Hinzufügen/Entfernen von Listen"; -"account.action.edit-info" = "Info bearbeiten"; -"account.action.privacy-settings" = "Datenschutzeinstellungen"; -"account.action.mention" = "Erwähnen"; -"account.action.message" = "Nachricht"; -"account.action.notify-enable" = "Mitteilungen aktivieren"; -"account.action.notify-disable" = "Mitteilungen deaktivieren"; -"account.action.reboosts-show" = "Boosts zeigen"; -"account.action.reboosts-hide" = "Boosts ausblenden"; -"account.action.block" = "Blockieren"; -"account.action.unblock" = "Blockade aufheben"; -"account.action.mute" = "Stummschalten"; -"account.action.unmute" = "Stummschaltung aufheben"; -"account.action.share" = "Dieses Konto teilen"; -"account.boosted-by" = "Geboostet von"; -"account.detail.about" = "Über"; -"account.detail.familiar-followers" = "Auch gefolgt von"; -"account.edit.about" = "Über mich"; -"account.edit.account-settings.bot" = "Bot-Account"; -"account.edit.account-settings.discoverable" = "In Suche finden"; -"account.edit.account-settings.private" = "Geschützt"; -"account.edit.account-settings.section-title" = "Kontoeinstellungen"; -"account.edit.display-name" = "Anzeigename"; -"account.edit.error.save.message" = "Fehler beim Sichern deines Profils. Bitte versuche es erneut."; -"account.edit.error.save.title" = "Fehler beim Sichern deines Profils"; -"account.edit.navigation-title" = "Profil bearbeiten"; -"account.edit.post-settings.privacy" = "Standard-Sichtbarkeit"; -"account.edit.post-settings.section-title" = "Beitragseinstellungen"; -"account.edit.post-settings.sensitive" = "Sensibler Inhalt"; - -"account.edit.metadata-section-title" = "Profilmetadaten"; -"account.edit.metadata-name-placeholder" = "Titel"; -"account.edit.metadata-value-placeholder" = "Inhalt"; -"account.edit.add-metadata-button" = "Neuen Eintrag hinzufügen"; - -"account.favorited-by" = "Favorisiert von"; -"account.follow.follow" = "Folgen"; -"account.follow.following" = "Entfolgen"; -"account.follow.requested" = "Angefragt"; -"account.follow-request.accept" = "Akzeptieren"; -"account.follow-request.reject" = "Ablehnen"; -"account.follow-requests.pending-requests" = "Ausstehende Anfragen"; -"account.follow-requests.instructions" = "Diese Personen werden deine Beiträge nicht sehen, bis du sie akzeptierst."; -"account.followers" = "Follower"; -"account.following" = "Folgt"; -"account.list.create" = "Neue Liste erstellen"; -"account.list.create.confirm" = "Liste erstellen"; -"account.list.create.description" = "Gib den Namen deiner Liste ein"; -"account.list.delete" = "Liste löschen"; -"account.list.name" = "Name der Liste"; -"account.post.pinned" = "Angehefteter Beitrag"; -"account.posts" = "Beiträge"; -"account.relation.follows-you" = "Folgt dir"; -"account.joined" = "Beigetreten am"; -"account.action.logout" = "Abmelden"; -"account.action.edit-filters" = "Filter bearbeiten"; -"account.action.more" = "Weitere Einstellungen"; - -"account.relation.note.edit" = "Notiz bearbeiten"; -"account.relation.note.edit.placeholder" = "Gib den Notiztext ein"; -"account.relation.note.edit.error.save.message" = "Fehler beim Sichern der Notiz, bitte versuche es erneut."; -"account.relation.note.edit.error.save.title" = "Fehler beim Sichern der Notiz"; -"account.relation.note.label" = "Notiz"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Löschen"; -"conversations.action.mark-read" = "Als gelesen markieren"; -"conversations.action.view-detail" = "Detailansicht"; -"conversations.empty.message" = "Suchst du etwas Liebe auf Social Media? Hier findest du alle deine Direktnachrichten und privaten Erwähnungen. Fröhliches Messaging! 📱❤️"; -"conversations.empty.title" = "Posteingang leer"; -"conversations.error.button" = "Wiederholen"; -"conversations.error.message" = "Fehler beim Laden deiner Nachrichten"; -"conversations.error.title" = "Ein Fehler ist aufgetreten"; -"conversations.navigation-title" = "Direktnachrichten"; -"conversations.new.message.placeholder" = "Neue Nachricht"; -"conversations.latest.message" = "Letzte Nachricht"; - -// MARK: Package: DesignSystem -"design.theme.navigation-title" = "Design-Auswahl"; -"design.theme.toots-preview" = "Beitragsvorschau"; - -// MARK: Package: Explore -"explore.navigation-title" = "Entdecken"; -"explore.search.message-%@" = "Hier kannst du alles auf %@ suchen"; -"explore.search.prompt" = "Suche nach Profilen, Beiträgen und Hashtags"; -"explore.search.title" = "Durchsuche deine Instanz"; -"explore.search.empty.message" = "Diese Suche führte ins Leere, bitte versuche eine andere Anfrage."; -"explore.search.empty.title" = "Keine Ergebnisse"; -"explore.section.posts" = "Beiträge"; -"explore.section.suggested-users" = "Vorgeschlagene Profile"; -"explore.section.tags" = "Tags"; -"explore.section.trending.links" = "Links im Trend"; -"explore.section.trending.posts" = "Beiträge im Trend"; -"explore.section.trending.tags" = "Hashtags im Trend"; -"explore.section.users" = "Profile"; -"explore.scope.all" = "Alle"; -"explore.scope.people" = "Personen"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Beiträge"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Einfache Auswahl"; -"env.poll-vote-frequency.multiple" = "Mehrfachauswahl"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "%@ hinzufügen/entfernen"; -"lists.create" = "Neue Liste erstellen"; -"lists.create.confirm" = "Liste erstellen"; -"lists.edit.users-in-list" = "Profile in dieser Liste"; -"lists.name" = "Name der Liste"; -"lists.name.message" = "Gib den Namen deiner Liste ein"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Mitteilungen? Welche Mitteilungen? Dein Posteingang sieht so leer aus. Bleib weiter so fantastisch! 📱😎"; -"notifications.empty.title" = "Keine Mitteilungen"; -"notifications.error.message" = "Beim Laden deiner Mitteilungen ist ein Fehler aufgetreten, bitte versuche es erneut."; -"notifications.error.title" = "Ein Fehler ist aufgetreten"; -"notifications.label.follow-request" = "möchte dir folgen"; -"notifications.label.poll" = "Umfrage beendet"; -"notifications.label.status" = "hat einen Beitrag gepostet"; -"notifications.label.update" = "hat einen Beitrag geändert"; -"notifications.menu-title.favorite" = "Favorit"; -"notifications.menu-title.follow" = "Follower"; -"notifications.menu-title.follow-request" = "Follow-Anfrage"; -"notifications.menu-title.mention" = "Erwähnung"; -"notifications.menu-title.poll" = "Umfrage"; -"notifications.menu-title.reblog" = "Boost"; -"notifications.menu-title.status" = "Beitrag"; -"notifications.menu-title.update" = "Beitrag bearbeitet"; -"notifications.navigation-title" = "Alle Mitteilungen"; -"notifications.tab.all" = "Alle"; -"notifications.tab.mentions" = "Erwähnungen"; - -"notifications.label.status.push" = "🖊️ Neuer Beitrag: "; -"notifications.label.reblog.push" = "🚀 Geboostet: "; -"notifications.label.follow.push" = "👋 Folgt dir: "; -"notifications.label.follow-request.push" = "🔒 Möchte dir folgen: "; -"notifications.label.favorite.push" = "⭐️ Favorisiert: "; -"notifications.label.poll.push" = "📈 Umfrage beendet: "; -"notifications.label.update.push" = "Aktualisiert: "; - -// MARK: Package: Timeline -"timeline.federated" = "Föderiert"; -"timeline.latest" = "Zum Neuesten springen"; -"timeline.home" = "Startseite"; -"timeline.local" = "Lokal"; -"timeline.trending" = "Im Trend"; - -// MARK: Package: Status -"status.action.translate" = "Übersetzen"; -"status.action.translated-label-%@" = "Übersetzt mit %@"; -"status.action.translated-label-from-%@-%@" = "Aus %@ mit %@ übersetzt"; -"status.action.bookmark" = "Lesezeichen setzen"; -"status.action.boost" = "Boosten"; -"status.action.boost-to-followers" = "An Follower boosten"; -"status.action.copy-text" = "Text kopieren"; -"status.action.copy-link" = "Link kopieren"; -"status.action.delete" = "Löschen"; -"status.action.delete.confirm.title" = "Bestätigen"; -"status.action.delete.confirm.message" = "Bist du dir sicher, dass du diesen Beitrag löschen möchtest?"; -"status.action.edit" = "Bearbeiten"; -"status.action.favorite" = "Favorisieren"; -"status.action.mention" = "Erwähnen"; -"status.action.message" = "Nachricht"; -"status.action.pin" = "Anheften"; -"status.action.post" = "Veröffentlichen"; -"status.action.quote" = "Diesen Beitrag zitieren"; -"status.action.reply" = "Antworten"; -"status.action.section.your-post" = "Dein Beitrag"; -"status.action.share" = "Diesen Beitrag teilen"; -"status.action.share-link" = "Link zum Beitrag teilen"; -"status.action.share-image" = "Beitrag als Bild teilen"; -"status.action.share-title" = "Teilen"; -"status.action.unbookmark" = "Lesezeichen entfernen"; -"status.action.unboost" = "Boost entfernen"; -"status.action.unfavorite" = "Favorit entfernen"; -"status.action.unpin" = "Nicht mehr anheften"; -"status.action.view-in-browser" = "Im Browser öffnen"; -"status.card.share" = "Diesen Link teilen"; -"status.card.copy" = "Diesen Link kopieren"; -"status.draft.delete" = "Entwurf löschen"; -"status.draft.save" = "Entwurf sichern"; -"status.editor.ai-prompt.correct" = "Text korrigieren"; -"status.editor.ai-prompt.add-tags" = "#Tags im Text einfügen"; -"status.editor.ai-prompt.insert-tags" = "#Tags nach dem Text einfügen"; -"status.editor.ai-prompt.emphasize" = "Text hervorheben"; -"status.editor.ai-prompt.fit" = "Text kürzen"; -"status.editor.description.add" = "Beschreibung hinzufügen"; -"status.editor.description.edit" = "Beschreibung bearbeiten"; -"status.editor.drafts.navigation-title" = "Entwürfe"; -"status.editor.emojis.navigation-title" = "Instanz-Emojis"; -"status.editor.error.upload" = "Fehler beim Hochladen"; -"status.editor.language-select.navigation-title" = "Sprache auswählen"; -"status.editor.language-select.recently-used" = "Kürzlich genutzt"; -"status.editor.language-select.confirmation.detected-%@" = "Auf %@ posten (Erkannte Sprache)"; -"status.editor.language-select.confirmation.selected-%@" = "Auf %@ posten (Ausgewählte Sprache)"; -"status.editor.media.edit-image" = "Bild bearbeiten"; -"status.editor.media.image-description" = "Bildbeschreibung"; -"status.editor.mode.edit" = "Deinen Beitrag bearbeiten"; -"status.editor.mode.new" = "Neuer Beitrag"; -"status.editor.mode.quote-%@" = "Zitat von %@"; -"status.editor.mode.reply-%@" = "Antwort auf %@"; -"status.editor.restore-previous" = "Vorherigen Text wiederherstellen"; -"status.editor.spoiler" = "Inhaltswarnung"; -"status.editor.text.placeholder" = "Woran denkst du?"; -"status.editor.visibility" = "Sichtbarkeit"; -"status.editor.photo-library" = "Fotoalbum"; -"status.editor.camera-picker" = "Foto aufnehmen"; -"status.editor.browse-file" = "Dateien durchsuchen"; -"status.error.loading.message" = "Beim Laden der Beiträge ist ein Fehler aufgetreten. Bitte versuche es erneut."; -"status.error.message" = "Es ist ein Fehler aufgetreten. Bitte versuche es erneut."; -"status.error.title" = "Ein Fehler ist aufgetreten"; -"status.error.posting.title" = "Fehler beim Veröffentlichen"; -"status.filter.filtered-by-%@" = "Gefiltert von: %@"; -"status.filter.show-anyway" = "Trotzdem anzeigen"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Inhalt zeigen"; -"status.media.contextmenu.copy" = "Bild kopieren"; -"status.media.contextmenu.save" = "Bild sichern"; -"status.media.contextmenu.share" = "Dieses Bild teilen"; -"status.media.contextmenu.view-browser" = "Im Browser anzeigen"; -"status.media.sensitive.show" = "Sensiblen Inhalt zeigen"; -"status.poll.closed" = "Beendet"; -"status.poll.closes-in %@" = "Endet in %@"; -"status.poll.duration" = "Umfragedauer"; -"status.poll.frequency" = "Auswahlmöglichkeiten"; -"status.poll.option-n %lld" = "Option %lld"; -"status.poll.send" = "Auswahl absenden"; -"status.post-from-%@" = "Beitrag von %@"; -"status.row.was-boosted" = "hat geboostet"; -"status.row.was-reply" = "Antwort auf"; -"status.row.you-boosted" = "Du hast geboostet"; -"status.show-less" = "Weniger anzeigen"; -"status.show-more" = "Mehr anzeigen"; -"status.show-full-post" = "Ganzen Beitrag anzeigen"; -"status.summary.at-time" = " um "; -"status.summary.edited-time" = "Zuletzt bearbeitet: "; -"status.summary.edit-history" = "Beitragsverlauf"; -"status.visibility.direct" = "Direkt"; -"status.visibility.follower" = "Follower"; -"status.visibility.public" = "Öffentlich"; -"status.visibility.unlisted" = "Nicht gelistet"; - -// MARK: Filters -"filter.new" = "Neuer Filter"; -"filter.filters" = "Filter"; -"filter.edit.title" = "Filtertitel"; -"filter.edit.keywords" = "Schlüsselwörter filtern"; -"filter.edit.keywords.add" = "Neues Wort hinzufügen"; -"filter.edit.contexts" = "Filterkontext"; -"filter.edit.action" = "Filteraktion"; -"filter.edit.expiry" = "Ablaufdatum"; -"filter.edit.expiry.date-time" = "Datum/Uhrzeit"; -"filter.edit.expiry.duration" = "Dauer"; -"filter.contexts.home" = "Startseite und Listen"; -"filter.contexts.notifications" = "Mitteilungen"; -"filter.contexts.public" = "Öffentliche Timelines"; -"filter.contexts.conversations" = "Nachrichten"; -"filter.contexts.profiles" = "Profile"; -"filter.action.warning" = "Mit einer Warnung ausblenden"; -"filter.action.hide" = "Komplett ausblenden"; -"filter.expired" = "Abgelaufen"; -"filter.expiry-%@" = "Läuft ab: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "An"; -"accessibility.general.toggle.off" = "Aus"; -"accessibility.editor.button.attach-photo" = "Foto anhängen"; -"accessibility.editor.button.poll" = "Umfrage"; -"accessibility.editor.button.spoiler" = "Inhaltswarnung"; -"accessibility.editor.button.drafts" = "Entwürfe"; -"accessibility.editor.button.custom-emojis" = "Eigene Emojis"; -"accessibility.editor.button.language" = "Sprache"; -"accessibility.editor.button.ai-prompt" = "KI-Eingabe"; -"accessibility.editor.button.characters-remaining" = "Verbleibende Zeichen"; -"accessibility.editor.privacy.label" = "Sichtbarkeit"; -"accessibility.editor.privacy.hint" = "Ändert das Beitragspublikum."; -"accessibility.tabs.timeline.add-account" = "Konto hinzufügen"; -"accessibility.tabs.timeline.new-post.label" = "Erstellen"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Neu"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Erzeugen"; -"accessibility.tabs.timeline.unread-posts.hint" = "Bewegt durch die Timeline."; -"accessibility.tabs.timeline.content-link-%@" = "%@ besuchen"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Konten"; -"accessibility.app-account.selector.accounts.hint" = "Öffnet die Optionen."; -"accessibility.tabs.profile.options.label" = "Optionen"; -"accessibility.tabs.profile.options.inputLabel1" = "Einstellungen"; -"accessibility.tabs.profile.options.inputLabel2" = "Mehr"; -"accessibility.tabs.profile.user-avatar.label" = "Profilfoto"; -"accessibility.tabs.profile.user-avatar.hint" = "Zeigt eine größere Version an."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Unterstützer"; -"accessibility.tabs.profile.user.account-bot.label" = "Botaccount"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blockiert"; -"accessibility.tabs.profile.user.account-muted.label" = "Stummgeschaltet"; -"accessibility.tabs.profile.user.account-private.label" = "Privater Account"; -"accessibility.tabs.profile.header-image.label" = "Kopfbild"; -"accessibility.tabs.profile.header-image.hint" = "Zeigt eine größere Version an."; -"accessibility.tabs.profile.post-count.hint" = "Scrollt zur Liste."; -"accessibility.tabs.profile.following-count.hint" = "Navigiert zur Liste."; -"accessibility.tabs.profile.follower-count.hint" = "Navigiert zur Liste."; -"accessibility.tabs.profile.picker.statuses" = "Beiträge"; -"accessibility.tabs.profile.picker.favorites" = "Favoriten"; -"accessibility.tabs.profile.picker.bookmarks" = "Lesezeichen"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Beiträge und Antworten"; -"accessibility.tabs.profile.picker.media" = "Medien"; -"accessibility.tabs.profile.picker.lists" = "Listen"; -"accessibility.tabs.profile.user-notifications.label" = "Benachrichtigungen erhalten"; -"accessibility.tabs.profile.user-reblogs.label" = "Boosts zeigen"; -"accessibility.tabs.profile.fields.verified.label" = "Verifiziert"; -"accessibility.tabs.profile.fields.container.label" = "Benutzerdefinierte Felder"; -"accessibility.status.spoiler-full-content" = "Vollständiger Inhalt"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ hat %@ geboostet"; -"accessibility.status.a-replied-to-%@" = "%@ antwortete auf"; -"accessibility.image.alt-text-%@" = "Alternativer Bildtext: %@"; -"accessibility.image.alt-text-more.label" = "Weiterer Alt.-Text verfügbar"; -"accessibility.tabs.messages.unread.label" = "Ungelesen"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld von %lld"; -"accessibility.status.poll.active.label" = "Laufende Umfrage"; -"accessibility.status.poll.finished.label" = "Umfrageergebnisse"; -"accessibility.status.poll.selected.label" = "Ausgewählt"; -"accessibility.media.supported-type.image.label" = "Bild"; -"accessibility.media.supported-type.gifv.label" = "Animiertes Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Enthält %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Medienbetrachter öffnen"; - - -// MARK: Report -"report.comment.placeholder" = "Zusätzliche Informationen"; -"report.title" = "Beitrag melden"; -"report.action.send" = "Absenden"; -"status.action.report" = "Beitrag melden"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings deleted file mode 100644 index e0368fbd..00000000 --- a/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings +++ /dev/null @@ -1,611 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Cancel"; -"action.delete" = "Delete"; -"action.save" = "Save"; -"action.done" = "Done"; -"action.retry" = "Retry"; -"action.view.error" = "View error"; - -"alert.button.ok" = "OK"; -"alert.error" = "Error!"; - -"placeholder.loading.long" = "Loading, loading, loading ..."; -"placeholder.loading.short" = "Loading ..."; - -"see-more" = "See more"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "This instance is not currently supported."; -"account.add.navigation-title" = "Add account"; -"account.add.sign-in" = "Sign in"; - -// MARK: Enums -"enum.avatar-position.leading" = "Leading"; -"enum.avatar-position.top" = "Top"; -"enum.avatar-shape.circle" = "Circle"; -"enum.avatar-shape.rounded" = "Rounded"; -"enum.durations.infinite" = "infinite"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 minutes"; -"enum.durations.thirtyMinutes" = "30 minutes"; -"enum.durations.oneHour" = "1 hour"; -"enum.durations.sixHours" = "6 hours"; -"enum.durations.twelveHours" = "12 hours"; -"enum.durations.oneDay" = "1 day"; -"enum.durations.threeDays" = "3 days"; -"enum.durations.sevenDays" = "7 days"; -"enum.status-actions-display.all" = "All"; -"enum.status-actions-display.no-buttons" = "No buttons"; -"enum.status-actions-display.only-buttons" = "Only buttons"; -"enum.status-display-style.compact" = "Compact"; -"enum.status-display-style.large" = "Large"; -"enum.status-display-style.medium" = "Medium"; -"enum.swipeactions.icon-with-text" = "Icon with text"; -"enum.swipeactions.icon-only" = "Icon only"; - -// MARK: Instances -"instance.info.domains" = "Domains"; -"instance.info.email" = "Email"; -"instance.info.name" = "Name"; -"instance.info.navigation-title" = "Instance Info"; -"instance.info.posts" = "Posts"; -"instance.info.section.info" = "Instance info"; -"instance.info.section.rules" = "Instance rules"; -"instance.info.users" = "Users"; -"instance.info.version" = "Version"; -"instance.list.posts-%@" = "%@ posts"; -"instance.list.users-%@" = "%@ users"; -"instance.suggestions" = "Suggestions"; -"instance.url" = "Instance URL"; - -// MARK: Menu -"menu.new-post" = "New post"; -"menu.font" = "Font"; -"menu.font.bigger" = "Bigger"; -"menu.font.smaller" = "Smaller"; - -// MARK: Settings -"settings.account.add" = "Add account"; -"settings.app.icon" = "App Icon"; -"settings.app.icon.navigation-title" = "Icons"; -"settings.app.icon.official" = "Official icons"; -"settings.app.icon.designed-by" = "Icons by"; -"settings.app.source" = "Source (GitHub)"; -"settings.app.support" = "Support the App"; -"settings.app.about" = "About"; -"settings.display.example-toot" = "Example Post"; -"settings.display.font" = "Timeline Font"; -"settings.display.font.system" = "System"; -"settings.display.font.custom" = "Custom"; -"settings.display.font.scaling-%@" = "Font Scaling: %@"; -"settings.display.font.line-spacing-%@" = "Line Spacing: %@"; -"settings.display.avatar.position" = "Avatar Position"; -"settings.display.avatar.shape" = "Avatar Shape"; -"settings.display.full-username" = "Display Full Username"; -"settings.display.navigation-title" = "Display Settings"; -"settings.display.restore" = "Restore Defaults"; -"settings.display.section.display" = "Display"; -"settings.display.section.theme" = "Theme"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Custom colours can only be set if match system colour scheme is disabled"; -"settings.display.status.action-buttons" = "Status Action Buttons"; -"settings.display.status.media-style" = "Status Media Style"; -"settings.display.translate-button" = "Show Translate Button"; -"settings.display.pending-at-bottom" = "Show Pending Button at Bottom"; -"settings.display.theme.background" = "Background Colour"; -"settings.display.theme.secondary-background" = "Secondary Background Colour"; -"settings.display.theme.text-color" = "Text Color"; -"settings.display.theme.tint" = "Tint Colour"; -"settings.display.theme.systemColor" = "Match System"; -"settings.general.browser" = "Browser"; -"settings.general.browser.in-app" = "In-App Browser"; -"settings.general.browser.in-app.readerview" = "In-App Browser Reader View"; -"settings.general.browser.system" = "System Browser"; -"settings.general.display" = "Display Settings"; -"settings.general.instance" = "Instance Information"; -"settings.general.push-notifications" = "Push Notifications"; -"settings.general.remote-timelines" = "Remote Local Timelines"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favourites"; -"settings.push.follows" = "Follows"; -"settings.push.main-toggle" = "Push Notifications"; -"settings.push.main-toggle.description" = "Receive push notifications on new activities"; -"settings.push.mentions" = "Mentions"; -"settings.push.navigation-title" = "Push Notifications"; -"settings.push.new-posts" = "New Posts"; -"settings.push.polls" = "Poll Results"; -"settings.general.content" = "Content Settings"; -"settings.system" = "System Settings"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Collapse long posts"; -"settings.content.collapse-long-posts-hint" = "Collapsed posts only display a limited number of lines together with a button to show the full post"; -"settings.content.navigation-title" = "Content Settings"; -"settings.content.use-instance-settings" = "Use Server Settings"; -"settings.content.instance-settings" = "Server Content Settings"; -"settings.content.main-toggle.description" = "Use the settings from your home Instance"; -"settings.content.hide-repeated-boosts" = "Hide Repeated Boosts"; -"settings.content.expand-spoilers" = "Always Show Sensitive Posts"; -"settings.content.expand-media" = "Media Display"; -"settings.content.default-sensitive" = "Always Mark Media as Sensitive"; -"settings.content.default-visibility" = "Posting Visibility"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Show ALT Texts"; -"settings.content.reading" = "Reading"; -"settings.content.posting" = "Posting"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Show All"; -"enum.expand-media.hide" = "Hide All"; -"enum.expand-media.hide-sensitive" = "Hide Sensitive"; -"settings.section.accounts" = "Accounts"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "App Version: %@"; -"settings.section.general" = "General"; -"settings.support.alert.error.message" = "Error processing your in-app purchase, please try again."; -"settings.support.alert.message" = "Thank you so much for your tip! It's greatly appreciated!"; -"settings.support.alert.title" = "Thanks!"; -"settings.support.message-from-dev" = "Hi there! My name is Thomas and I absolutely love creating open source apps. Ice Cubes is definitely one of my proudest projects to date - and let's be real, it's also the one that requires the most maintenance due to the ever-changing world of Mastodon and social media. If you're having a blast using Ice Cubes, consider tossing a little tip my way. It'll make my day (and help keep the app running smoothly for you). 🚀"; -"settings.support.navigation-title" = "Support Ice Cubes"; -"settings.support.one.subtitle" = "Small, but cute, and it tastes good!"; -"settings.support.one.title" = "🍬 Small Tip"; -"settings.support.placeholder.loading-subtitle" = "Loading subtitle ..."; -"settings.support.three.subtitle" = "You're insane, thank you so much!"; -"settings.support.three.title" = "🤯 Generous Tip"; -"settings.support.two.subtitle" = "I love the taste of a fancy coffee ❤️"; -"settings.support.two.title" = "☕️ Nice Tip"; -"settings.support.four.title" = "👽 Who are you Tip"; -"settings.support.four.subtitle" = "It'll go a long way to keep Ice Cubes running!"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Add a Local Timeline"; -"settings.title" = "Settings"; -"settings.rate" = "Rate Ice Cubes"; -"settings.section.other" = "Other"; -"settings.other.hide-openai" = "Enable 🤖 Helper"; -"settings.other.social-keyboard" = "Enable Social Keyboard"; -"settings.other.sound-effect" = "Enable Sound Effects"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.navigation-title" = "Translation"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; -"settings.push.duplicate.title" = "Duplicate Notifications Fixer"; -"settings.push.duplicate.footer" = "Receiving duplicate notifications? Try this magic button in order to fix it"; -"settings.push.duplicate.button.fix" = "🪄 Fix It"; -"settings.other.autoplay-video" = "Auto Play Videos"; -"settings.about.built-with" = "Ice Cubes is built with the following Open Source software:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Cached Posts: %@"; -"settings.account.action.delete-cache" = "Clear Cache"; - -"account.action.share" = "Share this account"; - -"settings.general.haptic" = "Haptic Feedback"; -"settings.haptic.navigation-title" = "Haptic Settings"; -"settings.haptic.timeline" = "Timeline"; -"settings.haptic.tab-selection" = "Tab Selection"; -"settings.haptic.buttons" = "Button Press"; - -"settings.display.show-tab-label" = "Show Tab Name"; - -"settings.display.show-ipad-column" = "Enable Secondary Column"; - -"settings.general.swipeactions" = "Swipe Actions"; -"settings.swipeactions.navigation-title" = "Swipe Actions"; -"settings.swipeactions.primary" = "Primary Action"; -"settings.swipeactions.secondary" = "Secondary Action"; -"settings.swipeactions.status.action.bookmark" = "Bookmark"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favorite"; -"settings.swipeactions.status.action.none" = "None"; -"settings.swipeactions.status.action.quote" = "Quote"; -"settings.swipeactions.status.action.reply" = "Reply"; -"settings.swipeactions.status.explanation" = "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set."; -"settings.swipeactions.status.leading" = "Swipe Right"; -"settings.swipeactions.status.trailing" = "Swipe Left"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.appearance" = "Appearance"; -"settings.swipeactions.use-theme-colors" = "Use Theme Colours"; -"settings.swipeactions.use-theme-colors-explanation" = "Use theme colours instead of default colours"; -"settings.swipeactions.icon-style" = "Icon Style"; - -"settings.display.section.font" = "Font"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Clear Media Cache"; - -// MARK: Tabs -"tab.explore" = "Explore"; -"tab.federated" = "Federated"; -"tab.local" = "Local"; -"tab.messages" = "Messages"; -"tab.notifications" = "Notifications"; -"tab.settings" = "Settings"; -"tab.timeline" = "Timeline"; -"tab.trending" = "Trending"; -"tab.profile" = "Profile"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ is a valid instance"; -"timeline.add-remote.title" = "Add remote local timeline"; -"timeline.add.action.add" = "Add"; -"timeline.filter.add-local" = "Add a local timeline"; -"timeline.filter.lists" = "Lists"; -"timeline.filter.local" = "Local Timelines"; -"timeline.filter.tags" = "Followed Tags"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Add Account"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Add/Remove from lists"; -"account.action.edit-info" = "Edit Info"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Mention"; -"account.action.message" = "Message"; -"account.action.notify-enable" = "Enable Notifications"; -"account.action.notify-disable" = "Disable Notifications"; -"account.action.reboosts-show" = "Show Boosts"; -"account.action.reboosts-hide" = "Hide Boosts"; -"account.action.block" = "Block"; -"account.action.unblock" = "Unblock"; -"account.action.mute" = "Mute"; -"account.action.unmute" = "Unmute"; -"account.boosted-by" = "Boosted by"; -"account.detail.about" = "About"; -"account.detail.familiar-followers" = "Also followed by"; -"account.detail.n-fields %lld" = "%lld fields"; -"account.detail.featured-tags-n-posts %lld" = "%lld posts"; -"account.edit.about" = "About"; -"account.edit.account-settings.bot" = "Bot account"; -"account.edit.account-settings.discoverable" = "Discoverable"; -"account.edit.account-settings.private" = "Private"; -"account.edit.account-settings.section-title" = "Account settings"; -"account.edit.display-name" = "Display Name"; -"account.edit.error.save.message" = "Error while saving your profile, please try again."; -"account.edit.error.save.title" = "Error while saving your profile"; -"account.edit.navigation-title" = "Edit Profile"; -"account.edit.post-settings.privacy" = "Default privacy"; -"account.edit.post-settings.section-title" = "Post settings"; -"account.edit.post-settings.sensitive" = "Sensitive content"; - -"account.edit.metadata-section-title" = "Profile Metadata"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Content"; -"account.edit.add-metadata-button" = "Add a new metadata"; - -"account.favorited-by" = "Favourited by"; -"account.follow.follow" = "Follow"; -"account.follow.following" = "Following"; -"account.follow.requested" = "Requested"; -"account.follow-request.accept" = "Accept"; -"account.follow-request.reject" = "Reject"; -"account.follow-requests.pending-requests" = "Pending requests"; -"account.follow-requests.instructions" = "Those users won't see your posts until you accept them."; -"account.followers" = "Followers"; -"account.following" = "Following"; -"account.list.create" = "Create a new list"; -"account.list.create.confirm" = "Create list"; -"account.list.create.description" = "Enter the name for your list"; -"account.list.delete" = "Delete list"; -"account.list.name" = "List name"; -"account.post.pinned" = "Pinned post"; -"account.posts" = "Posts"; -"account.relation.follows-you" = "Follows You"; -"account.joined" = "Joined"; -"account.action.logout" = "Log Out Account"; -"account.action.more" = "More Settings"; - -"account.relation.note.edit" = "Edit Note"; -"account.relation.note.edit.placeholder" = "Enter Note text"; -"account.relation.note.edit.error.save.message" = "Error while saving your note, please try again."; -"account.relation.note.edit.error.save.title" = "Error while saving your note"; -"account.relation.note.label" = "Note:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Delete"; -"conversations.action.mark-read" = "Mark as read"; -"conversations.action.view-detail" = "View detail"; -"conversations.empty.message" = "Looking for some social media love? You'll find all your direct messages and private mentions right here. Happy messaging! 📱❤️"; -"conversations.empty.title" = "Inbox Zero"; -"conversations.error.button" = "Retry"; -"conversations.error.message" = "Error while loading your messages"; -"conversations.error.title" = "An error occurred"; -"conversations.navigation-title" = "Direct Messages"; -"conversations.new.message.placeholder" = "New Message"; -"conversations.latest.message" = "Latest Message"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld posts from %lld participants"; -"design.theme.navigation-title" = "Theme Selector"; -"design.theme.toots-preview" = "Toots preview"; - -// MARK: Package: Explore -"explore.navigation-title" = "Explore"; -"explore.search.message-%@" = "From this screen you can search anything on %@"; -"explore.search.prompt" = "Search users, posts and tags"; -"explore.search.title" = "Search your instance"; -"explore.search.empty.message" = "This query returned no search results, please try another one."; -"explore.search.empty.title" = "No search results"; -"explore.section.posts" = "Posts"; -"explore.section.suggested-users" = "Suggested Users"; -"explore.section.tags" = "Tags"; -"explore.section.trending.links" = "Trending Links"; -"explore.section.trending.posts" = "Trending Posts"; -"explore.section.trending.tags" = "Trending Tags"; -"explore.section.users" = "Users"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "One Vote"; -"env.poll-vote-frequency.multiple" = "Multiple Votes"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Add/Remove %@"; -"lists.create" = "Create a new list"; -"lists.create.confirm" = "Create list"; -"lists.edit.users-in-list" = "Users in this list"; -"lists.name" = "List name"; -"lists.name.message" = "Enter the name for your list"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Notifications? What notifications? Your notification inbox is looking so empty. Keep on being awesome! 📱😎"; -"notifications.empty.title" = "No notifications"; -"notifications.error.message" = "An error occurred while loading your notifications, please try again."; -"notifications.error.title" = "An error occurred"; -"notifications.label.favorite %lld" = "starred"; -"notifications.label.follow %lld" = "followed you"; -"notifications.label.mention %lld" = "mentioned you"; -"notifications.label.reblog %lld" = "boosted"; -"notifications.label.poll" = "poll ended"; -"notifications.label.follow-request" = "requested to follow you"; -"notifications.label.status" = "posted a status"; -"notifications.label.update" = "edited a post"; -"notifications.menu-title.favorite" = "Favourite"; -"notifications.menu-title.follow" = "Follow"; -"notifications.menu-title.follow-request" = "Follow Request"; -"notifications.menu-title.mention" = "Mention"; -"notifications.menu-title.poll" = "Poll"; -"notifications.menu-title.reblog" = "Boost"; -"notifications.menu-title.status" = "Post"; -"notifications.menu-title.update" = "Post Edited"; -"notifications.navigation-title" = "All Notifications"; -"notifications.tab.all" = "All"; -"notifications.tab.mentions" = "Mentions"; - -"notifications.label.status.push" = "🖊️ Posted: "; -"notifications.label.reblog.push" = "🚀 Boosted: "; -"notifications.label.follow.push" = "👋 Followed you: "; -"notifications.label.follow-request.push" = "🔒 Requested to follow you: "; -"notifications.label.favorite.push" = "⭐️ Starred: "; -"notifications.label.poll.push" = "📈 Poll ended: "; -"notifications.label.update.push" = "Updated: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federated"; -"timeline.latest" = "Jump to Latest"; -"timeline.home" = "Home"; -"timeline.local" = "Local"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld recent posts from %lld participants"; -"timeline.trending" = "Trending"; -"timeline.add.url" = "Instance URL"; - -// MARK: Package: Status -"status.action.translate" = "Translate"; -"status.action.translated-label-%@" = "Translated using %@"; -"status.action.translated-label-from-%@-%@" = "Translated from %@ using %@"; -"status.action.bookmark" = "Bookmark"; -"status.action.boost" = "Boost"; -"status.action.boost-to-followers" = "Boost to Followers"; -"status.action.copy-text" = "Copy Text"; -"status.action.copy-link" = "Copy Link"; -"status.action.delete" = "Delete"; -"status.action.delete.confirm.title" = "Confirm"; -"status.action.delete.confirm.message" = "are you sure you want to delete this post?"; -"status.action.edit" = "Edit"; -"status.action.favorite" = "Favourite"; -"status.action.mention" = "Mention"; -"status.action.message" = "Message"; -"status.action.pin" = "Pin"; -"status.action.post" = "Post"; -"status.action.quote" = "Quote this post"; -"status.action.reply" = "Reply"; -"status.action.section.your-post" = "Your post"; -"status.action.share" = "Share this post"; -"status.action.share-link" = "Share post link"; -"status.action.share-image" = "Share post as image"; -"status.action.share-title" = "Share"; -"status.action.unbookmark" = "Unbookmark"; -"status.action.unboost" = "Unboost"; -"status.action.unfavorite" = "Unfavourite"; -"status.action.unpin" = "Unpin"; -"status.action.view-in-browser" = "View in Browser"; -"status.draft.delete" = "Delete Draft"; -"status.draft.save" = "Save Draft"; -"status.editor.ai-prompt.correct" = "Correct text"; -"status.editor.ai-prompt.add-tags" = "Add #Tags in place"; -"status.editor.ai-prompt.insert-tags" = "Add #Tags after my text"; -"status.editor.ai-prompt.emphasize" = "Emphasise text"; -"status.editor.ai-prompt.fit" = "Shorten text"; -"status.editor.description.add" = "Add description"; -"status.editor.description.edit" = "Edit description"; -"status.editor.drafts.navigation-title" = "Drafts"; -"status.editor.emojis.navigation-title" = "Custom Emojis"; -"status.editor.error.upload" = "Error uploading"; -"status.editor.language-select.navigation-title" = "Select Language"; -"status.editor.language-select.recently-used" = "Recently Used"; -"status.editor.language-select.confirmation.detected-%@" = "Post in %@ (Detected language)"; -"status.editor.language-select.confirmation.selected-%@" = "Post in %@ (Selected language)"; -"status.editor.media.edit-image" = "Edit Media"; -"status.editor.media.image-description" = "Media description"; -"status.editor.mode.edit" = "Editing your post"; -"status.editor.mode.new" = "New Post"; -"status.editor.mode.quote-%@" = "Quote of %@"; -"status.editor.mode.reply-%@" = "Replying to %@"; -"status.editor.restore-previous" = "Restore previous text"; -"status.editor.spoiler" = "Spoiler Text"; -"status.editor.text.placeholder" = "What's on your mind?"; -"status.editor.visibility" = "Post visibility"; -"status.editor.photo-library" = "Photos Library"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Browse Files"; -"status.error.loading.message" = "An error occurred while loading posts, please try again."; -"status.error.message" = "An error occurred in the context of this post, please try again."; -"status.error.title" = "An error occurred"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Filtered by: %@"; -"status.filter.show-anyway" = "Show anyway"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Show content"; -"status.media.contextmenu.copy" = "Copy image"; -"status.media.contextmenu.save" = "Save image"; -"status.media.contextmenu.share" = "Share this image"; -"status.media.contextmenu.view-browser" = "View in Browser"; -"status.media.sensitive.show" = "Show sensitive content"; -"status.poll.n-votes %lld" = "%lld votes"; -"status.poll.n-votes-voters %lld %lld" = "%lld votes from %lld voters"; -"status.poll.closed" = "Closed"; -"status.poll.closes-in %@" = "Closes in %@"; -"status.poll.duration" = "Poll Duration"; -"status.poll.frequency" = "Polling Frequency"; -"status.poll.option-n %lld" = "Option %lld"; -"status.poll.send" = "Send Vote"; -"status.post-from-%@" = "Post from %@"; -"status.row.was-boosted" = "boosted"; -"status.row.was-reply" = "Replied to"; -"status.row.you-boosted" = "You boosted"; -"status.show-less" = "Show less"; -"status.show-more" = "Show more"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = " at "; -"status.summary.edited-time" = "Last edited: "; -"status.summary.n-replies %lld" = "%lld replies"; -"status.summary.n-boosts %lld" = "%lld boosts"; -"status.summary.n-favorites %lld" = "%lld favourites"; -"status.summary.edit-history" = "Edit History"; -"status.visibility.direct" = "Private"; -"status.visibility.follower" = "Followers"; -"status.visibility.public" = "Everyone"; -"status.visibility.unlisted" = "Unlisted"; - -// MARK: Filters -"filter.new" = "New Filter"; -"filter.filters" = "Filters"; -"filter.edit.title" = "Filter title"; -"filter.edit.keywords" = "Filter Keywords"; -"filter.edit.keywords.add" = "Add a new keyword"; -"filter.edit.contexts" = "Filter Contexts"; -"filter.edit.action" = "Filter Action"; -"filter.edit.expiry" = "Expiry"; -"filter.edit.expiry.date-time" = "Date/Time"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Edit Filters"; -"filter.contexts.home" = "Home and lists"; -"filter.contexts.notifications" = "Notifications"; -"filter.contexts.public" = "Public timelines"; -"filter.contexts.conversations" = "Conversations"; -"filter.contexts.profiles" = "Profiles"; -"filter.action.warning" = "Hide with a warning"; -"filter.action.hide" = "Hide completely"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Attach photo"; -"accessibility.editor.button.poll" = "Poll"; -"accessibility.editor.button.spoiler" = "Spoiler warning"; -"accessibility.editor.button.drafts" = "Drafts"; -"accessibility.editor.button.custom-emojis" = "Custom emojis"; -"accessibility.editor.button.language" = "Language"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.tabs.timeline.add-account" = "Add Account"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.app-account.selector.accounts" = "Accounts"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - -// MARK: Report -"report.comment.placeholder" = "Additional Info"; -"report.title" = "Report Post"; -"report.action.send" = "Send"; -"status.action.report" = "Report Post"; - -"tag.suggested.mentions-%lld" = "%lld mentions"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings deleted file mode 100644 index be13f369..00000000 --- a/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings +++ /dev/null @@ -1,613 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Cancel"; -"action.delete" = "Delete"; -"action.save" = "Save"; -"action.done" = "Done"; -"action.retry" = "Retry"; -"action.view.error" = "View error"; - -"alert.button.ok" = "OK"; -"alert.error" = "Error!"; - -"placeholder.loading.long" = "Loading, loading, loading ..."; -"placeholder.loading.short" = "Loading ..."; - -"see-more" = "See more"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "This instance is not currently supported."; -"account.add.navigation-title" = "Add account"; -"account.add.sign-in" = "Sign in"; - -// MARK: Enums -"enum.avatar-position.leading" = "Leading"; -"enum.avatar-position.top" = "Top"; -"enum.avatar-shape.circle" = "Circle"; -"enum.avatar-shape.rounded" = "Rounded"; -"enum.durations.infinite" = "infinite"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 minutes"; -"enum.durations.thirtyMinutes" = "30 minutes"; -"enum.durations.oneHour" = "1 hour"; -"enum.durations.sixHours" = "6 hours"; -"enum.durations.twelveHours" = "12 hours"; -"enum.durations.oneDay" = "1 day"; -"enum.durations.threeDays" = "3 days"; -"enum.durations.sevenDays" = "7 days"; -"enum.status-actions-display.all" = "All"; -"enum.status-actions-display.no-buttons" = "No buttons"; -"enum.status-actions-display.only-buttons" = "Only buttons"; -"enum.status-display-style.compact" = "Compact"; -"enum.status-display-style.medium" = "Medium"; -"enum.status-display-style.large" = "Large"; -"enum.swipeactions.icon-with-text" = "Icon with text"; -"enum.swipeactions.icon-only" = "Icon only"; - -// MARK: Instances -"instance.info.domains" = "Domains"; -"instance.info.email" = "Email"; -"instance.info.name" = "Name"; -"instance.info.navigation-title" = "Instance Info"; -"instance.info.posts" = "Posts"; -"instance.info.section.info" = "Instance info"; -"instance.info.section.rules" = "Instance rules"; -"instance.info.users" = "Users"; -"instance.info.version" = "Version"; -"instance.list.posts-%@" = "%@ posts"; -"instance.list.users-%@" = "%@ users"; -"instance.suggestions" = "Suggestions"; -"instance.url" = "Instance URL"; - -// MARK: Menu -"menu.new-post" = "New post"; -"menu.font" = "Font"; -"menu.font.bigger" = "Bigger"; -"menu.font.smaller" = "Smaller"; - -// MARK: Settings -"settings.account.add" = "Add account"; -"settings.app.icon" = "App Icon"; -"settings.app.icon.navigation-title" = "Icons"; -"settings.app.icon.official" = "Official icons"; -"settings.app.icon.designed-by" = "Icons by"; -"settings.app.source" = "Source (GitHub)"; -"settings.app.support" = "Support the App"; -"settings.app.about" = "About"; -"settings.display.example-toot" = "Example Post"; -"settings.display.font" = "Timeline Font"; -"settings.display.font.system" = "System"; -"settings.display.font.custom" = "Custom"; -"settings.display.font.scaling-%@" = "Font Scaling: %@"; -"settings.display.font.line-spacing-%@" = "Line Spacing: %@"; -"settings.display.avatar.position" = "Avatar Position"; -"settings.display.avatar.shape" = "Avatar Shape"; -"settings.display.full-username" = "Display Full Username"; -"settings.display.navigation-title" = "Display Settings"; -"settings.display.restore" = "Restore Defaults"; -"settings.display.section.display" = "Display"; -"settings.display.section.theme" = "Theme"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Custom colors can only be set if match system color scheme is disabled"; -"settings.display.status.action-buttons" = "Status Action Buttons"; -"settings.display.status.media-style" = "Status Media Style"; -"settings.display.translate-button" = "Show Translate Button"; -"settings.display.pending-at-bottom" = "Show Pending Button at Bottom"; -"settings.display.theme.background" = "Background Color"; -"settings.display.theme.secondary-background" = "Secondary Background Color"; -"settings.display.theme.text-color" = "Text Color"; -"settings.display.theme.tint" = "Tint Color"; -"settings.display.theme.systemColor" = "Match System"; -"settings.general.browser" = "Browser"; -"settings.general.browser.in-app" = "In-App Browser"; -"settings.general.browser.in-app.readerview" = "In-App Browser Reader View"; -"settings.general.browser.system" = "System Browser"; -"settings.general.display" = "Display Settings"; -"settings.general.instance" = "Instance Information"; -"settings.general.push-notifications" = "Push Notifications"; -"settings.general.remote-timelines" = "Remote Local Timelines"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favorites"; -"settings.push.follows" = "Follows"; -"settings.push.main-toggle" = "Push Notifications"; -"settings.push.main-toggle.description" = "Receive push notifications on new activities"; -"settings.push.mentions" = "Mentions"; -"settings.push.navigation-title" = "Push Notifications"; -"settings.push.new-posts" = "New Posts"; -"settings.push.polls" = "Poll Results"; -"settings.general.content" = "Content Settings"; -"settings.system" = "System Settings"; -"settings.content.navigation-title" = "Content Settings"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Collapse long posts"; -"settings.content.collapse-long-posts-hint" = "Collapsed posts only display a limited number of lines together with a button to show the full post"; -"settings.content.hide-repeated-boosts" = "Hide Repeated Boosts"; -"settings.content.instance-settings" = "Server Content Settings"; -"settings.content.use-instance-settings" = "Use Server Settings"; -"settings.content.expand-spoilers" = "Always Show Sensitive Posts"; -"settings.content.expand-media" = "Media Display"; -"settings.content.default-sensitive" = "Always Mark Media as Sensitive"; -"settings.content.default-visibility" = "Posting Visibility"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Show ALT Texts"; -"settings.content.reading" = "Reading"; -"settings.content.posting" = "Posting"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Show All"; -"enum.expand-media.hide" = "Hide All"; -"enum.expand-media.hide-sensitive" = "Hide Sensitive"; -"settings.section.accounts" = "Accounts"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "App Version: %@"; -"settings.section.general" = "General"; -"settings.support.alert.error.message" = "Error processing your in-app purchase, please try again."; -"settings.support.alert.message" = "Thank you so much for your tip! It's greatly appreciated!"; -"settings.support.alert.title" = "Thanks!"; -"settings.support.message-from-dev" = "Hi there! My name is Thomas and I absolutely love creating open source apps. Ice Cubes is definitely one of my proudest projects to date - and let's be real, it's also the one that requires the most maintenance due to the ever-changing world of Mastodon and social media. If you're having a blast using Ice Cubes, consider tossing a little tip my way. It'll make my day (and help keep the app running smoothly for you). 🚀"; -"settings.support.navigation-title" = "Support Ice Cubes"; -"settings.support.one.subtitle" = "Small, but cute, and it tastes good!"; -"settings.support.one.title" = "🍬 Small Tip"; -"settings.support.placeholder.loading-subtitle" = "Loading subtitle ..."; -"settings.support.three.subtitle" = "You're insane, thank you so much!"; -"settings.support.three.title" = "🤯 Generous Tip"; -"settings.support.two.subtitle" = "I love the taste of a fancy coffee ❤️"; -"settings.support.two.title" = "☕️ Nice Tip"; -"settings.support.four.title" = "👽 Who are you Tip"; -"settings.support.four.subtitle" = "It'll go a long way to keep Ice Cubes running!"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Add a Local Timeline"; -"settings.title" = "Settings"; -"settings.rate" = "Rate Ice Cubes"; -"settings.section.other" = "Other"; -"settings.other.hide-openai" = "Enable 🤖 Helper"; -"settings.other.social-keyboard" = "Enable Social Keyboard"; -"settings.other.sound-effect" = "Enable Sound Effects"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.navigation-title" = "Translation"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; -"settings.push.duplicate.title" = "Duplicate Notifications Fixer"; -"settings.push.duplicate.footer" = "Receiving duplicate notifications? Try this magic button in order to fix it"; -"settings.push.duplicate.button.fix" = "🪄 Fix It"; -"settings.other.autoplay-video" = "Auto Play Videos"; -"settings.about.built-with" = "Ice Cubes is built with the following Open Source software:"; -"settings.about.title" = "Ice Cubes"; - -"settings.account.cached-posts-%@" = "Cached Posts: %@"; -"settings.account.action.delete-cache" = "Clear Cache"; - -"settings.general.haptic" = "Haptic Feedback"; -"settings.haptic.navigation-title" = "Haptic Settings"; -"settings.haptic.timeline" = "Timeline"; -"settings.haptic.tab-selection" = "Tab Selection"; -"settings.haptic.buttons" = "Button Press"; - -"settings.display.show-tab-label" = "Show Tab Name"; - -"settings.display.show-ipad-column" = "Enable Secondary Column"; - -"settings.general.swipeactions" = "Swipe Actions"; -"settings.swipeactions.appearance" = "Appearance"; -"settings.swipeactions.navigation-title" = "Swipe Actions"; -"settings.swipeactions.primary" = "Primary Action"; -"settings.swipeactions.secondary" = "Secondary Action"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.status.action.bookmark" = "Bookmark"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favorite"; -"settings.swipeactions.status.action.none" = "None"; -"settings.swipeactions.status.action.quote" = "Quote"; -"settings.swipeactions.status.action.reply" = "Reply"; -"settings.swipeactions.status.explanation" = "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set."; -"settings.swipeactions.status.leading" = "Swipe Right"; -"settings.swipeactions.status.trailing" = "Swipe Left"; -"settings.swipeactions.use-theme-colors" = "Use Theme Colors"; -"settings.swipeactions.use-theme-colors-explanation" = "Use Theme Colors Instead of Default Colors"; -"settings.swipeactions.icon-style" = "Icon Style"; - -"settings.display.section.font" = "Font"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Clear Media Cache"; - -// MARK: Tabs -"tab.explore" = "Explore"; -"tab.federated" = "Federated"; -"tab.local" = "Local"; -"tab.messages" = "Messages"; -"tab.notifications" = "Notifications"; -"tab.settings" = "Settings"; -"tab.timeline" = "Timeline"; -"tab.trending" = "Trending"; -"tab.profile" = "Profile"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ is a valid instance"; -"timeline.add-remote.title" = "Add remote local timeline"; -"timeline.add.action.add" = "Add"; -"timeline.filter.add-local" = "Add a local timeline"; -"timeline.filter.lists" = "Lists"; -"timeline.filter.local" = "Local Timelines"; -"timeline.filter.tags" = "Followed Tags"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Add Account"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Add/Remove from lists"; -"account.action.edit-info" = "Edit Info"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Mention"; -"account.action.message" = "Message"; -"account.action.notify-enable" = "Enable Notifications"; -"account.action.notify-disable" = "Disable Notifications"; -"account.action.reboosts-show" = "Show Boosts"; -"account.action.reboosts-hide" = "Hide Boosts"; -"account.action.block" = "Block"; -"account.action.unblock" = "Unblock"; -"account.action.mute" = "Mute"; -"account.action.unmute" = "Unmute"; -"account.action.share" = "Share this account"; -"account.boosted-by" = "Boosted by"; -"account.detail.about" = "About"; -"account.detail.familiar-followers" = "Also followed by"; -"account.detail.n-fields %lld" = "%lld fields"; -"account.detail.featured-tags-n-posts %lld" = "%lld posts"; -"account.edit.about" = "About"; -"account.edit.account-settings.bot" = "Bot account"; -"account.edit.account-settings.discoverable" = "Discoverable"; -"account.edit.account-settings.private" = "Private"; -"account.edit.account-settings.section-title" = "Account settings"; -"account.edit.display-name" = "Display Name"; -"account.edit.error.save.message" = "Error while saving your profile, please try again."; -"account.edit.error.save.title" = "Error while saving your profile"; -"account.edit.navigation-title" = "Edit Profile"; -"account.edit.post-settings.privacy" = "Default privacy"; -"account.edit.post-settings.section-title" = "Post settings"; -"account.edit.post-settings.sensitive" = "Sensitive content"; - -"account.edit.metadata-section-title" = "Profile Metadata"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Content"; -"account.edit.add-metadata-button" = "Add a new metadata"; - -"account.favorited-by" = "Favorited by"; -"account.follow.follow" = "Follow"; -"account.follow.following" = "Following"; -"account.follow.requested" = "Requested"; -"account.follow-request.accept" = "Accept"; -"account.follow-request.reject" = "Reject"; -"account.follow-requests.pending-requests" = "Pending requests"; -"account.follow-requests.instructions" = "Those users won't see your posts until you accept them."; -"account.followers" = "Followers"; -"account.following" = "Following"; -"account.list.create" = "Create a new list"; -"account.list.create.confirm" = "Create list"; -"account.list.create.description" = "Enter the name for your list"; -"account.list.delete" = "Delete list"; -"account.list.name" = "List name"; -"account.post.pinned" = "Pinned post"; -"account.posts" = "Posts"; -"account.relation.follows-you" = "Follows You"; -"account.joined" = "Joined"; -"account.action.logout" = "Log Out Account"; -"account.action.more" = "More Settings"; - -"account.relation.note.edit" = "Edit Note"; -"account.relation.note.edit.placeholder" = "Enter Note text"; -"account.relation.note.edit.error.save.message" = "Error while saving your note, please try again."; -"account.relation.note.edit.error.save.title" = "Error while saving your note"; -"account.relation.note.label" = "Note:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Delete"; -"conversations.action.mark-read" = "Mark as read"; -"conversations.action.view-detail" = "View detail"; -"conversations.empty.message" = "Looking for some social media love? You'll find all your direct messages and private mentions right here. Happy messaging! 📱❤️"; -"conversations.empty.title" = "Inbox Zero"; -"conversations.error.button" = "Retry"; -"conversations.error.message" = "Error while loading your messages"; -"conversations.error.title" = "An error occurred"; -"conversations.navigation-title" = "Direct Messages"; -"conversations.new.message.placeholder" = "New Message"; -"conversations.latest.message" = "Latest Message"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld posts from %lld participants"; -"design.theme.navigation-title" = "Theme Selector"; -"design.theme.toots-preview" = "Toots preview"; - -// MARK: Package: Explore -"explore.navigation-title" = "Explore"; -"explore.search.message-%@" = "From this screen you can search anything on %@"; -"explore.search.prompt" = "Search users, posts and tags"; -"explore.search.title" = "Search your instance"; -"explore.search.empty.message" = "This query returned no search results, please try another one."; -"explore.search.empty.title" = "No search results"; -"explore.section.posts" = "Posts"; -"explore.section.suggested-users" = "Suggested Users"; -"explore.section.tags" = "Tags"; -"explore.section.trending.links" = "Trending Links"; -"explore.section.trending.posts" = "Trending Posts"; -"explore.section.trending.tags" = "Trending Tags"; -"explore.section.users" = "Users"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "One Vote"; -"env.poll-vote-frequency.multiple" = "Multiple Votes"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Add/Remove %@"; -"lists.create" = "Create a new list"; -"lists.create.confirm" = "Create list"; -"lists.edit.users-in-list" = "Users in this list"; -"lists.name" = "List name"; -"lists.name.message" = "Enter the name for your list"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Notifications? What notifications? Your notification inbox is looking so empty. Keep on being awesome! 📱😎"; -"notifications.empty.title" = "No notifications"; -"notifications.error.message" = "An error occurred while loading your notifications, please try again."; -"notifications.error.title" = "An error occurred"; -"notifications.label.favorite %lld" = "starred"; -"notifications.label.follow %lld" = "followed you"; -"notifications.label.mention %lld" = "mentioned you"; -"notifications.label.reblog %lld" = "boosted"; -"notifications.label.poll" = "poll ended"; -"notifications.label.follow-request" = "requested to follow you"; -"notifications.label.status" = "posted a status"; -"notifications.label.update" = "edited a post"; -"notifications.menu-title.favorite" = "Favorite"; -"notifications.menu-title.follow" = "Follow"; -"notifications.menu-title.follow-request" = "Follow Request"; -"notifications.menu-title.mention" = "Mention"; -"notifications.menu-title.poll" = "Poll"; -"notifications.menu-title.reblog" = "Boost"; -"notifications.menu-title.status" = "Post"; -"notifications.menu-title.update" = "Post Edited"; -"notifications.navigation-title" = "All Notifications"; -"notifications.tab.all" = "All"; -"notifications.tab.mentions" = "Mentions"; - -"notifications.label.status.push" = "🖊️ Posted: "; -"notifications.label.reblog.push" = "🚀 Boosted: "; -"notifications.label.follow.push" = "👋 Followed you: "; -"notifications.label.follow-request.push" = "🔒 Requested to follow you: "; -"notifications.label.favorite.push" = "⭐️ Starred: "; -"notifications.label.poll.push" = "📈 Poll ended: "; -"notifications.label.update.push" = "Updated: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federated"; -"timeline.latest" = "Jump to Latest"; -"timeline.home" = "Home"; -"timeline.local" = "Local"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld recent posts from %lld participants"; -"timeline.trending" = "Trending"; -"timeline.add.url" = "Instance URL"; - -// MARK: Package: Status -"status.action.translate" = "Translate"; -"status.action.translated-label-%@" = "Translated using %@"; -"status.action.translated-label-from-%@-%@" = "Translated from %@ using %@"; -"status.action.bookmark" = "Bookmark"; -"status.action.boost" = "Boost"; -"status.action.boost-to-followers" = "Boost to Followers"; -"status.action.copy-text" = "Copy Text"; -"status.action.copy-link" = "Copy Link"; -"status.action.delete" = "Delete"; -"status.action.delete.confirm.title" = "Confirm"; -"status.action.delete.confirm.message" = "are you sure you want to delete this post?"; -"status.action.edit" = "Edit"; -"status.action.favorite" = "Favorite"; -"status.action.mention" = "Mention"; -"status.action.message" = "Message"; -"status.action.pin" = "Pin"; -"status.action.post" = "Post"; -"status.action.quote" = "Quote this post"; -"status.action.reply" = "Reply"; -"status.action.section.your-post" = "Your post"; -"status.action.share" = "Share this post"; -"status.action.share-link" = "Share post link"; -"status.action.share-image" = "Share post as image"; -"status.action.share-title" = "Share"; -"status.action.unbookmark" = "Unbookmark"; -"status.action.unboost" = "Unboost"; -"status.action.unfavorite" = "Unfavorite"; -"status.action.unpin" = "Unpin"; -"status.action.view-in-browser" = "View in Browser"; -"status.card.share" = "Share this link"; -"status.card.copy" = "Copy this link"; -"status.draft.delete" = "Delete Draft"; -"status.draft.save" = "Save Draft"; -"status.editor.ai-prompt.correct" = "Correct text"; -"status.editor.ai-prompt.add-tags" = "Add #Tags in place"; -"status.editor.ai-prompt.insert-tags" = "Add #Tags after my text"; -"status.editor.ai-prompt.emphasize" = "Emphasize text"; -"status.editor.ai-prompt.fit" = "Shorten text"; -"status.editor.description.add" = "Add description"; -"status.editor.description.edit" = "Edit description"; -"status.editor.drafts.navigation-title" = "Drafts"; -"status.editor.emojis.navigation-title" = "Custom Emojis"; -"status.editor.error.upload" = "Error uploading"; -"status.editor.language-select.navigation-title" = "Select Language"; -"status.editor.language-select.recently-used" = "Recently Used"; -"status.editor.language-select.confirmation.detected-%@" = "Post in %@ (Detected language)"; -"status.editor.language-select.confirmation.selected-%@" = "Post in %@ (Selected language)"; -"status.editor.media.edit-image" = "Edit Media"; -"status.editor.media.image-description" = "Media description"; -"status.editor.mode.edit" = "Editing your post"; -"status.editor.mode.new" = "New Post"; -"status.editor.mode.quote-%@" = "Quote of %@"; -"status.editor.mode.reply-%@" = "Replying to %@"; -"status.editor.restore-previous" = "Restore previous text"; -"status.editor.spoiler" = "Spoiler Text"; -"status.editor.text.placeholder" = "What's on your mind?"; -"status.editor.visibility" = "Post visibility"; -"status.editor.photo-library" = "Photos Library"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Browse Files"; -"status.error.loading.message" = "An error occurred while loading posts, please try again."; -"status.error.message" = "An error occurred in the context of this post, please try again."; -"status.error.title" = "An error occurred"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Filtered by: %@"; -"status.filter.show-anyway" = "Show anyway"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Show content"; -"status.media.contextmenu.copy" = "Copy image"; -"status.media.contextmenu.save" = "Save image"; -"status.media.contextmenu.share" = "Share this image"; -"status.media.contextmenu.view-browser" = "View in Browser"; -"status.media.sensitive.show" = "Show sensitive content"; -"status.poll.n-votes %lld" = "%lld votes"; -"status.poll.n-votes-voters %lld %lld" = "%lld votes from %lld voters"; -"status.poll.closed" = "Closed"; -"status.poll.closes-in %@" = "Closes in %@"; -"status.poll.duration" = "Poll Duration"; -"status.poll.frequency" = "Polling Frequency"; -"status.poll.option-n %lld" = "Option %lld"; -"status.poll.send" = "Send Vote"; -"status.post-from-%@" = "Post from %@"; -"status.row.was-boosted" = "boosted"; -"status.row.was-reply" = "Replied to"; -"status.row.you-boosted" = "You boosted"; -"status.show-less" = "Show less"; -"status.show-more" = "Show more"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = " at "; -"status.summary.edited-time" = "Last edited: "; -"status.summary.n-replies %lld" = "%lld replies"; -"status.summary.n-boosts %lld" = "%lld boosts"; -"status.summary.n-favorites %lld" = "%lld favorites"; -"status.summary.edit-history" = "Edit History"; -"status.visibility.direct" = "Private"; -"status.visibility.follower" = "Followers"; -"status.visibility.public" = "Everyone"; -"status.visibility.unlisted" = "Unlisted"; - -// MARK: Filters -"filter.new" = "New Filter"; -"filter.filters" = "Filters"; -"filter.edit.title" = "Filter title"; -"filter.edit.keywords" = "Filter Keywords"; -"filter.edit.keywords.add" = "Add a new keyword"; -"filter.edit.contexts" = "Filter Contexts"; -"filter.edit.action" = "Filter Action"; -"filter.edit.expiry" = "Expiry"; -"filter.edit.expiry.date-time" = "Date/Time"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Edit Filters"; -"filter.contexts.home" = "Home and lists"; -"filter.contexts.notifications" = "Notifications"; -"filter.contexts.public" = "Public timelines"; -"filter.contexts.conversations" = "Conversations"; -"filter.contexts.profiles" = "Profiles"; -"filter.action.warning" = "Hide with a warning"; -"filter.action.hide" = "Hide completely"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Attach photo"; -"accessibility.editor.button.poll" = "Poll"; -"accessibility.editor.button.spoiler" = "Spoiler warning"; -"accessibility.editor.button.drafts" = "Drafts"; -"accessibility.editor.button.custom-emojis" = "Custom emojis"; -"accessibility.editor.button.language" = "Language"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.tabs.timeline.add-account" = "Add Account"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Accounts"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - - -// MARK: Report -"report.comment.placeholder" = "Additional Info"; -"report.title" = "Report Post"; -"report.action.send" = "Send"; -"status.action.report" = "Report Post"; - -"tag.suggested.mentions-%lld" = "%lld mentions"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/es.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/es.lproj/Localizable.strings deleted file mode 100644 index e6098153..00000000 --- a/IceCubesApp/Resources/Localization/es.lproj/Localizable.strings +++ /dev/null @@ -1,612 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Cancelar"; -"action.delete" = "Borrar"; -"action.save" = "Guardar"; -"action.done" = "Hecho"; -"action.retry" = "Reintentar"; -"action.view.error" = "Ver error"; - -"alert.button.ok" = "Ok"; -"alert.error" = "¡Error!"; - -"placeholder.loading.long" = "Cargando, cargando, cargando ...."; -"placeholder.loading.short" = "Cargando ..."; - -"see-more" = "Ver más"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Actualmente no soportamos esta instancia."; -"account.add.navigation-title" = "Añadir cuenta"; -"account.add.sign-in" = "Iniciar sesión"; - -// MARK: Enums -"enum.avatar-position.leading" = "Delante"; -"enum.avatar-position.top" = "Arriba"; -"enum.avatar-shape.circle" = "Círculo"; -"enum.avatar-shape.rounded" = "Redondeado"; -"enum.durations.infinite" = "Infinito"; -"enum.durations.custom" = "Personalizado"; -"enum.durations.fiveMinutes" = "5 minutos"; -"enum.durations.thirtyMinutes" = "30 minutos"; -"enum.durations.oneHour" = "1 hora"; -"enum.durations.sixHours" = "6 horas"; -"enum.durations.twelveHours" = "12 horas"; -"enum.durations.oneDay" = "1 día"; -"enum.durations.threeDays" = "3 días"; -"enum.durations.sevenDays" = "7 días"; -"enum.status-actions-display.all" = "Todo"; -"enum.status-actions-display.no-buttons" = "Sin botones"; -"enum.status-actions-display.only-buttons" = "Sólo botones"; -"enum.status-display-style.compact" = "Compacto"; -"enum.status-display-style.medium" = "Mediano"; -"enum.status-display-style.large" = "Grande"; -"enum.swipeactions.icon-with-text" = "Icono con texto"; -"enum.swipeactions.icon-only" = "Sólo icono"; - -// MARK: Instances -"instance.info.domains" = "Dominios"; -"instance.info.email" = "Email"; -"instance.info.name" = "Nombre"; -"instance.info.navigation-title" = "Información de la instancia"; -"instance.info.posts" = "Publicaciones"; -"instance.info.section.info" = "Información de la instancia"; -"instance.info.section.rules" = "Reglas de la instancia"; -"instance.info.users" = "Usuarios"; -"instance.info.version" = "Versión"; -"instance.list.posts-%@" = "%@ publicaciones"; -"instance.list.users-%@" = "%@ usuarios"; -"instance.suggestions" = "Sugerencias"; -"instance.url" = "URL de la instancia"; - -// MARK: Menu -"menu.new-post" = "Publicación nueva"; -"menu.font" = "Fuente"; -"menu.font.bigger" = "Más grande"; -"menu.font.smaller" = "Más pequeña"; - -// MARK: Settings -"settings.account.add" = "Añadir cuenta"; -"settings.app.icon" = "Icono de la app"; -"settings.app.icon.navigation-title" = "Iconos"; -"settings.app.icon.official" = "Iconos oficiales"; -"settings.app.icon.designed-by" = "Iconos creados por"; -"settings.app.source" = "Código fuente (Enlace a GitHub)"; -"settings.app.support" = "Apoya a Ice Cubes"; -"settings.app.about" = "Acerca de"; -"settings.display.example-toot" = "Publicación de ejemplo"; -"settings.display.avatar.position" = "Posición del avatar"; -"settings.display.avatar.shape" = "Forma del avatar"; -"settings.display.full-username" = "Mostrar nombre de usuario completo"; -"settings.display.navigation-title" = "Ajustes de apariencia"; -"settings.display.restore" = "Restaurar ajustes predeterminados"; -"settings.display.section.display" = "Apariencia"; -"settings.display.section.theme" = "Tema"; -"settings.display.colors.apply" = "Aplicar colores personalizados"; -"settings.display.section.theme.footer" = "Solo se pueden usar los colores personalizados si la opción de 'Coincidir con el sistema' está desactivada"; -"settings.display.status.action-buttons" = "Botones de acción"; -"settings.display.status.media-style" = "Estilo del contenido multimedia"; -"settings.display.translate-button" = "Mostrar botón para traducir"; -"settings.display.pending-at-bottom" = "Mostrar el botón de no leído en la parte inferior de la pantalla"; -"settings.display.theme.background" = "Color de fondo"; -"settings.display.theme.secondary-background" = "Color de fondo secundario"; -"settings.display.theme.text-color" = "Color del texto"; -"settings.display.theme.tint" = "Color"; -"settings.display.theme.systemColor" = "Coincidir con el sistema"; -"settings.general.browser" = "Navegador"; -"settings.general.browser.in-app" = "Interno"; -"settings.general.browser.in-app.readerview" = "Vista de lectura en navegador interno"; -"settings.general.browser.system" = "Sistema"; -"settings.general.display" = "Ajustes de apariencia"; -"settings.general.instance" = "Información de la instancia"; -"settings.general.push-notifications" = "Notificaciones"; -"settings.general.remote-timelines" = "Cronologías locales remotas"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favoritos"; -"settings.push.follows" = "Siguiendo"; -"settings.push.main-toggle" = "Notificaciones"; -"settings.push.main-toggle.description" = "Recibe notificaciones sobre nuevos eventos"; -"settings.push.mentions" = "Menciones"; -"settings.push.navigation-title" = "Notificaciones"; -"settings.push.new-posts" = "Nuevas publicaciones"; -"settings.push.polls" = "Resultados de encuestas"; -"settings.section.accounts" = "Cuentas"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "Versión: %@"; -"settings.section.general" = "General"; -"settings.support.alert.error.message" = "Ha ocurrido un error procesando tu pago dentro de la app, por favor vuelve a intentarlo."; -"settings.support.alert.message" = "¡Muchas gracias por tu propina! ¡Se agradece enormemente!"; -"settings.support.alert.title" = "¡Gracias!"; -"settings.support.message-from-dev" = "¡Hola! Me llamo Thomas y adoro crear aplicaciones de código abierto. Ice Cubes es definitivamente una de las que más orgulloso estoy hasta la fecha - y siendo honestos, también es una de las que más mantenimiento requiere debido a los constantes cambios en el entorno de Mastodon y las redes sociales. Si te encanta usar Ice Cubes, considera dejar una pequeña propina. Me alegrará el día (y ayudará a mantener la app en perfecto funcionamiento para ti). 🚀"; -"settings.support.navigation-title" = "Apoya a Ice Cubes"; -"settings.support.one.subtitle" = "Pequeña, pero bonita, ¡y deliciosa!"; -"settings.support.one.title" = "🍬 Pequeña propina"; -"settings.support.placeholder.loading-subtitle" = "Cargando subtítulo ..."; -"settings.support.three.subtitle" = "No estás bien de la cabeza, ¡muchísimas gracias!"; -"settings.support.three.title" = "🤯 Propina generosa"; -"settings.support.two.subtitle" = "Me encanta el sabor del café de lujo ❤️"; -"settings.support.two.title" = "☕️ Buena propina"; -"settings.support.four.title" = "👽 Propina de otro mundo"; -"settings.support.four.subtitle" = "¡Será de gran ayuda para que Ice Cubes siga funcionando!"; -"settings.support.supporter.title" = " ¡Hazte seguidor!"; -"settings.support.supporter.subtitle" = "Aportando una propina mensual a Ice Cubes, te convertirás en seguidor, incluso conseguirás una insignia de verificación en tu perfil. Sólo para tus 👀."; -"settings.support.supporter.subscribed" = " ¡Gracias por ser seguidor de Ice Cubes!"; -"settings.support.supporter.subscription-info"= "La suscripción se renueva automáticamente a menos que la canceles un día antes del siguiente ciclo de renovación."; -"settings.support.restore-purchase.button" = "Restaurar compra"; -"settings.support.restore-purchase.explanation" = "Restaura tu suscripción de seguidor si no se ha sincronizado automáticamente."; -"settings.support.privacy-policy" = "Política de privacidad"; -"settings.support.terms-of-use" = "Condiciones de uso"; -"settings.timeline.add" = "Añadir cronología local"; -"settings.title" = "Ajustes"; -"settings.rate" = "Valora Ice Cubes"; -"settings.section.other" = "Otras opciones"; -"settings.other.hide-openai" = "Activar ayudante 🤖"; -"settings.other.social-keyboard" = "Activar teclado social"; -"settings.other.sound-effect" = "Activar efectos sonoros"; -"settings.general.translate" = "Ajustes de traducción"; -"settings.translation.navigation-title" = "Traducción"; -"settings.translation.always-deepl" = "Traducir siempre con DeepL"; -"settings.translation.auto-detect-post-language" = "Detectar idioma automáticamente"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes intentará detectar el idioma de la publicación automáticamente cuando estés a punto de publicarla y sugerirá cambiar el idioma de la publicación si es necesario."; -"settings.translation.user-api-key" = "Clave API de DeepL"; -"settings.translation.api-key-type" = "Tipo de clave"; -"settings.translation.needed-message" = "Esta funcionalidad requiere una clave API de DeepL"; -"settings.general.content" = "Ajustes de contenido"; -"settings.system" = "Ajustes del sistema"; -"settings.content.navigation-title" = "Ajustes de contenido"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Colapsar publicaciones largas"; -"settings.content.collapse-long-posts-hint" = "Las publicaciones colapsadas sólo muestran un número limitado de líneas junto a un botón para mostrar la publicación completa"; -"settings.content.hide-repeated-boosts" = "Ocultar boosts repetidos"; -"settings.content.instance-settings" = "Ajustes de contenido del servidor"; -"settings.content.use-instance-settings" = "Usar ajustes del servidor"; -"settings.content.expand-spoilers" = "Mostrar siempre el contenido sensible"; -"settings.content.expand-media" = "Mostrar el contenido multimedia"; -"settings.content.default-sensitive" = "Marcar siempre el contenido multimedia como sensible"; -"settings.content.default-visibility" = "Visibilidad de las publicaciones"; -"settings.content.default-reply-visibility" = "Visibilidad de las respuestas"; -"settings.content.media" = "Multimedia"; -"settings.content.media.show.alt" = "Mostrar texto ALT"; -"settings.content.reading" = "Leyendo"; -"settings.content.posting" = "Publicando"; -"settings.content.sharing" = "Compartir"; -"settings.content.sharing.share-button-behavior" = "Comportamiento del botón de compartir"; -"settings.content.sharing.share-behavior.link-only" = "Sólo el enlace"; -"settings.content.sharing.share-behavior.link-and-text" = "Enlace y texto"; -"settings.push.duplicate.title" = "Arreglar notificaciones duplicadas"; -"settings.push.duplicate.footer" = "¿Recibes notificaciones por duplicado? Usa este botón mágico para arreglarlo"; -"settings.push.duplicate.button.fix" = "🪄 Arréglalo"; -"settings.other.autoplay-video" = "Reproducir vídeos automáticamente"; -"settings.display.font" = "Tipografía"; -"settings.display.font.system" = "De sistema"; -"settings.display.font.custom" = "Personalizada"; -"settings.display.font.scaling-%@" = "Escalado de tipografía: %@"; -"settings.display.font.line-spacing-%@" = "Interlineado: %@"; -"settings.about.built-with" = "Ice Cubes utiliza estas librerías de código abierto:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Publicaciones cacheadas: %@"; -"settings.account.action.delete-cache" = "Vaciar caché"; - -"settings.general.haptic" = "Respuesta háptica"; -"settings.haptic.navigation-title" = "Respuesta háptica"; -"settings.haptic.timeline" = "Cronología"; -"settings.haptic.tab-selection" = "Selección de pestaña"; -"settings.haptic.buttons" = "Interacción con botones"; - -"settings.display.show-tab-label" = "Mostrar nombre de pestaña"; - -"settings.display.show-ipad-column" = "Activar segunda columna"; - -"settings.general.swipeactions" = "Acciones al deslizar"; -"settings.swipeactions.navigation-title" = "Acciones al deslizar"; -"settings.swipeactions.primary" = "Acción primaria"; -"settings.swipeactions.secondary" = "Acción secundaria"; -"settings.swipeactions.status.action.bookmark" = "Marcadores"; -"settings.swipeactions.status.action.boost" = "Boostear"; -"settings.swipeactions.status.action.favorite" = "Favorito"; -"settings.swipeactions.status.action.none" = "Ninguna"; -"settings.swipeactions.status.action.quote" = "Citar"; -"settings.swipeactions.status.action.reply" = "Responder"; -"settings.swipeactions.status.explanation" = "Las acciones al deslizar se muestran al deslizar hacia la izquierda o la derecha sobre una publicación. La acción secundaria sólo está disponible si se ha establecido una acción primaria."; -"settings.swipeactions.status.leading" = "Deslizar a la derecha"; -"settings.swipeactions.status.trailing" = "Deslizar a la izquierda"; -"settings.swipeactions.status" = "Publicación"; -"settings.swipeactions.appearance" = "Apariencia"; -"settings.swipeactions.use-theme-colors" = "Usar colores del tema"; -"settings.swipeactions.use-theme-colors-explanation" = "Usar colores del tema en lugar de los colores por defecto"; -"settings.swipeactions.icon-style" = "Estilo de icono"; - -"settings.display.section.font" = "Fuente"; - -"settings.section.cache" = "Caché"; -"settings.cache-media.clear" = "Vaciar caché multimedia"; - -"enum.expand-media.show" = "Siempre"; -"enum.expand-media.hide" = "Nunca"; -"enum.expand-media.hide-sensitive" = "Ocultar contenido sensible"; - -// MARK: Tabs -"tab.explore" = "Explorar"; -"tab.federated" = "Federado"; -"tab.local" = "Local"; -"tab.messages" = "Mensajes"; -"tab.notifications" = "Notificaciones"; -"tab.settings" = "Ajustes"; -"tab.timeline" = "Cronología"; -"tab.trending" = "Tendencias"; -"tab.profile" = "Perfil"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ es una instancia válida"; -"timeline.add-remote.title" = "Añadir cronología local remota"; -"timeline.add.action.add" = "Añadir"; -"timeline.filter.add-local" = "Añadir cronología local"; -"timeline.filter.lists" = "Listas"; -"timeline.filter.local" = "Cronologías locales"; -"timeline.filter.tags" = "Etiquetas que sigues"; -"timeline.filter.tag-groups" = "Grupos de Etiquetas"; -"timeline.filter.add-tag-groups" = "Añadir grupo"; -"timeline.filter.edit-tag-groups" = "Editar grupo"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Añadir cuenta"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Añadir/Eliminar de las listas"; -"account.action.edit-info" = "Editar información"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Mencionar"; -"account.action.message" = "Enviar mensaje"; -"account.action.notify-enable" = "Activar notificaciones"; -"account.action.notify-disable" = "Desactivar notificaiones"; -"account.action.reboosts-show" = "Mostrar boosts"; -"account.action.reboosts-hide" = "Esconder boosts"; -"account.action.block" = "Bloquear"; -"account.action.unblock" = "Desbloquear"; -"account.action.mute" = "Silenciar"; -"account.action.unmute" = "Dejar de silenciar"; -"account.action.share" = "Compartir esta cuenta"; -"account.boosted-by" = "Boosteado por"; -"account.detail.about" = "Acerca de"; -"account.detail.familiar-followers" = "Seguido también por"; -"account.detail.n-fields %lld" = "%lld campos"; -"account.detail.featured-tags-n-posts %lld" = "%lld publicaciones"; -"account.edit.about" = "Acerca de"; -"account.edit.account-settings.bot" = "Cuenta Bot"; -"account.edit.account-settings.discoverable" = "Visible"; -"account.edit.account-settings.private" = "Privado"; -"account.edit.account-settings.section-title" = "Ajustes de cuenta"; -"account.edit.display-name" = "Nombre a mostrar"; -"account.edit.error.save.message" = "Ha ocurrido un error al intentar guardar tu perfil, por favor vuelve a intentarlo."; -"account.edit.error.save.title" = "Error al guardar tu perfil"; -"account.edit.navigation-title" = "Editar perfil"; -"account.edit.post-settings.privacy" = "Privacidad por defecto"; -"account.edit.post-settings.section-title" = "Ajustes de publicaciones"; -"account.edit.post-settings.sensitive" = "Contenido sensible"; - -"account.edit.metadata-section-title" = "Metadatos del perfil"; -"account.edit.metadata-name-placeholder" = "Etiqueta"; -"account.edit.metadata-value-placeholder" = "Contenido"; -"account.edit.add-metadata-button" = "Añadir metadatos"; - -"account.favorited-by" = "Marcado como favorito por"; -"account.follow.follow" = "Seguir"; -"account.follow.following" = "Siguiendo"; -"account.follow.requested" = "Solicitado"; -"account.follow-request.accept" = "Aprobar"; -"account.follow-request.reject" = "Rechazar"; -"account.follow-requests.pending-requests" = "Solicitudes pendientes"; -"account.follow-requests.instructions" = "Esos usuarios no verán tus publicaciones hasta que los apruebes."; -"account.followers" = "Seguidores"; -"account.following" = "Siguiendo"; -"account.list.create" = "Crear una lista nueva"; -"account.list.create.confirm" = "Crear lista"; -"account.list.create.description" = "Introduce el nombre para la lista"; -"account.list.delete" = "Borrar lista"; -"account.list.name" = "Nombre de la lista"; -"account.post.pinned" = "Publicación fijada"; -"account.posts" = "Publicaciones"; -"account.relation.follows-you" = "Te sigue"; -"account.joined" = "Se unió el"; -"account.action.logout" = "Cerrar sesión"; -"account.action.more" = "Más ajustes"; - -"account.relation.note.edit" = "Editar nota"; -"account.relation.note.edit.placeholder" = "Escribe una nota de texto"; -"account.relation.note.edit.error.save.message" = "Ha ocurrido un error al guardar tu nota, por favor vuelve a intentarlo."; -"account.relation.note.edit.error.save.title" = "Error al guardar tu nota"; -"account.relation.note.label" = "Nota:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Borrar"; -"conversations.action.mark-read" = "Marcar como leído"; -"conversations.action.view-detail" = "Ver detalle"; -"conversations.empty.message" = "¿Buscas algo de amor de redes sociales? Encontrarás todos tus mensajes directos y menciones privadas justo aquí. ¡Disfruta! 📱❤️"; -"conversations.empty.title" = "No tienes mensajes"; -"conversations.error.button" = "Reintentar"; -"conversations.error.message" = "Error cargando tus mensajes"; -"conversations.error.title" = "Ha ocurrido un error"; -"conversations.navigation-title" = "Mensajes directos"; -"conversations.new.message.placeholder" = "Mensajes nuevos"; -"conversations.latest.message" = "Último mensaje"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld publicaciones de %lld participantes"; -"design.theme.navigation-title" = "Selector de Tema"; -"design.theme.toots-preview" = "Vista previa"; - -// MARK: Package: Explore -"explore.navigation-title" = "Explorar"; -"explore.search.message-%@" = "Desde esta pantalla puedes buscar cualquier cosa en %@"; -"explore.search.prompt" = "Busca usuarios, publicaciones y etiquetas"; -"explore.search.title" = "Busca en tu instancia"; -"explore.search.empty.message" = "Esta consulta no devolvió ningún resultado, inténtalo con otra."; -"explore.search.empty.title" = "Sin resultados de búsqueda"; -"explore.section.posts" = "Publicaciones"; -"explore.section.suggested-users" = "Sugerencias de usuarios"; -"explore.section.tags" = "Etiquetas"; -"explore.section.trending.links" = "Enlaces que son tendencia"; -"explore.section.trending.posts" = "Publicaciones que son tendencia"; -"explore.section.trending.tags" = "Etiquetas que son tendencia"; -"explore.section.users" = "Usuarios"; -"explore.scope.all" = "Todo"; -"explore.scope.people" = "Personas"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Publicaciones"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Un voto"; -"env.poll-vote-frequency.multiple" = "Varios votos"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Añadir/Eliminar %@"; -"lists.create" = "Crear una nueva lista"; -"lists.create.confirm" = "Crear lista"; -"lists.edit.users-in-list" = "Usuarios en esta lista"; -"lists.name" = "Nombre de la lista"; -"lists.name.message" = "Introduce el nombre para tu lista"; - -// MARK: Package: Notifications -"notifications.empty.message" = "¿Notificaciones? ¿Qué notificaciones? Tu buzón de notificaciones parece tan vacío. ¡Sigue siendo genial! 📱😎"; -"notifications.empty.title" = "No hay notificaciones"; -"notifications.error.message" = "Ha ocurrido un error al cargar tus notificaciones, por favor vuelve a intentarlo."; -"notifications.error.title" = "Ha ocurrido un error"; -"notifications.label.favorite %lld" = "marcó como favorito"; -"notifications.label.follow %lld" = "te siguió"; -"notifications.label.follow-request" = "solicitó seguirte"; -"notifications.label.mention %lld" = "te mencionó"; -"notifications.label.poll" = "terminó una encuesta"; -"notifications.label.reblog %lld" = "boosteó"; -"notifications.label.status" = "publicó un estado"; -"notifications.label.update" = "editó una publicación"; -"notifications.menu-title.favorite" = "Favoritos"; -"notifications.menu-title.follow" = "Seguidores"; -"notifications.menu-title.follow-request" = "Solicitudes para seguirte"; -"notifications.menu-title.mention" = "Menciones"; -"notifications.menu-title.poll" = "Encuestas"; -"notifications.menu-title.reblog" = "Boosts"; -"notifications.menu-title.status" = "Publicaciones"; -"notifications.menu-title.update" = "Publicaciones editadas"; -"notifications.navigation-title" = "Todas las notificaciones"; -"notifications.tab.all" = "Todo"; -"notifications.tab.mentions" = "Menciones"; - -"notifications.label.status.push" = "🖊️ Publicó: "; -"notifications.label.reblog.push" = "🚀 Boosteó: "; -"notifications.label.follow.push" = "👋 Te siguió: "; -"notifications.label.follow-request.push" = "🔒 Solicitó seguirte: "; -"notifications.label.favorite.push" = "⭐️ Marcó como favorito: "; -"notifications.label.poll.push" = "📈 Encuesta finalizada: "; -"notifications.label.update.push" = "Actualizó: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federado"; -"timeline.latest" = "Saltar al más reciente"; -"timeline.home" = "Inicio"; -"timeline.local" = "Local"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld publicaciones recientes de %lld participantes"; -"timeline.trending" = "Tendencia"; -"timeline.add.url" = "URL de instancia"; - -// MARK: Package: Status -"status.action.translate" = "Traducir"; -"status.action.translated-label-%@" = "Traducido usando %@"; -"status.action.translated-label-from-%@-%@" = "Traducido desde %@ usando %@"; -"status.action.bookmark" = "Añadir a marcadores"; -"status.action.boost" = "Boostear"; -"status.action.boost-to-followers" = "Boostear a tus seguidores"; -"status.action.copy-text" = "Copiar texto"; -"status.action.copy-link" = "Copiar enlace"; -"status.action.delete" = "Borrar"; -"status.action.delete.confirm.title" = "Confirmar"; -"status.action.delete.confirm.message" = "¿Estás seguro de querer borrar esta publicación?"; -"status.action.edit" = "Editar"; -"status.action.favorite" = "Marcar como favorito"; -"status.action.mention" = "Mencionar"; -"status.action.message" = "Enviar mensaje"; -"status.action.pin" = "Fijar"; -"status.action.post" = "Publicar"; -"status.action.quote" = "Mencionar esta publicación"; -"status.action.reply" = "Responder"; -"status.action.section.your-post" = "Tus publicaciones"; -"status.action.share" = "Compartir esta publicación"; -"status.action.share-link" = "Compartir enlace a la publicación"; -"status.action.share-image" = "Compartir publicación como imagen"; -"status.action.share-title" = "Compartir"; -"status.action.unbookmark" = "Quitar de marcadores"; -"status.action.unboost" = "Deshacer boost"; -"status.action.unfavorite" = "Eliminar de favoritos"; -"status.action.unpin" = "Desfijar"; -"status.action.view-in-browser" = "Ver en navegador"; -"status.card.share" = "Compartir este enlace"; -"status.card.copy" = "Copiar este enlace"; -"status.draft.delete" = "Eliminar borrador"; -"status.draft.save" = "Guardar borrador"; -"status.editor.ai-prompt.correct" = "Corregir texto"; -"status.editor.ai-prompt.add-tags" = "Añadir #Tags en su lugar"; -"status.editor.ai-prompt.insert-tags" = "Añadir #Tags al final del texto"; -"status.editor.ai-prompt.emphasize" = "Enfatizar texto"; -"status.editor.ai-prompt.fit" = "Acortar texto"; -"status.editor.description.add" = "Añadir descripción"; -"status.editor.description.edit" = "Editar descripción"; -"status.editor.drafts.navigation-title" = "Borradores"; -"status.editor.emojis.navigation-title" = "Emojis personalizados"; -"status.editor.error.upload" = "Error subiendo"; -"status.editor.language-select.navigation-title" = "Seleccionar idioma"; -"status.editor.language-select.recently-used" = "Usado recientemente"; -"status.editor.language-select.confirmation.detected-%@" = "Publicar en %@ (Idioma detectado)"; -"status.editor.language-select.confirmation.selected-%@" = "Publicar en %@ (Idioma seleccionado)"; -"status.editor.media.edit-image" = "Editar Imagen"; -"status.editor.media.image-description" = "Descripción de la imagen"; -"status.editor.mode.edit" = "Editando tu publicación"; -"status.editor.mode.new" = "Nueva publicación"; -"status.editor.mode.quote-%@" = "Cita de %@"; -"status.editor.mode.reply-%@" = "Respondiendo a %@"; -"status.editor.restore-previous" = "Restaurar texto anterior"; -"status.editor.spoiler" = "Escribe tu advertencia aquí"; -"status.editor.text.placeholder" = "¿En qué estás pensando?"; -"status.editor.visibility" = "Visibilidad de la publicación"; -"status.editor.photo-library" = "Fototeca"; -"status.editor.camera-picker" = "Tomar foto"; -"status.editor.browse-file" = "Archivos"; -"status.error.loading.message" = "Ha ocurrido un error al cargar las publicaciones, por favor, vuelve a intentarlo."; -"status.error.message" = "Ha ocurrido un error al cargar el contexto de esta publicación, por favor, vuelve a intentarlo."; -"status.error.title" = "Ha ocurrido un error"; -"status.error.posting.title" = "Error al publicar"; -"status.filter.filtered-by-%@" = "Filtrado por: %@"; -"status.filter.show-anyway" = "Mostrar de todas formas"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Mostrar contenido"; -"status.media.contextmenu.copy" = "Copiar imagen"; -"status.media.contextmenu.save" = "Guardar imagen"; -"status.media.contextmenu.share" = "Compartir esta imagen"; -"status.media.contextmenu.view-browser" = "Ver en navegador"; -"status.media.sensitive.show" = "Mostrar contenido sensible"; -"status.poll.n-votes %lld" = "%lld votos"; -"status.poll.n-votes-voters %lld %lld" = "%lld votos de %lld participantes"; -"status.poll.closed" = "Cerrada"; -"status.poll.closes-in %@" = "Acaba en %@"; -"status.poll.duration" = "Duración de la encuesta"; -"status.poll.frequency" = "Frecuencia de la encuesta"; -"status.poll.option-n %lld" = "Opción %lld"; -"status.poll.send" = "Enviar voto"; -"status.post-from-%@" = "Publicado por %@"; -"status.row.was-boosted" = "boosteó"; -"status.row.was-reply" = "Respuesta a"; -"status.row.you-boosted" = "Boosteaste"; -"status.show-less" = "Mostrar menos"; -"status.show-more" = "Mostrar más"; -"status.show-full-post" = "Mostrar publicación completa"; -"status.summary.at-time" = " a las "; -"status.summary.edited-time" = "Última edición: "; -"status.summary.n-replies %lld" = "%lld respuestas"; -"status.summary.n-boosts %lld" = "%lld boosts"; -"status.summary.n-favorites %lld" = "%lld favoritos"; -"status.summary.edit-history" = "Histórico de edición"; -"status.visibility.direct" = "Privado"; -"status.visibility.follower" = "Sólo seguidores"; -"status.visibility.public" = "Todo el mundo"; -"status.visibility.unlisted" = "Sin listar"; - -// MARK: Filters -"filter.new" = "Nuevo filtro"; -"filter.filters" = "Filtros"; -"filter.edit.title" = "Título del filtro"; -"filter.edit.keywords" = "Palabras claves del filtro"; -"filter.edit.keywords.add" = "Añadir una nueva palabra clave"; -"filter.edit.contexts" = "Contextos del filtro"; -"filter.edit.action" = "Acción del filtro"; -"filter.edit.expiry" = "Expiración"; -"filter.edit.expiry.date-time" = "Fecha/Hora"; -"filter.edit.expiry.duration" = "Duración"; -"account.action.edit-filters" = "Editar filtros"; -"filter.contexts.home" = "Inicio y listas"; -"filter.contexts.notifications" = "Notificaciones"; -"filter.contexts.public" = "Cronologías públicas"; -"filter.contexts.conversations" = "Conversaciones"; -"filter.contexts.profiles" = "Perfiles"; -"filter.action.warning" = "Ocultar con una advertencia"; -"filter.action.hide" = "Ocultar completamente"; -"filter.expired" = "Expirado"; -"filter.expiry-%@" = "Expiración: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "Activado"; -"accessibility.general.toggle.off" = "Desactivado"; -"accessibility.editor.button.attach-photo" = "Añadir foto"; -"accessibility.editor.button.poll" = "Encuesta"; -"accessibility.editor.button.spoiler" = "Advertencia"; -"accessibility.editor.button.drafts" = "Borradores"; -"accessibility.editor.button.custom-emojis" = "Emojis personalizados"; -"accessibility.editor.button.language" = "Idioma"; -"accessibility.editor.button.ai-prompt" = "Menú de IA"; -"accessibility.editor.button.characters-remaining" = "Carácteres restantes"; -"accessibility.editor.privacy.label" = "Visibilidad"; -"accessibility.editor.privacy.hint" = "Cambiar audiencia de la publicación."; -"accessibility.tabs.timeline.add-account" = "Añadir cuenta"; -"accessibility.tabs.timeline.new-post.label" = "Publicar"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Nueva"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Crear"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld publicaciones nuevas"; -"accessibility.tabs.timeline.unread-posts.hint" = "Desplazarse por la cronología."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Cuentas"; -"accessibility.app-account.selector.accounts.hint" = "Abrir opciones."; -"accessibility.tabs.profile.options.label" = "Opciones"; -"accessibility.tabs.profile.options.inputLabel1" = "Ajustes"; -"accessibility.tabs.profile.options.inputLabel2" = "Más"; -"accessibility.tabs.profile.user-avatar.label" = "Foto de perfil"; -"accessibility.tabs.profile.user-avatar.hint" = "Mostrar una versión más grande del avatar."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Seguidor"; -"accessibility.tabs.profile.user.account-bot.label" = "Cuenta bot"; -"accessibility.tabs.profile.user.account-blocked.label" = "Bloqueado"; -"accessibility.tabs.profile.user.account-muted.label" = "Silenciado"; -"accessibility.tabs.profile.user.account-private.label" = "Cuenta privada"; -"accessibility.tabs.profile.header-image.label" = "Imagen de cabecera"; -"accessibility.tabs.profile.header-image.hint" = "Mostrar una versión más grande de la cabecera."; -"accessibility.tabs.profile.post-count.hint" = "Hacer scroll a la lista."; -"accessibility.tabs.profile.following-count.hint" = "Navegar a la lista de seguidos."; -"accessibility.tabs.profile.follower-count.hint" = "Navegar a la lista de seguidores."; -"accessibility.tabs.profile.picker.statuses" = "Publicaciones"; -"accessibility.tabs.profile.picker.favorites" = "Favoritos"; -"accessibility.tabs.profile.picker.bookmarks" = "Marcadores"; -"accessibility.tabs.profile.picker.followed-tags" = "Etiquetas"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Publicaciones y respuestas"; -"accessibility.tabs.profile.picker.media" = "Multimedia"; -"accessibility.tabs.profile.picker.lists" = "Listas"; -"accessibility.tabs.profile.user-notifications.label" = "Recibir notificaciones"; -"accessibility.tabs.profile.user-reblogs.label" = "Mostrar boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verificado"; -"accessibility.tabs.profile.fields.container.label" = "Campos definidos por el usuario"; -"accessibility.status.spoiler-full-content" = "Contenido completo"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosteó %@"; -"accessibility.status.a-replied-to-%@" = "%@ respondió a"; -"accessibility.image.alt-text-%@" = "Texto alt de la imagen: %@"; -"accessibility.image.alt-text-more.label" = "Hay más text alt disponible"; -"accessibility.tabs.messages.unread.label" = "No leído"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Opción %lld de %lld"; -"accessibility.status.poll.active.label" = "Encuesta activa"; -"accessibility.status.poll.finished.label" = "Resultados de encuesta"; -"accessibility.status.poll.selected.label" = "Seleccionado"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Gif Animado"; -"accessibility.media.supported-type.video.label" = "Vídeo"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contiene %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Abrir reproductor multimedia"; - -// MARK: Report -"report.comment.placeholder" = "Información adicional"; -"report.title" = "Denunciar publicación"; -"report.action.send" = "Enviar"; -"status.action.report" = "Denunciar publicación"; - -"tag.suggested.mentions-%lld" = "%lld menciones"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Título del Grupo de Etiquetas"; -"add-tag-groups.edit.icon.field" = "Icono del Grupo de Etiquetas (SFSymbol)"; -"add-tag-groups.edit.tags" = "Añade etiquetas al grupo"; -"add-tag-groups.edit.tags.add" = "Etiqueta"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/eu.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/eu.lproj/Localizable.strings deleted file mode 100644 index 67c57dc3..00000000 --- a/IceCubesApp/Resources/Localization/eu.lproj/Localizable.strings +++ /dev/null @@ -1,598 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Utzi"; -"action.delete" = "Ezabatu"; -"action.save" = "Gorde"; -"action.done" = "Eginda"; -"action.retry" = "Saiatu berriro"; -"action.view.error" = "Ikusi errorea"; - -"alert.button.ok" = "Ados"; -"alert.error" = "Errorea!"; - -"placeholder.loading.long" = "Kargatzen, kargatzen, kargatzen ..."; -"placeholder.loading.short" = "Kargatzen ..."; - -"see-more" = "Ikusi gehiago"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Aplikazioa ez da instantzia honekin bateragarria une honetan."; -"account.add.navigation-title" = "Gehitu kontua"; -"account.add.sign-in" = "Hasi saioa"; - -// MARK: Enums -"enum.avatar-position.leading" = "Alboan"; -"enum.avatar-position.top" = "Corpusean"; -"enum.avatar-shape.circle" = "Biribila"; -"enum.avatar-shape.rounded" = "Biribildutako ertzak"; -"enum.durations.infinite" = "Betiko"; -"enum.durations.custom" = "Neuk zehaztuko dut"; -"enum.durations.fiveMinutes" = "5 minutuz"; -"enum.durations.thirtyMinutes" = "30 minutuz"; -"enum.durations.oneHour" = "Ordubetez"; -"enum.durations.sixHours" = "6 orduz"; -"enum.durations.twelveHours" = "12 orduz"; -"enum.durations.oneDay" = "Egun batez"; -"enum.durations.threeDays" = "3 egunez"; -"enum.durations.sevenDays" = "7 egunez"; -"enum.status-actions-display.all" = "Guztia"; -"enum.status-actions-display.no-buttons" = "Botoirik gabe"; -"enum.status-actions-display.only-buttons" = "Botoiak bakarrik"; -"enum.status-display-style.compact" = "Trinkoa"; -"enum.status-display-style.large" = "Handia"; -"enum.status-display-style.medium" = "Ertaina"; -"enum.swipeactions.icon-with-text" = "Ikonoa eta testua"; -"enum.swipeactions.icon-only" = "Ikonoa soilik"; - -// MARK: Instances -"instance.info.domains" = "Domeinuak"; -"instance.info.email" = "ePosta"; -"instance.info.name" = "Izena"; -"instance.info.navigation-title" = "Instantziari buruzko informazioa"; -"instance.info.posts" = "Bidalketak"; -"instance.info.section.info" = "Instantziari buruz"; -"instance.info.section.rules" = "Instantziaren arauak"; -"instance.info.users" = "Erabiltzaileak"; -"instance.info.version" = "Bertsioa"; -"instance.list.posts-%@" = "%@ bidalketa"; -"instance.list.users-%@" = "%@ erabiltzaile"; -"instance.suggestions" = "Gomendioak"; -"instance.url" = "Instantziaren URLa"; - -// MARK: Menu -"menu.new-post" = "Bidalketa berria"; -"menu.font" = "Letra tipoa"; -"menu.font.bigger" = "Handiagoa"; -"menu.font.smaller" = "Txikiagoa"; - -// MARK: Settings -"settings.account.add" = "Gehitu kontua"; -"settings.app.icon" = "Aplikazioaren ikonoa"; -"settings.app.icon.navigation-title" = "Ikonoak"; -"settings.app.icon.official" = "Ikono ofizialak"; -"settings.app.icon.designed-by" = "Ondorengo ikonoen sortzailea:"; -"settings.app.source" = "Iturburu kodea (GitHub)"; -"settings.app.support" = "Eman babesa aplikazioari"; -"settings.app.about" = "Aplikazio honi buruz"; -"settings.display.example-toot" = "Adibidea"; -"settings.display.avatar.position" = "Abatarraren kokapena"; -"settings.display.avatar.shape" = "Abatarraren itxura"; -"settings.display.full-username" = "Erakutsi erabiltzaile izen osoa"; -"settings.display.navigation-title" = "Pantailaren ezarpenak"; -"settings.display.restore" = "Berrezarri defektuzkoa"; -"settings.display.section.display" = "Pantaila"; -"settings.display.section.theme" = "Itxura"; -"settings.display.colors.apply" = "Ezarri norbere koloreak"; -"settings.display.section.theme.footer" = "Norberaren koloreak aukeratzeko sistemak darabiltzan koloreen aukera ezgaitu behar da"; -"settings.display.status.action-buttons" = "Bidalketen ekintza botoiak"; -"settings.display.status.media-style" = "Bidalketen multimediaren itxura"; -"settings.display.translate-button" = "Erakutsi itzulpen botoia"; -"settings.display.pending-at-bottom" = "Erakutsi irakurri gabeko botoia pantailaren behealdean"; -"settings.display.theme.background" = "Hondoaren kolorea"; -"settings.display.theme.secondary-background" = "Bigarren mailako hondoaren kolorea"; -"settings.display.theme.text-color" = "Testuaren kolorea"; -"settings.display.theme.tint" = "Tonua"; -"settings.display.theme.systemColor" = "Sistemak darabilena"; -"settings.general.browser" = "Nabigatzailea"; -"settings.general.browser.in-app" = "Barnekoa"; -"settings.general.browser.in-app.readerview" = "Barneko nabigatzailearen irakurketa bista"; -"settings.general.browser.system" = "Sistemarena"; -"settings.general.display" = "Pantailaren ezarpenak"; -"settings.general.instance" = "Instantziaren informazioa"; -"settings.general.push-notifications" = "Push jakinarazpenak"; -"settings.general.remote-timelines" = "Beste instantziatako denbora-lerro lokalak"; -"settings.push.boosts" = "Bultzadak"; -"settings.push.favorites" = "Gogokoak"; -"settings.push.follows" = "Jarraipenak"; -"settings.push.main-toggle" = "Push jakinarazpenak"; -"settings.push.main-toggle.description" = "Jaso jakinarazpenak ekintza berriei buruz"; -"settings.push.mentions" = "Aipamenak"; -"settings.push.navigation-title" = "Push jakinarazpenak"; -"settings.push.new-posts" = "Bidalketa berriak"; -"settings.push.polls" = "Bozketen emaitzak"; -"settings.section.accounts" = "Kontuak"; -"settings.section.app" = "Aplikazioa"; -"settings.section.app.footer %@" = "Aplikazioaren bertsioa: %@"; -"settings.section.general" = "Orokorra"; -"settings.support.alert.error.message" = "Errorea aplikazio barruko erosketa prozesatzean; saiatu berriro."; -"settings.support.alert.message" = "Eskerrik asko eskupekoagatik! Izugarri eskertzen dizut!"; -"settings.support.alert.title" = "Eskerrik asko!"; -"settings.support.message-from-dev" = "Kaixo! Thomas dut izena eta izugarri gustatzen zait kode irekiko aplikazioak sortzea. Ice Cubes orain arte harroen egiten nauen proiektua da eta —ez gaitezen engainatu— lan handiena behar duena ere bada Mastodon eta gizarte-sareen etengabeko aldaketen ondorioz. Ice Cubes erabiltzea gustoko baduzu, agian eskupekoren bat eman zeniezadake. Eguna poztuko didazu (eta aplikazioak arazorik gabe funtzionatzen jarraitzen lagunduko du). 🚀"; -"settings.support.navigation-title" = "Eman babesa Ice Cubes-i"; -"settings.support.one.subtitle" = "Txikia, baina moñoñoa, eta zapore goxoa du!"; -"settings.support.one.title" = "🍬 Eskupeko txikia"; -"settings.support.placeholder.loading-subtitle" = "Azpititulua kargatzen ..."; -"settings.support.three.subtitle" = "Zoragarria zara, esker mila!"; -"settings.support.three.title" = "🤯 Eskupeko eskuzabala"; -"settings.support.two.subtitle" = "Gogoko dut kafe on baten zaporea ❤️"; -"settings.support.two.title" = "☕️ Eskupeko ona"; -"settings.support.four.title" = "👽 Nor zara zu, Tip"; -"settings.support.four.subtitle" = "Askorako emango du eta Ice Cubes mantentzen lagunduko du!"; -"settings.support.supporter.title" = " Izan babesle!"; -"settings.support.supporter.subtitle" = "Ice Cubes-i hilero eskupeko bat ematean babesle bilakatuko zara eta zure profilean egiaztatutako intsignia bat ere lortuko duzu. Zuk bakarrik 👀 ahal izango duzu."; -"settings.support.supporter.subscribed" = " Eskerrik asko Ice Cubes-en babeslea izateagatik!"; -"settings.support.supporter.subscription-info"= "Harpidetza automatikoki berriztuko da hurrengo berritze-zikloa baino egun bat lehenago ezeztatzen ez baduzu."; -"settings.support.restore-purchase.button" = "Berrezarri erosketa"; -"settings.support.restore-purchase.explanation" = "Berrezarri zure babesle-harpidetza automatikoki sinkronizatu ez bada."; -"settings.support.privacy-policy" = "Pribatutasun-politika"; -"settings.support.terms-of-use" = "Baldintzak"; -"settings.timeline.add" = "Gehitu denbora-lerro lokal bat"; -"settings.title" = "Ezarpenak"; -"settings.rate" = "Baloratu Ice Cubes"; -"settings.section.other" = "Besteak"; -"settings.other.hide-openai" = "Gaitu 🤖 laguntzailea"; -"settings.other.social-keyboard" = "Gaitu teklatu soziala"; -"settings.other.sound-effect" = "Gaitu soinu efektuak"; -"settings.general.translate" = "Itzulpenaren ezarpenak"; -"settings.translation.navigation-title" = "Itzulpenaren ezarpenak"; -"settings.translation.always-deepl" = "Itzuli beti DeepL erabiliz"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API gakoa"; -"settings.translation.api-key-type" = "Gako mota"; -"settings.translation.needed-message" = "Ezaugarri honek DeepL API gako bat behar du"; -"settings.general.content" = "Edukiaren ezarpenak"; -"settings.system" = "Sistemaren ezarpenak"; -"settings.content.navigation-title" = "Edukiaren ezarpenak"; -"settings.content.boosts" = "Bultzadak"; -"settings.content.collapse-long-posts" = "Tolestu bidalketa luzeak"; -"settings.content.collapse-long-posts-hint" = "Tolestutako bidalketek lerro kopuru jakin bat baino ez dute erakusten, bidalketa osorik irakurri ahal izateko hedatzeko botoiarekin batera"; -"settings.content.hide-repeated-boosts" = "Ezkutatu errepikatutako bultzadak"; -"settings.content.instance-settings" = "Edukiari buruzko ezarpenak"; -"settings.content.use-instance-settings" = "Erabili zerbitzariko ezarpenak"; -"settings.content.expand-spoilers" = "Erakutsi beti eduki hunkigarria"; -"settings.content.expand-media" = "Multimedia erakusteko hobespenak"; -"settings.content.default-sensitive" = "Markatu eduki guztia hunkigarri gisa"; -"settings.content.default-visibility" = "Edukiaren irismena"; -"settings.content.default-reply-visibility" = "Erantzunen ikusgaitasuna"; -"settings.content.media" = "Multimedia"; -"settings.content.media.show.alt" = "Erakutsi deskribapenak"; -"settings.content.reading" = "Irakurtzean"; -"settings.content.posting" = "Bidaltzean"; -"settings.content.sharing" = "Partekatzean"; -"settings.content.sharing.share-button-behavior" = "Partekatzeko botoiaren portaera"; -"settings.content.sharing.share-behavior.link-only" = "Esteka soilik"; -"settings.content.sharing.share-behavior.link-and-text" = "Esteka eta testua"; -"settings.push.duplicate.title" = "Bikoiztutako jakinarazpenen konpontzailea"; -"settings.push.duplicate.footer" = "Jakinarazpenak birritan jasotzen al dituzu? Sakatu botoi magikoa arazoa konpontzeko"; -"settings.push.duplicate.button.fix" = "🪄 Konpondu"; -"settings.other.autoplay-video" = "Abiarazi bideoak automatikoki"; -"settings.display.font" = "Denbora-lerroaren letra tipoa"; -"settings.display.font.system" = "Sistemak darabilena"; -"settings.display.font.custom" = "Norberak ezarritakoa"; -"settings.display.font.scaling-%@" = "Letra tipoaren neurria: %@"; -"settings.display.font.line-spacing-%@" = "Lerroen arteko espazioa: %@"; -"settings.about.built-with" = "Ice Cubes ondorengo iturburu irekiko softwarea erabiliz egin da:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Bidalketak katxean: %@"; -"settings.account.action.delete-cache" = "Garbitu katxea"; - -"settings.general.haptic" = "Erreakzio haptikoak"; -"settings.haptic.navigation-title" = "Ezarpen haptikoak"; -"settings.haptic.timeline" = "Denbora-lerroan"; -"settings.haptic.tab-selection" = "Fitxak hautatzean"; -"settings.haptic.buttons" = "Botoiak sakatzean"; - -"settings.display.show-tab-label" = "Erakutsi fitxen izena"; - -"settings.display.show-ipad-column" = "Gaitu bigarren zutabea"; - -"settings.general.swipeactions" = "Mugimenduen ekintzak"; -"settings.swipeactions.navigation-title" = "Atzamar-mugimenduen ekintzak"; -"settings.swipeactions.primary" = "Ekintza nagusia"; -"settings.swipeactions.secondary" = "Bigarren ekintza"; -"settings.swipeactions.status.action.bookmark" = "Laster-marka"; -"settings.swipeactions.status.action.boost" = "Bultzatu"; -"settings.swipeactions.status.action.favorite" = "Gogokoa"; -"settings.swipeactions.status.action.none" = "Ezer ez"; -"settings.swipeactions.status.action.quote" = "Aipatu bidalketa"; -"settings.swipeactions.status.action.reply" = "Erantzun"; -"settings.swipeactions.status.explanation" = "Mugimenduen ekintzak bidalketa batean atzamarra ezkerrera edo eskumara mugitzean daude erabilgai. Ekintza nagusia ezarri ezean ezingo da bigarren ekintza zehaztu."; -"settings.swipeactions.status.leading" = "Eskumarantz"; -"settings.swipeactions.status.trailing" = "Ezkerrerantz"; -"settings.swipeactions.status" = "Bidalketa"; -"settings.swipeactions.appearance" = "Itxura"; -"settings.swipeactions.use-theme-colors" = "Erabili gaiaren koloreak"; -"settings.swipeactions.use-theme-colors-explanation" = "Erabili hautatutako kolorea defektuzko koloreen ordez"; -"settings.swipeactions.icon-style" = "Ikonoen itxura"; - -"settings.display.section.font" = "Letra tipoa"; - -"settings.section.cache" = "Katxea"; -"settings.cache-media.clear" = "Garbitu multimedia katxea"; - -"enum.expand-media.show" = "Erakutsi guztia"; -"enum.expand-media.hide" = "Ezkutatu guztia"; -"enum.expand-media.hide-sensitive" = "Ezkutatu hunkigarria"; - -// MARK: Tabs -"tab.explore" = "Esploratu"; -"tab.federated" = "Federatua"; -"tab.local" = "Lokala"; -"tab.messages" = "Mezuak"; -"tab.notifications" = "Jakinarazpenak"; -"tab.settings" = "Ezarpenak"; -"tab.timeline" = "Denbora-lerroa"; -"tab.trending" = "Joerak"; -"tab.profile" = "Profila"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ baliozko instantzia da"; -"timeline.add-remote.title" = "Gehitu denbora-lerro lokal bat"; -"timeline.add.action.add" = "Gehitu"; -"timeline.add.url" = "Instantziaren URLa"; -"timeline.filter.add-local" = "Gehitu denbora-lerro lokal bat"; -"timeline.filter.lists" = "Zerrendak"; -"timeline.filter.local" = "Denbora-lerro lokalak"; -"timeline.filter.tags" = "Jarraitutako traolak"; -"timeline.filter.tag-groups" = "Traola-sortak"; -"timeline.filter.add-tag-groups" = "Gehitu traola-sorta"; -"timeline.filter.edit-tag-groups" = "Editatu traola-sorta"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Gehitu kontua"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Gehitu/Kendu zerrendatik"; -"account.action.edit-info" = "Editatu informazioa"; -"account.action.privacy-settings" = "Pribatutasun ezarpenak"; -"account.action.mention" = "Aipatu"; -"account.action.message" = "Bidali mezua"; -"account.action.notify-enable" = "Gaitu jakinarazpenak"; -"account.action.notify-disable" = "Ezgaitu jakinarazpenak"; -"account.action.reboosts-show" = "Erakutsi bultzadak"; -"account.action.reboosts-hide" = "Ezkutatu bultzadak"; -"account.action.block" = "Blokeatu"; -"account.action.unblock" = "Utzi blokeatzeari"; -"account.action.mute" = "Mututu"; -"account.action.unmute" = "Utzi mututzeari"; -"account.action.share" = "Partekatu kontua"; -"account.boosted-by" = "Hauek bultzatua:"; -"account.detail.about" = "Honi buruz"; -"account.detail.familiar-followers" = "Hauek ere jarraitzen diote:"; -"account.edit.about" = "Zure buruari buruz"; -"account.edit.account-settings.bot" = "Bot kontua"; -"account.edit.account-settings.discoverable" = "Aurki zaitzakete"; -"account.edit.account-settings.private" = "Pribatua"; -"account.edit.account-settings.section-title" = "Kontuaren ezarpenak"; -"account.edit.display-name" = "Pantaila izena"; -"account.edit.error.save.message" = "Errorea profila gordetzean; saiatu berriro."; -"account.edit.error.save.title" = "Errorea profila gordetzean"; -"account.edit.navigation-title" = "Editatu profila"; -"account.edit.post-settings.privacy" = "Defektuzko pribatutasuna"; -"account.edit.post-settings.section-title" = "Bidalketen ezarpenak"; -"account.edit.post-settings.sensitive" = "Eduki hunkigarria"; - -"account.edit.metadata-section-title" = "Profilaren metadatuak"; -"account.edit.metadata-name-placeholder" = "Etiketa"; -"account.edit.metadata-value-placeholder" = "Edukia"; -"account.edit.add-metadata-button" = "Gehitu metadatu berria"; - -"account.favorited-by" = "Hauek gogoko dute:"; -"account.follow.follow" = "Jarraitu"; -"account.follow.following" = "Jarraitzen"; -"account.follow.requested" = "Eskaera eginda"; -"account.follow-request.accept" = "Onartu"; -"account.follow-request.reject" = "Baztertu"; -"account.follow-requests.pending-requests" = "Erabakitzeke dauden eskaerak"; -"account.follow-requests.instructions" = "Goiko erabiltzaileek ez dituzte zure bidalketak ikusiko onartzen ez dituzun arte."; -"account.followers" = "jarraitzaile"; -"account.following" = "jarraitzen"; -"account.list.create" = "Sortu zerrenda berria"; -"account.list.create.confirm" = "Sortu zerrenda"; -"account.list.create.description" = "Idatzi zerrendaren izena"; -"account.list.delete" = "Ezabatu zerrenda"; -"account.list.name" = "Zerrendaren izena"; -"account.post.pinned" = "Finkatutako bidalketa"; -"account.posts" = "bidalketa"; -"account.relation.follows-you" = "Jarraitzen dizu"; -"account.joined" = "Batze-data:"; -"account.action.logout" = "Amaitu saioa"; -"account.action.edit-filters" = "Editatu iragazkiak"; -"account.action.more" = "Ezarpen gehiago"; - -"account.relation.note.edit" = "Editatu oharra"; -"account.relation.note.edit.placeholder" = "Idatzi oharra hemen"; -"account.relation.note.edit.error.save.message" = "Errorea oharra gordetzerakoan, saiatu berriro geroago."; -"account.relation.note.edit.error.save.title" = "Errorea oharra gordetzerakoan"; -"account.relation.note.label" = "Oharra:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Ezabatu"; -"conversations.action.mark-read" = "Markatu irakurritzat"; -"conversations.action.view-detail" = "Ikusi xehetasunak"; -"conversations.empty.message" = "Gizarte-sareko maitasun apur baten bila? Zure mezu zuzen eta aipamen pribatu guztiak hemen topatuko dituzu. Ondo pasa! 📱❤️"; -"conversations.empty.title" = "Inbox Zero"; -"conversations.error.button" = "Saiatu berriro"; -"conversations.error.message" = "Errorea mezuak kargatzean"; -"conversations.error.title" = "Errorea gertatu da"; -"conversations.navigation-title" = "Mezu zuzenak"; -"conversations.new.message.placeholder" = "Mezu berria"; -"conversations.latest.message" = "Mezu berriena"; - -// MARK: Package: DesignSystem -"design.theme.navigation-title" = "Gai hautatzailea"; -"design.theme.toots-preview" = "Tuten aurreikuspena"; - -// MARK: Package: Explore -"explore.navigation-title" = "Arakatu"; -"explore.search.message-%@" = "Pantaila honetan %@(e)ko edozer bila dezakezu"; -"explore.search.prompt" = "erabiltzaileak, bidalketak eta traolak"; -"explore.search.title" = "Bilatu zure instantzian"; -"explore.search.empty.message" = "Bilaketa honek ez du emaitzarik lortu, saiatu berriro."; -"explore.search.empty.title" = "Ez dago emaitzarik"; -"explore.section.posts" = "Bidalketak"; -"explore.section.suggested-users" = "Gomendatutako erabiltzaileak"; -"explore.section.tags" = "Traolak"; -"explore.section.trending.links" = "Gori-gorian dauden estekak"; -"explore.section.trending.posts" = "Bogan dauden bidalketak"; -"explore.section.trending.tags" = "Pil-pilean dauden traolak"; -"explore.section.users" = "Erabiltzaileak"; -"explore.scope.all" = "Guztia"; -"explore.scope.people" = "Jendea"; -"explore.scope.hashtags" = "Traolak"; -"explore.scope.posts" = "Bidalketak"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Boto bakarra"; -"env.poll-vote-frequency.multiple" = "Boto bat baino gehiago"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Gehitu/Kendu %@"; -"lists.create" = "Sortu zerrenda berria"; -"lists.create.confirm" = "Sortu zerrenda"; -"lists.edit.users-in-list" = "Zerrenda honetan dauden erabiltzaileak"; -"lists.name" = "Zerrendaren izena"; -"lists.name.message" = "Idatzi zerrendaren izena"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Jakinarazpenak? Zer jakinarazpen? Jakinarazpenen zerrenda erabat hutsik duzu. Segi zoragarria izaten! 📱😎"; -"notifications.empty.title" = "Jakinarazpenik ez"; -"notifications.error.message" = "Errorea gertatu da jakinarazpenak kargatzean, saiatu berriro."; -"notifications.error.title" = "Errorea gertatu da"; -"notifications.label.poll" = "(r)en bozketa amaitu da"; -"notifications.label.follow-request" = "(e)k jarraitzeko eskaera egin dizu"; -"notifications.label.status" = "(e)k argitaratu du"; -"notifications.label.update" = "(e)k bidalketa editatu du"; -"notifications.menu-title.favorite" = "Gogokoak"; -"notifications.menu-title.follow" = "Jarraipenak"; -"notifications.menu-title.follow-request" = "Jarraipen-eskaerak"; -"notifications.menu-title.mention" = "Aipamenak"; -"notifications.menu-title.poll" = "Bozketak"; -"notifications.menu-title.reblog" = "Bultzadak"; -"notifications.menu-title.status" = "Bidalketak"; -"notifications.menu-title.update" = "Bidalketen edizioak"; -"notifications.navigation-title" = "Jakinarazpen guztiak"; -"notifications.tab.all" = "Guztia"; -"notifications.tab.mentions" = "Aipamenak"; - -"notifications.label.status.push" = "🖊️ Argitaratu du: "; -"notifications.label.reblog.push" = "🚀 Bultzatu du: "; -"notifications.label.follow.push" = "👋 Jarraitu dizu: "; -"notifications.label.follow-request.push" = "🔒 Jarraipen-eskaera bidali dizu: "; -"notifications.label.favorite.push" = "⭐️ Gogoko du: "; -"notifications.label.poll.push" = "📈 Bozketa amaitu da: "; -"notifications.label.update.push" = "Eguneratu du: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federatua"; -"timeline.latest" = "Egin salto berrienera"; -"timeline.home" = "Hasiera"; -"timeline.local" = "Lokala"; -"timeline.trending" = "Joerak"; - -// MARK: Package: Status -"status.action.translate" = "Itzuli"; -"status.action.translated-label-%@" = "%@ erabiliz itzulia"; -"status.action.translated-label-from-%@-%@" = "%@(e)tik %@ erabiliz itzulia"; -"status.action.bookmark" = "Jarri laster-marka"; -"status.action.boost" = "Bultzatu"; -"status.action.boost-to-followers" = "Bultzatu jarraitzaileek ikus dezaten"; -"status.action.copy-text" = "Kopiatu testua"; -"status.action.copy-link" = "Kopiatu esteka"; -"status.action.delete" = "Ezabatu"; -"status.action.delete.confirm.title" = "Baieztatu"; -"status.action.delete.confirm.message" = "Ziur bidalketa ezabatu nahi duzula?"; -"status.action.edit" = "Editatu"; -"status.action.favorite" = "Egin gogoko"; -"status.action.mention" = "Aipatu"; -"status.action.message" = "Bidali mezua"; -"status.action.pin" = "Finkatu"; -"status.action.post" = "Argitaratu"; -"status.action.quote" = "Aipatu bidalketa"; -"status.action.reply" = "Erantzun"; -"status.action.section.your-post" = "Zure bidalketa"; -"status.action.share" = "Partekatu bidalketa"; -"status.action.share-link" = "Partekatu bidalketaren esteka"; -"status.action.share-image" = "Partekatu bidalketa irudi gisa"; -"status.action.share-title" = "Partekatu"; -"status.action.unbookmark" = "Kendu laster-marka"; -"status.action.unboost" = "Kendu bultzada"; -"status.action.unfavorite" = "Kendu gogokoa"; -"status.action.unpin" = "Utzi finkatzeari"; -"status.action.view-in-browser" = "Ikusi nabigatzailean"; -"status.card.share" = "Partekatu esteka"; -"status.card.copy" = "Kopiatu esteka"; -"status.draft.delete" = "Ezabatu zirriborroa"; -"status.draft.save" = "Gorde zirriborroa"; -"status.editor.ai-prompt.correct" = "Zuzendu testua"; -"status.editor.ai-prompt.add-tags" = "Gehitu #Traolak tokian"; -"status.editor.ai-prompt.insert-tags" = "Gehitu #Traolak amaieran"; -"status.editor.ai-prompt.emphasize" = "Azpimarratu testua"; -"status.editor.ai-prompt.fit" = "Laburtu testua"; -"status.editor.description.add" = "Gehitu deskribapena"; -"status.editor.description.edit" = "Editatu deskribapena"; -"status.editor.drafts.navigation-title" = "Zirriborroak"; -"status.editor.emojis.navigation-title" = "Zerbitzariko emojiak"; -"status.editor.error.upload" = "Errorea igotzerakoan"; -"status.editor.language-select.navigation-title" = "Hautatu hizkuntza"; -"status.editor.language-select.recently-used" = "Duela gutxi erabilitakoak"; -"status.editor.language-select.confirmation.detected-%@" = "Argitaratu %@(e)z (Antzemandako hizkuntza)"; -"status.editor.language-select.confirmation.selected-%@" = "Argitaratu %@(e)z (Hautatutako hizkuntza)"; -"status.editor.media.edit-image" = "Editatu irudiak"; -"status.editor.media.image-description" = "Irudiaren deskribapena"; -"status.editor.mode.edit" = "Bidalketa editatzen"; -"status.editor.mode.new" = "Bidalketa berria"; -"status.editor.mode.quote-%@" = "%@(r)en aipamena"; -"status.editor.mode.reply-%@" = "%@(r)i erantzunez"; -"status.editor.restore-previous" = "Berreskuratu lehengo testua"; -"status.editor.spoiler" = "Edukiari buruzko oharra"; -"status.editor.text.placeholder" = "Zer duzu buruan?"; -"status.editor.visibility" = "Bidalketaren irismena"; -"status.editor.photo-library" = "Argazki-liburutegia"; -"status.editor.camera-picker" = "Egin argazkia"; -"status.editor.browse-file" = "Arakatu fitxategiak"; -"status.error.loading.message" = "Errorea bidalketak kargatzean; saiatu berriro."; -"status.error.message" = "Errorea bidalketa honen testuinguruan; saiatu berriro."; -"status.error.title" = "Errorea gertatu da"; -"status.error.posting.title" = "Errorea argitaratzean"; -"status.filter.filtered-by-%@" = "Iragazkia: %@"; -"status.filter.show-anyway" = "Erakutsi edonola ere"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Erakutsi edukia"; -"status.media.contextmenu.copy" = "Kopiatu irudia"; -"status.media.contextmenu.save" = "Gorde irudia"; -"status.media.contextmenu.share" = "Partekatu irudia"; -"status.media.contextmenu.view-browser" = "Ikusi nabigatzailean"; -"status.media.sensitive.show" = "Erakutsi eduki hunkigarria"; -"status.poll.n-votes %lld" = "%lld boto"; -"status.poll.closed" = "Amaituta"; -"status.poll.closes-in %@" = "Epemuga: %@"; -"status.poll.duration" = "Bozketaren iraupena"; -"status.poll.frequency" = "Bozketaren maiztasuna"; -"status.poll.option-n %lld" = "%lld. aukera"; -"status.poll.send" = "Eman botoa"; -"status.post-from-%@" = "%@(r)en bidalketa"; -"status.row.was-boosted" = "(e)k bultzatua"; -"status.row.was-reply" = "Honi erantzunez:"; -"status.row.you-boosted" = "Zuk bultzatua"; -"status.show-less" = "Ikusi gutxiago"; -"status.show-more" = "Ikusi gehiago"; -"status.show-full-post" = "Erakutsi osorik"; -"status.summary.at-time" = " · "; -"status.summary.edited-time" = "Azkenekoz editatua: "; -"status.summary.edit-history" = "Edizio-historia"; -"status.visibility.direct" = "Aipatutakoak"; -"status.visibility.follower" = "Jarraitzaileak"; -"status.visibility.public" = "Publikoa"; -"status.visibility.unlisted" = "Zerrendatu gabea"; - -// MARK: Filters -"filter.new" = "Iragazki berria"; -"filter.filters" = "Iragazkiak"; -"filter.edit.title" = "Iragazkiaren izena"; -"filter.edit.keywords" = "Iragazteko hitz gakoak"; -"filter.edit.keywords.add" = "Gehitu hitz gako berria"; -"filter.edit.contexts" = "Iragazkiaren testuinguruak"; -"filter.edit.action" = "Iragazkiaren ekintzak"; -"filter.edit.expiry" = "Iraungitzea"; -"filter.edit.expiry.date-time" = "Data/Ordua"; -"filter.edit.expiry.duration" = "Iraupena"; -"filter.contexts.home" = "Hasiera eta zerrendak"; -"filter.contexts.notifications" = "Jakinarazpenak"; -"filter.contexts.public" = "Denbora-lerro lokalak"; -"filter.contexts.conversations" = "Elkarrizketak"; -"filter.contexts.profiles" = "Profilak"; -"filter.action.warning" = "Ezkutatu ohartarazpen batekin"; -"filter.action.hide" = "Ezkutatu guztiz"; -"filter.expired" = "Iraungi da"; -"filter.expiry-%@" = "Iraungitzea: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "Gaituta"; -"accessibility.general.toggle.off" = "Ezgaituta"; -"accessibility.editor.button.attach-photo" = "Erantsi irudia"; -"accessibility.editor.button.poll" = "Bozketa"; -"accessibility.editor.button.spoiler" = "Edukiari buruzko oharra"; -"accessibility.editor.button.drafts" = "Zirriborroak"; -"accessibility.editor.button.custom-emojis" = "Instantziaren emojiak"; -"accessibility.editor.button.language" = "Hizkuntza"; -"accessibility.editor.button.ai-prompt" = "AA eskaera"; -"accessibility.editor.button.characters-remaining" = "Geratzen diren karaktereak"; -"accessibility.editor.privacy.label" = "Ikusgaitasuna"; -"accessibility.editor.privacy.hint" = "Nork ikus dezakeen aldatzen du."; -"accessibility.tabs.timeline.add-account" = "Gehitu kontua"; -"accessibility.tabs.timeline.new-post.label" = "Idatzi"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Berria"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Sortu"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld bidalketa berri"; -"accessibility.tabs.timeline.unread-posts.hint" = "Denbora-lerroa korritzen du."; -"accessibility.tabs.timeline.content-link-%@" = "Ikustatu %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "%@ traola"; -"accessibility.app-account.selector.accounts" = "Kontuak"; -"accessibility.app-account.selector.accounts.hint" = "Aukeren orria irekitzen du."; -"accessibility.tabs.profile.options.label" = "Aukerak"; -"accessibility.tabs.profile.options.inputLabel1" = "Ezarpenak"; -"accessibility.tabs.profile.options.inputLabel2" = "Gehiago"; -"accessibility.tabs.profile.user-avatar.label" = "Profileko argazkia"; -"accessibility.tabs.profile.user-avatar.hint" = "Bertsio handiagoa erakusten du."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Babeslea"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot kontua"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blokeatua"; -"accessibility.tabs.profile.user.account-muted.label" = "Mututua"; -"accessibility.tabs.profile.user.account-private.label" = "Babestutako kontua"; -"accessibility.tabs.profile.header-image.label" = "Goiburuko irudia"; -"accessibility.tabs.profile.header-image.hint" = "Bertsio handiagoa erakusten du."; -"accessibility.tabs.profile.post-count.hint" = "Zerrendara korritzen du."; -"accessibility.tabs.profile.following-count.hint" = "Zerrendara doa."; -"accessibility.tabs.profile.follower-count.hint" = "Zerrendara doa."; -"accessibility.tabs.profile.picker.statuses" = "Bidalketak"; -"accessibility.tabs.profile.picker.favorites" = "Gogokoak"; -"accessibility.tabs.profile.picker.bookmarks" = "Laster-markak"; -"accessibility.tabs.profile.picker.followed-tags" = "Traolak"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Bidalketak eta erantzunak"; -"accessibility.tabs.profile.picker.media" = "Multimedia"; -"accessibility.tabs.profile.picker.lists" = "Zerrendak"; -"accessibility.tabs.profile.user-notifications.label" = "Jaso jakinarazpenak"; -"accessibility.tabs.profile.user-reblogs.label" = "Erakutsi bultzadak"; -"accessibility.tabs.profile.fields.verified.label" = "Egiaztatua"; -"accessibility.tabs.profile.fields.container.label" = "Erabiltzaileak ezarritako eremuak"; -"accessibility.status.spoiler-full-content" = "Eduki osoa"; -"accessibility.status.a-boosted-b-%@-%@" = "%@(e)k %@ bultzatu du"; -"accessibility.status.a-replied-to-%@" = "%@(e)k honi erantzun dio:"; -"accessibility.image.alt-text-%@" = "Irudiaren deskribapena: %@"; -"accessibility.image.alt-text-more.label" = "Deskribapen testu gehiago dago"; -"accessibility.tabs.messages.unread.label" = "Irakurri gabe"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "%lld. aukera, %lld guztira"; -"accessibility.status.poll.active.label" = "Amaitu gabeko bozketa"; -"accessibility.status.poll.finished.label" = "Bozketaren emaitzak"; -"accessibility.status.poll.selected.label" = "Hautatua"; -"accessibility.media.supported-type.image.label" = "Irudia"; -"accessibility.media.supported-type.gifv.label" = "Mugimendua duen Gif-a"; -"accessibility.media.supported-type.video.label" = "Bideoa"; -"accessibility.media.supported-type.audio.label" = "Audioa"; -"accessibility.status.contains-media.label-%@" = "%@ dauka"; -"accessibility.status.application.label" = "Aplikazioa"; -"accessibility.status.media-viewer-action.label" = "Ireki multimedia ikustailea"; - -// MARK: Report -"report.comment.placeholder" = "Informazio gehigarria"; -"report.title" = "Salaketa"; -"report.action.send" = "Bidali"; -"status.action.report" = "Salatu edukia"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Traola-sortaren izena"; -"add-tag-groups.edit.icon.field" = "Traola-sortaren ikonoa (SFSymbol izena)"; -"add-tag-groups.edit.tags" = "Gehitu traolak sortara"; -"add-tag-groups.edit.tags.add" = "Traola"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings deleted file mode 100644 index 47bc9bc7..00000000 --- a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings +++ /dev/null @@ -1,607 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Annuler"; -"action.delete" = "Supprimer"; -"action.save" = "Enregistrer"; -"action.done" = "Terminé"; -"action.retry" = "Réessayer"; -"action.view.error" = "Afficher l'erreur"; - -"alert.button.ok" = "OK"; -"alert.error" = "Erreur!"; - -"placeholder.loading.long" = "Chargement, chargement, chargement…"; -"placeholder.loading.short" = "Chargement…"; - -"see-more" = "Voir plus"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Cette instance n'est pas actuellement prise en charge."; -"account.add.navigation-title" = "Ajouter un compte"; -"account.add.sign-in" = "Se connecter"; - -// MARK: Enums -"enum.avatar-position.leading" = "En tête"; -"enum.avatar-position.top" = "En haut"; -"enum.avatar-shape.circle" = "Rond"; -"enum.avatar-shape.rounded" = "Arrondi"; -"enum.durations.infinite" = "infinite"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 minutes"; -"enum.durations.thirtyMinutes" = "30 minutes"; -"enum.durations.oneHour" = "1 heure"; -"enum.durations.sixHours" = "6 heures"; -"enum.durations.twelveHours" = "12 heures"; -"enum.durations.oneDay" = "1 jour"; -"enum.durations.threeDays" = "3 jours"; -"enum.durations.sevenDays" = "7 jours"; -"enum.status-actions-display.all" = "Tout"; -"enum.status-actions-display.no-buttons" = "Pas de boutons"; -"enum.status-actions-display.only-buttons" = "Seulement les boutons"; -"enum.status-display-style.compact" = "Compact"; -"enum.status-display-style.large" = "Grand"; -"enum.status-display-style.medium" = "Moyen"; -"enum.swipeactions.icon-with-text" = "Icône avec texte"; -"enum.swipeactions.icon-only" = "Icône seulement"; - -// MARK: Instances -"instance.info.domains" = "Domaines"; -"instance.info.email" = "Email"; -"instance.info.name" = "Nom"; -"instance.info.navigation-title" = "Informations sur l'instance"; -"instance.info.posts" = "Publications"; -"instance.info.section.info" = "Informations sur l'instance"; -"instance.info.section.rules" = "Règles de l'instance"; -"instance.info.users" = "Utilisateurs"; -"instance.info.version" = "Version"; -"instance.list.posts-%@" = "%@ publications"; -"instance.list.users-%@" = "%@ utilisateurs"; -"instance.suggestions" = "Suggestions"; -"instance.url" = "URL de l'instance"; - -// MARK: Menu -"menu.new-post" = "Nouvelle publication"; -"menu.font" = "Police"; -"menu.font.bigger" = "Plus grand"; -"menu.font.smaller" = "Plus petit"; - -// MARK: Settings -"settings.account.add" = "Ajouter un compte"; -"settings.app.icon" = "Icône de l'application"; -"settings.app.icon.navigation-title" = "Icônes"; -"settings.app.icon.official" = "Icônes officielles"; -"settings.app.icon.designed-by" = "Icônes par"; -"settings.app.source" = "Source (lien GitHub)"; -"settings.app.support" = "Soutenir l'application"; -"settings.app.about" = "À propos"; -"settings.display.example-toot" = "Toot d'exemple"; -"settings.display.avatar.position" = "Position de l'avatar"; -"settings.display.avatar.shape" = "Forme de l'avatar"; -"settings.display.full-username" = "Afficher le nom d'utilisateur complet"; -"settings.display.navigation-title" = "Paramètres d'affichage"; -"settings.display.restore" = "Restaurer les valeurs par défaut"; -"settings.display.section.display" = "Affichage"; -"settings.display.section.theme" = "Thème"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Les couleurs personnalisées ne peuvent être définies que si le schéma de couleur système est désactivé"; -"settings.display.status.action-buttons" = "Boutons d'action de statut"; -"settings.display.status.media-style" = "Style de média de statut"; -"settings.display.translate-button" = "Afficher le bouton de traduction"; -"settings.display.pending-at-bottom" = "Afficher le bouton des toots non lus en bas de l'écran"; -"settings.display.theme.background" = "Couleur de fond"; -"settings.display.theme.secondary-background" = "Couleur de fond secondaire"; -"settings.display.theme.text-color" = "Couleur du texte"; -"settings.display.theme.tint" = "Couleur de teinte"; -"settings.display.theme.systemColor" = "Correspondre au système"; -"settings.general.browser" = "Navigateur"; -"settings.general.browser.in-app" = "Navigateur intégré"; -"settings.general.browser.in-app.readerview" = "Vue lecteur du navigateur intégré"; -"settings.general.browser.system" = "Navigateur système"; -"settings.general.display" = "Paramètres d'affichage"; -"settings.general.instance" = "Information sur l'instance"; -"settings.general.push-notifications" = "Notifications push"; -"settings.general.remote-timelines" = "Chronologies distantes locales"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favoris"; -"settings.push.follows" = "Suivis"; -"settings.push.main-toggle" = "Notifications push"; -"settings.push.main-toggle.description" = "Recevoir des notifications push pour les nouvelles activités"; -"settings.push.mentions" = "Mentions"; -"settings.push.navigation-title" = "Notifications push"; -"settings.push.new-posts" = "Nouveaux messages"; -"settings.push.polls" = "Résultats des sondages"; -"settings.general.content" = "Paramètres de contenu"; -"settings.system" = "Paramètres système"; -"settings.content.navigation-title" = "Paramètres de contenu"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Collapse long posts"; -"settings.content.collapse-long-posts-hint" = "Collapsed posts only display a limited number of lines together with a button to show the full post"; -"settings.content.hide-repeated-boosts" = "Masquer les boosts répétés"; -"settings.content.instance-settings" = "Réglages de contenu serveur"; -"settings.content.use-instance-settings" = "Utiliser les paramètres du serveur"; -"settings.content.expand-spoilers" = "Toujours afficher les messages sensibles"; -"settings.content.expand-media" = "Affichage des médias"; -"settings.content.default-sensitive" = "Toujours marquer les médias comme sensibles"; -"settings.content.default-visibility" = "Visibilité des publications"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Média"; -"settings.content.media.show.alt" = "Montrer les textes ALT"; -"settings.content.reading" = "Lecture"; -"settings.content.posting" = "Publication"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Afficher tout"; -"enum.expand-media.hide" = "Masquer tout"; -"enum.expand-media.hide-sensitive" = "Masquer sensible"; -"settings.section.accounts" = "Comptes"; -"settings.section.app" = "Application"; -"settings.section.app.footer %@" = "Version de l'application: %@"; -"settings.section.general" = "Général"; -"settings.support.alert.error.message" = "Erreur lors du traitement de votre achat intégré, veuillez réessayer."; -"settings.support.alert.message" = "Merci beaucoup pour votre conseil ! C'est grandement apprécié !"; -"settings.support.alert.title" = "Merci !"; -"settings.support.message-from-dev" = "Bonjour ! Mon nom est Thomas et j'adore créer des applications open-source. Ice Cubes est certainement l'un de mes projets dont je suis le plus fier à ce jour - et soyons honnêtes, c'est aussi celui qui nécessite le plus d'entretien en raison de l'évolution constante de Mastodon et des réseaux sociaux. Si vous vous amusez avec Ice Cubes, envisagez de me faire une petite contribution. Cela me fera plaisir (et aidera à maintenir l'application en bon état pour vous). 🚀"; -"settings.support.navigation-title" = "Soutenez Ice Cubes"; -"settings.support.one.subtitle" = "Petit, mais mignon, et c'est bon !"; -"settings.support.one.title" = "🍬 Petite contribution"; -"settings.support.placeholder.loading-subtitle" = "Chargement sous-titre…"; -"settings.support.three.subtitle" = "Vous êtes fou, merci beaucoup !"; -"settings.support.three.title" = "🤯 Contribution généreuse"; -"settings.support.two.subtitle" = "J'aime le goût d'un café chic ❤️"; -"settings.support.two.title" = "☕️ Belle contribution"; -"settings.support.four.title" = "👽 Contribution Qui êtes-vous"; -"settings.support.four.subtitle" = "Cela ira loin pour maintenir Ice Cubes en marche !"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Ajouter une chronologie locale"; -"settings.title" = "Réglages"; -"settings.rate" = "Noter Ice Cubes"; -"settings.section.other" = "Autres"; -"settings.other.hide-openai" = "Activer 🤖 aide"; -"settings.other.social-keyboard" = "Activer le clavier social"; -"settings.other.sound-effect" = "Enable Sound Effects"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.navigation-title" = "Translation"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; -"settings.push.duplicate.title" = "Correcteur de notifications en double"; -"settings.push.duplicate.footer" = "Recevez-vous des notifications en double ? Essayez ce bouton magique pour résoudre le problème"; -"settings.push.duplicate.button.fix" = "🪄 Résoudre"; -"settings.other.autoplay-video" = "Jouer automatiquement les vidéos"; -"settings.display.font" = "Police de la chronologie"; -"settings.display.font.system" = "Système"; -"settings.display.font.custom" = "Personnalisée"; -"settings.display.font.scaling-%@" = "Mise à l'échelle de la police: %@"; -"settings.display.font.line-spacing-%@" = "Line Spacing: %@"; -"settings.about.built-with" = "Ice Cubes est développé avec les logiciels Open Source suivants :"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Publications en cache: %@"; -"settings.account.action.delete-cache" = "Effacer le cache"; - -"settings.general.haptic" = "Retour vibrations"; -"settings.haptic.navigation-title" = "Réglages vibrations"; -"settings.haptic.timeline" = "Chronologie"; -"settings.haptic.tab-selection" = "Sélection d'onglet"; -"settings.haptic.buttons" = "Appui bouton"; - -"settings.display.show-tab-label" = "Montrer le nom de l'onglet"; - -"settings.display.show-ipad-column" = "Activer la colonne secondaire"; - -"settings.general.swipeactions" = "Actions de balayage"; -"settings.swipeactions.navigation-title" = "Actions de balayage"; -"settings.swipeactions.primary" = "Primary Action"; -"settings.swipeactions.secondary" = "Secondary Action"; -"settings.swipeactions.status.action.bookmark" = "Signet"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favori"; -"settings.swipeactions.status.action.none" = "Aucun"; -"settings.swipeactions.status.action.quote" = "Citer"; -"settings.swipeactions.status.action.reply" = "Répondre"; -"settings.swipeactions.status.explanation" = "Les actions de balayage sont disponibles en balayant à gauche ou à droite sur un post. L'action secondaire n'est disponible que si l'action primaire est définie."; -"settings.swipeactions.status.leading" = "Balayer vers la droite"; -"settings.swipeactions.status.trailing" = "Balayer vers la gauche"; -"settings.swipeactions.status" = "Publier"; -"settings.swipeactions.appearance" = "Apparence"; -"settings.swipeactions.use-theme-colors" = "Utiliser les couleurs du thème"; -"settings.swipeactions.use-theme-colors-explanation" = "Utiliser les couleurs du thème au lieu des couleurs par défaut"; -"settings.swipeactions.icon-style" = "Style de l'icône"; - -"settings.display.section.font" = "Police"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Clear Media Cache"; - -// MARK: Tabs -"tab.explore" = "Explorer"; -"tab.federated" = "Fédéré"; -"tab.local" = "Local"; -"tab.messages" = "Messages"; -"tab.notifications" = "Notifications"; -"tab.settings" = "Réglages"; -"tab.timeline" = "Chronologie"; -"tab.trending" = "Tendances"; -"tab.profile" = "Profil"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ est une instance valide"; -"timeline.add-remote.title" = "Ajouter une chronologie locale distante"; -"timeline.add.action.add" = "Ajouter"; -"timeline.filter.add-local" = "Ajouter une chronologie locale"; -"timeline.filter.lists" = "Listes"; -"timeline.filter.local" = "Chronologies locales"; -"timeline.filter.tags" = "Tags suivis"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Ajouter un compte"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Ajouter/Retirer des listes"; -"account.action.edit-info" = "Modifier les informations"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Mentionner"; -"account.action.message" = "Message"; -"account.action.notify-enable" = "Activer les notifications"; -"account.action.notify-disable" = "Désactiver les notifications"; -"account.action.reboosts-show" = "Afficher les boosts"; -"account.action.reboosts-hide" = "Masquer les boosts"; -"account.action.block" = "Bloquer"; -"account.action.unblock" = "Débloquer"; -"account.action.mute" = "Rendre muet"; -"account.action.unmute" = "Annuler le mode muet"; -"account.action.share" = "Partager ce compte"; -"account.boosted-by" = "Boosté par"; -"account.detail.about" = "À propos"; -"account.detail.familiar-followers" = "Aussi suivi par"; -"account.detail.n-fields %lld" = "%lld champs"; -"account.detail.featured-tags-n-posts %lld" = "%lld publications"; -"account.edit.about" = "À propos"; -"account.edit.account-settings.bot" = "Compte bot"; -"account.edit.account-settings.discoverable" = "Découvrable"; -"account.edit.account-settings.private" = "Privé"; -"account.edit.account-settings.section-title" = "Paramètres du compte"; -"account.edit.display-name" = "Nom d'affichage"; -"account.edit.error.save.message" = "Erreur lors de la sauvegarde de votre profil, veuillez réessayer."; -"account.edit.error.save.title" = "Erreur lors de la sauvegarde de votre profil"; -"account.edit.navigation-title" = "Modifier le profil"; -"account.edit.post-settings.privacy" = "Confidentialité par défaut"; -"account.edit.post-settings.section-title" = "Paramètres des publications"; -"account.edit.post-settings.sensitive" = "Contenu sensible"; - -"account.edit.metadata-section-title" = "Profile Metadata"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Content"; -"account.edit.add-metadata-button" = "Add a new metadata"; - -"account.favorited-by" = "Favorisé par"; -"account.follow.follow" = "Suivre"; -"account.follow.following" = "Suivi"; -"account.follow.requested" = "Demandé"; -"account.follow-request.accept" = "Accepter"; -"account.follow-request.reject" = "Rejeter"; -"account.follow-requests.pending-requests" = "Demandes en attente"; -"account.follow-requests.instructions" = "Les utilisateurs ne verront pas vos messages tant que vous ne les acceptez pas."; -"account.followers" = "Abonné·e·s"; -"account.following" = "Abonnements"; -"account.list.create" = "Créer une nouvelle liste"; -"account.list.create.confirm" = "Créer la liste"; -"account.list.create.description" = "Entrer le nom de votre liste"; -"account.list.delete" = "Supprimer la liste"; -"account.list.name" = "Nom de la liste"; -"account.post.pinned" = "Publication épinglée"; -"account.posts" = "Publications"; -"account.relation.follows-you" = "Vous suit"; -"account.joined" = "Inscrit"; -"account.action.logout" = "Déconnexion"; -"account.action.more" = "More Settings"; - -"account.relation.note.edit" = "Modifier la note"; -"account.relation.note.edit.placeholder" = "Saisissez le texte de la note"; -"account.relation.note.edit.error.save.message" = "Erreur pendant la sauvegarde de votre note, essayez de nouveau s'il vous plait."; -"account.relation.note.edit.error.save.title" = "Erreur pendant la sauvegarde de votre note"; -"account.relation.note.label" = "Note :"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Supprimer"; -"conversations.action.mark-read" = "Marquer comme lu"; -"conversations.action.view-detail" = "View detail"; -"conversations.empty.message" = "Vous cherchez de l'amour sur les réseaux sociaux ? Vous trouverez tous vos messages directs et vos mentions privées ici. Bon messaging ! 📱❤️"; -"conversations.empty.title" = "Boîte de réception vide"; -"conversations.error.button" = "Réessayer"; -"conversations.error.message" = "Erreur lors du chargement de vos messages"; -"conversations.error.title" = "Une erreur est survenue"; -"conversations.navigation-title" = "Messages directs"; -"conversations.new.message.placeholder" = "Nouveau message"; -"conversations.latest.message" = "Latest Message"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld publications de %lld participants"; -"design.theme.navigation-title" = "Sélecteur de thème"; -"design.theme.toots-preview" = "Aperçu des toots"; - -// MARK: Package: Explore -"explore.navigation-title" = "Explorer"; -"explore.search.message-%@" = "Depuis cet écran, vous pouvez rechercher n'importe quoi sur %@"; -"explore.search.prompt" = "Rechercher des utilisateurs, des publications et des tags"; -"explore.search.title" = "Recherchez sur votre instance"; -"explore.search.empty.message" = "Cette requête n'a donné aucun résultat, veuillez en essayer une autre."; -"explore.search.empty.title" = "Aucun résultat de recherche"; -"explore.section.posts" = "Publications"; -"explore.section.suggested-users" = "Utilisateurs suggérés"; -"explore.section.tags" = "Étiquettes"; -"explore.section.trending.links" = "Liens tendance"; -"explore.section.trending.posts" = "Publications tendance"; -"explore.section.trending.tags" = "Étiquettes tendance"; -"explore.section.users" = "Utilisateurs"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Un vote"; -"env.poll-vote-frequency.multiple" = "Plusieurs votes"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Ajouter/Supprimer %@"; -"lists.create" = "Créer une nouvelle liste"; -"lists.create.confirm" = "Créer la liste"; -"lists.edit.users-in-list" = "Utilisateurs dans cette liste"; -"lists.name" = "Nom de la liste"; -"lists.name.message" = "Entrez le nom de votre liste"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Notifications ? Quelles notifications ? Votre boîte de réception de notifications est si vide. Continuez à être génial ! 📱😎"; -"notifications.empty.title" = "Aucune notification"; -"notifications.error.message" = "Une erreur s'est produite lors du chargement de vos notifications, veuillez réessayer."; -"notifications.error.title" = "Une erreur s'est produite"; -"notifications.label.follow-request" = "a demandé à vous suivre"; -"notifications.label.poll" = "sondage terminé"; -"notifications.label.status" = "a posté un statut"; -"notifications.label.update" = "a modifié un post"; -"notifications.menu-title.favorite" = "Favori"; -"notifications.menu-title.follow" = "Suivre"; -"notifications.menu-title.follow-request" = "Demande de suivi"; -"notifications.menu-title.mention" = "Mention"; -"notifications.menu-title.poll" = "Sondage"; -"notifications.menu-title.reblog" = "Boost"; -"notifications.menu-title.status" = "Statut"; -"notifications.menu-title.update" = "Mise à jour du statut"; -"notifications.navigation-title" = "Toutes les notifications"; -"notifications.tab.all" = "Tout"; -"notifications.tab.mentions" = "Mentions"; - -"notifications.label.status.push" = "🖊️ Publié: "; -"notifications.label.reblog.push" = "🚀 Boosté: "; -"notifications.label.follow.push" = "👋 Vous ont suivi: "; -"notifications.label.follow-request.push" = "🔒 Ont demandé à vous suivre: "; -"notifications.label.favorite.push" = "⭐️ Favori: "; -"notifications.label.poll.push" = "📈 Sondage terminé: "; -"notifications.label.update.push" = "Mis à jour: "; - -// MARK: Package: Timeline -"timeline.federated" = "Fédéré"; -"timeline.latest" = "Aller au plus récent"; -"timeline.home" = "Accueil"; -"timeline.local" = "Local"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld publications récentes de %lld participants"; -"timeline.trending" = "Tendances"; -"timeline.add.url" = "URL de l'instance"; - -// MARK: Package: Status -"status.action.translate" = "Traduire"; -"status.action.translated-label-%@" = "Traduit avec %@"; -"status.action.translated-label-from-%@-%@" = "Translated from %@ using %@"; -"status.action.bookmark" = "Marquer"; -"status.action.boost" = "Promouvoir"; -"status.action.boost-to-followers" = "Boost to Followers"; -"status.action.copy-text" = "Copier le texte"; -"status.action.copy-link" = "Copier le lien"; -"status.action.delete" = "Supprimer"; -"status.action.delete.confirm.title" = "Confirmer"; -"status.action.delete.confirm.message" = "êtes vous sûr de vouloir supprimer ce message ?"; -"status.action.edit" = "Modifier"; -"status.action.favorite" = "Favori"; -"status.action.mention" = "Mentionner"; -"status.action.message" = "Message"; -"status.action.pin" = "Epingler"; -"status.action.post" = "Publier"; -"status.action.quote" = "Citer ce message"; -"status.action.reply" = "Répondre"; -"status.action.section.your-post" = "Votre publication"; -"status.action.share" = "Partager cette publication"; -"status.action.share-link" = "Partager le lien"; -"status.action.share-image" = "Partager comme image"; -"status.action.share-title" = "Partager"; -"status.action.unbookmark" = "Démarquer"; -"status.action.unboost" = "Annuler la promotion"; -"status.action.unfavorite" = "Retirer des favoris"; -"status.action.unpin" = "Dépingler"; -"status.action.view-in-browser" = "Afficher dans le navigateur"; -"status.card.share" = "Share this link"; -"status.card.copy" = "Copy this link"; -"status.draft.delete" = "Supprimer le brouillon"; -"status.draft.save" = "Enregistrer le brouillon"; -"status.editor.ai-prompt.correct" = "Corriger le texte"; -"status.editor.ai-prompt.add-tags" = "Add #Tags in place"; -"status.editor.ai-prompt.insert-tags" = "Add #Tags after my text"; -"status.editor.ai-prompt.emphasize" = "Mettre en évidence le texte"; -"status.editor.ai-prompt.fit" = "Raccourcir le texte"; -"status.editor.description.add" = "Ajouter une description"; -"status.editor.description.edit" = "Modifier la description"; -"status.editor.drafts.navigation-title" = "Brouillons"; -"status.editor.emojis.navigation-title" = "Emojis personalisés"; -"status.editor.error.upload" = "Erreur de téléchargement"; -"status.editor.language-select.navigation-title" = "Sélectionner la langue"; -"status.editor.language-select.recently-used" = "Utilisé récemment"; -"status.editor.language-select.confirmation.detected-%@" = "Publier en %@ (Langage détecté)"; -"status.editor.language-select.confirmation.selected-%@" = "Publier en %@ (Langage sélectionné)"; -"status.editor.media.edit-image" = "Modifier l'image"; -"status.editor.media.image-description" = "Description de l'image"; -"status.editor.mode.edit" = "Modification de votre publication"; -"status.editor.mode.new" = "Nouvelle publication"; -"status.editor.mode.quote-%@" = "Citation de %@"; -"status.editor.mode.reply-%@" = "Répondre à %@"; -"status.editor.restore-previous" = "Restaurer le texte précédent"; -"status.editor.spoiler" = "Texte spoilé"; -"status.editor.text.placeholder" = "Qu'est-ce qui vous passe par la tête ?"; -"status.editor.visibility" = "Visibilité de la publication"; -"status.editor.photo-library" = "Photos Library"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Browse Files"; -"status.error.loading.message" = "Une erreur s'est produite lors du chargement des publications, veuillez réessayer."; -"status.error.message" = "Une erreur s'est produite dans le contexte de cette publication, veuillez réessayer."; -"status.error.title" = "Une erreur s'est produite"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Filtré par : %@"; -"status.filter.show-anyway" = "Montrer quand même"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Afficher le contenu"; -"status.media.contextmenu.copy" = "Copier l'image"; -"status.media.contextmenu.save" = "Enregistrer l'image"; -"status.media.contextmenu.share" = "Partager cette image"; -"status.media.contextmenu.view-browser" = "Afficher dans le navigateur"; -"status.media.sensitive.show" = "Afficher le contenu sensible"; -"status.poll.n-votes %lld" = "%lld votes"; -"status.poll.n-votes-voters %lld %lld" = "%lld votes de %lld voteurs"; -"status.poll.closed" = "Fermé"; -"status.poll.closes-in %@" = "Ferme dans %@"; -"status.poll.duration" = "Durée du sondage"; -"status.poll.frequency" = "Fréquence de sondage"; -"status.poll.option-n %lld" = "Option %lld"; -"status.poll.send" = "Envoyer votre vote"; -"status.post-from-%@" = "Publication de %@"; -"status.row.was-boosted" = "a boosté"; -"status.row.was-reply" = "Répondu à"; -"status.row.you-boosted" = "Vous avez boosté"; -"status.show-less" = "Afficher moins"; -"status.show-more" = "Afficher plus"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = " à "; -"status.summary.edited-time" = "Dernière modification : "; -"status.summary.n-replies %lld" = "%lld replies"; -"status.summary.n-boosts %lld" = "%lld boosts"; -"status.summary.n-favorites %lld" = "%lld favoris"; -"status.summary.edit-history" = "Edit History"; -"status.visibility.direct" = "Privé"; -"status.visibility.follower" = "Abonné·e"; -"status.visibility.public" = "Tout le monde"; -"status.visibility.unlisted" = "Non répertorié"; - -// MARK: Filtres -"filter.new" = "Nouveau filtre"; -"filter.filters" = "Filtres"; -"filter.edit.title" = "Titre du filtre"; -"filter.edit.keywords" = "Mots-clés du filtre"; -"filter.edit.keywords.add" = "Ajouter un nouveau mot-clé"; -"filter.edit.contexts" = "Contextes du filtre"; -"filter.edit.action" = "Action du filtre"; -"filter.edit.expiry" = "Expiry"; -"filter.edit.expiry.date-time" = "Date/Time"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Éditer les filtres"; -"filter.contexts.home" = "Accueil et listes"; -"filter.contexts.notifications" = "Notifications"; -"filter.contexts.public" = "Chronologie publique"; -"filter.contexts.conversations" = "Conversations"; -"filter.contexts.profiles" = "Profils"; -"filter.action.warning" = "Cacher avec avertissement"; -"filter.action.hide" = "Cacher complètement"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Attacher la photo"; -"accessibility.editor.button.poll" = "Sondage"; -"accessibility.editor.button.spoiler" = "Alerte spoiler"; -"accessibility.editor.button.drafts" = "Brouillons"; -"accessibility.editor.button.custom-emojis" = "Emojis personalisés"; -"accessibility.editor.button.language" = "Langue"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.tabs.timeline.add-account" = "Ajouter un compte>"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Comptes"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - -// MARK: Report -"report.comment.placeholder" = "Information supplémentaire"; -"report.title" = "Signaler la publication"; -"report.action.send" = "Envoyer"; -"status.action.report" = "Signaler la publication"; - -"tag.suggested.mentions-%lld" = "%lld mentions"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/it.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/it.lproj/Localizable.strings deleted file mode 100644 index 9dc93e79..00000000 --- a/IceCubesApp/Resources/Localization/it.lproj/Localizable.strings +++ /dev/null @@ -1,613 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Annulla"; -"action.delete" = "Cancella"; -"action.save" = "Salva"; -"action.done" = "Fatto"; -"action.retry" = "Riprova"; -"action.view.error" = "Errore di visualizzazione"; - -"alert.button.ok" = "Ok"; -"alert.error" = "Errore!"; - -"placeholder.loading.long" = "Caricamento in corso..."; -"placeholder.loading.short" = "Caricamento..."; - -"see-more" = "Vedi di più"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Questa istanza non è attualmente supportata."; -"account.add.navigation-title" = "Aggiungi account"; -"account.add.sign-in" = "Accedi"; - -// MARK: Enums -"enum.avatar-position.leading" = "A fianco"; -"enum.avatar-position.top" = "In alto"; -"enum.avatar-shape.circle" = "Cerchio"; -"enum.avatar-shape.rounded" = "Arrotondata"; -"enum.durations.infinite" = "Infinito"; -"enum.durations.custom" = "Personalizzato"; -"enum.durations.fiveMinutes" = "5 minuti"; -"enum.durations.thirtyMinutes" = "30 minuti"; -"enum.durations.oneHour" = "1 ora"; -"enum.durations.sixHours" = "6 ore"; -"enum.durations.twelveHours" = "12 ore"; -"enum.durations.oneDay" = "1 giorno"; -"enum.durations.threeDays" = "3 giorni"; -"enum.durations.sevenDays" = "7 giorni"; -"enum.status-actions-display.all" = "Tutti"; -"enum.status-actions-display.no-buttons" = "Nessun pulsante"; -"enum.status-actions-display.only-buttons" = "Solo pulsanti"; -"enum.status-display-style.compact" = "Compatto"; -"enum.status-display-style.large" = "Completo"; -"enum.swipeactions.icon-with-text" = "Icone e testo"; -"enum.swipeactions.icon-only" = "Solo icone"; - -// MARK: Instances -"instance.info.domains" = "Domini"; -"instance.info.email" = "Email"; -"instance.info.name" = "Nome"; -"instance.info.navigation-title" = "Informazioni sull'istanza"; -"instance.info.posts" = "Post"; -"instance.info.section.info" = "Informazioni sull'istanza"; -"instance.info.section.rules" = "Regolamento dell'istanza"; -"instance.info.users" = "Utenti"; -"instance.info.version" = "Versione"; -"instance.list.posts-%@" = "%@ post"; -"instance.list.users-%@" = "%@ utenti"; -"instance.suggestions" = "Suggerimenti"; -"instance.url" = "URL dell'istanza"; - -// MARK: Menu -"menu.new-post" = "Nuovo post"; -"menu.font" = "Font"; -"menu.font.bigger" = "Aumenta"; -"menu.font.smaller" = "Diminuisci"; - -// MARK: Settings -"settings.account.add" = "Aggiungi un account"; -"settings.app.icon" = "Icona dell'applicazione"; -"settings.app.icon.navigation-title" = "Icone"; -"settings.app.icon.official" = "Icone ufficiali"; -"settings.app.icon.designed-by" = "Icone create da"; -"settings.app.source" = "Sorgenti (link GitHub)"; -"settings.app.support" = "Supporta l'applicazione"; -"settings.app.about" = "Informazioni"; -"settings.display.example-toot" = "Post di esempio"; -"settings.display.avatar.position" = "Posizione dell'avatar"; -"settings.display.avatar.shape" = "Forma dell'avatar"; -"settings.display.full-username" = "Visualizza il nome completo"; -"settings.display.navigation-title" = "Impostazioni di visualizzazione"; -"settings.display.restore" = "Ripristina i valori predefiniti"; -"settings.display.section.display" = "Visualizzazione"; -"settings.display.section.theme" = "Tema"; -"settings.display.colors.apply" = "Applica colori personalizzati"; -"settings.display.section.theme.footer" = "I colori personalizzati possono essere impostati solo se i colori di sistema sono disabilitati"; -"settings.display.status.action-buttons" = "Pulsanti di azione"; -"settings.display.status.media-style" = "Stile dei media"; -"settings.display.translate-button" = "Mostra pulsante per la traduzione"; -"settings.display.pending-at-bottom" = "Visualizzare non letto nella parte inferiore dello schermo"; -"settings.display.theme.background" = "Colore sfondo principale"; -"settings.display.theme.secondary-background" = "Colore sfondo secondario"; -"settings.display.theme.text-color" = "Colore del testo"; -"settings.display.theme.tint" = "Colore"; -"settings.display.theme.systemColor" = "Automatico"; -"settings.general.browser" = "Browser"; -"settings.general.browser.in-app" = "In-App Browser"; -"settings.general.browser.system" = "Browser di sistema"; -"settings.general.browser.in-app.readerview" = "Utilizza la modalità lettura del Browser"; -"settings.general.display" = "Impostazioni di visualizzazione"; -"settings.general.instance" = "Informazioni sull'istanza"; -"settings.general.push-notifications" = "Notifiche"; -"settings.general.remote-timelines" = "Timeline remote come locali"; -"settings.push.boosts" = "Boost"; -"settings.push.favorites" = "Preferiti"; -"settings.push.follows" = "Chi ti segue"; -"settings.push.main-toggle" = "Notifiche"; -"settings.push.main-toggle.description" = "Ricevi notifiche quando ci sono nuove attività"; -"settings.push.mentions" = "Vieni menzionato"; -"settings.push.navigation-title" = "Notifiche"; -"settings.push.new-posts" = "Nuovi post"; -"settings.push.polls" = "Risultati dei sondaggi"; -"settings.section.accounts" = "Account"; -"settings.section.app" = "Applicazione"; -"settings.section.app.footer %@" = "Versione dell'app: %@"; -"settings.section.general" = "Generali"; -"settings.support.alert.error.message" = "Si è verificato un errore mentre processavamo il tuo pagamento, per favore riprova."; -"settings.support.alert.message" = "Grazie mille per il tuo contributo! È davvero apprezzato!"; -"settings.support.alert.title" = "Grazie!"; -"settings.support.message-from-dev" = "Ciao! Mi chiamo Thomas e amo da impazzire creare applicativi open source. Ice Cubes è sicuramente uno dei miei progetti di cui sono più orgoglioso al momento e, siamo sinceri, è quello che richiede più lavoro a causa dei continui cambiamenti di Mastodon e dei social media. Se ti stai divertendo ad usare Ice Cubes, considera di fare un piccolo contributo. Ne sarò lieto (e contribuirà a mantenere l'app perfetta per te). 🚀"; -"settings.support.navigation-title" = "Supporta Ice Cubes"; -"settings.support.one.subtitle" = "Piccolo, ma bello, ed è pure buono!"; -"settings.support.one.title" = "🍬 Piccolo contributo"; -"settings.support.placeholder.loading-subtitle" = "Caricamento sottotitoli ..."; -"settings.support.three.subtitle" = "Sei pazzo, grazie mille!"; -"settings.support.three.title" = "🤯 Contributo generoso"; -"settings.support.two.subtitle" = "Adoro il gusto di un buon caffé ❤️"; -"settings.support.two.title" = "☕️ Contributo carino"; -"settings.support.four.title" = "👽 Contributo fuori dal mondo"; -"settings.support.four.subtitle" = "Sarà di grande aiuto per mantenere Ice Cubes in funzione!"; -"settings.support.supporter.title" = "Diventa un supporter!"; -"settings.support.supporter.subtitle" = "Inviando un contributo mensile ad Ice Cubes, diventerai un supporter, e avrai anche un badge \"verificato\" sul tuo profilo. Solo per i tuoi 👀."; -"settings.support.supporter.subscribed" = "Grazie per essere diventato un supporter Ice Cubes!"; -"settings.support.supporter.subscription-info"= "La sottoscrizione si rinnova automaticamente a meno che non venga cancellata almeno un giorno prima del prossimo rinnovo."; -"settings.support.restore-purchase.button" = "Ripristina un acquisto"; -"settings.support.restore-purchase.explanation" = "Ripristina la tua sottoscrizione da supporter se non si è sincronizzata automaticamente."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Condizioni"; -"settings.timeline.add" = "Aggiungi una timeline locale"; -"settings.title" = "Impostazioni"; -"settings.rate" = "Valuta Ice Cubes"; -"settings.section.other" = "Altro"; -"settings.other.hide-openai" = "Aiuto del 🤖"; -"settings.other.social-keyboard" = "Social keyboard"; -"settings.other.sound-effect" = "Effetti sonori"; -"settings.general.translate" = "Impostazioni di traduzione"; -"settings.translation.navigation-title" = "Traduzione"; -"settings.translation.always-deepl" = "Traduci sempre con DeepL"; -"settings.translation.auto-detect-post-language" = "Rileva automaticamente la lingua"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes cercherà di rilevare automaticamente la lingua del post che stai per pubblicare e, se necessario, ti suggerirà di aggiornare la lingua del post."; -"settings.translation.user-api-key" = "Token API DeepL"; -"settings.translation.api-key-type" = "Tipo di token"; -"settings.translation.needed-message" = "Questa funzione richiede un token API DeepL"; -"settings.general.content" = "Impostazioni dei contenuti"; -"settings.system" = "Vai alle impostazioni di sistema"; -"settings.content.navigation-title" = "Impostazioni dei contenuti"; -"settings.content.use-instance-settings" = "Utilizza le impostazioni del server"; -"settings.content.boosts" = "Boost"; -"settings.content.collapse-long-posts" = "Comprimi i post lunghi"; -"settings.content.collapse-long-posts-hint" = "I post compressi visualizzano alcune righe del contenuto assieme ad un pulsante per visualizzare tutto il post"; -"settings.content.hide-repeated-boosts" = "Nascondi i boost ripetuti"; -"settings.content.instance-settings" = "Configurazione dei contenuti del server"; -"settings.content.expand-spoilers" = "Visualizza sempre i contenuti sensibili"; -"settings.content.expand-media" = "Visualizzazione dei media"; -"settings.content.default-sensitive" = "Segnala sempre i contenuti come sensibili"; -"settings.content.default-visibility" = "Visibilità del post"; -"settings.content.default-reply-visibility" = "Visibilità delle risposte"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Mostra i tag ALT"; -"settings.content.reading" = "Lettura"; -"settings.content.posting" = "Composizione"; -"settings.content.sharing" = "Condivisione"; -"settings.content.sharing.share-button-behavior" = "Condividi il comportamento del pulsante"; -"settings.content.sharing.share-behavior.link-only" = "Solo Link"; -"settings.content.sharing.share-behavior.link-and-text" = "Link e Testo"; -"enum.expand-media.show" = "Mostra tutto"; -"enum.expand-media.hide" = "Nascondi tutto"; -"enum.expand-media.hide-sensitive" = "Nascondi media sensibili"; -"settings.push.duplicate.title" = "Notifiche duplicate"; -"settings.push.duplicate.footer" = "Ricevi notifiche duplicate? Prova questo pulsante magico per aggiustarle"; -"settings.push.duplicate.button.fix" = "🪄 Aggiusta"; -"settings.display.font" = "Font della Timeline"; -"settings.display.font.system" = "Sistema"; -"settings.display.font.custom" = "Personalizzato"; -"settings.display.font.scaling-%@" = "Dimensione del Font: %@"; -"settings.display.font.line-spacing-%@" = "Interlinea: %@"; -"settings.other.autoplay-video" = "Auto Play dei video"; -"settings.about.built-with" = "Ice Cubes utilizza i seguenti software Open Source"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Post in cache: %@"; -"settings.account.action.delete-cache" = "Cancella la cache"; - -"settings.general.haptic" = "Feedback aptico"; -"settings.haptic.navigation-title" = "Impostazioni feedback aptico"; -"settings.haptic.timeline" = "Timeline"; -"settings.haptic.tab-selection" = "Selezione Tab"; -"settings.haptic.buttons" = "Pressione dei pulsanti"; - -"settings.display.show-tab-label" = "Visualizza il nome della tab"; - -"settings.display.show-ipad-column" = "Attiva la seconda colonna"; - -"settings.general.swipeactions" = "Azioni di scorrimento"; -"settings.swipeactions.navigation-title" = "Azioni di scorrimento"; -"settings.swipeactions.primary" = "Azione primaria"; -"settings.swipeactions.secondary" = "Azione secondaria"; -"settings.swipeactions.status.action.bookmark" = "Segnalibro"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Preferito"; -"settings.swipeactions.status.action.none" = "Niente"; -"settings.swipeactions.status.action.quote" = "Cita"; -"settings.swipeactions.status.action.reply" = "Rispondi"; -"settings.swipeactions.status.explanation" = "Le azioni di swipe sono disponibili scorrendo a destra o a sinistra su un post. L'azione secondaria è disponibile solo se la primaria è impostata."; -"settings.swipeactions.status.leading" = "Scorrimento a destra"; -"settings.swipeactions.status.trailing" = "Scorrimento a sinistra"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.appearance" = "Aspetto"; -"settings.swipeactions.use-theme-colors" = "Usa i colori del tema"; -"settings.swipeactions.use-theme-colors-explanation" = "Usa i colori del tema al posto dei colori di default"; -"settings.swipeactions.icon-style" = "Stile delle icone"; - -"settings.display.section.font" = "Font"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Elimina la cache dei Media"; - -// MARK: Tabs -"tab.explore" = "Esplora"; -"tab.federated" = "Federazione"; -"tab.local" = "Locale"; -"tab.messages" = "Messaggi"; -"tab.notifications" = "Notifiche"; -"tab.settings" = "Impostazioni"; -"tab.timeline" = "Timeline"; -"tab.trending" = "Trending"; -"tab.profile" = "Profilo"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ è un'istanza valida"; -"timeline.add-remote.title" = "Aggiungi una timeline remota come locale"; -"timeline.add.action.add" = "Aggiungi"; -"timeline.filter.add-local" = "Aggiungi una timeline locale"; -"timeline.filter.lists" = "Liste"; -"timeline.filter.local" = "Timeline locali"; -"timeline.filter.tags" = "Tag seguiti"; - -"timeline.filter.tag-groups" = "Gruppi di tag"; -"timeline.filter.add-tag-groups" = "Nuovo gruppo con tag"; -"timeline.filter.edit-tag-groups" = "Modifica un gruppo di tag"; - - -// MARK: Package: AppAccount -"app-account.button.add" = "Aggiungi account"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Aggiungi/Rimuovi dalla lista"; -"account.action.edit-info" = "Modifica informazioni"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Menziona"; -"account.action.message" = "Messaggio"; -"account.action.notify-enable" = "Abilita le notifiche"; -"account.action.notify-disable" = "Disabilita le notifiche"; -"account.action.reboosts-show" = "Mostra i boost"; -"account.action.reboosts-hide" = "Nascondi i boost"; -"account.action.block" = "Blocca"; -"account.action.unblock" = "Sblocca"; -"account.action.mute" = "Silenzia"; -"account.action.unmute" = "Sblocca"; -"account.action.share" = "Condividi account"; -"account.boosted-by" = "Condiviso da"; -"account.detail.about" = "Informazioni"; -"account.detail.familiar-followers" = "Seguito anche da"; -"account.detail.n-fields %lld" = "%lld campi"; -"account.detail.featured-tags-n-posts %lld" = "%lld post"; -"account.edit.about" = "Informazioni"; -"account.edit.account-settings.bot" = "Account gestito da un bot"; -"account.edit.account-settings.discoverable" = "Indicizzabile"; -"account.edit.account-settings.private" = "Privato"; -"account.edit.account-settings.section-title" = "Impostazioni account"; -"account.edit.display-name" = "Nome visibile"; -"account.edit.error.save.message" = "Errore durante il salvataggio del tuo profilo, riprova di nuovo."; -"account.edit.error.save.title" = "Errore durante il salvataggio del tuo profilo"; -"account.edit.navigation-title" = "Modifica profilo"; -"account.edit.post-settings.privacy" = "Privacy di default"; -"account.edit.post-settings.section-title" = "Impostazioni post"; -"account.edit.post-settings.sensitive" = "Contenuto sensibile"; - -"account.edit.metadata-section-title" = "Metadati del profilo"; -"account.edit.metadata-name-placeholder" = "Etichetta"; -"account.edit.metadata-value-placeholder" = "Contenuto"; -"account.edit.add-metadata-button" = "Aggiungi un nuovo contenuto"; - -"account.favorited-by" = "Tra i preferiti di"; -"account.follow.follow" = "Segui"; -"account.follow.following" = "Segui già"; -"account.follow.requested" = "Richiesto"; -"account.follow-request.accept" = "Accetta"; -"account.follow-request.reject" = "Rifiuta"; -"account.follow-requests.pending-requests" = "Richieste in attesa"; -"account.follow-requests.instructions" = "Questi utenti non vedranno i tuoi post finché non li accetterai."; -"account.followers" = "Seguito da"; -"account.following" = "Seguiti"; -"account.list.create" = "Crea una nuova lista"; -"account.list.create.confirm" = "Crea lista"; -"account.list.create.description" = "Inserisci il nome della lista"; -"account.list.delete" = "Cancella lista"; -"account.list.name" = "Nome della lista"; -"account.post.pinned" = "Post fissato"; -"account.posts" = "Post"; -"account.relation.follows-you" = "Ti segue"; -"account.joined" = "utente dal"; -"account.action.logout" = "Esci dall'account"; -"account.action.edit-filters" = "Modifica i Filtri"; -"account.action.more" = "Altre impostazioni"; - -"account.relation.note.edit" = "Modifica nota"; -"account.relation.note.edit.placeholder" = "Inserisci il testo della nota"; -"account.relation.note.edit.error.save.message" = "Errore durante il salvataggio della nota. Riprova, per favore."; -"account.relation.note.edit.error.save.title" = "Errore durante il salvataggio della nota"; -"account.relation.note.label" = "Nota:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Cancella"; -"conversations.action.mark-read" = "Segna come letto"; -"conversations.action.view-detail" = "Vedi i dettagli"; -"conversations.empty.message" = "Hey, qui troverai tutti i tuoi messaggi diretti e le menzioni private. 📱❤️"; -"conversations.empty.title" = "Nessuna posta in arrivo"; -"conversations.error.button" = "Riprova"; -"conversations.error.message" = "Errore durante il recupero dei tuoi messaggi"; -"conversations.error.title" = "Si è verificato in errore"; -"conversations.navigation-title" = "Messaggi diretti"; -"conversations.new.message.placeholder" = "Nuovo messaggio"; -"conversations.latest.message" = "Ultimo messaggio"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld post da %lld partecipanti"; -"design.theme.navigation-title" = "Temi"; -"design.theme.toots-preview" = "Anteprima dei Toot"; - -// MARK: Package: Explore -"explore.navigation-title" = "Esplora"; -"explore.search.message-%@" = "Da questo pannello puoi cercare tutto su %@"; -"explore.search.prompt" = "Cerca utenti, post e tag"; -"explore.search.title" = "Cerca nella tua istanza"; -"explore.search.empty.message" = "Mi dispiace ma la richiesta non ha prodotto risultati"; -"explore.search.empty.title" = "Nessun risultato"; -"explore.section.posts" = "Post"; -"explore.section.suggested-users" = "Utenti suggeriti"; -"explore.section.tags" = "Tag"; -"explore.section.trending.links" = "Link in tendenza"; -"explore.section.trending.posts" = "Post in tendenza"; -"explore.section.trending.tags" = "Tag in tendenza"; -"explore.section.users" = "Utenti"; -"explore.scope.all" = "Tutto"; -"explore.scope.people" = "Persone"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Post"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Voto singolo"; -"env.poll-vote-frequency.multiple" = "Voto multiplo"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Aggiungi/Rimuovi %@"; -"lists.create" = "Crea una nuova lista"; -"lists.create.confirm" = "Crea lista"; -"lists.edit.users-in-list" = "Utenti in questa lista"; -"lists.name" = "Nome della lista"; -"lists.name.message" = "Inserisci il nome della tua lista"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Notifiche? Quali notifiche? La tua casella delle notifiche è vuota. Continua così! 📱😎"; -"notifications.empty.title" = "Nessuna notifica"; -"notifications.error.message" = "Si è verificato un errore durante il caricamento delle notifiche, per favore riprova più tardi."; -"notifications.error.title" = "Si è verificato un errore"; -"notifications.label.favorite %lld" = "ha apprezzato il tuo post"; -"notifications.label.follow %lld" = "ti segue"; -"notifications.label.follow-request" = "ha chiesto di seguirti"; -"notifications.label.mention %lld" = "ti ha menzionato"; -"notifications.label.poll" = "votazione conclusa"; -"notifications.label.reblog %lld" = "ha condiviso"; -"notifications.label.status" = "ha pubblicato uno stato"; -"notifications.label.update" = "ha modificato un post"; -"notifications.menu-title.favorite" = "Preferiti"; -"notifications.menu-title.follow" = "Chi segui"; -"notifications.menu-title.follow-request" = "Richieste di amicizia"; -"notifications.menu-title.mention" = "Menzioni"; -"notifications.menu-title.poll" = "Sondaggi"; -"notifications.menu-title.reblog" = "Condivisioni"; -"notifications.menu-title.status" = "Post"; -"notifications.menu-title.update" = "Post modificati"; -"notifications.navigation-title" = "Tutte le notifiche"; -"notifications.tab.all" = "Tutto"; -"notifications.tab.mentions" = "Menzioni"; - -"notifications.label.status.push" = "🖊️ ha inviato: "; -"notifications.label.reblog.push" = "🚀 ha condiviso: "; -"notifications.label.follow.push" = "👋 ti segue: "; -"notifications.label.follow-request.push" = "🔒 ha richiesto di seguirti: "; -"notifications.label.favorite.push" = "⭐️ ha inserito nei preferiti: "; -"notifications.label.poll.push" = "📈 Sondaggio chiuso: "; -"notifications.label.update.push" = "ha aggiornato: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federazione"; -"timeline.latest" = "Vai all'ultimo post"; -"timeline.home" = "Home"; -"timeline.local" = "Locale"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld post recenti da %lld partecipanti"; -"timeline.trending" = "Trending"; -"timeline.add.url" = "URL dell'istanza"; - -// MARK: Package: Status -"status.action.translate" = "Traduci"; -"status.action.translated-label-%@" = "Tradotto usando %@"; -"status.action.translated-label-from-%@-%@" = "Tradotto da %@ usando %@"; -"status.action.bookmark" = "Salva nei segnalibri"; -"status.action.boost" = "Boost"; -"status.action.boost-to-followers" = "Condividi con i followers"; -"status.action.copy-text" = "Copia il testo"; -"status.action.copy-link" = "Copia il link"; -"status.action.delete" = "Elimina"; -"status.action.delete.confirm.title" = "Richiesta di conferma"; -"status.action.delete.confirm.message" = "Sei sicuro di voler cancellare questo post?"; -"status.action.edit" = "Modifica"; -"status.action.favorite" = "Apprezza"; -"status.action.mention" = "Menziona"; -"status.action.message" = "Invia messaggio"; -"status.action.pin" = "Fissa"; -"status.action.post" = "Invia"; -"status.action.quote" = "Cita il post"; -"status.action.reply" = "Rispondi"; -"status.action.section.your-post" = "I tuoi post"; -"status.action.share" = "Condividi questo post"; -"status.action.share-link" = "Condividi il link del post"; -"status.action.share-image" = "Condividi il post come immagine"; -"status.action.share-title" = "Condividi"; -"status.action.unbookmark" = "Rimuovi il segnalibro"; -"status.action.unboost" = "Rimuovi il boost"; -"status.action.unfavorite" = "Rimuovi l'apprezzamento"; -"status.action.unpin" = "Non fissare"; -"status.action.view-in-browser" = "Mostra nel Browser"; -"status.card.share" = "Condividi questo link"; -"status.card.copy" = "Copia questo link"; -"status.draft.delete" = "Cancella la bozza"; -"status.draft.save" = "Salva la bozza"; -"status.editor.ai-prompt.correct" = "Correggi il testo"; -"status.editor.ai-prompt.add-tags" = "Aggiungi #Hashtag al testo"; -"status.editor.ai-prompt.insert-tags" = "Aggiungi #Hashtag dopo il testo"; -"status.editor.ai-prompt.emphasize" = "Enfatizza il testo"; -"status.editor.ai-prompt.fit" = "Accorcia il testo"; -"status.editor.description.add" = "Aggiungi la descrizione"; -"status.editor.description.edit" = "Modifica la descrizione"; -"status.editor.drafts.navigation-title" = "Bozze"; -"status.editor.emojis.navigation-title" = "Emoji Personalizzate"; -"status.editor.error.upload" = "Errore durante il caricamento"; -"status.editor.language-select.navigation-title" = "Scegli la lingua"; -"status.editor.language-select.recently-used" = "Usato recentemente"; -"status.editor.language-select.confirmation.detected-%@" = "Pubblica in %@ (Lingua rilevata)"; -"status.editor.language-select.confirmation.selected-%@" = "Pubblica in %@ (Lingua selezionata)"; -"status.editor.media.edit-image" = "Modifica l'immagine"; -"status.editor.media.image-description" = "Descrizione dell'immagine"; -"status.editor.mode.edit" = "Modifica post"; -"status.editor.mode.new" = "Nuovo post"; -"status.editor.mode.quote-%@" = "Citazione di %@"; -"status.editor.mode.reply-%@" = "In risposta a %@"; -"status.editor.restore-previous" = "Ripristina il testo precedente"; -"status.editor.spoiler" = "Testo spoiler"; -"status.editor.text.placeholder" = "A cosa stai pensando?"; -"status.editor.visibility" = "Visibilità del post"; -"status.editor.photo-library" = "Libreria foto"; -"status.editor.camera-picker" = "Scatta una foto"; -"status.editor.browse-file" = "Sfoglia file"; -"status.error.loading.message" = "Si è verificato un errore durante il caricamento dei post, per favore prova più tardi."; -"status.error.message" = "Si è verificato un errore durante il caricamento del post, per favore prova più tardi."; -"status.error.title" = "Si è verificato un errore"; -"status.error.posting.title" = "Errore nella pubblicazione"; -"status.filter.filtered-by-%@" = "Filtrato da: %@"; -"status.filter.show-anyway" = "Mostra comunque"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Mostra il contenuto"; -"status.media.contextmenu.copy" = "Copia immagine"; -"status.media.contextmenu.save" = "Salva immagine"; -"status.media.contextmenu.share" = "Condividi questa immagine"; -"status.media.contextmenu.view-browser" = "Visualizza nel browser"; -"status.media.sensitive.show" = "Mostra i contenuti sensibili"; -"status.poll.n-votes %lld" = "%lld voti"; -"status.poll.n-votes-voters %lld %lld" = "%lld voti da %lld persone"; -"status.poll.closed" = "Chiuso"; -"status.poll.closes-in %@" = "Si chiude in %@"; -"status.poll.duration" = "Durata del sondaggio"; -"status.poll.frequency" = "Frequenza di voto"; -"status.poll.option-n %lld" = "Opzione %lld"; -"status.poll.send" = "Invia il voto"; -"status.post-from-%@" = "Post da %@"; -"status.row.was-boosted" = "ha condiviso"; -"status.row.was-reply" = "Risposta per"; -"status.row.you-boosted" = "Tu hai condiviso"; -"status.show-less" = "Mostra meno"; -"status.show-more" = "Mostra di più"; -"status.show-full-post" = "Mostra il post completo"; -"status.summary.at-time" = " alle "; -"status.summary.edited-time" = "Ultima modifica: "; -"status.summary.n-replies %lld" = "%lld risposte"; -"status.summary.n-boosts %lld" = "%lld boost"; -"status.summary.n-favorites %lld" = "%lld preferiti"; -"status.summary.edit-history" = "Modifica cronologia"; -"status.visibility.direct" = "Privato"; -"status.visibility.follower" = "Solo ai follower"; -"status.visibility.public" = "A tutti"; -"status.visibility.unlisted" = "Ai non appartenenti alle liste"; - -// MARK: Filters -"filter.new" = "Nuovo filtro"; -"filter.filters" = "Filtri"; -"filter.edit.title" = "Titolo del filtro"; -"filter.edit.keywords" = "Parole chiave del filtro"; -"filter.edit.keywords.add" = "Nuova parola chiave"; -"filter.edit.contexts" = "Dove applicare il filtro"; -"filter.edit.action" = "Azione del filtro"; -"filter.edit.expiry" = "Scadenza"; -"filter.edit.expiry.date-time" = "Data/Orario"; -"filter.edit.expiry.duration" = "Durata"; -"account.action.edit-filters" = "Modifica filtri"; -"filter.contexts.home" = "Nella Home e nelle liste"; -"filter.contexts.notifications" = "Nelle notifiche"; -"filter.contexts.public" = "Nelle timeline pubbliche"; -"filter.contexts.conversations" = "Nelle conversazioni"; -"filter.contexts.profiles" = "Nei profili"; -"filter.action.warning" = "Nascondi con un avviso"; -"filter.action.hide" = "Nascondi completamente"; -"filter.expired" = "Scaduto"; -"filter.expiry-%@" = "Scadenza: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Allega foto"; -"accessibility.editor.button.poll" = "Sondaggio"; -"accessibility.editor.button.spoiler" = "Avviso di Spoiler"; -"accessibility.editor.button.drafts" = "Bozze"; -"accessibility.editor.button.custom-emojis" = "Emoji personalizzate"; -"accessibility.editor.button.language" = "Lingua"; -"accessibility.editor.button.ai-prompt" = "Suggerimento IA"; -"accessibility.editor.button.characters-remaining" = "Caratteri rimanenti"; -"accessibility.editor.privacy.label" = "Visibilità"; -"accessibility.editor.privacy.hint" = "Modifica il pubblico del post."; -"accessibility.tabs.timeline.add-account" = "Aggiungi account"; -"accessibility.tabs.timeline.new-post.label" = "Componi"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Nuovo"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Crea"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld nuovi post"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scorri la cronologia."; -"accessibility.tabs.timeline.content-link-%@" = "Apri %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Account"; -"accessibility.app-account.selector.accounts.hint" = "Apri il selettore dei suggerimenti."; -"accessibility.tabs.profile.options.label" = "Opzioni"; -"accessibility.tabs.profile.options.inputLabel1" = "Impostazioni"; -"accessibility.tabs.profile.options.inputLabel2" = "Di più"; -"accessibility.tabs.profile.user-avatar.label" = "Foto profilo"; -"accessibility.tabs.profile.user-avatar.hint" = "Visualizza una versione più grande."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Sostenitore"; -"accessibility.tabs.profile.user.account-bot.label" = "Account bot"; -"accessibility.tabs.profile.user.account-blocked.label" = "Bloccato"; -"accessibility.tabs.profile.user.account-muted.label" = "Mutato"; -"accessibility.tabs.profile.user.account-private.label" = "Account privato"; -"accessibility.tabs.profile.header-image.label" = "Intestazione dell'immagine"; -"accessibility.tabs.profile.header-image.hint" = "Visualizza una versione più grande."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Naviga nelle liste."; -"accessibility.tabs.profile.follower-count.hint" = "Naviga nelle liste."; -"accessibility.tabs.profile.picker.statuses" = "Post"; -"accessibility.tabs.profile.picker.favorites" = "Preferiti"; -"accessibility.tabs.profile.picker.bookmarks" = "Segnalibri"; -"accessibility.tabs.profile.picker.followed-tags" = "Tag"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Post e risposte"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Liste"; -"accessibility.tabs.profile.user-notifications.label" = "Ricevi notifiche"; -"accessibility.tabs.profile.user-reblogs.label" = "Mostra boost"; -"accessibility.tabs.profile.fields.verified.label" = "Verificato"; -"accessibility.tabs.profile.fields.container.label" = "Campi definiti dall'utente"; -"accessibility.status.spoiler-full-content" = "Contenuto completo"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boost %@"; -"accessibility.status.a-replied-to-%@" = "%@ ha risposto a"; -"accessibility.image.alt-text-%@" = "Descrizione dell'immagine: %@"; -"accessibility.image.alt-text-more.label" = "Altra descrizione disponibile"; -"accessibility.tabs.messages.unread.label" = "Non letto"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Opzione %lld di %lld"; -"accessibility.status.poll.active.label" = "Sondaggio attivo"; -"accessibility.status.poll.finished.label" = "Risultati del sondaggio"; -"accessibility.status.poll.selected.label" = "Selezionato"; -"accessibility.media.supported-type.image.label" = "Immagine"; -"accessibility.media.supported-type.gifv.label" = "Gif animata"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contiene %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Visualizzatore multimediale"; - -// MARK: Report -"report.comment.placeholder" = "Informazioni aggiuntive"; -"report.title" = "Segnala il messaggio"; -"report.action.send" = "Invia"; -"status.action.report" = "Segnala il messaggio"; - -"tag.suggested.mentions-%lld" = "%lld menzioni"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Titolo del gruppo"; -"add-tag-groups.edit.icon.field" = "Icona del gruppo (nome simbolo SF)"; -"add-tag-groups.edit.tags" = "Tag aggiunti al gruppo"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings deleted file mode 100644 index c8142726..00000000 --- a/IceCubesApp/Resources/Localization/ja.lproj/Localizable.strings +++ /dev/null @@ -1,610 +0,0 @@ -// MARK: Common strings -"action.cancel" = "キャンセル"; -"action.delete" = "削除"; -"action.save" = "保存"; -"action.done" = "完了"; -"action.retry" = "リトライ"; -"action.view.error" = "閲覧エラー"; - -"alert.button.ok" = "OK"; -"alert.error" = "エラー!"; - -"placeholder.loading.long" = "Loading, loading, loading ..."; -"placeholder.loading.short" = "Loading ..."; - -"see-more" = "詳細を見る"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "このインスタンスは現在サポートされていません"; -"account.add.navigation-title" = "アカウントの追加"; -"account.add.sign-in" = "サインイン"; - -// MARK: Enums -"enum.avatar-position.leading" = "水平方向に先頭"; -"enum.avatar-position.top" = "垂直方向に先頭"; -"enum.avatar-shape.circle" = "円形"; -"enum.avatar-shape.rounded" = "角丸"; -"enum.durations.infinite" = "無期限"; -"enum.durations.custom" = "カスタム"; -"enum.durations.fiveMinutes" = "5分間"; -"enum.durations.thirtyMinutes" = "30分間"; -"enum.durations.oneHour" = "1時間"; -"enum.durations.sixHours" = "6時間"; -"enum.durations.twelveHours" = "12時間"; -"enum.durations.oneDay" = "1日間"; -"enum.durations.threeDays" = "3日間"; -"enum.durations.sevenDays" = "7日間"; -"enum.status-actions-display.all" = "すべて表示"; -"enum.status-actions-display.no-buttons" = "ボタン無し"; -"enum.status-actions-display.only-buttons" = "ボタンのみ"; -"enum.status-display-style.compact" = "縮小"; -"enum.status-display-style.large" = "拡大"; -"enum.status-display-style.medium" = "標準"; -"enum.swipeactions.icon-with-text" = "アイコンと文字"; -"enum.swipeactions.icon-only" = "アイコンのみ"; - -// MARK: Instances -"instance.info.domains" = "ドメイン"; -"instance.info.email" = "メールアドレス"; -"instance.info.name" = "名前"; -"instance.info.navigation-title" = "インスタンス情報"; -"instance.info.posts" = "投稿数"; -"instance.info.section.info" = "インスタンス情報"; -"instance.info.section.rules" = "インスタンスのルール"; -"instance.info.users" = "ユーザー数"; -"instance.info.version" = "バージョン"; -"instance.list.posts-%@" = "%@ 投稿"; -"instance.list.users-%@" = "%@ ユーザー"; -"instance.suggestions" = "こちらかも?"; -"instance.url" = "インスタンスのURL"; - -// MARK: Menu -"menu.new-post" = "新しい投稿"; -"menu.font" = "フォント"; -"menu.font.bigger" = "拡大"; -"menu.font.smaller" = "縮小"; - -// MARK: Settings -"settings.account.add" = "アカウントの追加"; -"settings.app.icon" = "アプリアイコン"; -"settings.app.icon.navigation-title" = "アイコン"; -"settings.app.icon.official" = "公式アイコン"; -"settings.app.icon.designed-by" = "アイコンの作者:"; -"settings.app.source" = "ソース (GitHub link)"; -"settings.app.support" = "アプリを支援する"; -"settings.app.about" = "アプリについて"; -"settings.display.example-toot" = "投稿の例"; -"settings.display.font" = "タイムラインのフォント"; -"settings.display.font.system" = "システムフォント"; -"settings.display.font.custom" = "カスタム"; -"settings.display.font.scaling-%@" = "フォントサイズ: %@"; -"settings.display.font.line-spacing-%@" = "行間: %@"; -"settings.display.avatar.position" = "アバターの位置"; -"settings.display.avatar.shape" = "アバターの形"; -"settings.display.full-username" = "完全なユーザー名を表示"; -"settings.display.navigation-title" = "表示設定"; -"settings.display.restore" = "デフォルトに戻す"; -"settings.display.section.display" = "表示"; -"settings.display.section.theme" = "テーマ"; -"settings.display.colors.apply" = "カスタムカラーを適用"; -"settings.display.section.theme.footer" = "カスタムカラーはシステム配色との一致が無効の場合のみ設定可能です"; -"settings.display.status.action-buttons" = "アクションボタン"; -"settings.display.status.media-style" = "メディアスタイル"; -"settings.display.translate-button" = "翻訳ボタンの表示"; -"settings.display.pending-at-bottom" = "画面下に未読ボタンを表示する"; -"settings.display.theme.background" = "バックグラウンドカラー"; -"settings.display.theme.secondary-background" = "アクセントカラー"; -"settings.display.theme.text-color" = "テキストカラー"; -"settings.display.theme.tint" = "色合い"; -"settings.display.theme.systemColor" = "システムに合わせる"; -"settings.general.browser" = "ブラウザ"; -"settings.general.browser.in-app" = "アプリ内ブラウザ"; -"settings.general.browser.in-app.readerview" = "アプリ内ブラウザ リーダービュー"; -"settings.general.browser.system" = "システム既定のブラウザ"; -"settings.general.display" = "表示設定"; -"settings.general.instance" = "インスタンス情報"; -"settings.general.push-notifications" = "プッシュ通知"; -"settings.general.remote-timelines" = "リモートローカルタイムライン"; -"settings.push.boosts" = "ブースト"; -"settings.push.favorites" = "お気に入り"; -"settings.push.follows" = "フォロー"; -"settings.push.main-toggle" = "プッシュ通知"; -"settings.push.main-toggle.description" = "新着アクティビティをプッシュ通知で受け取る"; -"settings.push.mentions" = "返信"; -"settings.push.navigation-title" = "プッシュ通知"; -"settings.push.new-posts" = "新着投稿"; -"settings.push.polls" = "投票結果"; -"settings.general.content" = "コンテンツ設定"; -"settings.system" = "システム設定"; -"settings.content.navigation-title" = "コンテンツ設定"; -"settings.content.boosts" = "ブースト"; -"settings.content.collapse-long-posts" = "長い投稿を折りたたむ"; -"settings.content.collapse-long-posts-hint" = "折りたたまれた投稿には、限られた数の行のみが表示され、投稿全体を表示するボタンが表示されます"; -"settings.content.hide-repeated-boosts" = "度重なるブーストを隠す"; -"settings.content.instance-settings" = "サーバーコンテンツ設定"; -"settings.content.use-instance-settings" = "サーバー設定を使用する"; -"settings.content.expand-spoilers" = "センシティブな投稿を常に表示する"; -"settings.content.expand-media" = "メディア表示"; -"settings.content.default-sensitive" = "常にメディアをセンシティブなものとしてマークする"; -"settings.content.default-visibility" = "投稿の可視化"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "メディア"; -"settings.content.media.show.alt" = "注釈を表示"; -"settings.content.reading" = "リーディング"; -"settings.content.posting" = "ポスティング"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "共有ボタンの動作"; -"settings.content.sharing.share-behavior.link-only" = "リンクのみ"; -"settings.content.sharing.share-behavior.link-and-text" = "リンクとテキスト"; -"enum.expand-media.show" = "全て表示"; -"enum.expand-media.hide" = "全て隠す"; -"enum.expand-media.hide-sensitive" = "センシティブなものは隠す"; -"settings.section.accounts" = "アカウント"; -"settings.section.app" = "アプリ"; -"settings.section.app.footer %@" = "バージョン: %@"; -"settings.section.general" = "一般"; -"settings.support.alert.error.message" = "アプリ内課金の処理に失敗しました、もう一度試してください"; -"settings.support.alert.message" = "チップをありがとう、あなたに感謝します!"; -"settings.support.alert.title" = "ありがとうございます!"; -"settings.support.message-from-dev" = "こんにちは。オープンソースのアプリを作るのが大好きなThomasです。Ice Cubesは、私の最も得意とするプロジェクトの1つではありますが、Mastodonやソーシャルメディアが常に変化しているため、多くのメンテナンスが必要なプロジェクトでもあります。もし、あなたがIce Cubesを楽しんでいるなら、私宛にちょっとしたチップを投げ入れてください。アプリを円滑に運営することができます。🚀"; -"settings.support.navigation-title" = "Ice Cubesを支援する"; -"settings.support.one.subtitle" = "小さいけど、かわいいし、味も美味しい!"; -"settings.support.one.title" = "🍬 心ばかりのチップ"; -"settings.support.placeholder.loading-subtitle" = "見出しを読み込み中..."; -"settings.support.three.subtitle" = "おいおい正気か!本当にありがとうございます!"; -"settings.support.three.title" = "🤯 太っ腹なチップ"; -"settings.support.two.subtitle" = "おしゃれなコーヒーの味は最高です ❤️"; -"settings.support.two.title" = "☕️ ナイスチップ"; -"settings.support.four.title" = "👽 お前は一体誰なんだ"; -"settings.support.four.subtitle" = "Ice Cubesの運営に大きく貢献することでしょう!"; -"settings.support.supporter.title" = "サポーターになろう!"; -"settings.support.supporter.subtitle" = "Ice Cubesに毎月のヒントを提供することで、あなたはサポーターになり、プロフィールに認証済みのバッジを取得することもできます。👀 あなた専用です。"; -"settings.support.supporter.subscribed" = "Ice Cubesサポーターになってくれてありがとう!"; -"settings.support.supporter.subscription-info"= "サブスクリプションは、次の更新サイクルの前日にキャンセルしない限り、自動的に更新されます。"; -"settings.support.restore-purchase.button" = "購入を復元"; -"settings.support.restore-purchase.explanation" = "自動的に同期されていない場合は、サポーターサブスクリプションを復元します。"; -"settings.support.privacy-policy" = "プライバシーポリシー"; -"settings.support.terms-of-use" = "利用規約"; -"settings.timeline.add" = "ローカルタイムラインの追加"; -"settings.title" = "設定"; -"settings.rate" = "Ice Cubesを評価する"; -"settings.section.other" = "その他"; -"settings.other.hide-openai" = "AI支援機能の有効化"; -"settings.other.social-keyboard" = "ソーシャルメディア向けキーボードの有効化"; -"settings.other.sound-effect" = "サウンドエフェクトを有効化"; -"settings.general.translate" = "翻訳設定"; -"settings.translation.navigation-title" = "翻訳設定"; -"settings.translation.always-deepl" = "DeepLを使用して常に翻訳する"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL APIキー"; -"settings.translation.api-key-type" = "キーのタイプ"; -"settings.translation.needed-message" = "この機能には DeepL APIキーが必要です"; -"settings.push.duplicate.title" = "重複通知修正ツール"; -"settings.push.duplicate.footer" = "重複して通知を受け取っていませんか?修正するためにこの魔法のボタンを試してみて"; -"settings.push.duplicate.button.fix" = "🪄 修正する"; -"settings.other.autoplay-video" = "動画の自動再生"; -"settings.about.built-with" = "Ice Cubesは以下のオープンソースソフトウェアで構築されています:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "キャッシュしているポスト: %@"; -"settings.account.action.delete-cache" = "キャッシュをクリア"; - -"settings.general.haptic" = "触覚フィードバック"; -"settings.haptic.navigation-title" = "触覚設定"; -"settings.haptic.timeline" = "タイムライン"; -"settings.haptic.tab-selection" = "タブセレクト"; -"settings.haptic.buttons" = "ボタン操作時"; - -"settings.display.show-tab-label" = "タブ名を表示"; - -"settings.display.show-ipad-column" = "セカンドカラムを有効にする"; - -"settings.general.swipeactions" = "スワイプ操作"; -"settings.swipeactions.appearance" = "外観"; -"settings.swipeactions.navigation-title" = "スワイプ操作"; -"settings.swipeactions.primary" = "メイン操作"; -"settings.swipeactions.secondary" = "サブ操作"; -"settings.swipeactions.status.action.bookmark" = "ブックマーク"; -"settings.swipeactions.status.action.boost" = "ブースト"; -"settings.swipeactions.status.action.favorite" = "お気に入り"; -"settings.swipeactions.status.action.none" = "未定義"; -"settings.swipeactions.status.action.quote" = "引用"; -"settings.swipeactions.status.action.reply" = "返信"; -"settings.swipeactions.status.explanation" = "スワイプ操作は、投稿を左右にスワイプすると使用できます。サブ操作は、メイン操作が設定されている場合にのみ使用できます。"; -"settings.swipeactions.status.leading" = "右にスワイプ"; -"settings.swipeactions.status.trailing" = "左にスワイプ"; -"settings.swipeactions.status" = "投稿"; -"settings.swipeactions.use-theme-colors" = "テーマ色を使う"; -"settings.swipeactions.use-theme-colors-explanation" = "デフォルトの色の代わりにテーマの色を使用する"; -"settings.swipeactions.icon-style" = "アイコンスタイル"; - -"settings.display.section.font" = "フォント"; - -"settings.section.cache" = "キャッシュ"; -"settings.cache-media.clear" = "メディアキャッシュをクリア"; - -// MARK: Tabs -"tab.explore" = "探索"; -"tab.federated" = "連合"; -"tab.local" = "ローカル"; -"tab.messages" = "メッセージ"; -"tab.notifications" = "通知"; -"tab.settings" = "設定"; -"tab.timeline" = "タイムライン"; -"tab.trending" = "トレンド"; -"tab.profile" = "プロフィール"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ は有効なインスタンスです"; -"timeline.add-remote.title" = "リモートローカルタイムラインの追加"; -"timeline.add.action.add" = "追加"; -"timeline.filter.add-local" = "ローカルタイムラインの追加"; -"timeline.filter.lists" = "リスト"; -"timeline.filter.local" = "ローカルタイムライン"; -"timeline.filter.tags" = "フォローしたタグ"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "アカウントの追加"; - -// MARK: Package: Account -"account.action.add-remove-list" = "リストへの追加/削除"; -"account.action.edit-info" = "プロフィールを編集"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "返信"; -"account.action.message" = "メッセージ"; -"account.action.notify-enable" = "通知を有効にする"; -"account.action.notify-disable" = "通知を無効にする"; -"account.action.reboosts-show" = "ブーストを表示する"; -"account.action.reboosts-hide" = "ブーストを表示しない"; -"account.action.block" = "ブロック"; -"account.action.unblock" = "ブロック解除"; -"account.action.mute" = "ミュート"; -"account.action.unmute" = "ミュート解除"; -"account.action.share" = "このアカウントを共有する"; -"account.boosted-by" = "ブーストしました"; -"account.detail.about" = "詳細"; -"account.detail.familiar-followers" = "知っているかも"; -"account.detail.n-fields %lld" = "%lld カラム"; -"account.detail.featured-tags-n-posts %lld" = "%lld 投稿"; -"account.edit.about" = "詳細"; -"account.edit.account-settings.bot" = "Botアカウント"; -"account.edit.account-settings.discoverable" = "誰でも見れる"; -"account.edit.account-settings.private" = "プライベート"; -"account.edit.account-settings.section-title" = "アカウント設定"; -"account.edit.display-name" = "表示名"; -"account.edit.error.save.message" = "プロフィールの保存中にエラーが発生しました、もう一度試してください"; -"account.edit.error.save.title" = "プロフィールの保存中にエラーが発生しました"; -"account.edit.navigation-title" = "プロフィールを編集"; -"account.edit.post-settings.privacy" = "デフォルトのプライバシー"; -"account.edit.post-settings.section-title" = "投稿設定"; -"account.edit.post-settings.sensitive" = "センシティブな内容"; - -"account.edit.metadata-section-title" = "プロフィール情報"; -"account.edit.metadata-name-placeholder" = "ラベル"; -"account.edit.metadata-value-placeholder" = "内容"; -"account.edit.add-metadata-button" = "情報を追加"; - -"account.favorited-by" = "お気に入りされた"; -"account.follow.follow" = "フォロー"; -"account.follow.following" = "フォロー中"; -"account.follow.requested" = "リクエストしました"; -"account.follow-request.accept" = "承認"; -"account.follow-request.reject" = "拒否"; -"account.follow-requests.pending-requests" = "リクエスト申請中"; -"account.follow-requests.instructions" = "これらのユーザーはあなたが承認するまで、あなたの投稿を見ることはできません"; -"account.followers" = "フォロワー"; -"account.following" = "フォロー中"; -"account.list.create" = "新しいリストを作成"; -"account.list.create.confirm" = "リストを作成"; -"account.list.create.description" = "リストの名前を入力"; -"account.list.delete" = "リストを削除"; -"account.list.name" = "リストの名前"; -"account.post.pinned" = "固定した投稿"; -"account.posts" = "投稿"; -"account.relation.follows-you" = "フォローされています"; -"account.joined" = "登録日"; -"account.action.logout" = "アカウントをログアウトする"; -"account.action.more" = "その他の設定"; - -"account.relation.note.edit" = "ノートを編集"; -"account.relation.note.edit.placeholder" = "ノートを入力"; -"account.relation.note.edit.error.save.message" = "ノートの保存中にエラーが発生しました、もう一度お試しください。"; -"account.relation.note.edit.error.save.title" = "ノートの保存中にエラーが発生しました"; -"account.relation.note.label" = "ノート:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "削除"; -"conversations.action.mark-read" = "既読にする"; -"conversations.action.view-detail" = "詳細を見る"; -"conversations.empty.message" = "ソーシャルメディアへの愛をお探しですか?ダイレクトメッセージやプライベートメッセージはすべてここにあります、ハッピーメッセージ! 📱❤️"; -"conversations.empty.title" = "受信トレイ・ゼロ"; -"conversations.error.button" = "リトライ"; -"conversations.error.message" = "メッセージの読み込み中にエラーが発生しました"; -"conversations.error.title" = "エラーが発生しました"; -"conversations.navigation-title" = "ダイレクトメッセージ"; -"conversations.new.message.placeholder" = "新しいメッセージ"; -"conversations.latest.message" = "最新のメッセージ"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld トゥートの投稿 %lld 人が投稿している"; -"design.theme.navigation-title" = "テーマセレクト"; -"design.theme.toots-preview" = "トゥートプレビュー"; - -// MARK: Package: Explore -"explore.navigation-title" = "探索"; -"explore.search.message-%@" = "ここからあらゆるものを検索することができます %@"; -"explore.search.prompt" = "ユーザー、投稿、タグの検索"; -"explore.search.title" = "インスタンスの検索"; -"explore.search.empty.message" = "この問い合わせは検索結果を返しませんので、別の問い合わせを実行してください"; -"explore.search.empty.title" = "検索結果無し"; -"explore.section.posts" = "投稿"; -"explore.section.suggested-users" = "オススメのユーザー"; -"explore.section.tags" = "タグ"; -"explore.section.trending.links" = "人気のリンク"; -"explore.section.trending.posts" = "人気の投稿"; -"explore.section.trending.tags" = "人気のタグ"; -"explore.section.users" = "ユーザー"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "単一投票"; -"env.poll-vote-frequency.multiple" = "複数投票可"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "追加/削除 %@"; -"lists.create" = "新しいリストを作成"; -"lists.create.confirm" = "リストを作成"; -"lists.edit.users-in-list" = "このリスト内のユーザー"; -"lists.name" = "リストの名前"; -"lists.name.message" = "リストの名前を入力"; - -// MARK: Package: Notifications -"notifications.empty.message" = "通知?何の通知?通知の受信箱が空っぽに見えるよ!これからもよろしく頼むぜ! 📱😎"; -"notifications.empty.title" = "通知無し"; -"notifications.error.message" = "通知の読み込み中にエラーが発生しました、もう一度試してください"; -"notifications.error.title" = "エラーが発生しました"; -"notifications.label.favorite %lld" = "お気に入り"; -"notifications.label.follow %lld" = "フォローされました"; -"notifications.label.follow-request" = "フォローリクエストが届いています"; -"notifications.label.mention %lld" = "あなたについて言及されています"; -"notifications.label.poll" = "投票終了"; -"notifications.label.reblog %lld" = "ブーストしました"; -"notifications.label.status" = "投稿されたステータス"; -"notifications.label.update" = "編集済み"; -"notifications.menu-title.favorite" = "お気に入り"; -"notifications.menu-title.follow" = "フォロー"; -"notifications.menu-title.follow-request" = "フォローリクエスト"; -"notifications.menu-title.mention" = "返信"; -"notifications.menu-title.poll" = "投票"; -"notifications.menu-title.reblog" = "ブースト"; -"notifications.menu-title.status" = "投稿"; -"notifications.menu-title.update" = "編集済み"; -"notifications.navigation-title" = "全ての通知"; -"notifications.tab.all" = "全て"; -"notifications.tab.mentions" = "返信"; - -"notifications.label.status.push" = "🖊️ 投稿:"; -"notifications.label.reblog.push" = "🚀 ブースト:"; -"notifications.label.follow.push" = "👋 あなたをフォロー:"; -"notifications.label.follow-request.push" = "🔒 フォローリクエスト:"; -"notifications.label.favorite.push" = "⭐️ お気に入り:"; -"notifications.label.poll.push" = "📈 投票終了:"; -"notifications.label.update.push" = "更新:"; - -// MARK: Package: Timeline -"timeline.federated" = "連合"; -"timeline.latest" = "最新情報までジャンプ"; -"timeline.home" = "ホーム"; -"timeline.local" = "ローカル"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld トゥートの投稿 %lld 人が投稿している"; -"timeline.trending" = "トレンド"; -"timeline.add.url" = "インスタンスURL"; - -// MARK: Package: Status -"status.action.translate" = "翻訳"; -"status.action.translated-label-%@" = "%@ を使用して翻訳"; -"status.action.translated-label-from-%@-%@" = "%@ から %@ を使用して翻訳"; -"status.action.bookmark" = "ブックマーク"; -"status.action.boost" = "ブースト"; -"status.action.boost-to-followers" = "フォロワーにブースト"; -"status.action.copy-text" = "テキストをコピー"; -"status.action.copy-link" = "リンクをコピー"; -"status.action.delete" = "削除"; -"status.action.delete.confirm.title" = "確認"; -"status.action.delete.confirm.message" = "本当に投稿を削除しますか?"; -"status.action.edit" = "編集"; -"status.action.favorite" = "お気に入り"; -"status.action.mention" = "返信"; -"status.action.message" = "メッセージ"; -"status.action.pin" = "固定"; -"status.action.post" = "投稿"; -"status.action.quote" = "この投稿を引用する"; -"status.action.reply" = "リプライ"; -"status.action.section.your-post" = "あなたの投稿"; -"status.action.share" = "投稿を共有する"; -"status.action.share-link" = "リンクを共有する"; -"status.action.share-image" = "画像を共有する"; -"status.action.share-title" = "共有"; -"status.action.unbookmark" = "ブックマークを外す"; -"status.action.unboost" = "ブーストをやめる"; -"status.action.unfavorite" = "お気に入りから外す"; -"status.action.unpin" = "固定しない"; -"status.action.view-in-browser" = "ブラウザで見る"; -"status.card.share" = "このリンクを共有する"; -"status.card.copy" = "このリンクをコピーする"; -"status.draft.delete" = "下書きを削除"; -"status.draft.save" = "下書きを保存"; -"status.editor.ai-prompt.correct" = "テキストを修正する"; -"status.editor.ai-prompt.add-tags" = "#タグを所定の位置に追加"; -"status.editor.ai-prompt.insert-tags" = "テキストの後に#タグを追加"; -"status.editor.ai-prompt.emphasize" = "テキストを強調表示する"; -"status.editor.ai-prompt.fit" = "テキストを短くする"; -"status.editor.description.add" = "説明文を追加"; -"status.editor.description.edit" = "説明文を編集"; -"status.editor.drafts.navigation-title" = "下書き"; -"status.editor.emojis.navigation-title" = "カスタム絵文字"; -"status.editor.error.upload" = "アップロードエラー"; -"status.editor.language-select.navigation-title" = "言語設定"; -"status.editor.language-select.recently-used" = "最近使用した"; -"status.editor.language-select.confirmation.detected-%@" = "%@ で投稿(検出された言語)"; -"status.editor.language-select.confirmation.selected-%@" = "%@ で投稿(選択された言語)"; -"status.editor.media.edit-image" = "イメージの編集"; -"status.editor.media.image-description" = "イメージの説明文"; -"status.editor.mode.edit" = "投稿を編集する"; -"status.editor.mode.new" = "新しい投稿"; -"status.editor.mode.quote-%@" = "%@ を引用する"; -"status.editor.mode.reply-%@" = "%@ に返信する"; -"status.editor.restore-previous" = "前のテキストに戻す"; -"status.editor.spoiler" = "ネタバレ"; -"status.editor.text.placeholder" = "いま、何を考えているの?"; -"status.editor.visibility" = "投稿の公開範囲"; -"status.editor.photo-library" = "写真ライブラリ"; -"status.editor.browse-file" = "ファイルの参照"; -"status.error.loading.message" = "投稿の読み込み中にエラーが発生しました、もう一度試してください"; -"status.error.message" = "この投稿のコンテキストでエラーが発生しました、もう一度試してください"; -"status.error.title" = "エラーが発生しました"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "%@ :によりフィルターされました"; -"status.filter.show-anyway" = "とりあえず表示"; -"status.image.alt-text.abbreviation" = "注釈"; -"status.media.content.show" = "内容を表示"; -"status.media.contextmenu.copy" = "イメージのコピー"; -"status.media.contextmenu.save" = "イメージの保存"; -"status.media.contextmenu.share" = "イメージの共有"; -"status.media.contextmenu.view-browser" = "ブラウザで見る"; -"status.media.sensitive.show" = "センシティブな内容を表示する"; -"status.poll.n-votes %lld" = "%lld 投票"; -"status.poll.n-votes-voters %lld %lld" = "%lld 票 %lld からの投票"; -"status.poll.closed" = "投票終了"; -"status.poll.closes-in %@" = "投票終了まで %@"; -"status.poll.duration" = "投票期間"; -"status.poll.frequency" = "投票頻度"; -"status.poll.option-n %lld" = "オプション %lld"; -"status.post-from-%@" = "%@ の投稿"; -"status.poll.send" = "投票する"; -"status.row.was-boosted" = "ブーストした"; -"status.row.was-reply" = "返信"; -"status.row.you-boosted" = "ブーストしました"; -"status.show-less" = "表示項目を減らす"; -"status.show-more" = "表示項目を増やす"; -"status.show-full-post" = "投稿をすべて表示"; -"status.summary.at-time" = " "; -"status.summary.edited-time" = "最新編集日: "; -"status.summary.n-replies %lld" = "%lld 件の返信"; -"status.summary.n-boosts %lld" = "%lld ブースト"; -"status.summary.n-favorites %lld" = "%lld お気に入り"; -"status.summary.edit-history" = "編集履歴"; -"status.visibility.direct" = "指定された相手のみ"; -"status.visibility.follower" = "フォロワーのみ"; -"status.visibility.public" = "公開"; -"status.visibility.unlisted" = "未収載"; - -// MARK: Filters -"filter.new" = "新しいフィルター"; -"filter.filters" = "フィルター"; -"filter.edit.title" = "フィルタータイトル"; -"filter.edit.keywords" = "フィルターするキーワード"; -"filter.edit.keywords.add" = "新しいキーワードを追加する"; -"filter.edit.contexts" = "フィルターする文章"; -"filter.edit.action" = "フィルターする"; -"filter.edit.expiry" = "期限"; -"filter.edit.expiry.date-time" = "日付/時間"; -"filter.edit.expiry.duration" = "期間"; -"account.action.edit-filters" = "フィルターを編集する"; -"filter.contexts.home" = "ホームとリスト"; -"filter.contexts.notifications" = "通知"; -"filter.contexts.public" = "パブリックタイムライン"; -"filter.contexts.conversations" = "会話"; -"filter.contexts.profiles" = "プロフィール"; -"filter.action.warning" = "警告して非表示"; -"filter.action.hide" = "完全に非表示"; -"filter.expired" = "期限切れ"; -"filter.expiry-%@" = "有効期限: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "オン"; -"accessibility.general.toggle.off" = "オフ"; -"accessibility.editor.button.attach-photo" = "画像を添付"; -"accessibility.editor.button.poll" = "投票"; -"accessibility.editor.button.spoiler" = "ネタバレを警告"; -"accessibility.editor.button.drafts" = "下書き"; -"accessibility.editor.button.custom-emojis" = "カスタム絵文字"; -"accessibility.editor.button.language" = "言語"; -"accessibility.editor.button.ai-prompt" = "AIプロンプト"; -"accessibility.editor.button.characters-remaining" = "残り文字数"; -"accessibility.editor.privacy.label" = "可視性"; -"accessibility.editor.privacy.hint" = "投稿対象者を変更します"; -"accessibility.tabs.timeline.add-account" = "アカウントを追加"; -"accessibility.tabs.timeline.new-post.label" = "作成"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "新規"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "作成"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld 件の新しい投稿"; -"accessibility.tabs.timeline.unread-posts.hint" = "タイムラインをスクロールします。"; -"accessibility.tabs.timeline.content-link-%@" = "%@ にアクセス"; -"accessibility.tabs.timeline.content-hashtag-%@" = "ハッシュタグ %@"; -"accessibility.app-account.selector.accounts" = "アカウント"; -"accessibility.app-account.selector.accounts.hint" = "オプションシートを開きます。"; -"accessibility.tabs.profile.options.label" = "オプション"; -"accessibility.tabs.profile.options.inputLabel1" = "設定"; -"accessibility.tabs.profile.options.inputLabel2" = "その他"; -"accessibility.tabs.profile.user-avatar.label" = "プロフィール写真"; -"accessibility.tabs.profile.user-avatar.hint" = "拡大版を表示します。"; -"accessibility.tabs.profile.user-avatar.supporter.label" = "サポーター"; -"accessibility.tabs.profile.user.account-bot.label" = "ボットアカウント"; -"accessibility.tabs.profile.user.account-blocked.label" = "ブロック"; -"accessibility.tabs.profile.user.account-muted.label" = "ミュート"; -"accessibility.tabs.profile.user.account-private.label" = "プライベートアカウント"; -"accessibility.tabs.profile.header-image.label" = "ヘッダー画像"; -"accessibility.tabs.profile.header-image.hint" = "拡大版を表示します。"; -"accessibility.tabs.profile.post-count.hint" = "リストにスクロールします。"; -"accessibility.tabs.profile.following-count.hint" = "リストに移動します。"; -"accessibility.tabs.profile.follower-count.hint" = "リストに移動します。"; -"accessibility.tabs.profile.picker.statuses" = "投稿"; -"accessibility.tabs.profile.picker.favorites" = "お気に入り"; -"accessibility.tabs.profile.picker.bookmarks" = "ブックマーク"; -"accessibility.tabs.profile.picker.followed-tags" = "タグ"; -"accessibility.tabs.profile.picker.posts-and-replies" = "投稿と返信"; -"accessibility.tabs.profile.picker.media" = "メディア"; -"accessibility.tabs.profile.picker.lists" = "リスト"; -"accessibility.tabs.profile.user-notifications.label" = "通知を受け取る"; -"accessibility.tabs.profile.user-reblogs.label" = "表示ブースト"; -"accessibility.tabs.profile.fields.verified.label" = "検証済み"; -"accessibility.tabs.profile.fields.container.label" = "ユーザー定義フィールド"; -"accessibility.status.spoiler-full-content" = "全コンテンツ"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ ブースト %@"; -"accessibility.status.a-replied-to-%@" = "%@ に返信"; -"accessibility.image.alt-text-%@" = "画像の代替テキスト: %@"; -"accessibility.image.alt-text-more.label" = "より多くの代替テキストを利用できます"; -"accessibility.tabs.messages.unread.label" = "未読"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "オプション %lld / %lld"; -"accessibility.status.poll.active.label" = "アクティブな投票"; -"accessibility.status.poll.finished.label" = "投票結果"; -"accessibility.status.poll.selected.label" = "選択済み"; -"accessibility.media.supported-type.image.label" = "画像"; -"accessibility.media.supported-type.gifv.label" = "アニメーション GIF"; -"accessibility.media.supported-type.video.label" = "ビデオ"; -"accessibility.media.supported-type.audio.label" = "オーディオ"; -"accessibility.status.contains-media.label-%@" = "%@ を含む"; -"accessibility.status.application.label" = "アプリ"; -"accessibility.status.media-viewer-action.label" = "メディア ビューアを開く"; - -// MARK: Report -"report.comment.placeholder" = "追加情報"; -"report.title" = "投稿を報告"; -"report.action.send" = "送信"; -"status.action.report" = "投稿を報告"; - -"tag.suggested.mentions-%lld" = "返信:%lld"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/ko.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/ko.lproj/Localizable.strings deleted file mode 100644 index a0e77645..00000000 --- a/IceCubesApp/Resources/Localization/ko.lproj/Localizable.strings +++ /dev/null @@ -1,614 +0,0 @@ -// MARK: Common strings -"action.cancel" = "취소"; -"action.delete" = "삭제"; -"action.save" = "저장"; -"action.done" = "완료"; -"action.retry" = "다시 시도"; -"action.view.error" = "View 오류"; - -"alert.button.ok" = "확인"; -"alert.error" = "오류"; - -"placeholder.loading.long" = "로딩, 로딩, 또 로딩..."; -"placeholder.loading.short" = "로드 중..."; - -"see-more" = "더 보기"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "이 서버는 현재 지원되지 않습니다."; -"account.add.navigation-title" = "계정 추가"; -"account.add.sign-in" = "로그인"; - -// MARK: Enums -"enum.avatar-position.leading" = "본문 옆"; -"enum.avatar-position.top" = "본문 위"; -"enum.avatar-shape.circle" = "원"; -"enum.avatar-shape.rounded" = "둥근 사각형"; -"enum.durations.infinite" = "해제할 때까지"; -"enum.durations.custom" = "직접 설정"; -"enum.durations.fiveMinutes" = "5분"; -"enum.durations.thirtyMinutes" = "30분"; -"enum.durations.oneHour" = "1시간"; -"enum.durations.sixHours" = "6시간"; -"enum.durations.twelveHours" = "12시간"; -"enum.durations.oneDay" = "1일"; -"enum.durations.threeDays" = "3일"; -"enum.durations.sevenDays" = "7일"; -"enum.status-actions-display.all" = "모두 표시"; -"enum.status-actions-display.no-buttons" = "표시하지 않음"; -"enum.status-actions-display.only-buttons" = "버튼만 표시"; -"enum.status-display-style.compact" = "작게"; -"enum.status-display-style.large" = "크게"; -"enum.status-display-style.medium" = "중간"; -"enum.swipeactions.icon-with-text" = "아이콘과 텍스트"; -"enum.swipeactions.icon-only" = "아이콘만"; - -// MARK: Instances -"instance.info.domains" = "도메인"; -"instance.info.email" = "이메일"; -"instance.info.name" = "이름"; -"instance.info.navigation-title" = "서버 정보"; -"instance.info.posts" = "글"; -"instance.info.section.info" = "서버 정보"; -"instance.info.section.rules" = "서버 규칙"; -"instance.info.users" = "사용자"; -"instance.info.version" = "버전"; -"instance.list.posts-%@" = "글 %@개"; -"instance.list.users-%@" = "사용자 %@명"; -"instance.suggestions" = "추천"; -"instance.url" = "서버 URL"; - -// MARK: Menu -"menu.new-post" = "새 글"; -"menu.font" = "글꼴"; -"menu.font.bigger" = "크게"; -"menu.font.smaller" = "작게"; - -// MARK: Settings -"settings.account.add" = "계정 추가"; -"settings.app.icon" = "앱 아이콘"; -"settings.app.icon.navigation-title" = "앱 아이콘"; -"settings.app.icon.official" = "공식 앱 아이콘"; -"settings.app.icon.designed-by" = "커뮤니티 앱 아이콘 | 제작:"; -"settings.app.source" = "소스 코드 (GitHub)"; -"settings.app.support" = "이 앱 지원하기"; -"settings.app.about" = "이 앱에 관해"; -"settings.display.example-toot" = "글 미리 보기"; -"settings.display.avatar.position" = "프로필 사진 위치"; -"settings.display.avatar.shape" = "프로필 사진 모양"; -"settings.display.full-username" = "아이디에 서버 URL 표시"; -"settings.display.navigation-title" = "화면"; -"settings.display.restore" = "처음 설정으로 되돌리기"; -"settings.display.section.display" = "화면"; -"settings.display.section.theme" = "테마"; -"settings.display.colors.apply" = "변경한 색상 적용하기"; -"settings.display.section.theme.footer" = "시스템 설정에 맞춤 옵션이 꺼져 있을 때만 색상을 직접 고를 수 있습니다."; -"settings.display.status.action-buttons" = "글 동작 버튼"; -"settings.display.status.media-style" = "글 미디어 크기"; -"settings.display.translate-button" = "번역 버튼 표시"; -"settings.display.pending-at-bottom" = "화면 하단에 읽지 않은 버튼 표시"; -"settings.display.theme.background" = "배경 색상"; -"settings.display.theme.secondary-background" = "보조 배경 색상"; -"settings.display.theme.text-color" = "글자 색상"; -"settings.display.theme.tint" = "강조 색상"; -"settings.display.theme.systemColor" = "시스템 설정에 맞춤"; -"settings.general.browser" = "브라우저"; -"settings.general.browser.in-app" = "인앱 브라우저"; -"settings.general.browser.in-app.readerview" = "인앱 브라우저에서 항상 읽기 도구 사용"; -"settings.general.browser.system" = "시스템 기본 브라우저"; -"settings.general.display" = "화면"; -"settings.general.instance" = "서버 정보"; -"settings.general.push-notifications" = "푸시 알림 설정"; -"settings.general.remote-timelines" = "원격 로컬 타임라인"; -"settings.push.boosts" = "부스트"; -"settings.push.favorites" = "좋아요"; -"settings.push.follows" = "새 팔로워"; -"settings.push.main-toggle" = "푸시 알림"; -"settings.push.main-toggle.description" = "새 활동이 있을 때 푸시 알림을 받습니다."; -"settings.push.mentions" = "나를 언급"; -"settings.push.navigation-title" = "푸시 알림 설정"; -"settings.push.new-posts" = "새 글"; -"settings.push.polls" = "투표 결과"; -"settings.general.content" = "콘텐츠"; -"settings.system" = "시스템 설정"; -"settings.content.navigation-title" = "콘텐츠"; -"settings.content.boosts" = "부스트"; -"settings.content.collapse-long-posts" = "긴 글을 접힌 상태로 표시"; -"settings.content.collapse-long-posts-hint" = "접힌 글은 일정 줄까지만 내용이 표시됩니다. 함께 표시되는 버튼을 누르면 전체 내용을 볼 수 있습니다."; -"settings.content.hide-repeated-boosts" = "중복으로 부스트된 글 숨김"; -"settings.content.instance-settings" = "서버 콘텐츠 설정"; -"settings.content.use-instance-settings" = "서버에서 설정한 대로 맞춤"; -"settings.content.expand-spoilers" = "열람 주의 표시된 글 항상 가리지 않음"; -"settings.content.expand-media" = "표시할 미디어"; -"settings.content.default-sensitive" = "내 미디어 항상 민감함으로 표시"; -"settings.content.default-visibility" = "글 기본 공개 범위"; -"settings.content.default-reply-visibility" = "답글 기본 공개 범위"; -"settings.content.media" = "미디어"; -"settings.content.media.show.alt" = "미디어 설명 버튼 표시"; -"settings.content.reading" = "읽을 때"; -"settings.content.posting" = "게시할 때"; -"settings.content.sharing" = "공유할 때"; -"settings.content.sharing.share-button-behavior" = "공유 버튼 기본 동작"; -"settings.content.sharing.share-behavior.link-only" = "링크 공유"; -"settings.content.sharing.share-behavior.link-and-text" = "링크 및 본문 공유"; -"enum.expand-media.show" = "모두 표시하기"; -"enum.expand-media.hide" = "모두 가리기"; -"enum.expand-media.hide-sensitive" = "민감한 미디어만 가리기"; -"settings.section.accounts" = "계정"; -"settings.section.app" = "앱"; -"settings.section.app.footer %@" = "앱 버전: %@"; -"settings.section.general" = "일반"; -"settings.support.alert.error.message" = "인앱 구매를 완료하지 못했습니다. 다시 시도해주세요."; -"settings.support.alert.message" = "앱을 위해 기부해주셔서 감사합니다. 앱 개발에 큰 도움이 됩니다!"; -"settings.support.alert.title" = "감사합니다!"; -"settings.support.message-from-dev" = "안녕하세요! 저는 Thomas입니다. 저는 오픈 소스 앱을 만드는 걸 정말 좋아해요. Ice Cubes는 제가 가장 자랑스럽게 생각하는 프로젝트 중 하나에요. 동시에 가장 많은 유지·보수가 필요한 프로젝트이기도 하죠. 마스토돈은 끊임없이 업데이트되고, 소셜 미디어의 세계 역시 빠르게 변화하니까요. Ice Cubes를 쓰며 즐거운 시간을 보내고 있나요? 그렇다면, 작은 기부금을 한 번 보내보는 건 어때요? 제 하루가 행복해질 거에요. (그리고 이 앱이 계속 잘 작동하는 데 도움이 될 거에요.) 🚀"; -"settings.support.navigation-title" = "Ice Cubes 지원하기"; -"settings.support.one.subtitle" = "작지만, 귀엽고 달콤해요!"; -"settings.support.one.title" = "🍬 작은 기부금"; -"settings.support.placeholder.loading-subtitle" = "로드 중..."; -"settings.support.three.subtitle" = "뭘 좀 아시는 분이군요, 미리 감사드립니다!"; -"settings.support.three.title" = "🤯 통 큰 기부금"; -"settings.support.two.subtitle" = "기분이 좋아지는 맛있는 커피는 누구나 좋아하니까요 ❤️"; -"settings.support.two.title" = "☕️ 기분 좋아지는 기부금"; -"settings.support.four.title" = "👽 엄청난 기부금"; -"settings.support.four.subtitle" = "Ice Cubes가 계속 발전하는 데 정말 많은 도움이 될 거에요!"; -"settings.support.supporter.title" = " 후원자가 되어 보세요!"; -"settings.support.supporter.subtitle" = "기부금을 매달 보내는 구독을 신청하면, 후원자가 될 수 있습니다. 프로필에 나만 볼 수 있는 자기만족용 인증 마크도 생겨요. 👀"; -"settings.support.supporter.subscribed" = " Ice Cubes의 후원자가 되어 주셔서 감사합니다!"; -"settings.support.supporter.subscription-info"= "정기 결제일 전날까지 구독을 취소하지 않는 한 구독은 자동으로 갱신됩니다."; -"settings.support.restore-purchase.button" = "구매 내역 불러오기"; -"settings.support.restore-purchase.explanation" = "구매 내역이 자동으로 동기화되지 않았다면 위의 버튼을 눌러 구매 내역을 불러올 수 있습니다."; -"settings.support.privacy-policy" = "개인정보 처리방침"; -"settings.support.terms-of-use" = "이용 약관"; -"settings.timeline.add" = "원격 로컬 타임라인 추가"; -"settings.title" = "앱 설정"; -"settings.rate" = "Ice Cubes 평가 남기기"; -"settings.section.other" = "기타"; -"settings.other.hide-openai" = "AI 글 작성 도우미 🤖"; -"settings.other.social-keyboard" = "키보드에 @, # 키 표시"; -"settings.other.sound-effect" = "효과음"; -"settings.general.translate" = "번역"; -"settings.translation.navigation-title" = "번역"; -"settings.translation.always-deepl" = "항상 DeepL을 통해 번역"; -"settings.translation.auto-detect-post-language" = "글 게시 전 언어 자동 감지"; -"settings.translation.auto-detect-post-language-footer" = "글을 게시하기 전에 Ice Cubes가 지정한 글 언어와 인식된 글 언어가 동일한지 비교한 뒤, 다른 경우 필요에 따라 언어를 변경할 수 있도록 적절한 언어를 제안합니다."; -"settings.translation.user-api-key" = "DeepL API 키"; -"settings.translation.api-key-type" = "API 키 종류"; -"settings.translation.needed-message" = "이 기능을 사용하려면 DeepL에서 발급받은 API 키가 있어야 합니다."; -"settings.push.duplicate.title" = "중복 알림 해결사"; -"settings.push.duplicate.footer" = "같은 알림이 여러 번 오나요? 위에 있는 버튼을 누르면 마법처럼 해결될 거에요."; -"settings.push.duplicate.button.fix" = "🪄 고치기"; -"settings.other.autoplay-video" = "동영상 자동 재생"; -"settings.display.font" = "타임라인 글꼴"; -"settings.display.font.system" = "시스템 글꼴"; -"settings.display.font.custom" = "직접 설정"; -"settings.display.font.scaling-%@" = "글꼴 크기 조절: %@"; -"settings.display.font.line-spacing-%@" = "줄 간격 조절: %@"; -"settings.about.built-with" = "Ice Cubes는 다음 오픈 소스 소프트웨어를 사용하여 개발되었습니다:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "캐시 데이터로 저장된 글: %@개"; -"settings.account.action.delete-cache" = "캐시 데이터 지우기"; - -"settings.general.haptic" = "햅틱 피드백"; -"settings.haptic.navigation-title" = "햅틱 피드백"; -"settings.haptic.timeline" = "타임라인에서"; -"settings.haptic.tab-selection" = "하단 탭 바를 누를 때"; -"settings.haptic.buttons" = "버튼을 누를 때"; - -"settings.display.show-tab-label" = "하단 탭 바에 제목 표시"; - -"settings.display.show-ipad-column" = "보조 열 표시"; - -"settings.general.swipeactions" = "쓸어넘기기 동작"; -"settings.swipeactions.navigation-title" = "쓸어넘기기 동작"; -"settings.swipeactions.primary" = "주 동작"; -"settings.swipeactions.secondary" = "보조 동작"; -"settings.swipeactions.status.action.bookmark" = "보관함에 추가"; -"settings.swipeactions.status.action.boost" = "부스트"; -"settings.swipeactions.status.action.favorite" = "좋아요"; -"settings.swipeactions.status.action.none" = "설정 안 함"; -"settings.swipeactions.status.action.quote" = "인용"; -"settings.swipeactions.status.action.reply" = "답글"; -"settings.swipeactions.status.explanation" = "글을 오른쪽 혹은 왼쪽으로 쓸어넘겨 원하는 동작을 실행할 수 있습니다. 보조 동작은 주 동작이 설정되어 있을 때만 추가할 수 있습니다."; -"settings.swipeactions.status.leading" = "오른쪽으로 쓸어넘길 때"; -"settings.swipeactions.status.trailing" = "왼쪽으로 쓸어넘길 때"; -"settings.swipeactions.status" = "글을"; -"settings.swipeactions.appearance" = "모양"; -"settings.swipeactions.use-theme-colors" = "테마 색상 사용"; -"settings.swipeactions.use-theme-colors-explanation" = "동작의 기본 색상 대신 테마 색상을 사용합니다."; -"settings.swipeactions.icon-style" = "아이콘 모양"; - -"settings.display.section.font" = "글꼴"; - -"settings.section.cache" = "캐시 데이터"; -"settings.cache-media.clear" = "미디어 캐시 데이터 지우기"; - -// MARK: Tabs -"tab.explore" = "둘러보기"; -"tab.federated" = "연합"; -"tab.local" = "로컬"; -"tab.messages" = "메시지"; -"tab.notifications" = "알림"; -"tab.settings" = "앱 설정"; -"tab.timeline" = "타임라인"; -"tab.trending" = "뜨고 있는"; -"tab.profile" = "프로필"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ 서버를 추가할 수 있습니다."; -"timeline.add-remote.title" = "원격 로컬 타임라인 추가"; -"timeline.add.action.add" = "추가"; -"timeline.filter.add-local" = "원격 로컬 타임라인 추가"; -"timeline.filter.lists" = "리스트"; -"timeline.filter.local" = "원격 로컬 타임라인"; -"timeline.filter.tags" = "팔로우한 태그"; -"timeline-new-posts %lld" = "%lld개 새 글"; -"timeline.filter.tag-groups" = "태그 모음"; -"timeline.filter.add-tag-groups" = "태그 모음 추가"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "계정 추가"; - -// MARK: Package: Account -"account.action.add-remove-list" = "리스트에서 추가/제거"; -"account.action.edit-info" = "프로필 편집"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "언급"; -"account.action.message" = "메시지 작성"; -"account.action.notify-enable" = "새 글 알림 켜기"; -"account.action.notify-disable" = "새 글 알림 끄기"; -"account.action.reboosts-show" = "이 사용자가 부스트한 글 표시하기"; -"account.action.reboosts-hide" = "이 사용자가 부스트한 글 숨기기"; -"account.action.block" = "차단"; -"account.action.unblock" = "차단 해제"; -"account.action.mute" = "뮤트"; -"account.action.unmute" = "뮤트 해제"; -"account.action.share" = "공유"; -"account.boosted-by" = "부스트한 사용자"; -"account.detail.about" = "정보"; -"account.detail.familiar-followers" = "내가 아는 팔로워"; -"account.detail.n-fields %lld" = "%lld개 항목"; -"account.detail.featured-tags-n-posts %lld" = "%lld개 글"; -"account.edit.about" = "정보"; -"account.edit.account-settings.bot" = "봇 계정"; -"account.edit.account-settings.discoverable" = "다른 사용자들에게 이 계정 추천"; -"account.edit.account-settings.private" = "팔로우 요청 필요"; -"account.edit.account-settings.section-title" = "계정 설정"; -"account.edit.display-name" = "표시되는 이름"; -"account.edit.error.save.message" = "프로필을 저장하지 못했습니다. 다시 시도해주세요."; -"account.edit.error.save.title" = "프로필 저장 오류"; -"account.edit.navigation-title" = "프로필 편집"; -"account.edit.post-settings.privacy" = "기본 공개 범위"; -"account.edit.post-settings.section-title" = "글 설정"; -"account.edit.post-settings.sensitive" = "민감한 콘텐츠"; - -"account.edit.metadata-section-title" = "프로필 메타데이터"; -"account.edit.metadata-name-placeholder" = "제목"; -"account.edit.metadata-value-placeholder" = "내용"; -"account.edit.add-metadata-button" = "새 메타데이터 추가"; - -"account.favorited-by" = "좋아요한 사용자"; -"account.follow.follow" = "팔로우"; -"account.follow.following" = "팔로우 중"; -"account.follow.requested" = "요청함"; -"account.follow-request.accept" = "수락"; -"account.follow-request.reject" = "거절"; -"account.follow-requests.pending-requests" = "대기 중인 요청"; -"account.follow-requests.instructions" = "팔로우 요청을 수락하기 전까지 이 사용자들은 내가 쓴 팔로워 전용 글을 볼 수 없습니다."; -"account.followers" = "팔로워"; -"account.following" = "팔로우 중"; -"account.label.followers %lld %@" = "팔로워 %2$@명"; -"account.list.create" = "새 리스트 만들기"; -"account.list.create.confirm" = "만들기"; -"account.list.create.description" = "리스트의 이름을 입력해주세요."; -"account.list.delete" = "리스트 삭제"; -"account.list.name" = "리스트 이름"; -"account.post.pinned" = "고정된 글"; -"account.posts" = "글"; -"account.relation.follows-you" = "나를 팔로우함"; -"account.joined" = "가입"; -"account.action.logout" = "로그아웃"; -"account.action.more" = "계정 설정 더 보기"; - -"account.relation.note.edit" = "노트 편집"; -"account.relation.note.edit.placeholder" = "나만 볼 수 있는 노트"; -"account.relation.note.edit.error.save.message" = "노트를 저장하지 못했습니다. 다시 시도해주세요."; -"account.relation.note.edit.error.save.title" = "노트 저장 오류"; -"account.relation.note.label" = "노트"; - -// MARK: Package: Conversations -"conversations.action.delete" = "삭제"; -"conversations.action.mark-read" = "읽음으로 표시"; -"conversations.action.view-detail" = "상세 정보 보기"; -"conversations.empty.message" = "메시지를 찾고 있나요? 여기에서 다이렉트 메시지와 비공개 언급을 확인할 수 있어요. 친구에게 메시지를 먼저 보내보세요! 📱❤️"; -"conversations.empty.title" = "메시지 없음"; -"conversations.error.button" = "다시 시도"; -"conversations.error.message" = "메시지를 불러오지 못했습니다."; -"conversations.error.title" = "오류"; -"conversations.navigation-title" = "다이렉트 메시지"; -"conversations.new.message.placeholder" = "새 메시지"; -"conversations.latest.message" = "가장 최근 메시지를"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld개 글 (%lld명이 이야기 중)"; -"design.theme.navigation-title" = "테마 선택"; -"design.theme.toots-preview" = "글 미리 보기"; - -// MARK: Package: Explore -"explore.navigation-title" = "둘러보기"; -"explore.search.message-%@" = "여기에서 %@ 서버와 연결된 무엇이든 검색해볼 수 있습니다."; -"explore.search.prompt" = "사용자, 글, 태그 검색"; -"explore.search.title" = "서버를 탐색해보세요"; -"explore.search.empty.message" = "검색어에 대한 결과가 없습니다. 다른 검색어로 시도해주세요."; -"explore.search.empty.title" = "검색 결과 없음"; -"explore.section.posts" = "글"; -"explore.section.suggested-users" = "추천 사용자"; -"explore.section.tags" = "태그"; -"explore.section.trending.links" = "뜨고 있는 링크"; -"explore.section.trending.posts" = "뜨고 있는 글"; -"explore.section.trending.tags" = "뜨고 있는 태그"; -"explore.section.users" = "사용자"; -"explore.scope.all" = "모두"; -"explore.scope.people" = "사용자"; -"explore.scope.hashtags" = "태그"; -"explore.scope.posts" = "글"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "하나만 선택 가능"; -"env.poll-vote-frequency.multiple" = "여러 개 선택 가능"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "%@ 추가/제거"; -"lists.create" = "새 리스트 만들기"; -"lists.create.confirm" = "만들기"; -"lists.edit.users-in-list" = "이 리스트에 있는 사용자"; -"lists.name" = "리스트 이름"; -"lists.name.message" = "리스트의 이름을 입력해주세요."; - -// MARK: Package: Notifications -"notifications-others-count %lld" = "님 외 %lld명이 "; -"notifications.empty.message" = "알림? 무슨 알림이요? 알림 목록이 비어 있어요. 지금처럼 멋지게 하면 알림이 곧 올 거에요. 📱😎"; -"notifications.empty.title" = "알림 없음"; -"notifications.error.message" = "알림을 불러오지 못했습니다. 다시 시도해주세요."; -"notifications.error.title" = "오류"; -"notifications.label.favorite %lld" = "좋아요함"; -"notifications.label.follow %lld" = "나를 팔로우함"; -"notifications.label.mention %lld" = "님이 나를 언급함"; -"notifications.label.reblog %lld" = "부스트함"; -"notifications.label.poll" = "님의 투표가 끝남"; -"notifications.label.follow-request" = "님이 나에게 팔로우 요청을 보냄"; -"notifications.label.status" = "님의 새 글"; -"notifications.label.update" = "님이 글을 수정함"; -"notifications.menu-title.favorite" = "좋아요"; -"notifications.menu-title.follow" = "새 팔로워"; -"notifications.menu-title.follow-request" = "팔로우 요청"; -"notifications.menu-title.mention" = "나를 언급"; -"notifications.menu-title.poll" = "투표 결과"; -"notifications.menu-title.reblog" = "부스트"; -"notifications.menu-title.status" = "새 글"; -"notifications.menu-title.update" = "수정된 글"; -"notifications.navigation-title" = "모든 알림"; -"notifications.tab.all" = "모든 알림"; -"notifications.tab.mentions" = "언급"; - -"notifications.label.status.push" = "🖊️ 새 글: "; -"notifications.label.reblog.push" = "🚀 부스트함: "; -"notifications.label.follow.push" = "👋 나를 팔로우함: "; -"notifications.label.follow-request.push" = "🔒 나에게 팔로우 요청을 보냄: "; -"notifications.label.favorite.push" = "⭐️ 좋아요함: "; -"notifications.label.poll.push" = "📈 투표가 끝남: "; -"notifications.label.update.push" = "글을 수정함: "; - -// MARK: Package: Timeline -"timeline.federated" = "연합"; -"timeline.latest" = "최신 타임라인 다시 불러오기"; -"timeline.home" = "홈"; -"timeline.local" = "로컬"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld개 최근 글 (%lld명이 이야기 중)"; -"timeline.trending" = "뜨고 있는"; -"timeline.add.url" = "서버 URL"; - -// MARK: Package: Status -"status.action.translate" = "번역"; -"status.action.translated-label-%@" = "%@ 서비스를 통해 번역됨"; -"status.action.translated-label-from-%@-%@" = "%2$@ 서비스를 통해 %1$@에서 번역됨"; -"status.action.bookmark" = "보관함에 추가"; -"status.action.boost" = "부스트"; -"status.action.boost-to-followers" = "팔로워에게만 부스트"; -"status.action.copy-text" = "복사"; -"status.action.copy-link" = "링크 복사"; -"status.action.delete" = "삭제"; -"status.action.delete.confirm.title" = "삭제 확인"; -"status.action.delete.confirm.message" = "이 글을 정말 삭제하시겠습니까?"; -"status.action.edit" = "수정"; -"status.action.favorite" = "좋아요"; -"status.action.mention" = "언급"; -"status.action.message" = "메시지 작성"; -"status.action.pin" = "고정"; -"status.action.post" = "게시"; -"status.action.quote" = "인용"; -"status.action.reply" = "답글"; -"status.action.section.your-post" = "내 글을"; -"status.action.share" = "링크 및 본문 공유"; -"status.action.share-link" = "링크 공유"; -"status.action.share-image" = "이미지로 공유"; -"status.action.share-title" = "공유"; -"status.action.unbookmark" = "보관함에서 제거"; -"status.action.unboost" = "부스트 취소"; -"status.action.unfavorite" = "좋아요 취소"; -"status.action.unpin" = "고정 해제"; -"status.action.view-in-browser" = "브라우저에서 보기"; -"status.card.share" = "링크 공유"; -"status.card.copy" = "링크 복사"; -"status.draft.delete" = "삭제"; -"status.draft.save" = "임시 보관함에 저장"; -"status.editor.ai-prompt.correct" = "맞게 고치기"; -"status.editor.ai-prompt.add-tags" = "주요 단어 태그 표시하기"; -"status.editor.ai-prompt.insert-tags" = "글 뒤에 태그 추가하기"; -"status.editor.ai-prompt.emphasize" = "내용 강조하기"; -"status.editor.ai-prompt.fit" = "간결하게 바꾸기"; -"status.editor.description.add" = "설명 추가"; -"status.editor.description.edit" = "설명 편집"; -"status.editor.drafts.navigation-title" = "임시 보관함"; -"status.editor.emojis.navigation-title" = "커스텀 이모지"; -"status.editor.error.upload" = "전송 오류"; -"status.editor.language-select.navigation-title" = "글 언어 지정"; -"status.editor.language-select.recently-used" = "최근 사용"; -"status.editor.language-select.confirmation.detected-%@" = "글 언어를 %@로 지정 (인식된 언어)"; -"status.editor.language-select.confirmation.selected-%@" = "글 언어를 %@로 지정 (선택한 언어)"; -"status.editor.media.edit-image" = "미디어 편집"; -"status.editor.media.image-description" = "미디어 설명"; -"status.editor.mode.edit" = "글 수정"; -"status.editor.mode.new" = "새 글"; -"status.editor.mode.quote-%@" = "%@님의 글 인용"; -"status.editor.mode.reply-%@" = "%@님의 글에 답글"; -"status.editor.restore-previous" = "이전 상태로 되돌리기"; -"status.editor.spoiler" = "열람 주의 문구"; -"status.editor.text.placeholder" = "무슨 생각을 하고 계신가요?"; -"status.editor.visibility" = "글 공개 범위"; -"status.editor.photo-library" = "사진 보관함"; -"status.editor.camera-picker" = "사진 찍기"; -"status.editor.browse-file" = "파일 선택"; -"status.error.loading.message" = "글을 불러오지 못했습니다. 다시 시도해주세요."; -"status.error.message" = "글의 상세 정보를 불러오지 못했습니다. 다시 시도해주세요."; -"status.error.title" = "오류"; -"status.error.posting.title" = "게시 오류"; -"status.filter.filtered-by-%@" = "%@ 필터에 의해 가려짐"; -"status.filter.show-anyway" = "표시하기"; -"status.image.alt-text.abbreviation" = "설명"; -"status.media.content.show" = "내용 표시하기"; -"status.media.contextmenu.copy" = "이미지 복사"; -"status.media.contextmenu.save" = "이미지 저장"; -"status.media.contextmenu.share" = "이미지 공유"; -"status.media.contextmenu.view-browser" = "브라우저에서 보기"; -"status.media.sensitive.show" = "민감한 미디어 표시하기"; -"status.poll.n-votes %lld" = "%lld표"; -"status.poll.n-votes-voters %lld %lld" = "%lld표 (%lld명)"; -"status.poll.closed" = "종료됨"; -"status.poll.closes-in %@" = "종료까지 %@"; -"status.poll.duration" = "투표 기간"; -"status.poll.frequency" = "투표 선택 옵션"; -"status.poll.option-n %lld" = "선택지 %lld"; -"status.poll.send" = "투표"; -"status.post-from-%@" = "%@님의 글"; -"status.row.was-boosted" = "님이 부스트함"; -"status.row.was-reply" = "답글:"; -"status.row.you-boosted" = "내가 부스트함"; -"status.show-less" = "간략히 보기"; -"status.show-more" = "더 보기"; -"status.show-full-post" = "전체 내용 보기"; -"status.summary.at-time" = " "; -"status.summary.edited-time" = "마지막 수정: "; -"status.summary.n-replies %lld" = "답글 %lld개"; -"status.summary.n-boosts %lld" = "부스트 %lld회"; -"status.summary.n-favorites %lld" = "좋아요 %lld회"; -"status.summary.edit-history" = "글 수정 기록"; -"status.visibility.direct" = "언급된 사용자만"; -"status.visibility.follower" = "팔로워만"; -"status.visibility.public" = "공개"; -"status.visibility.unlisted" = "공개 타임라인에서만 숨김"; - -// MARK: Filters -"filter.new" = "새 필터 만들기"; -"filter.filters" = "필터"; -"filter.edit.title" = "필터 이름"; -"filter.edit.keywords" = "거를 단어"; -"filter.edit.keywords.add" = "새 단어 추가"; -"filter.edit.contexts" = "적용할 곳"; -"filter.edit.action" = "가릴 방식"; -"filter.edit.expiry" = "가릴 기간"; -"filter.edit.expiry.date-time" = "날짜 및 시간"; -"filter.edit.expiry.duration" = "기간"; -"account.action.edit-filters" = "필터 편집"; -"filter.contexts.home" = "홈 및 리스트"; -"filter.contexts.notifications" = "알림"; -"filter.contexts.public" = "공개 타임라인"; -"filter.contexts.conversations" = "대화"; -"filter.contexts.profiles" = "프로필"; -"filter.action.warning" = "경고 표시하고 글 가림"; -"filter.action.hide" = "완전히 숨김"; -"filter.expired" = "기간 종료됨"; -"filter.expiry-%@" = "%@까지 가림"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "켜짐"; -"accessibility.general.toggle.off" = "꺼짐"; -"accessibility.editor.button.attach-photo" = "미디어 첨부"; -"accessibility.editor.button.poll" = "투표"; -"accessibility.editor.button.spoiler" = "열람 주의 문구"; -"accessibility.editor.button.drafts" = "임시 보관함"; -"accessibility.editor.button.custom-emojis" = "커스텀 이모지"; -"accessibility.editor.button.language" = "글 언어 지정"; -"accessibility.editor.button.ai-prompt" = "AI 글 작성 도우미"; -"accessibility.editor.button.characters-remaining" = "더 작성할 수 있는 글자 수"; -"accessibility.editor.privacy.label" = "글 공개 범위"; -"accessibility.editor.privacy.hint" = "글을 볼 수 있는 대상을 변경합니다."; -"accessibility.tabs.timeline.add-account" = "계정 추가"; -"accessibility.tabs.timeline.new-post.label" = "작성"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "새 글"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "작성"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld개 새 글"; -"accessibility.tabs.timeline.unread-posts.hint" = "타임라인을 스크롤합니다."; -"accessibility.tabs.timeline.content-link-%@" = "다음 링크 방문: %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "태그 %@"; -"accessibility.app-account.selector.accounts" = "계정"; -"accessibility.app-account.selector.accounts.hint" = "옵션 창을 엽니다."; -"accessibility.tabs.profile.options.label" = "옵션"; -"accessibility.tabs.profile.options.inputLabel1" = "앱 설정"; -"accessibility.tabs.profile.options.inputLabel2" = "더 보기"; -"accessibility.tabs.profile.user-avatar.label" = "프로필 사진"; -"accessibility.tabs.profile.user-avatar.hint" = "더 큰 버전을 표시합니다."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "후원자"; -"accessibility.tabs.profile.user.account-bot.label" = "봇 계정"; -"accessibility.tabs.profile.user.account-blocked.label" = "차단한 계정"; -"accessibility.tabs.profile.user.account-muted.label" = "뮤트한 계정"; -"accessibility.tabs.profile.user.account-private.label" = "팔로우 요청이 필요한 계정"; -"accessibility.tabs.profile.header-image.label" = "헤더 사진"; -"accessibility.tabs.profile.header-image.hint" = "더 큰 버전을 표시합니다."; -"accessibility.tabs.profile.post-count.hint" = "글 목록으로 스크롤합니다."; -"accessibility.tabs.profile.following-count.hint" = "목록을 엽니다."; -"accessibility.tabs.profile.follower-count.hint" = "목록을 엽니다."; -"accessibility.tabs.profile.picker.statuses" = "글"; -"accessibility.tabs.profile.picker.favorites" = "좋아요한 글"; -"accessibility.tabs.profile.picker.bookmarks" = "보관함에 추가한 글"; -"accessibility.tabs.profile.picker.followed-tags" = "팔로우한 태그"; -"accessibility.tabs.profile.picker.posts-and-replies" = "글 및 답글"; -"accessibility.tabs.profile.picker.media" = "미디어가 있는 글"; -"accessibility.tabs.profile.picker.lists" = "리스트"; -"accessibility.tabs.profile.user-notifications.label" = "새 글 알림 켜기"; -"accessibility.tabs.profile.user-reblogs.label" = "이 사용자가 부스트한 글 타임라인에 표시하기"; -"accessibility.tabs.profile.fields.verified.label" = "인증된 링크"; -"accessibility.tabs.profile.fields.container.label" = "이 사용자의 프로필 메타데이터"; -"accessibility.status.spoiler-full-content" = "전체 내용"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ 님이 다음 글을 부스트함: %@"; -"accessibility.status.a-replied-to-%@" = "%@ 님이 다음 사용자의 글에 답글을 남김: "; -"accessibility.image.alt-text-%@" = "미디어 설명: %@"; -"accessibility.image.alt-text-more.label" = "더 많은 미디어 설명 사용 가능"; -"accessibility.tabs.messages.unread.label" = "읽지 않음"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "%2$lld개 선택지 중 %1$lld-번"; -"accessibility.status.poll.active.label" = "진행 중인 투표"; -"accessibility.status.poll.finished.label" = "투표 결과"; -"accessibility.status.poll.selected.label" = "선택함"; -"accessibility.media.supported-type.image.label" = "이미지"; -"accessibility.media.supported-type.gifv.label" = "움직이는 GIF"; -"accessibility.media.supported-type.video.label" = "동영상"; -"accessibility.media.supported-type.audio.label" = "오디오"; -"accessibility.status.contains-media.label-%@" = "%@ 첨부됨"; -"accessibility.status.application.label" = "글 작성에 사용한 앱"; -"accessibility.status.media-viewer-action.label" = "미디어 열기"; - -// MARK: Report -"report.comment.placeholder" = "추가 정보"; -"report.title" = "신고"; -"report.action.send" = "제출"; -"status.action.report" = "글 신고"; - -"tag.suggested.mentions-%lld" = "%lld개 글"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "태그 모음 이름"; -"add-tag-groups.edit.icon.field" = "태그 모음 아이콘 (SF Symbol 이름)"; -"add-tag-groups.edit.tags" = "모음에 포함할 태그"; -"add-tag-groups.edit.tags.add" = "태그"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings deleted file mode 100644 index 99bfe356..00000000 --- a/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings +++ /dev/null @@ -1,611 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Avbryt"; -"action.delete" = "Slett"; -"action.save" = "Arkiver"; -"action.done" = "Ferdig"; -"action.retry" = "Prøv på ny"; -"action.view.error" = "Vis feil"; - -"alert.button.ok" = "OK"; -"alert.error" = "Feil!"; - -"placeholder.loading.long" = "Laster, laster, laster..."; -"placeholder.loading.short" = "Laster..."; - -"see-more" = "Vis mer"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Denne instansen støttes ikke for øyeblikket."; -"account.add.navigation-title" = "Legg til konto"; -"account.add.sign-in" = "Logg inn"; - -// MARK: Enums -"enum.avatar-position.leading" = "Ledende"; -"enum.avatar-position.top" = "Topp"; -"enum.avatar-shape.circle" = "Sirkel"; -"enum.avatar-shape.rounded" = "Avrundet"; -"enum.durations.infinite" = "uendelig"; -"enum.durations.custom" = "tilpasset"; -"enum.durations.fiveMinutes" = "5 minutter"; -"enum.durations.thirtyMinutes" = "30 minutter"; -"enum.durations.oneHour" = "1 time"; -"enum.durations.sixHours" = "6 timer"; -"enum.durations.twelveHours" = "12 timer"; -"enum.durations.oneDay" = "1 dag"; -"enum.durations.threeDays" = "3 dager"; -"enum.durations.sevenDays" = "7 dager"; -"enum.status-actions-display.all" = "Alle"; -"enum.status-actions-display.no-buttons" = "Ingen knapper"; -"enum.status-actions-display.only-buttons" = "Bare knapper"; -"enum.status-display-style.compact" = "Kompakt"; -"enum.status-display-style.large" = "Stor"; -"enum.status-display-style.medium" = "Medium"; -"enum.swipeactions.icon-with-text" = "Ikon med tekst"; -"enum.swipeactions.icon-only" = "Bare ikon"; - -// MARK: Instances -"instance.info.domains" = "Domener"; -"instance.info.email" = "E-post"; -"instance.info.name" = "Navn"; -"instance.info.navigation-title" = "Instansinformasjon"; -"instance.info.posts" = "Innlegg"; -"instance.info.section.info" = "Instansinformasjon"; -"instance.info.section.rules" = "Instansregler"; -"instance.info.users" = "Brukere"; -"instance.info.version" = "Versjon"; -"instance.list.posts-%@" = "%@ innlegg"; -"instance.list.users-%@" = "%@ brukere"; -"instance.suggestions" = "Forslag"; -"instance.url" = "Instans-URL"; - -// MARK: Menu -"menu.new-post" = "Nytt innlegg"; -"menu.font" = "Skrifttype"; -"menu.font.bigger" = "Større"; -"menu.font.smaller" = "Mindre"; - -// MARK: Settings -"settings.account.add" = "Legg til konto"; -"settings.app.icon" = "Appikon"; -"settings.app.icon.navigation-title" = "Ikon"; -"settings.app.icon.official" = "Offisielle ikoner"; -"settings.app.icon.designed-by" = "Ikoner av"; -"settings.app.source" = "Kilde (GitHub-lenke)"; -"settings.app.support" = "Støtt denne appen"; -"settings.app.about" = "Om"; -"settings.display.example-toot" = "Eksempelinnlegg"; -"settings.display.font" = "Tidslinjefont"; -"settings.display.font.system" = "System"; -"settings.display.font.custom" = "Tilpasset"; -"settings.display.font.scaling-%@" = "Skriftskalering: %@"; -"settings.display.font.line-spacing-%@" = "Linjeavstand: %@"; -"settings.display.avatar.position" = "Avatarposisjon"; -"settings.display.avatar.shape" = "Avatarform"; -"settings.display.full-username" = "Vis fullstendig brukernavn"; -"settings.display.navigation-title" = "Visningsinnstillinger"; -"settings.display.restore" = "Gjenopprett standardinnstillinger"; -"settings.display.section.display" = "Visning"; -"settings.display.section.theme" = "Tema"; -"settings.display.colors.apply" = "Bruk egendefinerte farger"; -"settings.display.section.theme.footer" = "Egendefinerte farger kan bare angis hvis «Match system» er deaktivert"; -"settings.display.status.action-buttons" = "Status handlingsknapper"; -"settings.display.status.media-style" = "Status mediestil"; -"settings.display.translate-button" = "Vis oversettelsesknapp"; -"settings.display.pending-at-bottom" = "Vis ulest-knappen nederst på skjermen"; -"settings.display.theme.background" = "Bakgrunnsfarge"; -"settings.display.theme.secondary-background" = "Sekundær bakgrunnsfarge"; -"settings.display.theme.text-color" = "Tekstfarge"; -"settings.display.theme.tint" = "Temafarge"; -"settings.display.theme.systemColor" = "Match system"; -"settings.general.browser" = "Nettleser"; -"settings.general.browser.in-app" = "Nettleser i appen"; -"settings.general.browser.in-app.readerview" = "Leservisning i appen"; -"settings.general.browser.system" = "Systemnettleser"; -"settings.general.display" = "Visningsinnstillinger"; -"settings.general.instance" = "Instansinformasjon"; -"settings.general.push-notifications" = "Pushvarsler"; -"settings.general.remote-timelines" = "Eksterne lokale tidslinjer"; -"settings.push.boosts" = "Forsterkninger"; -"settings.push.favorites" = "Favoritter"; -"settings.push.follows" = "Følger"; -"settings.push.main-toggle" = "Pushvarsler"; -"settings.push.main-toggle.description" = "Motta pushvarsler om nye aktiviteter"; -"settings.push.mentions" = "Omtaler"; -"settings.push.navigation-title" = "Pushvarsler"; -"settings.push.new-posts" = "Nye innlegg"; -"settings.push.polls" = "Avstemningsresultater"; -"settings.general.content" = "Innholdsinnstillinger"; -"settings.system" = "Systeminnstillinger"; -"settings.content.navigation-title" = "Innholdsinnstillinger"; -"settings.content.boosts" = "Forsterkninger"; -"settings.content.collapse-long-posts" = "Skjul lange innlegg"; -"settings.content.collapse-long-posts-hint" = "Skjulte innlegg viser bare et begrenset antall linjer sammen med en knapp for å vise hele innlegget"; -"settings.content.hide-repeated-boosts" = "Skjul gjentatte forsterkninger"; -"settings.content.instance-settings" = "Innstillinger for serverinnhold"; -"settings.content.use-instance-settings" = "Bruk serverinnstillinger"; -"settings.content.expand-spoilers" = "Vis alltid sensitive innlegg"; -"settings.content.expand-media" = "Medievisning"; -"settings.content.default-sensitive" = "Marker alltid medier som sensitive"; -"settings.content.default-visibility" = "Innleggssynlighet"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Vis ALT-tekster"; -"settings.content.reading" = "Lesing"; -"settings.content.posting" = "Innlegg"; -"settings.content.sharing" = "Deling"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Kun lenke"; -"settings.content.sharing.share-behavior.link-and-text" = "Link og tekst"; -"enum.expand-media.show" = "Vis alle"; -"enum.expand-media.hide" = "Skjul alle"; -"enum.expand-media.hide-sensitive" = "Skjul sensitive"; -"settings.section.accounts" = "Kontoer"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "Appversjon: %@"; -"settings.section.general" = "Generelt"; -"settings.support.alert.error.message" = "Feil ved behandling av kjøpet i appen. Prøv på nytt."; -"settings.support.alert.message" = "Tusen takk for tipset ditt! Det settes stor pris på!"; -"settings.support.alert.title" = "Takk!"; -"settings.support.message-from-dev" = "Hei der! Jeg heter Thomas og jeg elsker å lage apper med åpen kildekode. Ice Cubes er definitivt et av mine stolteste prosjekter til nå – og la oss være ekte, det er også det som krever mest vedlikehold på grunn av den stadig skiftende verdenen til Mastodon og sosiale medier. Hvis du har det kjempegøy med Ice Cubes, bør du vurdere å kaste et lite tips min vei. Det vil gjøre dagen min (og bidra til at appen kjører jevnt for deg). 🚀"; -"settings.support.navigation-title" = "Støtt Ice Cubes"; -"settings.support.one.subtitle" = "Liten, men søt, og den smaker godt!"; -"settings.support.one.title" = "🍬 Et lite tips"; -"settings.support.placeholder.loading-subtitle" = "Laster undertekst..."; -"settings.support.three.subtitle" = "Du er gal, tusen takk!"; -"settings.support.three.title" = "🤯 Sjenerøst tips"; -"settings.support.two.subtitle" = "Jeg elsker smaken av en fancy kaffe ❤️"; -"settings.support.two.title" = "☕️ Godt tips"; -"settings.support.four.title" = "👽 Hvem er du tips"; -"settings.support.four.subtitle" = "Det vil gå en lang vei å holde Ice Cubes i gang!"; -"settings.support.supporter.title" = " Bli en støttespiller!"; -"settings.support.supporter.subtitle" = "Ved å gi et månedlig tips til Ice Cubes, blir du en støttespiller. Du vil til og med få bekreftet merke på profilen din. Kun for dine 👀."; -"settings.support.supporter.subscribed" = " Takk for at du er en Ice Cubes-støttespiller!"; -"settings.support.supporter.subscription-info"= "Abonnementet fornyes automatisk med mindre du kansellerer dem en dag før neste fornyelsessyklus."; -"settings.support.restore-purchase.button" = "Gjenopprett kjøp"; -"settings.support.restore-purchase.explanation" = "Gjenopprett støttespiller-abonnementet ditt hvis det ikke har blitt synkronisert automatisk."; -"settings.support.privacy-policy" = "Personvernerklæring"; -"settings.support.terms-of-use" = "Vilkår"; -"settings.timeline.add" = "Legg til en lokal tidslinje"; -"settings.title" = "Innstillinger"; -"settings.rate" = "Vurder Ice Cubes"; -"settings.section.other" = "Annet"; -"settings.other.hide-openai" = "Aktiver 🤖-hjelper"; -"settings.other.social-keyboard" = "Aktiver sosialt tastatur"; -"settings.other.sound-effect" = "Aktiver lydeffekter"; -"settings.general.translate" = "Oversettelsesinnstillinger"; -"settings.translation.navigation-title" = "Oversettelse"; -"settings.translation.always-deepl" = "Oversett alltid med DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API-nøkkel"; -"settings.translation.api-key-type" = "Type nøkkel"; -"settings.translation.needed-message" = "Denne funksjonen krever en DeepL API-nøkkel"; -"settings.push.duplicate.title" = "Reparasjon av dupliserte varslinger"; -"settings.push.duplicate.footer" = "Får du dupliserte varsler? Prøv denne magiske knappen for å fikse det."; -"settings.push.duplicate.button.fix" = "🪄 Fiks det"; -"settings.other.autoplay-video" = "Spill av videoer automatisk"; -"settings.about.built-with" = "Ice Cubes er bygget med følgende åpen kildekode-programvare:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Bufrede innlegg: %@"; -"settings.account.action.delete-cache" = "Tøm buffer"; - -"settings.general.haptic" = "Haptisk tilbakemelding"; -"settings.haptic.navigation-title" = "Haptiske innstillinger"; -"settings.haptic.timeline" = "Tidslinje"; -"settings.haptic.tab-selection" = "Fanevalg"; -"settings.haptic.buttons" = "Button Press"; - -"settings.display.show-tab-label" = "Vis fanenavn"; - -"settings.display.show-ipad-column" = "Aktiver sekundær kolonne"; - -"settings.general.swipeactions" = "Sveipehandlinger"; -"settings.swipeactions.navigation-title" = "Sveipehandlinger"; -"settings.swipeactions.primary" = "Primær handling"; -"settings.swipeactions.secondary" = "Sekundær handling"; -"settings.swipeactions.status.action.bookmark" = "Bokmerk"; -"settings.swipeactions.status.action.boost" = "Forsterk"; -"settings.swipeactions.status.action.favorite" = "Favoritt"; -"settings.swipeactions.status.action.none" = "Ingen"; -"settings.swipeactions.status.action.quote" = "Siter"; -"settings.swipeactions.status.action.reply" = "Svar"; -"settings.swipeactions.status.explanation" = "Sveipehandlinger er tilgjengelige når du sveiper til venstre eller høyre på et innlegg. Den sekundære handlingen er bare tilgjengelig hvis den primære handlingen er angitt."; -"settings.swipeactions.status.leading" = "Sveip til høyre"; -"settings.swipeactions.status.trailing" = "Sveip til venstre"; -"settings.swipeactions.status" = "Innlegg"; -"settings.swipeactions.appearance" = "Utseende"; -"settings.swipeactions.use-theme-colors" = "Bruk temafarger"; -"settings.swipeactions.use-theme-colors-explanation" = "Bruk temafarger i stedet for standardfarger"; -"settings.swipeactions.icon-style" = "Ikon-stil"; - -"settings.display.section.font" = "Font"; - -"settings.section.cache" = "Hurtigbuffer"; -"settings.cache-media.clear" = "Tøm mediebuffer"; - -// MARK: Tabs -"tab.explore" = "Utforsk"; -"tab.federated" = "Federert"; -"tab.local" = "Lokal"; -"tab.messages" = "Meldinger"; -"tab.notifications" = "Varsler"; -"tab.settings" = "Innstillinger"; -"tab.timeline" = "Tidslinje"; -"tab.trending" = "Trender"; -"tab.profile" = "Profil"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ er en gyldig instans"; -"timeline.add-remote.title" = "Legg til ekstern lokal tidslinje"; -"timeline.add.action.add" = "Legg til"; -"timeline.filter.add-local" = "Legg til en lokal tidslinje"; -"timeline.filter.lists" = "Lister"; -"timeline.filter.local" = "Lokale tidslinjer"; -"timeline.filter.tags" = "Fulgte tagger"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Legg til konto"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Legg til/fjern fra lister"; -"account.action.edit-info" = "Rediger info"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Omtale"; -"account.action.message" = "Melding"; -"account.action.notify-enable" = "Aktiver varsler"; -"account.action.notify-disable" = "Deaktiver varsler"; -"account.action.reboosts-show" = "Vis forsterkninger"; -"account.action.reboosts-hide" = "Skjul forsterkninger"; -"account.action.block" = "Blokker"; -"account.action.unblock" = "Opphev blokkering"; -"account.action.mute" = "Demp"; -"account.action.unmute" = "Opphev demping"; -"account.action.share" = "Del denne kontoen"; -"account.boosted-by" = "Forsterket av"; -"account.detail.about" = "Om"; -"account.detail.familiar-followers" = "Også fulgt av"; -"account.detail.n-fields %lld" = "%lld felter"; -"account.detail.featured-tags-n-posts %lld" = "%lld innlegg"; -"account.edit.about" = "Om"; -"account.edit.account-settings.bot" = "Bot-konto"; -"account.edit.account-settings.discoverable" = "Oppdagelig"; -"account.edit.account-settings.private" = "Privat"; -"account.edit.account-settings.section-title" = "Kontoinnstillinger"; -"account.edit.display-name" = "Visningsnavn"; -"account.edit.error.save.message" = "Feil under lagring av profilen din, prøv igjen."; -"account.edit.error.save.title" = "Feil under lagring av profilen din"; -"account.edit.navigation-title" = "Rediger profil"; -"account.edit.post-settings.privacy" = "Standard personvern"; -"account.edit.post-settings.section-title" = "Innstillinger for innlegg"; -"account.edit.post-settings.sensitive" = "Sensitivt innhold"; - -"account.edit.metadata-section-title" = "Profilmetadata"; -"account.edit.metadata-name-placeholder" = "Merke"; -"account.edit.metadata-value-placeholder" = "Innhold"; -"account.edit.add-metadata-button" = "Legg til nye metadata"; - -"account.favorited-by" = "Favoritt av"; -"account.follow.follow" = "Følg"; -"account.follow.following" = "Følger"; -"account.follow.requested" = "Forespurt"; -"account.follow-request.accept" = "Aksepterer"; -"account.follow-request.reject" = "Avslå"; -"account.follow-requests.pending-requests" = "Ventende forespørsler"; -"account.follow-requests.instructions" = "Disse brukerne vil ikke se innleggene dine før du godtar dem."; -"account.followers" = "Følgere"; -"account.following" = "Følger"; -"account.list.create" = "Opprett en ny liste"; -"account.list.create.confirm" = "Opprett liste"; -"account.list.create.description" = "Skriv inn navnet på listen din"; -"account.list.delete" = "Slett liste"; -"account.list.name" = "Listens navn"; -"account.post.pinned" = "Festet innlegg"; -"account.posts" = "Innlegg"; -"account.relation.follows-you" = "Følger deg"; -"account.joined" = "Ble med"; -"account.action.logout" = "Logg ut konto"; -"account.action.more" = "Flere innstillinger"; - -"account.relation.note.edit" = "Rediger notat"; -"account.relation.note.edit.placeholder" = "Skriv inn notattekst"; -"account.relation.note.edit.error.save.message" = "Feil under lagring av notatet. Prøv igjen."; -"account.relation.note.edit.error.save.title" = "Feil under lagring av notatet"; -"account.relation.note.label" = "Notat:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Slett"; -"conversations.action.mark-read" = "Merk som lest"; -"conversations.action.view-detail" = "Vis detaljer"; -"conversations.empty.message" = "Leter du etter kjærlighet til sosiale medier? Du finner alle dine direktemeldinger og private omtaler her. God melding! 📱❤️"; -"conversations.empty.title" = "Innboks null"; -"conversations.error.button" = "Prøv på nytt"; -"conversations.error.message" = "Feil under lasting av meldingene dine"; -"conversations.error.title" = "En feil oppstod"; -"conversations.navigation-title" = "Direktemeldinger"; -"conversations.new.message.placeholder" = "Ny melding"; -"conversations.latest.message" = "Siste melding"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld innlegg fra %lld deltakere"; -"design.theme.navigation-title" = "Temavelger"; -"design.theme.toots-preview" = "Toots forhåndsvisning"; - -// MARK: Package: Explore -"explore.navigation-title" = "Utforsk"; -"explore.search.message-%@" = "Fra denne skjermen kan du søke etter hva som helst på %@"; -"explore.search.prompt" = "Søk brukere, innlegg og tagger"; -"explore.search.title" = "Søk i instansen din"; -"explore.search.empty.message" = "Dette søket ga ingen søkeresultater, prøv et annet."; -"explore.search.empty.title" = "Ingen søkeresultater"; -"explore.section.posts" = "Innlegg"; -"explore.section.suggested-users" = "Foreslåtte brukere"; -"explore.section.tags" = "Tagger"; -"explore.section.trending.links" = "Trendende lenker"; -"explore.section.trending.posts" = "Trendende innlegg"; -"explore.section.trending.tags" = "Trendende tagger"; -"explore.section.users" = "Brukere"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Én stemme"; -"env.poll-vote-frequency.multiple" = "Flere stemmer"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Legg til/Fjern %@"; -"lists.create" = "Opprett en ny liste"; -"lists.create.confirm" = "Opprett liste"; -"lists.edit.users-in-list" = "Brukerne i denne listen"; -"lists.name" = "Listens navn"; -"lists.name.message" = "Skriv inn navnet på listen din"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Varsler? Hvilke varsler? Varslingsinnboksen din ser så tom ut. Fortsett å være fantastisk! 📱😎"; -"notifications.empty.title" = "Ingen varsler"; -"notifications.error.message" = "Det oppsto en feil under innlasting av varslene dine. Prøv på nytt."; -"notifications.error.title" = "En feil oppstod"; -"notifications.label.favorite %lld" = "stjernet"; -"notifications.label.follow %lld" = "fulgte deg"; -"notifications.label.mention %lld" = "nevnte deg"; -"notifications.label.reblog %lld" = "forsterket"; -"notifications.label.poll" = "avstemningen avsluttet"; -"notifications.label.follow-request" = "ba om å følge deg"; -"notifications.label.status" = "har lagt ut en status"; -"notifications.label.update" = "redigerte et innlegg"; -"notifications.menu-title.favorite" = "Favoritt"; -"notifications.menu-title.follow" = "Følg"; -"notifications.menu-title.follow-request" = "Følgeforespørsel"; -"notifications.menu-title.mention" = "Omtale"; -"notifications.menu-title.poll" = "Avstemning"; -"notifications.menu-title.reblog" = "Forsterk"; -"notifications.menu-title.status" = "La ut"; -"notifications.menu-title.update" = "Innleggredigering"; -"notifications.navigation-title" = "Alle varsler"; -"notifications.tab.all" = "Alle"; -"notifications.tab.mentions" = "Omtaler"; - -"notifications.label.status.push" = "🖊️ La ut: "; -"notifications.label.reblog.push" = "🚀 Forsterket: "; -"notifications.label.follow.push" = "👋 Fulgte deg: "; -"notifications.label.follow-request.push" = "🔒 Forespurt om å følge deg: "; -"notifications.label.favorite.push" = "⭐️ Stjernemerket: "; -"notifications.label.poll.push" = "📈 Avstemningen avsluttet: "; -"notifications.label.update.push" = "Oppdatert: "; - -// MARK: Package: Timeline -"timeline.federated" = "Federert"; -"timeline.latest" = "Hopp til siste"; -"timeline.home" = "Hjem"; -"timeline.local" = "Lokal"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld nylige innlegg fra %lld deltakere"; -"timeline.trending" = "Trender"; -"timeline.add.url" = "Instans URL"; - -// MARK: Package: Status -"status.action.translate" = "Oversett"; -"status.action.translated-label-%@" = "Oversatt ved hjelp av %@"; -"status.action.translated-label-from-%@-%@" = "Oversatt fra %@ ved å bruke %@"; -"status.action.bookmark" = "Bokmerk"; -"status.action.boost" = "Forsterk"; -"status.action.boost-to-followers" = "Forsterk til følgere"; -"status.action.copy-text" = "Kopier tekst"; -"status.action.copy-link" = "Kopier link"; -"status.action.delete" = "Slett"; -"status.action.delete.confirm.title" = "Bekreft"; -"status.action.delete.confirm.message" = "er du sikker på at du vil slette dette innlegget?"; -"status.action.edit" = "Rediger"; -"status.action.favorite" = "Favoritt"; -"status.action.mention" = "Omtal"; -"status.action.message" = "Melding"; -"status.action.pin" = "Fest"; -"status.action.post" = "Legg ut"; -"status.action.quote" = "Siter dette innlegget"; -"status.action.reply" = "Svar"; -"status.action.section.your-post" = "Ditt innlegg"; -"status.action.share" = "Del dette innlegget"; -"status.action.share-link" = "Del innleggslink"; -"status.action.share-image" = "Del innlegget som bilde"; -"status.action.share-title" = "Del"; -"status.action.unbookmark" = "Fjern bokmerke"; -"status.action.unboost" = "Opphev forsterkningen"; -"status.action.unfavorite" = "Ikke favoritt"; -"status.action.unpin" = "Løsne"; -"status.action.view-in-browser" = "Vis i nettleser"; -"status.card.share" = "Del denne lenken"; -"status.card.copy" = "Kopier denne lenken"; -"status.draft.delete" = "Slett utkast"; -"status.draft.save" = "Arkiver utkast"; -"status.editor.ai-prompt.correct" = "Korrekt tekst"; -"status.editor.ai-prompt.add-tags" = "Legg til #tagger på plass"; -"status.editor.ai-prompt.insert-tags" = "Legg til #tagger etter teksten min"; -"status.editor.ai-prompt.emphasize" = "Fremhev tekst"; -"status.editor.ai-prompt.fit" = "Forkort tekst"; -"status.editor.description.add" = "Legg til beskrivelse"; -"status.editor.description.edit" = "Rediger beskrivelse"; -"status.editor.drafts.navigation-title" = "Utkast"; -"status.editor.emojis.navigation-title" = "Egendefinerte emojier"; -"status.editor.error.upload" = "Feil ved opplasting"; -"status.editor.language-select.navigation-title" = "Velg språk"; -"status.editor.language-select.recently-used" = "Nylig brukt"; -"status.editor.language-select.confirmation.detected-%@" = "Legg ut i %@ (oppdaget språk)"; -"status.editor.language-select.confirmation.selected-%@" = "Legg ut i %@ (valgt språk)"; -"status.editor.media.edit-image" = "Rediger bilde"; -"status.editor.media.image-description" = "Bildebeskrivelse"; -"status.editor.mode.edit" = "Redigerer innlegget ditt"; -"status.editor.mode.new" = "Nytt innlegg"; -"status.editor.mode.quote-%@" = "Sitat av %@"; -"status.editor.mode.reply-%@" = "Svarer til %@"; -"status.editor.restore-previous" = "Gjenopprett forrige tekst"; -"status.editor.spoiler" = "Spoilertekst"; -"status.editor.text.placeholder" = "Hva tenker du på?"; -"status.editor.visibility" = "Innleggssynlighet"; -"status.editor.photo-library" = "Bildebibliotek"; -"status.editor.camera-picker" = "Ta bilde"; -"status.editor.browse-file" = "Bla gjennom filer"; -"status.error.loading.message" = "Det oppsto en feil under innlasting av innlegg, prøv igjen."; -"status.error.message" = "Det oppsto en feil i forbindelse med dette innlegget, prøv igjen."; -"status.error.title" = "En feil oppstod"; -"status.error.posting.title" = "Feil ved publisering"; -"status.filter.filtered-by-%@" = "Filtrert etter: %@"; -"status.filter.show-anyway" = "Vis uansett"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Vis innhold"; -"status.media.contextmenu.copy" = "Kopier bildet"; -"status.media.contextmenu.save" = "Arkiver bildet"; -"status.media.contextmenu.share" = "Del dette bildet"; -"status.media.contextmenu.view-browser" = "Vis i nettleser"; -"status.media.sensitive.show" = "Vis sensitivt innhold"; -"status.poll.n-votes %lld" = "%lld stemmer"; -"status.poll.n-votes-voters %lld %lld" = "%lld stemmer fra %lld velgere"; -"status.poll.closed" = "Lukket"; -"status.poll.closes-in %@" = "Lukkes om %@"; -"status.poll.duration" = "Avstemningens varighet"; -"status.poll.frequency" = "Avstemningsfrekvens"; -"status.poll.option-n %lld" = "Valg %lld"; -"status.poll.send" = "Send Vote"; -"status.post-from-%@" = "Innlegg fra %@"; -"status.row.was-boosted" = "forsterket"; -"status.row.was-reply" = "Svar til"; -"status.row.you-boosted" = "Du forsterket"; -"status.show-less" = "Vis mindre"; -"status.show-more" = "Vis mer"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = "kl "; -"status.summary.edited-time" = "Sist redigert: "; -"status.summary.n-replies %lld" = "%lld svar"; -"status.summary.n-boosts %lld" = "%lld forsterkninger"; -"status.summary.n-favorites %lld" = "%lld favoritter"; -"status.summary.edit-history" = "Redigeringshistorikk"; -"status.visibility.direct" = "Privat"; -"status.visibility.follower" = "Følgere"; -"status.visibility.public" = "Alle"; -"status.visibility.unlisted" = "Ikke oppført"; - -// MARK: Filters -"filter.new" = "Nytt filter"; -"filter.filters" = "Filtre"; -"filter.edit.title" = "Filtertittel"; -"filter.edit.keywords" = "Filtrer nøkkelord"; -"filter.edit.keywords.add" = "Legg til nytt nøkkelord"; -"filter.edit.contexts" = "Filtrer kontekster"; -"filter.edit.action" = "Filterhandling"; -"filter.edit.expiry" = "Utløp"; -"filter.edit.expiry.date-time" = "Dato/Tid"; -"filter.edit.expiry.duration" = "Lengde"; -"account.action.edit-filters" = "Rediger filtre"; -"filter.contexts.home" = "Hjem og lister"; -"filter.contexts.notifications" = "Varsler"; -"filter.contexts.public" = "Offentlige tidslinjer"; -"filter.contexts.conversations" = "Samtaler"; -"filter.contexts.profiles" = "Profiler"; -"filter.action.warning" = "Skjul med advarsel"; -"filter.action.hide" = "Skjul helt"; -"filter.expired" = "Utløpt"; -"filter.expiry-%@" = "Utløp: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "På"; -"accessibility.general.toggle.off" = "Av"; -"accessibility.editor.button.attach-photo" = "Legg ved bilde"; -"accessibility.editor.button.poll" = "Avstemming"; -"accessibility.editor.button.spoiler" = "Spoiler advarsel"; -"accessibility.editor.button.drafts" = "Utkast"; -"accessibility.editor.button.custom-emojis" = "Egendefinerte emojier"; -"accessibility.editor.button.language" = "Språk"; -"accessibility.editor.button.ai-prompt" = "AI-spørsmål"; -"accessibility.editor.button.characters-remaining" = "Gjenstående karakterer"; -"accessibility.editor.privacy.label" = "Synlighet"; -"accessibility.editor.privacy.hint" = "Endrer innleggs-publikum."; -"accessibility.tabs.timeline.add-account" = "Legg til konto"; -"accessibility.tabs.timeline.new-post.label" = "Skriv"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Ny"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Opprett"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld nye innlegg"; -"accessibility.tabs.timeline.unread-posts.hint" = "Ruller tidslinjen."; -"accessibility.tabs.timeline.content-link-%@" = "Besøk %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Emneknagg %@"; -"accessibility.app-account.selector.accounts" = "Kontoer"; -"accessibility.app-account.selector.accounts.hint" = "Åpner alternativark."; -"accessibility.tabs.profile.options.label" = "Valg"; -"accessibility.tabs.profile.options.inputLabel1" = "Innstillinger"; -"accessibility.tabs.profile.options.inputLabel2" = "Mer"; -"accessibility.tabs.profile.user-avatar.label" = "Profilbilde"; -"accessibility.tabs.profile.user-avatar.hint" = "Viser en større versjon."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Støttespiller"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot-konto"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blokkert"; -"accessibility.tabs.profile.user.account-muted.label" = "Dempet"; -"accessibility.tabs.profile.user.account-private.label" = "Privat konto"; -"accessibility.tabs.profile.header-image.label" = "Overskriftsbilde"; -"accessibility.tabs.profile.header-image.hint" = "Viser en større versjon."; -"accessibility.tabs.profile.post-count.hint" = "Ruller til listen."; -"accessibility.tabs.profile.following-count.hint" = "Navigerer til listen."; -"accessibility.tabs.profile.follower-count.hint" = "Navigerer til listen."; -"accessibility.tabs.profile.picker.statuses" = "Innlegg"; -"accessibility.tabs.profile.picker.favorites" = "Favoritter"; -"accessibility.tabs.profile.picker.bookmarks" = "Bokmerker"; -"accessibility.tabs.profile.picker.followed-tags" = "Tagger"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Innlegg og svar"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lister"; -"accessibility.tabs.profile.user-notifications.label" = "Motta varsler"; -"accessibility.tabs.profile.user-reblogs.label" = "Vis forsterkninger"; -"accessibility.tabs.profile.fields.verified.label" = "Verifisert"; -"accessibility.tabs.profile.fields.container.label" = "Brukerdefinerte felt"; -"accessibility.status.spoiler-full-content" = "Fullt innhold"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ forsterket %@"; -"accessibility.status.a-replied-to-%@" = "%@ svarte til"; -"accessibility.image.alt-text-%@" = "Alternativ bildetekst: %@"; -"accessibility.image.alt-text-more.label" = "Mer alternativ tekst tilgjengelig"; -"accessibility.tabs.messages.unread.label" = "Ulest"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Valg %lld av %lld"; -"accessibility.status.poll.active.label" = "Aktiv avstemning"; -"accessibility.status.poll.finished.label" = "Avstemningsresultater"; -"accessibility.status.poll.selected.label" = "Valgt"; -"accessibility.media.supported-type.image.label" = "Bilde"; -"accessibility.media.supported-type.gifv.label" = "Animert Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Lyd"; -"accessibility.status.contains-media.label-%@" = "Inneholder %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Åpne medievisning"; - -// MARK: Report -"report.comment.placeholder" = "Tilleggsinformasjon"; -"report.title" = "Rapporter innlegg"; -"report.action.send" = "Send"; -"status.action.report" = "Rapporter innlegg"; - -"tag.suggested.mentions-%lld" = "%lld omtaler"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings deleted file mode 100644 index 6cc777f0..00000000 --- a/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings +++ /dev/null @@ -1,608 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Annuleer"; -"action.delete" = "Verwijder"; -"action.save" = "Bewaar"; -"action.done" = "Gereed"; -"action.retry" = "Opnieuw"; -"action.view.error" = "Bekijk fout"; - -"alert.button.ok" = "OK"; -"alert.error" = "Fout!"; - -"placeholder.loading.long" = "Laden, laden, laden…"; -"placeholder.loading.short" = "Laden…"; - -"see-more" = "Bekijk meer"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Deze instantie wordt momenteel niet ondersteund."; -"account.add.navigation-title" = "Account toevoegen"; -"account.add.sign-in" = "Log in"; - -// MARK: Enums -"enum.avatar-position.leading" = "Leidend"; -"enum.avatar-position.top" = "Boven"; -"enum.avatar-shape.circle" = "Cirkel"; -"enum.avatar-shape.rounded" = "Afgerond"; -"enum.durations.infinite" = "Onbepaald"; -"enum.durations.custom" = "Aangepast"; -"enum.durations.fiveMinutes" = "5 minuten"; -"enum.durations.thirtyMinutes" = "30 minuten"; -"enum.durations.oneHour" = "1 uur"; -"enum.durations.sixHours" = "6 uur"; -"enum.durations.twelveHours" = "12 uur"; -"enum.durations.oneDay" = "1 dag"; -"enum.durations.threeDays" = "3 dagen"; -"enum.durations.sevenDays" = "7 dagen"; -"enum.status-actions-display.all" = "Met tekst"; -"enum.status-actions-display.no-buttons" = "Geen knoppen"; -"enum.status-actions-display.only-buttons" = "Zonder tekst"; -"enum.status-display-style.compact" = "Compact"; -"enum.status-display-style.medium" = "Middel"; -"enum.status-display-style.large" = "Groot"; -"enum.swipeactions.icon-with-text" = "Symbolen en tekst"; -"enum.swipeactions.icon-only" = "Alleen symbolen"; - -// MARK: Instances -"instance.info.domains" = "Domeinen"; -"instance.info.email" = "E-mail"; -"instance.info.name" = "Naam"; -"instance.info.navigation-title" = "Instantie-info"; -"instance.info.posts" = "Posts"; -"instance.info.section.info" = "Informatie"; -"instance.info.section.rules" = "Regels"; -"instance.info.users" = "Gebruikers"; -"instance.info.version" = "Versie"; -"instance.list.posts-%@" = "%@ posts"; -"instance.list.users-%@" = "%@ gebruikers"; -"instance.suggestions" = "Suggesties"; -"instance.url" = "Instantie-URL"; - -// MARK: Menu -"menu.new-post" = "Nieuwe post"; -"menu.font" = "Lettertype"; -"menu.font.bigger" = "Groter"; -"menu.font.smaller" = "Kleiner"; - -// MARK: Settings -"settings.account.add" = "Account toevoegen"; -"settings.app.icon" = "Appsymbool"; -"settings.app.icon.navigation-title" = "Appsymbolen"; -"settings.app.icon.official" = "Officiële appsymbolen"; -"settings.app.icon.designed-by" = "Appsymbolen door"; -"settings.app.source" = "Broncode (GitHub-link)"; -"settings.app.support" = "De app steunen"; -"settings.app.about" = "Info"; -"settings.display.example-toot" = "Postvoorbeeld"; -"settings.display.avatar.position" = "Avatarpositie"; -"settings.display.avatar.shape" = "Avatarvorm"; -"settings.display.full-username" = "Toon volledige gebruikersnaam"; -"settings.display.navigation-title" = "Weergaveopties"; -"settings.display.restore" = "Stel opnieuw in"; -"settings.display.section.display" = "Weergave"; -"settings.display.section.theme" = "Thema"; -"settings.display.colors.apply" = "Pas aangepaste kleuren toe"; -"settings.display.section.theme.footer" = "Kleuren kunnen alleen worden ingesteld als het kleurenschema niet automatisch het kleurenschema van het systeem volgt"; -"settings.display.status.action-buttons" = "Actieknoppen"; -"settings.display.status.media-style" = "Mediastijl"; -"settings.display.translate-button" = "Toon vertaalknop"; -"settings.display.pending-at-bottom" = "De knop Ongelezen onder aan het scherm weergeven"; -"settings.display.theme.background" = "Achtergrondkleur"; -"settings.display.theme.secondary-background" = "Secundaire achtergrondkleur"; -"settings.display.theme.text-color" = "Tekstkleur"; -"settings.display.theme.tint" = "Kleurtint"; -"settings.display.theme.systemColor" = "Automatisch"; -"settings.general.browser" = "Browser"; -"settings.general.browser.in-app" = "In-app"; -"settings.general.browser.in-app.readerview" = "Gebruik Reader van in-appbrowser"; -"settings.general.browser.system" = "Systeem"; -"settings.general.display" = "Weergaveopties"; -"settings.general.instance" = "Instantie-informatie"; -"settings.general.push-notifications" = "Meldingen"; -"settings.general.remote-timelines" = "Andere lokale tijdlijnen"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favorieten"; -"settings.push.follows" = "Volgers"; -"settings.push.main-toggle" = "Meldingen"; -"settings.push.main-toggle.description" = "Ontvang melding bij nieuwe activiteiten"; -"settings.push.mentions" = "Vermeldingen"; -"settings.push.navigation-title" = "Meldingen"; -"settings.push.new-posts" = "Nieuwe posts"; -"settings.push.polls" = "Pollresultaten"; -"settings.rate" = "Beoordeel Ice Cubes"; -"settings.section.accounts" = "Accounts"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "Appversie: %@"; -"settings.section.general" = "Algemeen"; -"settings.support.alert.error.message" = "Er heeft zich een fout voorgedaan tijdens het verwerken van uw aankoop. Probeer het nogmaals."; -"settings.support.alert.message" = "Heel erg bedankt voor de fooi! Het wordt enorm gewaardeerd!"; -"settings.support.alert.title" = "Bedankt!"; -"settings.support.message-from-dev" = "Hallo! Mijn naam is Thomas en ik ben dol op het maken van opensource-apps. Ice Cubes is een van de projecten waar ik het meest trots op ben - en laten we eerlijk zijn, het is ook degene die het meeste onderhoud vergt vanwege de voortdurend veranderende wereld van Mastodon en sociale media. Als je Ice Cubes graag gebruikt, overweeg dan om een kleine fooi te geven. Daar word ik heel blij van (en het zal helpen om de app soepel voor je te laten werken). 🚀"; -"settings.support.navigation-title" = "Ondersteun Ice Cubes"; -"settings.support.one.subtitle" = "Klein maar fijn!"; -"settings.support.one.title" = "🍬 Kleine fooi"; -"settings.support.placeholder.loading-subtitle" = "Ondertitel laden ..."; -"settings.support.three.subtitle" = "Je bent te gek, heel erg bedankt!"; -"settings.support.three.title" = "🤯 Royale fooi"; -"settings.support.two.subtitle" = "Ik hou van de geur van een goeie kop koffie ❤️"; -"settings.support.two.title" = "☕️ Goeie fooi"; -"settings.support.four.title" = "👽 Wie ben jij-fooi"; -"settings.support.four.subtitle" = "Daarmee kan Ice Cubes nog een tijdje vooruit!"; -"settings.support.supporter.title" = "Word supporter!"; -"settings.support.supporter.subtitle" = "Door maandelijks een fooi te geven aan Ice Cubes word je supporter. Je krijgt dan zelfs een verificatievinkje op je profiel. Alleen voor jou zichtbaar 👀"; -"settings.support.supporter.subscribed" = "Bedankt dat je supporter van Ice Cubes bent!"; -"settings.support.supporter.subscription-info"= "Abonnementen worden automatisch verlengd, tenzij je ze een dag voor de volgende verlengingsperiode opzegt."; -"settings.support.restore-purchase.button" = "Aankoop herstellen"; -"settings.support.restore-purchase.explanation" = "Herstel je supporter-abonnement, als dat nog niet automatisch gesynchroniseerd is."; -"settings.support.privacy-policy" = "Privacybeleid"; -"settings.support.terms-of-use" = "Gebruiksvoorwaarden"; -"settings.timeline.add" = "Lokale tijdlijn toevoegen"; -"settings.title" = "Instellingen"; -"settings.section.other" = "Overig"; -"settings.other.hide-openai" = "Gebruik 🤖-hulp"; -"settings.other.social-keyboard" = "Gebruik socialmedia-toetsenbord"; -"settings.other.sound-effect" = "Geluidseffecten"; -"settings.general.translate" = "Vertalingsinstellingen"; -"settings.translation.navigation-title" = "Vertaling"; -"settings.translation.always-deepl" = "Vertaal altijd met DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API-sleutel"; -"settings.translation.api-key-type" = "Sleuteltype"; -"settings.translation.needed-message" = "Deze functionaliteit vereist een DeepL API-sleutel"; -"settings.general.content" = "Inhoud"; -"settings.system" = "Systeeminstellingen"; -"settings.content.navigation-title" = "Inhoud"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Klap lange posts in"; -"settings.content.collapse-long-posts-hint" = "Alleen een beperkt aantal regels van ingeklapte posts wordt getoond, samen met een knop om de volledige post te tonen"; -"settings.content.hide-repeated-boosts" = "Verberg herhaalde boosts"; -"settings.content.instance-settings" = "Serverinstellingen voor inhoud"; -"settings.content.use-instance-settings" = "Gebruik serverinstellingen"; -"settings.content.expand-spoilers" = "Toon gevoelige posts altijd"; -"settings.content.expand-media" = "Mediaweergave"; -"settings.content.default-sensitive" = "Markeer media standaard als gevoelig"; -"settings.content.default-visibility" = "Standaard postzichtbaarheid"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Toon ALT-teksten"; -"settings.content.reading" = "Lezen"; -"settings.content.posting" = "Posten"; -"settings.content.sharing" = "Delen"; -"settings.content.sharing.share-button-behavior" = "Gedrag deel-knop"; -"settings.content.sharing.share-behavior.link-only" = "Alleen link"; -"settings.content.sharing.share-behavior.link-and-text" = "Link en tekst"; -"settings.push.duplicate.title" = "Dubbele meldingen"; -"settings.push.duplicate.footer" = "Ontvang je dubbele meldingen? Gebruik deze magische knop om dit probleem te verhelpen"; -"settings.push.duplicate.button.fix" = "🪄 Los op"; -"settings.other.autoplay-video" = "Speel video’s automatisch af"; -"settings.display.font" = "Tijdlijnlettertype"; -"settings.display.font.system" = "Systeem"; -"settings.display.font.custom" = "Aangepast"; -"settings.display.font.scaling-%@" = "Lettertype vergroten/verkleinen: %@"; -"settings.display.font.line-spacing-%@" = "Regelafstand: %@"; -"settings.about.built-with" = "Ice Cubes is gebouwd met de volgende opensourcesoftware:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Posts in cache: %@"; -"settings.account.action.delete-cache" = "Leeg cache"; - -"settings.general.haptic" = "Haptische feedback"; -"settings.haptic.navigation-title" = "Haptische instellingen"; -"settings.haptic.timeline" = "Tijdlijn"; -"settings.haptic.tab-selection" = "Tabselectie"; -"settings.haptic.buttons" = "Knoppen"; - -"settings.display.show-tab-label" = "Toon label bij tab"; - -"settings.display.show-ipad-column" = "Toon tweede kolom"; - -"settings.general.swipeactions" = "Veegacties"; -"settings.swipeactions.navigation-title" = "Veegacties"; -"settings.swipeactions.primary" = "Primaire actie"; -"settings.swipeactions.secondary" = "Secundaire actie"; -"settings.swipeactions.status.action.bookmark" = "Bladwijzer"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favoriet"; -"settings.swipeactions.status.action.none" = "Geen"; -"settings.swipeactions.status.action.quote" = "Citaat"; -"settings.swipeactions.status.action.reply" = "Antwoord"; -"settings.swipeactions.status.explanation" = "Veeg naar links of rechts op een post om de veegacties zichtbaar te maken. De secundaire actie is alleen beschikbaar indien de primaire actie is ingesteld."; -"settings.swipeactions.status.leading" = "Veeg naar rechts"; -"settings.swipeactions.status.trailing" = "Veeg naar links"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.appearance" = "Uiterlijk"; -"settings.swipeactions.use-theme-colors" = "Gebruik themakleuren"; -"settings.swipeactions.use-theme-colors-explanation" = "Gebruik themakleuren in plaats van standaardkleuren"; -"settings.swipeactions.icon-style" = "Symboolstijl"; - -"settings.display.section.font" = "Lettertype"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Leeg mediacache"; - -// MARK: Tabs -"tab.explore" = "Ontdekken"; -"tab.federated" = "Gefedereerd"; -"tab.local" = "Lokaal"; -"tab.messages" = "Berichten"; -"tab.notifications" = "Notificaties"; -"tab.settings" = "Instellingen"; -"tab.timeline" = "Tijdlijn"; -"tab.trending" = "Trending"; -"tab.profile" = "Profiel"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ is een geldige instantie"; -"timeline.add-remote.title" = "Lokale tijdlijn toevoegen"; -"timeline.add.action.add" = "Voeg toe"; -"timeline.filter.add-local" = "Lokale tijdlijn toevoegen"; -"timeline.filter.lists" = "Lijsten"; -"timeline.filter.local" = "Lokale tijdlijnen"; -"timeline.filter.tags" = "Gevolgde hashtags"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Account toevoegen"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Aan lijsten toevoegen of verwijderen"; -"account.action.edit-info" = "Bewerken"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Vermelden"; -"account.action.message" = "Bericht sturen"; -"account.action.notify-enable" = "Schakel meldingen in"; -"account.action.notify-disable" = "Schakel meldingen uit"; -"account.action.reboosts-show" = "Toon boosts"; -"account.action.reboosts-hide" = "Verberg boosts"; -"account.action.block" = "Blokkeer"; -"account.action.unblock" = "Deblokkeer"; -"account.action.mute" = "Dempen"; -"account.action.unmute" = "Dempen opheffen"; -"account.action.share" = "Deel dit account"; -"account.boosted-by" = "Geboost door"; -"account.detail.about" = "Over"; -"account.detail.familiar-followers" = "Ook gevolgd door"; -"account.detail.n-fields %lld" = "%lld velden"; -"account.detail.featured-tags-n-posts %lld" = "%lld posts"; -"account.edit.about" = "Over"; -"account.edit.account-settings.bot" = "Botaccount"; -"account.edit.account-settings.discoverable" = "Vindbaar"; -"account.edit.account-settings.private" = "Privé"; -"account.edit.account-settings.section-title" = "Accountinstellingen"; -"account.edit.display-name" = "Weergavenaam"; -"account.edit.error.save.message" = "Er heeft zich een fout voorgedaan tijdens het bewaren van je profiel. Probeer het nogmaals"; -"account.edit.error.save.title" = "Fout tijdens het bewaren van je profiel"; -"account.edit.navigation-title" = "Profiel bewerken"; -"account.edit.post-settings.privacy" = "Standaardprivacy"; -"account.edit.post-settings.section-title" = "Postinstellingen"; -"account.edit.post-settings.sensitive" = "Gevoelige inhoud"; - -"account.edit.metadata-section-title" = "Profielmetagegevens"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Inhoud"; -"account.edit.add-metadata-button" = "Voeg metagegevens toe"; - -"account.favorited-by" = "Gefavoriet"; -"account.follow.follow" = "Volg"; -"account.follow.following" = "Volgend"; -"account.follow.requested" = "Verzocht"; -"account.follow-request.accept" = "Accepteer"; -"account.follow-request.reject" = "Weiger"; -"account.follow-requests.pending-requests" = "Inkomende volgverzoeken"; -"account.follow-requests.instructions" = "Deze gebruikers zien je berichten niet totdat je hun volgverzoek accepteert"; -"account.followers" = "Volgers"; -"account.following" = "Volgend"; -"account.list.create" = "Maak een nieuwe lijst"; -"account.list.create.confirm" = "Maak lijst"; -"account.list.create.description" = "Geef de lijst een naam"; -"account.list.delete" = "Verwijder lijst"; -"account.list.name" = "Lijstnaam"; -"account.post.pinned" = "Vastgezette post"; -"account.posts" = "Posts"; -"account.relation.follows-you" = "Volgt jou"; -"account.joined" = "Lid geworden"; -"account.action.logout" = "Log uit"; -"account.action.edit-filters" = "Bewerk filters"; -"account.action.more" = "Meer instellingen"; - -"account.relation.note.edit" = "Bewerk notitie"; -"account.relation.note.edit.placeholder" = "Voer notitietekst in"; -"account.relation.note.edit.error.save.message" = "Er is een fout opgetreden tijdens het bewaren van de notitie, probeer het nogmaals."; -"account.relation.note.edit.error.save.title" = "Fout tijdens bewaren notitie"; -"account.relation.note.label" = "Notitie:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Verwijder"; -"conversations.action.mark-read" = "Markeer als gelezen"; -"conversations.action.view-detail" = "Toon details"; -"conversations.empty.message" = "Op zoek naar wat liefde op sociale media? Hier vind je al je directe berichten en privévermeldingen. Veel plezier met het versturen van berichtjes! 📱❤️"; -"conversations.empty.title" = "Lege inbox"; -"conversations.error.button" = "Opnieuw"; -"conversations.error.message" = "Fout tijdens het laden van je berichten"; -"conversations.error.title" = "Er heeft zich een fout voorgedaan"; -"conversations.navigation-title" = "Directe berichten"; -"conversations.new.message.placeholder" = "Nieuw bericht"; -"conversations.latest.message" = "Meest recente bericht"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld posts van %lld deelnemers"; -"design.theme.navigation-title" = "Themakiezer"; -"design.theme.toots-preview" = "Voorbeeld"; - -// MARK: Package: Explore -"explore.navigation-title" = "Ontdekken"; -"explore.search.message-%@" = "Vanaf dit scherm kan je naar alles zoeken op %@"; -"explore.search.prompt" = "Zoek gebruikers, posts en hashtags"; -"explore.search.title" = "Doorzoek je instantie"; -"explore.search.empty.message" = "Deze zoekopdracht leverde geen resultaten op. Probeer een andere zoekopdracht."; -"explore.search.empty.title" = "Geen zoekresultaten"; -"explore.section.posts" = "Posts"; -"explore.section.suggested-users" = "Aanbevolen gebruikers"; -"explore.section.tags" = "Hashtags"; -"explore.section.trending.links" = "Trending links"; -"explore.section.trending.posts" = "Trending posts"; -"explore.section.trending.tags" = "Trending hashtags"; -"explore.section.users" = "Gebruikers"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Eén stem"; -"env.poll-vote-frequency.multiple" = "Meerdere stemmen"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "%@ toevoegen/verwijderen"; -"lists.create" = "Nieuwe lijst maken"; -"lists.create.confirm" = "Lijst maken"; -"lists.edit.users-in-list" = "Gebruikers in deze lijst"; -"lists.name" = "Lijstnaam"; -"lists.name.message" = "Voer de naam van jouw lijst in"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Notificaties? Welke notificaties? Jouw notificatie-inbox ziet er zo leeg uit. Blijf geweldig! 📱😎"; -"notifications.empty.title" = "Geen notificaties"; -"notifications.error.message" = "Er heeft zich een fout voorgedaan tijdens het laden van je notificaties. Probeer het nogmaals."; -"notifications.error.title" = "Er heeft zich een fout voorgedaan"; -"notifications.label.follow-request" = "wil je volgen"; -"notifications.label.poll" = "poll beëindigd"; -"notifications.label.status" = "nieuwe status"; -"notifications.label.update" = "wijzigde een post"; -"notifications.menu-title.favorite" = "Favoriet"; -"notifications.menu-title.follow" = "Volg"; -"notifications.menu-title.follow-request" = "Volgverzoek"; -"notifications.menu-title.mention" = "Vermelding"; -"notifications.menu-title.poll" = "Poll"; -"notifications.menu-title.reblog" = "Boost"; -"notifications.menu-title.status" = "Post"; -"notifications.menu-title.update" = "Post gewijzigd"; -"notifications.navigation-title" = "Alle notificaties"; -"notifications.tab.all" = "Alle"; -"notifications.tab.mentions" = "Vermeldingen"; - -"notifications.label.status.push" = "🖊️ Heeft gepost: "; -"notifications.label.reblog.push" = "🚀 Heeft geboost: "; -"notifications.label.follow.push" = "👋 Volgt jou: "; -"notifications.label.follow-request.push" = "🔒 Wil je volgen: "; -"notifications.label.favorite.push" = "⭐️ Heeft als favoriet gemarkeerd: "; -"notifications.label.poll.push" = "📈 Poll is beëindigd: "; -"notifications.label.update.push" = "Bijgewerkt: "; - -// MARK: Package: Timeline -"timeline.federated" = "Gefedereerd"; -"timeline.latest" = "Spring naar meest recent"; -"timeline.home" = "Start"; -"timeline.local" = "Lokaal"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld recente posts van %lld deelnemers"; -"timeline.trending" = "Trending"; -"timeline.add.url" = "Instantie-URL"; - -// MARK: Package: Status -"status.action.translate" = "Vertaal"; -"status.action.translated-label-%@" = "Vertaald met %@"; -"status.action.translated-label-from-%@-%@" = "Vertaald uit het %@ met %@"; -"status.action.bookmark" = "Voeg bladwijzer toe"; -"status.action.boost" = "Boost"; -"status.action.boost-to-followers" = "Boost aan volgers"; -"status.action.copy-text" = "Kopieer tekst"; -"status.action.copy-link" = "Kopieer link"; -"status.action.delete" = "Verwijder"; -"status.action.delete.confirm.title" = "Bevestigen"; -"status.action.delete.confirm.message" = "Weet je zeker dat je deze post wilt verwijderen?"; -"status.action.edit" = "Bewerk"; -"status.action.favorite" = "Maak favoriet"; -"status.action.mention" = "Vermelden"; -"status.action.message" = "Stuur bericht"; -"status.action.pin" = "Zet vast"; -"status.action.post" = "Post"; -"status.action.quote" = "Deze post citeren"; -"status.action.reply" = "Antwoord"; -"status.action.section.your-post" = "Jouw post"; -"status.action.share" = "Deel deze post"; -"status.action.share-link" = "Deel link naar post"; -"status.action.share-image" = "Deel post als afbeelding"; -"status.action.share-title" = "Delen"; -"status.action.unbookmark" = "Verwijder bladwijzer"; -"status.action.unboost" = "Maak boost ongedaan"; -"status.action.unfavorite" = "Verwijder favoriet"; -"status.action.unpin" = "Maak los"; -"status.action.view-in-browser" = "Open in browser"; -"status.card.share" = "Deel deze link"; -"status.card.copy" = "Kopieer deze link"; -"status.draft.delete" = "Verwijder concept"; -"status.draft.save" = "Bewaar concept"; -"status.editor.ai-prompt.correct" = "Corrigeer tekst"; -"status.editor.ai-prompt.add-tags" = "Hashtags in tekst"; -"status.editor.ai-prompt.insert-tags" = "Hashtags na tekst"; -"status.editor.ai-prompt.emphasize" = "Benadruk tekst"; -"status.editor.ai-prompt.fit" = "Kort tekst in"; -"status.editor.description.add" = "Voeg omschrijving toe"; -"status.editor.description.edit" = "Bewerk omschrijving"; -"status.editor.drafts.navigation-title" = "Concepten"; -"status.editor.emojis.navigation-title" = "Aangepaste emoji’s"; -"status.editor.error.upload" = "Fout tijdens uploaden"; -"status.editor.language-select.navigation-title" = "Taal selecteren"; -"status.editor.language-select.recently-used" = "Onlangs gebruikt"; -"status.editor.language-select.confirmation.detected-%@" = "Post in het %@ (gedetecteerde taal)"; -"status.editor.language-select.confirmation.selected-%@" = "Post in het %@ (selecteerde taal)"; -"status.editor.media.edit-image" = "Afbeelding bewerken"; -"status.editor.media.image-description" = "Omschrijving"; -"status.editor.mode.edit" = "Post bewerken"; -"status.editor.mode.new" = "Nieuwe post"; -"status.editor.mode.quote-%@" = "Citaat van %@"; -"status.editor.mode.reply-%@" = "Antwoord aan %@"; -"status.editor.restore-previous" = "Herstel vorige tekst"; -"status.editor.spoiler" = "Spoilertekst"; -"status.editor.text.placeholder" = "Waar denk je aan?"; -"status.editor.visibility" = "Zichtbaarheid"; -"status.editor.photo-library" = "Fotobibliotheek"; -"status.editor.camera-picker" = "Maak foto"; -"status.editor.browse-file" = "Bestanden"; -"status.error.loading.message" = "Er heeft zich een fout voorgedaan tijdens het laden van je posts. Probeer het nogmaals."; -"status.error.message" = "Er heeft zich een fout voorgedaan. Probeer het nogmaals."; -"status.error.title" = "Er heeft zich een fout voorgedaan"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Gefilterd op: %@"; -"status.filter.show-anyway" = "Laat toch zien"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Toon inhoud"; -"status.media.contextmenu.copy" = "Kopieer"; -"status.media.contextmenu.save" = "Bewaar"; -"status.media.contextmenu.share" = "Deel"; -"status.media.contextmenu.view-browser" = "Open in browser"; -"status.media.sensitive.show" = "Toon gevoelige inhoud"; -"status.poll.n-votes %lld" = "%lld stemmen"; -"status.poll.n-votes-voters %lld %lld" = "%lld stemmen van %lld stemmers"; -"status.poll.closed" = "Beëindigd"; -"status.poll.closes-in %@" = "Eindigt over %@"; -"status.poll.duration" = "Pollduur"; -"status.poll.frequency" = "Pollingfrequentie"; -"status.poll.option-n %lld" = "Optie %lld"; -"status.poll.send" = "Breng stem uit"; -"status.post-from-%@" = "Post van %@"; -"status.row.was-boosted" = "boostte"; -"status.row.was-reply" = "Geantwoord op"; -"status.row.you-boosted" = "Je boostte"; -"status.show-less" = "Toon minder"; -"status.show-more" = "Toon meer"; -"status.show-full-post" = "Toon volledige post"; -"status.summary.at-time" = " om "; -"status.summary.edited-time" = "Laatst gewijzigd: "; -"status.summary.n-replies %lld" = "%lld antwoorden"; -"status.summary.n-boosts %lld" = "%lld boosts"; -"status.summary.n-favorites %lld" = "%lld favorieten"; -"status.summary.edit-history" = "Bewerkingsgeschiedenis"; -"status.visibility.direct" = "Direct bericht"; -"status.visibility.follower" = "Alleen volgers"; -"status.visibility.public" = "Openbaar"; -"status.visibility.unlisted" = "Minder openbaar"; - -// MARK: Filters -"filter.new" = "Nieuw filter"; -"filter.filters" = "Filters"; -"filter.edit.title" = "Filtertitel"; -"filter.edit.keywords" = "Filter sleutelwoorden"; -"filter.edit.keywords.add" = "Voeg een nieuw sleutelwoord toe"; -"filter.edit.contexts" = "Filtercontext"; -"filter.edit.action" = "Filteractie"; -"filter.edit.expiry" = "Vervaldatum"; -"filter.edit.expiry.date-time" = "Datum/tijd"; -"filter.edit.expiry.duration" = "Duur"; -"filter.contexts.home" = "Start en lijsten"; -"filter.contexts.notifications" = "Meldingen"; -"filter.contexts.public" = "Openbare tijdlijnen"; -"filter.contexts.conversations" = "Gesprekken"; -"filter.contexts.profiles" = "Profielen"; -"filter.action.warning" = "Verberg met waarschuwing"; -"filter.action.hide" = "Verberg volledig"; -"filter.expired" = "Verlopen"; -"filter.expiry-%@" = "Verloopt: %@"; - -"enum.expand-media.show" = "Toon alle"; -"enum.expand-media.hide" = "Verberg alle"; -"enum.expand-media.hide-sensitive" = "Verberg gevoelige"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "Aan"; -"accessibility.general.toggle.off" = "Uit"; -"accessibility.editor.button.attach-photo" = "Voeg foto toe"; -"accessibility.editor.button.poll" = "Poll"; -"accessibility.editor.button.spoiler" = "Spoilerwaarschuwing"; -"accessibility.editor.button.drafts" = "Concepten"; -"accessibility.editor.button.custom-emojis" = "Aangepaste emoji’s"; -"accessibility.editor.button.language" = "Taal"; -"accessibility.editor.button.ai-prompt" = "AI-prompt"; -"accessibility.editor.button.characters-remaining" = "Tekens resterend"; -"accessibility.editor.privacy.label" = "Zichtbaarheid"; -"accessibility.editor.privacy.hint" = "Wijzigt wie de post ziet."; -"accessibility.tabs.timeline.add-account" = "Voeg account toe"; -"accessibility.tabs.timeline.new-post.label" = "Opstellen"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Nieuw"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Maak aan"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld nieuwe posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrollt de tijdlijn."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Accounts"; -"accessibility.app-account.selector.accounts.hint" = "Opent paneel voor opties."; -"accessibility.tabs.profile.options.label" = "Opties"; -"accessibility.tabs.profile.options.inputLabel1" = "Instellingen"; -"accessibility.tabs.profile.options.inputLabel2" = "Meer"; -"accessibility.tabs.profile.user-avatar.label" = "Profielfoto"; -"accessibility.tabs.profile.user-avatar.hint" = "Toont een grotere versie."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot-account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Geblokkeerd"; -"accessibility.tabs.profile.user.account-muted.label" = "Gedempt"; -"accessibility.tabs.profile.user.account-private.label" = "Privé-account"; -"accessibility.tabs.profile.header-image.label" = "Achtergrondafbeelding"; -"accessibility.tabs.profile.header-image.hint" = "Toont een grotere versie."; -"accessibility.tabs.profile.post-count.hint" = "Scrollt naar lijst."; -"accessibility.tabs.profile.following-count.hint" = "Navigeert naar lijst."; -"accessibility.tabs.profile.follower-count.hint" = "Navigeert naar lijst."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorieten"; -"accessibility.tabs.profile.picker.bookmarks" = "Bladwijzers"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts en antwoorden"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lijsten"; -"accessibility.tabs.profile.user-notifications.label" = "Ontvang meldingen"; -"accessibility.tabs.profile.user-reblogs.label" = "Toon boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Geverifieerd"; -"accessibility.tabs.profile.fields.container.label" = "Velden ingesteld door gebruiker"; -"accessibility.status.spoiler-full-content" = "Volledige inhoud"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ heeft %@ geboost"; -"accessibility.status.a-replied-to-%@" = "%@ heeft geantwoord op"; -"accessibility.image.alt-text-%@" = "Tekst voor afbeelding: %@"; -"accessibility.image.alt-text-more.label" = "Meer tekst beschikbaar"; -"accessibility.tabs.messages.unread.label" = "Ongelezen"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Optie %lld van %lld"; -"accessibility.status.poll.active.label" = "Actieve poll"; -"accessibility.status.poll.finished.label" = "Pollresultaten"; -"accessibility.status.poll.selected.label" = "Geselecteerd"; -"accessibility.media.supported-type.image.label" = "Afbeelding"; -"accessibility.media.supported-type.gifv.label" = "Animated gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Bevat %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open mediaviewer"; - -// MARK: Report -"report.comment.placeholder" = "Aanvullende informatie"; -"report.title" = "Meld post"; -"report.action.send" = "Verstuur"; -"status.action.report" = "Meld post"; - -"tag.suggested.mentions-%lld" = "%lld vermeldingen"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings deleted file mode 100644 index 6cfd03ea..00000000 --- a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings +++ /dev/null @@ -1,601 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Anuluj"; -"action.delete" = "Usuń"; -"action.save" = "Zachowaj"; -"action.done" = "Gotowe"; -"action.retry" = "Spróbuj ponownie"; -"action.view.error" = "Zobacz błąd"; - -"alert.button.ok" = "OK"; -"alert.error" = "Błąd!"; - -"placeholder.loading.long" = "Ładuję, ładuję, ładuję ..."; -"placeholder.loading.short" = "Ładuję ..."; - -"see-more" = "Zobacz więcej"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Ten serwer nie jest aktualnie obsługiwany."; -"account.add.navigation-title" = "Dodaj konto"; -"account.add.sign-in" = "Zaloguj się"; - -// MARK: Enums -"enum.avatar-position.leading" = "Z lewej"; -"enum.avatar-position.top" = "Na górze"; -"enum.avatar-shape.circle" = "Okrągły"; -"enum.avatar-shape.rounded" = "Zaokrąglony"; -"enum.durations.infinite" = "nieokreślony"; -"enum.durations.custom" = "niestandardowy"; -"enum.durations.fiveMinutes" = "5 minut"; -"enum.durations.thirtyMinutes" = "30 minut"; -"enum.durations.oneHour" = "1 godzina"; -"enum.durations.sixHours" = "6 godzin"; -"enum.durations.twelveHours" = "12 godzin"; -"enum.durations.oneDay" = "1 dzień"; -"enum.durations.threeDays" = "3 dni"; -"enum.durations.sevenDays" = "7 dni"; -"enum.status-actions-display.all" = "Wszystko"; -"enum.status-actions-display.no-buttons" = "Bez przycisków"; -"enum.status-actions-display.only-buttons" = "Tylko przyciski"; -"enum.status-display-style.compact" = "Pomniejszone"; -"enum.status-display-style.large" = "Duże"; -"enum.status-display-style.medium" = "Średnie"; -"enum.swipeactions.icon-with-text" = "Ikona z tekstem"; -"enum.swipeactions.icon-only" = "Tylko ikona"; - -// MARK: Instances -"instance.info.domains" = "Domeny"; -"instance.info.email" = "E-mail"; -"instance.info.name" = "Nazwa"; -"instance.info.navigation-title" = "Informacja o serwerze"; -"instance.info.posts" = "Posty"; -"instance.info.section.info" = "Informacje o serwerze"; -"instance.info.section.rules" = "Zasady obowiązujace na serwerze"; -"instance.info.users" = "Użytkownicy"; -"instance.info.version" = "Wersja"; -"instance.list.posts-%@" = "%@ postów"; -"instance.list.users-%@" = "%@ użytkowników"; -"instance.suggestions" = "Propozycje"; -"instance.url" = "URL instancji"; - -// MARK: Menu -"menu.new-post" = "Nowy post"; -"menu.font" = "Czcionka"; -"menu.font.bigger" = "Większa"; -"menu.font.smaller" = "Mniejsza"; - -// MARK: Settings -"settings.account.add" = "Dodaj konto"; -"settings.app.icon" = "Ikona aplikacji"; -"settings.app.icon.official" = "Oficjalne ikony aplikacji"; -"settings.app.icon.designed-by" = "Ikony zaprojektowane przez"; -"settings.app.icon.navigation-title" = "Ikony"; -"settings.app.source" = "Źródło (link do GitHub)"; -"settings.app.support" = "Wspieraj aplikację"; -"settings.app.about" = "O aplikacji"; -"settings.display.example-toot" = "Przykładowy post"; -"settings.display.avatar.position" = "Położenie awatara"; -"settings.display.avatar.shape" = "Kształt awatara"; -"settings.display.full-username" = "Wyświetlaj pełną nazwę użytkownika"; -"settings.display.navigation-title" = "Ustawienia ekranu"; -"settings.display.restore" = "Przywróć ustawienia domyślne"; -"settings.display.section.display" = "Ekran"; -"settings.display.section.theme" = "Motyw"; -"settings.display.colors.apply" = "Zastosuj kolory niestandardowe"; -"settings.display.section.theme.footer" = "Kolory niestandardowe można ustawić tylko wtedy, gdy wyłączona jest opcja dopasowania schematu kolorów systemu."; -"settings.display.status.action-buttons" = "Przyciski akcji"; -"settings.display.status.media-style" = "Treści multimedialne"; -"settings.display.translate-button" = "Pokazuj przycisk tłumaczenia"; -"settings.display.pending-at-bottom" = "Wyświetlanie przycisku nieprzeczytanych u dołu ekranu"; -"settings.display.theme.background" = "Kolor tła"; -"settings.display.theme.secondary-background" = "Dodatkowy kolor tła"; -"settings.display.theme.text-color" = "Kolor tekstu"; -"settings.display.theme.tint" = "Kolor wiodący"; -"settings.display.theme.systemColor" = "Zgodny z systemowym"; -"settings.general.browser" = "Przeglądarka"; -"settings.general.browser.in-app" = "W aplikacji"; -"settings.general.browser.in-app.readerview" = "Widok czytnika w przeglądarce w aplikacji"; -"settings.general.browser.system" = "Systemowa"; -"settings.general.display" = "Ustawienia ekranu"; -"settings.general.instance" = "Informacja o serwerze"; -"settings.general.push-notifications" = "Powiadomienia push"; -"settings.general.remote-timelines" = "Strumienie innych serwerów"; -"settings.push.boosts" = "Podbicia"; -"settings.push.favorites" = "Polubione"; -"settings.push.follows" = "Obserwacja"; -"settings.push.main-toggle" = "Powiadomienia push"; -"settings.push.main-toggle.description" = "Otrzymuj powiadomienia push o nowej aktywności"; -"settings.push.mentions" = "Wzmianki"; -"settings.push.navigation-title" = "Powiadomienia push"; -"settings.push.new-posts" = "Nowe posty"; -"settings.push.polls" = "Wyniki sondaży"; -"settings.general.content" = "Ustawienia treści"; -"settings.system" = "Ustawienia systemowe"; -"settings.content.navigation-title" = "Ustawienia treści"; -"settings.content.boosts" = "Podbicia"; -"settings.content.collapse-long-posts" = "Zwijaj długie posty"; -"settings.content.collapse-long-posts-hint" = "Zwinięte posty wyświetlają tylko ograniczoną liczbę wierszy wraz z przyciskiem do wyświetlenia pełnego postu"; -"settings.content.hide-repeated-boosts" = "Ukryj powtórzone podbicia"; -"settings.content.instance-settings" = "Ustawienia treści serwera"; -"settings.content.use-instance-settings" = "Zastosuj ustawienia serwera"; -"settings.content.expand-spoilers" = "Pokazuj wrażliwe posty"; -"settings.content.expand-media" = "Multimedia"; -"settings.content.default-sensitive" = "Oznaczaj media jako wrażliwe"; -"settings.content.default-visibility" = "Widoczność postów"; -"settings.content.default-reply-visibility" = "Widoczność odpowiedzi"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Pokazuj alternatywny tekst"; -"settings.content.reading" = "Czytanie postów"; -"settings.content.posting" = "Wysyłanie postów"; -"settings.content.sharing" = "Udostępnianie"; -"settings.content.sharing.share-button-behavior" = "Działanie przycisku udostępniania"; -"settings.content.sharing.share-behavior.link-only" = "Tylko link"; -"settings.content.sharing.share-behavior.link-and-text" = "Link i tekst"; -"enum.expand-media.show" = "Pokazuj wszystkie"; -"enum.expand-media.hide" = "Ukryj wszystkie"; -"enum.expand-media.hide-sensitive" = "Ukryj wrażliwe"; -"settings.section.accounts" = "Konta"; -"settings.section.app" = "Aplikacja"; -"settings.section.app.footer %@" = "Wersja aplikacji: %@"; -"settings.section.general" = "Ogólne"; -"settings.support.alert.error.message" = "Błąd przetwarzania twojego zakupu w aplikacji, proszę spróbuj ponownie."; -"settings.support.alert.message" = "Bardzo dziękuję za twój napiwek! Doceniam to bardzo!"; -"settings.support.alert.title" = "Dzięki!"; -"settings.support.message-from-dev" = "Cześć! Mam na imię Thomas i uwielbiam tworzenie aplikacji open source. Ice Cubes jest zdecydowanie jednym z tych moich dotychczasowych projektów, z których jestem najbardziej dumny – i bądźmy szczerzy, jest to również ten, który wymaga najwięcej nieustannych prac utrzymaniowych ze względu na ciągle zmieniający się świat Mastodona i mediów społecznościowych. Jeśli świetnie się bawisz, używając kostek lodu, rozważ podrzucenie mi małego napiwku. Umili mi to dzień (i pomoże sprawić, że aplikacja zawsze działać będzie bezproblemowo). 🚀"; -"settings.support.navigation-title" = "Wspieraj Ice Cubes"; -"settings.support.one.subtitle" = "Mały, ale uroczy i smakuje wyśmienicie!"; -"settings.support.one.title" = "🍬 Mały napiwek"; -"settings.support.placeholder.loading-subtitle" = "Ładowanie napisów ..."; -"settings.support.three.subtitle" = "Jesteś niesamowity, bardzo dziękuję!"; -"settings.support.three.title" = "🤯 Hojny napiwek"; -"settings.support.two.subtitle" = "Uwielbiam smak wyszukanej kawy ❤️"; -"settings.support.two.title" = "☕️ Miły napiwek"; -"settings.support.four.title" = "👽 Kim jesteś?"; -"settings.support.four.subtitle" = "To bardzo pomoże w utrzymaniu Ice Cubes w działaniu!"; -"settings.support.supporter.title" = " Zostań osobą wspierającą!"; -"settings.support.supporter.subtitle" = "Przekazując Ice Cubes comiesięczny napiwek, stajesz się osobą wspierającą, a dodatkowo na swoim profilu otrzymasz znaczek weryfikacji. Tylko dla twoich 👀."; -"settings.support.supporter.subscribed" = " Dziękuję, że wspierasz Ice Cubes!"; -"settings.support.supporter.subscription-info"= "Subskrypcja jest odnawiana automatycznie, chyba że anulujesz ją na dzień przed kolejnym cyklem odnawiania."; -"settings.support.restore-purchase.button" = "Przywróć zakup"; -"settings.support.restore-purchase.explanation" = "Przywróć swoją subskrypcję osoby wspierającej, jeśli nie została ona automatycznie zsynchronizowana."; -"settings.support.privacy-policy" = "Polityka prywatności"; -"settings.support.terms-of-use" = "Warunki korzystania"; -"settings.timeline.add" = "Dodaj strumień lokalny"; -"settings.title" = "Ustawienia"; -"settings.rate" = "Oceń Ice Cubes"; -"settings.section.other" = "Inne"; -"settings.other.hide-openai" = "Włącz 🤖 pomocnik"; -"settings.other.social-keyboard" = "Włącz klawiaturę społecznościową"; -"settings.other.sound-effect" = "Włącz efekty dźwiękowe"; -"settings.push.duplicate.title" = "Korektor duplikatów powiadomień"; -"settings.general.translate" = "Ustawienia tłumaczenia"; -"settings.translation.navigation-title" = "Ustawienia tłumaczenia"; -"settings.translation.always-deepl" = "Zawsze tłumacz przy pomocy DeepL"; -"settings.translation.auto-detect-post-language" = "Automatyczne wykrywanie języka"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes spróbuje automatycznie wykryć język postu, który zamierzasz opublikować i w razie potrzeby zasugeruje aktualizację języka postu."; -"settings.translation.user-api-key" = "Klucz DeepL API"; -"settings.translation.api-key-type" = "Rodzaj klucza"; -"settings.translation.needed-message" = "Ta funkcja wymaga klucza DeepL API"; -"settings.push.duplicate.footer" = "Otrzymujesz zduplikowane powiadomienia? Spróbuj tego magicznego przycisku, aby to naprawić"; -"settings.push.duplicate.button.fix" = "🪄 Napraw to"; -"settings.other.autoplay-video" = "Odtwarzaj filmy automatycznie"; -"settings.display.font" = "Czcionka strumienia"; -"settings.display.font.system" = "Systemowa"; -"settings.display.font.custom" = "Własna"; -"settings.display.font.scaling-%@" = "Skalowanie czcionki: %@"; -"settings.display.font.line-spacing-%@" = "Odstęp między wierszami: %@"; -"settings.about.built-with" = "Ice Cubes zbudowano z wykorzystaniem następującego oprogramowania Open Source:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Liczba postów w buforze: %@"; -"settings.account.action.delete-cache" = "Wyczyść bufor postów"; - -"settings.general.haptic" = "Sygnały haptyczne"; -"settings.haptic.navigation-title" = "Ustawienia haptyki"; -"settings.haptic.timeline" = "Strumień"; -"settings.haptic.tab-selection" = "Wybór zakładki"; -"settings.haptic.buttons" = "Naciśnięcie przycisku"; - -"settings.display.show-tab-label" = "Pokazuj nazwy zakładek"; - -"settings.display.show-ipad-column" = "Włącz dodatkową kolumnę"; - -"settings.general.swipeactions" = "Przeciąganie palcem"; -"settings.swipeactions.navigation-title" = "Przeciąganie palcem"; -"settings.swipeactions.primary" = "Akcja podstawowa"; -"settings.swipeactions.secondary" = "Akcja dodatkowa"; -"settings.swipeactions.status.action.bookmark" = "Dodaj zakładkę"; -"settings.swipeactions.status.action.boost" = "Podbij"; -"settings.swipeactions.status.action.favorite" = "Polub"; -"settings.swipeactions.status.action.none" = "Bez akcji"; -"settings.swipeactions.status.action.quote" = "Zacytuj"; -"settings.swipeactions.status.action.reply" = "Odpowiedz"; -"settings.swipeactions.status.explanation" = "Akcje przeciągania palcem są dostępne po przesunięciu posta w lewo lub w prawo. Akcja dodatkowa jest dostępna tylko wtedy, gdy ustawiona jest akcja podstawowa."; -"settings.swipeactions.status.leading" = "Przeciągnij w prawo"; -"settings.swipeactions.status.trailing" = "Przeciągnij w lewo"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.appearance" = "Wygląd"; -"settings.swipeactions.use-theme-colors" = "Użyj kolorów motywu"; -"settings.swipeactions.use-theme-colors-explanation" = "Użyj kolorów motywu zamiast kolorów domyślnych"; -"settings.swipeactions.icon-style" = "Styl ikony"; - -"settings.display.section.font" = "Czcionka"; - -"settings.section.cache" = "Bufor"; -"settings.cache-media.clear" = "Wyczyść bufor treści multimedialnych"; - -// MARK: Tabs -"tab.explore" = "Odkrywaj"; -"tab.federated" = "Globalny"; -"tab.local" = "Lokalny"; -"tab.messages" = "Wiadomości"; -"tab.notifications" = "Powiadomienia"; -"tab.settings" = "Ustawienia"; -"tab.timeline" = "Strumienie"; -"tab.trending" = "Popularne"; -"tab.profile" = "Profil"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ jest poprawnym serwerem"; -"timeline.add-remote.title" = "Dodaj strumień serwera"; -"timeline.add.action.add" = "Dodaj"; -"timeline.filter.add-local" = "Dodaj strumień lokalny"; -"timeline.filter.lists" = "Listy"; -"timeline.filter.local" = "Strumienie lokalne"; -"timeline.filter.tags" = "Obserwowane hasztagi"; -"timeline.filter.tag-groups" = "Grupy hasztagów"; -"timeline.filter.add-tag-groups" = "Dodaj grupę hasztagów"; -"timeline.filter.edit-tag-groups" = "Edytuj grupę hasztagów"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Dodaj konto"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Dodaj/usuń z listy"; -"account.action.edit-info" = "Edytuj profil"; -"account.action.privacy-settings" = "Ustawienia prywatności"; -"account.action.mention" = "Wymień osobę"; -"account.action.message" = "Wyślij wiadomość"; -"account.action.notify-enable" = "Włącz powiadomienia"; -"account.action.notify-disable" = "Wyłącz powiadomienia"; -"account.action.reboosts-show" = "Pokazuj podbicia"; -"account.action.reboosts-hide" = "Ukryj podbicia"; -"account.action.block" = "Zablokuj"; -"account.action.unblock" = "Odblokuj"; -"account.action.mute" = "Wycisz"; -"account.action.unmute" = "Wyłącz wyciszenie"; -"account.action.share" = "Udostępnij to konto"; -"account.boosted-by" = "Podbity przez"; -"account.detail.about" = "Dane"; -"account.detail.familiar-followers" = "Obserwowany także przez"; -"account.edit.about" = "Opis"; -"account.edit.account-settings.bot" = "Konto bota"; -"account.edit.account-settings.discoverable" = "Wykrywalne"; -"account.edit.account-settings.private" = "Prywatne"; -"account.edit.account-settings.section-title" = "Ustawienia konta"; -"account.edit.display-name" = "Nazwa wyświetlana"; -"account.edit.error.save.message" = "Błąd podczas zapisywania profilu, proszę spróbować ponownie."; -"account.edit.error.save.title" = "Błąd podczas zapisywania profilu"; -"account.edit.navigation-title" = "Edytuj profil"; -"account.edit.post-settings.privacy" = "Prywatność domyślna"; -"account.edit.post-settings.section-title" = "Ustawienia postów"; -"account.edit.post-settings.sensitive" = "Treści wrażliwe"; - -"account.edit.metadata-section-title" = "Metadane profilu"; -"account.edit.metadata-name-placeholder" = "Nazwa"; -"account.edit.metadata-value-placeholder" = "Zawartość"; -"account.edit.add-metadata-button" = "Dodaj nowe pole"; - -"account.favorited-by" = "Polubione przez"; -"account.follow.follow" = "Obserwuj"; -"account.follow.following" = "Obserwuję"; -"account.follow.requested" = "Oczekuję"; -"account.follow-request.accept" = "Zaakceptuj"; -"account.follow-request.reject" = "Odrzuć"; -"account.follow-requests.pending-requests" = "Oczekujące prośby"; -"account.follow-requests.instructions" = "Ci użytkownicy nie zobaczą twoich postów, dopóki ich nie zaakceptujesz."; -"account.followers" = "Obserwujący"; -"account.following" = "Obserwowani"; -"account.list.create" = "Utwórz nową listę"; -"account.list.create.confirm" = "Utwórz listę"; -"account.list.create.description" = "Wprowadź nazwę twojej listy"; -"account.list.delete" = "Usuń listę"; -"account.list.name" = "Nazwa listy"; -"account.post.pinned" = "Przypięty post"; -"account.posts" = "Posty"; -"account.relation.follows-you" = "Obserwuje ciebie"; -"account.joined" = "Dołączył(a)"; -"account.action.logout" = "Wyloguj się"; -"account.action.more" = "Więcej ustawień"; - -"account.relation.note.edit" = "Edytuj notatkę"; -"account.relation.note.edit.placeholder" = "Wprowadź treść notatki"; -"account.relation.note.edit.error.save.message" = "Błąd podczas zapisywania notatki, spróbuj ponownie."; -"account.relation.note.edit.error.save.title" = "Błąd podczas zapisywania notatki"; -"account.relation.note.label" = "Notatka:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Usuń"; -"conversations.action.mark-read" = "Oznacz jako przeczytany"; -"conversations.action.view-detail" = "Zobacz szczegóły"; -"conversations.empty.message" = "Szukasz miłości w mediach społecznościowych? Tutaj znajdziesz wszystkie swoje bezpośrednie wiadomości i prywatne wzmianki. Szczęśliwego korespondowania! 📱❤️"; -"conversations.empty.title" = "Skrzynka odbiorcza pusta"; -"conversations.error.button" = "Spróbuj ponownie"; -"conversations.error.message" = "Błąd podczas ładowania twoich wiadomości"; -"conversations.error.title" = "Wystąpił błąd"; -"conversations.navigation-title" = "Wiadomości bezpośrednie"; -"conversations.new.message.placeholder" = "Nowa wiadomość"; -"conversations.latest.message" = "Najnowsza wiadomość"; - -// MARK: Package: DesignSystem -"design.theme.navigation-title" = "Wybór motywu"; -"design.theme.toots-preview" = "Podgląd postów"; - -// MARK: Package: Explore -"explore.navigation-title" = "Odkrywaj"; -"explore.search.message-%@" = "Z tego ekranu możesz wyszukać wszystko na temat %@"; -"explore.search.prompt" = "Szukaj osób, postów i hasztagów"; -"explore.search.title" = "Wyszukaj swój serwer"; -"explore.search.empty.message" = "To zapytanie nie zwróciło żadnych wyników wyszukiwania, spróbuj proszę użyć innego."; -"explore.search.empty.title" = "Brak wyników wyszukiwania"; -"explore.section.posts" = "Posty"; -"explore.section.suggested-users" = "Ciekawe osoby"; -"explore.section.tags" = "Hasztagi"; -"explore.section.trending.links" = "Popularne linki"; -"explore.section.trending.posts" = "Popularne posty"; -"explore.section.trending.tags" = "Popularne hasztagi"; -"explore.section.users" = "Osoby"; -"explore.scope.all" = "Wszystko"; -"explore.scope.people" = "Osoby"; -"explore.scope.hashtags" = "Hasztagi"; -"explore.scope.posts" = "Posty"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Jeden głos"; -"env.poll-vote-frequency.multiple" = "Głosowanie wielokrotne"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Dodaj/usuń %@"; -"lists.create" = "Utwórz nową listę"; -"lists.create.confirm" = "Utwórz listę"; -"lists.edit.users-in-list" = "Osoby na tej liście"; -"lists.name" = "Nazwa listy"; -"lists.name.message" = "Wprowadź nazwę twojej listy"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Powiadomienia? Jakie powiadomienia? Twoja skrzynka powiadomień wygląda tak pusto. Bądź dalej niesamowity! 📱😎"; -"notifications.empty.title" = "Brak powiadomień"; -"notifications.error.message" = "Podczas ładowania powiadomień wystąpił błąd, proszę spróbować ponownie."; -"notifications.error.title" = "Wystąpił błąd"; -"notifications.label.favorite %lld" = "polubiony"; -"notifications.label.follow %lld" = "obserwuje cię"; -"notifications.label.follow-request" = "prosił(a) o obserwowanie cię"; -"notifications.label.mention %lld" = "wymienił(a) cię"; -"notifications.label.poll" = "sondaż zakończony"; -"notifications.label.reblog %lld" = "podbił(a)"; -"notifications.label.status" = "opublikował(a) status"; -"notifications.label.update" = "edytował(a) post"; -"notifications.menu-title.favorite" = "Polubione"; -"notifications.menu-title.follow" = "Obserwujący"; -"notifications.menu-title.follow-request" = "Prośby o obserwację"; -"notifications.menu-title.mention" = "Wzmianki"; -"notifications.menu-title.poll" = "Sondaże"; -"notifications.menu-title.reblog" = "Podbicia"; -"notifications.menu-title.status" = "Posty"; -"notifications.menu-title.update" = "Posty edytowane"; -"notifications.navigation-title" = "Wszystkie komunikaty"; -"notifications.tab.all" = "Wszystko"; -"notifications.tab.mentions" = "Wzmianki"; - -"notifications.label.status.push" = "🖊️ Opublikował(a): "; -"notifications.label.reblog.push" = "🚀 Podbił(a): "; -"notifications.label.follow.push" = "👋 Obserwuje cię: "; -"notifications.label.follow-request.push" = "🔒 Prosi o obserwację: "; -"notifications.label.favorite.push" = "⭐️ Polubił(a): "; -"notifications.label.poll.push" = "📈 Sondaż zakończony: "; -"notifications.label.update.push" = "Zaktualizował(a): "; - -// MARK: Package: Timeline -"timeline.federated" = "Strumień globalny"; -"timeline.latest" = "Najnowsze posty"; -"timeline.home" = "Strona główna"; -"timeline.local" = "Strumień lokalny"; -"timeline.trending" = "Teraz popularne"; -"timeline.add.url" = "URL instancji"; - -// MARK: Package: Status -"status.action.translate" = "Przetłumacz"; -"status.action.translated-label-%@" = "Przetłumaczono za pomocą %@"; -"status.action.translated-label-from-%@-%@" = "Tekst %@ przetłumaczono za pomocą %@"; -"status.action.bookmark" = "Dodaj zakładkę"; -"status.action.boost" = "Podbij"; -"status.action.boost-to-followers" = "Podbij do obserwujących"; -"status.action.copy-text" = "Kopiuj tekst"; -"status.action.copy-link" = "Kopiuj link"; -"status.action.delete" = "Usuń"; -"status.action.delete.confirm.title" = "Potwierdź"; -"status.action.delete.confirm.message" = "czy na pewno chcesz usunąć ten post?"; -"status.action.edit" = "Edytuj"; -"status.action.favorite" = "Dodaj do polubionych"; -"status.action.mention" = "Wymień osobę"; -"status.action.message" = "Wyślij wiadomość"; -"status.action.pin" = "Przypnij"; -"status.action.post" = "Opublikuj"; -"status.action.quote" = "Cytuj ten post"; -"status.action.reply" = "Odpowiedz"; -"status.action.section.your-post" = "Twój post"; -"status.action.share" = "Udostępnij ten post"; -"status.action.share-link" = "Udostępnij link do tego postu"; -"status.action.share-image" = "Udostępnij ten post jako obrazek"; -"status.action.share-title" = "Udostępnij"; -"status.action.unbookmark" = "Usuń zakładkę"; -"status.action.unboost" = "Cofnij podbicie"; -"status.action.unfavorite" = "Usuń z polubionych"; -"status.action.unpin" = "Odepnij"; -"status.action.view-in-browser" = "Otwórz w przeglądarce"; -"status.card.share" = "Udostępnij ten link"; -"status.card.copy" = "Kopiuj ten link"; -"status.draft.delete" = "Usuń wersję roboczą"; -"status.draft.save" = "Zachowaj wersję roboczą"; -"status.editor.ai-prompt.correct" = "Popraw tekst"; -"status.editor.ai-prompt.add-tags" = "Dodaj hasztagi wewnątrz tekstu"; -"status.editor.ai-prompt.insert-tags" = "Dodaj hasztagi po moim tekście"; -"status.editor.ai-prompt.emphasize" = "Wyróżnij tekst"; -"status.editor.ai-prompt.fit" = "Skróć tekst"; -"status.editor.description.add" = "Dodaj opis"; -"status.editor.description.edit" = "Edytuj opis"; -"status.editor.drafts.navigation-title" = "Wersje robocze"; -"status.editor.emojis.navigation-title" = "Emotikony własne"; -"status.editor.error.upload" = "Błąd wysyłania"; -"status.editor.language-select.navigation-title" = "Wybierz język"; -"status.editor.language-select.recently-used" = "Ostatnio użyty"; -"status.editor.language-select.confirmation.detected-%@" = "Publikuj jako %@ (wykryty język)"; -"status.editor.language-select.confirmation.selected-%@" = "Publikuj jako %@ (wybrany język)"; -"status.editor.media.edit-image" = "Edytuj obrazek"; -"status.editor.media.image-description" = "Opis obrazka"; -"status.editor.mode.edit" = "Edycja twojego postu"; -"status.editor.mode.new" = "Nowy post"; -"status.editor.mode.quote-%@" = "Cytując %@"; -"status.editor.mode.reply-%@" = "Odpowiadając %@"; -"status.editor.restore-previous" = "Przywróć poprzedni tekst"; -"status.editor.spoiler" = "Tekst spoilera"; -"status.editor.text.placeholder" = "Co ci chodzi po głowie?"; -"status.editor.visibility" = "Widoczność postu"; -"status.editor.photo-library" = "Biblioteka zdjęć"; -"status.editor.camera-picker" = "Zrób zdjęcie"; -"status.editor.browse-file" = "Przeglądaj pliki"; -"status.error.loading.message" = "Wystąpił błąd podczas ładowania postów, spróbuj ponownie."; -"status.error.message" = "Wystąpił błąd dotyczący tego postu, proszę spróbuj ponownie."; -"status.error.title" = "Wystąpił błąd"; -"status.error.posting.title" = "Błąd podczas publikowania"; -"status.filter.filtered-by-%@" = "Filtrowany przez: %@"; -"status.filter.show-anyway" = "Pokaż mimo wszystko"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Pokaż zawartość"; -"status.media.contextmenu.copy" = "Kopiuj obrazek"; -"status.media.contextmenu.save" = "Zachowaj obrazek"; -"status.media.contextmenu.share" = "Udostępnij ten obrazek"; -"status.media.contextmenu.view-browser" = "Zobacz w przeglądarce"; -"status.media.sensitive.show" = "Pokaż wrażliwą zawartość"; -"status.poll.closed" = "Zamknięty"; -"status.poll.closes-in %@" = "Zostanie zakończony za %@"; -"status.poll.duration" = "Czas trwania sondażu"; -"status.poll.frequency" = "Częstotliwość odpytywania"; -"status.poll.option-n %lld" = "Opcja %lld"; -"status.poll.send" = "Wyślij głos"; -"status.post-from-%@" = "Post od %@"; -"status.row.was-boosted" = "podbił(a)"; -"status.row.was-reply" = "Odpowiedział(a) do"; -"status.row.you-boosted" = "Podbiłeś(aś)"; -"status.show-less" = "Pokaż mniej"; -"status.show-more" = "Pokaż więcej"; -"status.show-full-post" = "Pokaż cały post"; -"status.summary.at-time" = " o "; -"status.summary.edited-time" = "Ostatnia edycja: "; -"status.summary.edit-history" = "Historia edycji"; -"status.visibility.direct" = "Post bezpośredni"; -"status.visibility.follower" = "Tylko obserwujący"; -"status.visibility.public" = "Publiczny"; -"status.visibility.unlisted" = "Wszyscy (bez funkcji odkrywania)"; - -// MARK: Filters -"filter.new" = "Nowy filtr"; -"filter.filters" = "Filtry"; -"filter.edit.title" = "Nazwa filtra"; -"filter.edit.keywords" = "Słowa kluczowe filtra"; -"filter.edit.keywords.add" = "Dodaj nowe słowo kluczowe"; -"filter.edit.contexts" = "Kontekst filtra"; -"filter.edit.action" = "Działanie filtra"; -"filter.edit.expiry" = "Wygaśnięcie"; -"filter.edit.expiry.date-time" = "Data/czas"; -"filter.edit.expiry.duration" = "Czas trwania"; -"account.action.edit-filters" = "Edytuj filtry"; -"filter.contexts.home" = "Strona główna i listy"; -"filter.contexts.notifications" = "Powiadomienia"; -"filter.contexts.public" = "Strumienie publiczne"; -"filter.contexts.conversations" = "Konwersacje"; -"filter.contexts.profiles" = "Profile"; -"filter.action.warning" = "Ukryj z ostrzeżeniem"; -"filter.action.hide" = "Ukryj całkowicie"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "Włączone"; -"accessibility.general.toggle.off" = "Wyłączone"; -"accessibility.editor.button.attach-photo" = "Dołącz zdjęcie"; -"accessibility.editor.button.poll" = "Sondaż"; -"accessibility.editor.button.spoiler" = "Ostrzeżenie o spoilerze"; -"accessibility.editor.button.drafts" = "Wersje robocze"; -"accessibility.editor.button.custom-emojis" = "Emotikony własne"; -"accessibility.editor.button.language" = "Język"; -"accessibility.editor.button.ai-prompt" = "Funkcje AI"; -"accessibility.editor.button.characters-remaining" = "Liczba pozostałych znaków"; -"accessibility.editor.privacy.label" = "Widoczność postu"; -"accessibility.editor.privacy.hint" = "Zmienia odbiorców postu."; -"accessibility.tabs.timeline.add-account" = "Dodaj konto"; -"accessibility.tabs.timeline.new-post.label" = "Napisz post"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Nowy"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Utwórz"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld nowych postów"; -"accessibility.tabs.timeline.unread-posts.hint" = "Przewija strumień."; -"accessibility.tabs.timeline.content-link-%@" = "Odwiedź %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hasztag %@"; -"accessibility.app-account.selector.accounts" = "Konta"; -"accessibility.app-account.selector.accounts.hint" = "Otwiera panel opcji."; -"accessibility.tabs.profile.options.label" = "Opcje"; -"accessibility.tabs.profile.options.inputLabel1" = "Ustawienia"; -"accessibility.tabs.profile.options.inputLabel2" = "Więcej"; -"accessibility.tabs.profile.user-avatar.label" = "Zdjęcie profilowe"; -"accessibility.tabs.profile.user-avatar.hint" = "Wyświetla większą wersję."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Osoba wspierająca"; -"accessibility.tabs.profile.user.account-bot.label" = "Konto bota"; -"accessibility.tabs.profile.user.account-blocked.label" = "Zablokowane"; -"accessibility.tabs.profile.user.account-muted.label" = "Wyciszone"; -"accessibility.tabs.profile.user.account-private.label" = "Konto prywatne"; -"accessibility.tabs.profile.header-image.label" = "Obrazek nagłówka"; -"accessibility.tabs.profile.header-image.hint" = "Wyświetla większą wersję."; -"accessibility.tabs.profile.post-count.hint" = "Przewija do listy."; -"accessibility.tabs.profile.following-count.hint" = "Przechodzi do listy."; -"accessibility.tabs.profile.follower-count.hint" = "Przechodzi do listy."; -"accessibility.tabs.profile.picker.statuses" = "Posty"; -"accessibility.tabs.profile.picker.favorites" = "Polubione"; -"accessibility.tabs.profile.picker.bookmarks" = "Zakładki"; -"accessibility.tabs.profile.picker.followed-tags" = "Hasztagi"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posty i odpowiedzi"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Listy"; -"accessibility.tabs.profile.user-notifications.label" = "Otrzymuj powiadomienia"; -"accessibility.tabs.profile.user-reblogs.label" = "Wyświetlaj podbicia"; -"accessibility.tabs.profile.fields.verified.label" = "Zweryfikowano"; -"accessibility.tabs.profile.fields.container.label" = "Pola użytkownika"; -"accessibility.status.spoiler-full-content" = "Pełna treść"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ podbił %@"; -"accessibility.status.a-replied-to-%@" = "%@ odpowiedział do"; -"accessibility.image.alt-text-%@" = "Tekst alternatywny obrazka: %@"; -"accessibility.image.alt-text-more.label" = "Dostępna jest większa ilość tekstu alternatywnego"; -"accessibility.tabs.messages.unread.label" = "Nieprzeczytane"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Opcja %lld z %lld"; -"accessibility.status.poll.active.label" = "Aktywny sondaż"; -"accessibility.status.poll.finished.label" = "Wyniki sondażu"; -"accessibility.status.poll.selected.label" = "Wybór"; -"accessibility.media.supported-type.image.label" = "Obrazek"; -"accessibility.media.supported-type.gifv.label" = "Animowany obrazek"; -"accessibility.media.supported-type.video.label" = "Wideo"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Zawiera %@"; -"accessibility.status.application.label" = "Aplikacja"; -"accessibility.status.media-viewer-action.label" = "Otwórz podgląd multimediów"; - -// MARK: Report -"report.comment.placeholder" = "Informacja dodatkowa"; -"report.title" = "Zgłoszenie postu"; -"report.action.send" = "Wyślij"; -"status.action.report" = "Zgłoś post"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Nazwa grupy hasztagów"; -"add-tag-groups.edit.icon.field" = "Ikona grupy (nazwa symbolu SF)"; -"add-tag-groups.edit.tags" = "Dodaj hasztagi do grupy"; -"add-tag-groups.edit.tags.add" = "Hasztag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; - diff --git a/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings deleted file mode 100644 index cc7aa988..00000000 --- a/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings +++ /dev/null @@ -1,611 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Cancelar"; -"action.delete" = "Excluir"; -"action.save" = "Salvar"; -"action.done" = "Feito"; -"action.retry" = "Tentar novamente"; -"action.view.error" = "Ver erro"; - -"alert.button.ok" = "OK"; -"alert.error" = "Erro!"; - -"placeholder.loading.long" = "Carregando, carregando, carregando ..."; -"placeholder.loading.short" = "Carregando ..."; - -"see-more" = "Veja mais"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "No momento, esta instância não é suportada."; -"account.add.navigation-title" = "Adicionar conta"; -"account.add.sign-in" = "Entrar"; - -// MARK: Enums -"enum.avatar-position.leading" = "Principal"; -"enum.avatar-position.top" = "Topo"; -"enum.avatar-shape.circle" = "Círculo"; -"enum.avatar-shape.rounded" = "Arredondado"; -"enum.durations.infinite" = "infinito"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 minutos"; -"enum.durations.thirtyMinutes" = "30 minutos"; -"enum.durations.oneHour" = "1 hora"; -"enum.durations.sixHours" = "6 horas"; -"enum.durations.twelveHours" = "12 horas"; -"enum.durations.oneDay" = "1 dia"; -"enum.durations.threeDays" = "3 dias"; -"enum.durations.sevenDays" = "7 dias"; -"enum.status-actions-display.all" = "Todos"; -"enum.status-actions-display.no-buttons" = "Sem botões"; -"enum.status-actions-display.only-buttons" = "Somente botões"; -"enum.status-display-style.compact" = "Compacto"; -"enum.status-display-style.large" = "Largo"; -"enum.status-display-style.medium" = "Médio"; -"enum.swipeactions.icon-with-text" = "Ícone com texto"; -"enum.swipeactions.icon-only" = "Apenas ícone"; - -// MARK: Instances -"instance.info.domains" = "Domínios"; -"instance.info.email" = "Email"; -"instance.info.name" = "Nome"; -"instance.info.navigation-title" = "Informação da Instância"; -"instance.info.posts" = "Postagens"; -"instance.info.section.info" = "Informação da instância"; -"instance.info.section.rules" = "Regras da instância"; -"instance.info.users" = "Usuários"; -"instance.info.version" = "Versões"; -"instance.list.posts-%@" = "%@ postagens"; -"instance.list.users-%@" = "%@ usuários"; -"instance.suggestions" = "Sugestões"; -"instance.url" = "URL da Instância"; - -// MARK: Menu -"menu.new-post" = "Nova postagem"; -"menu.font" = "Fonte"; -"menu.font.bigger" = "Maior"; -"menu.font.smaller" = "Menor"; - -// MARK: Settings -"settings.account.add" = "Adicionar conta"; -"settings.app.icon" = "Ícone do App"; -"settings.app.icon.navigation-title" = "Ícones"; -"settings.app.icon.official" = "Ícones oficiais"; -"settings.app.icon.designed-by" = "Ícones por"; -"settings.app.source" = "Código fonte (link GitHub)"; -"settings.app.support" = "Apoie o app"; -"settings.app.about" = "Sobre"; -"settings.display.example-toot" = "Exemplo de postagem"; -"settings.display.avatar.position" = "Posição do avatar"; -"settings.display.avatar.shape" = "Formato do avatar"; -"settings.display.full-username" = "Mostrar nome de usuário completo"; -"settings.display.navigation-title" = "Ver Configurações"; -"settings.display.restore" = "Restaurar padrões"; -"settings.display.section.display" = "Exibir"; -"settings.display.section.theme" = "Tema"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Cores customizadas só podem ser definidas se o Padrão do Sistema estiver desabilitado"; -"settings.display.status.action-buttons" = "Botões de ação de status"; -"settings.display.status.media-style" = "Estilo de mídia de status"; -"settings.display.translate-button" = "Exibir botão de tradução"; -"settings.display.pending-at-bottom" = "Exibir o botão não lido na parte inferior da tela"; -"settings.display.theme.background" = "Cor de fundo"; -"settings.display.theme.secondary-background" = "Cor de fundo secundária"; -"settings.display.theme.text-color" = "Cor do texto"; -"settings.display.theme.tint" = "Cor principal"; -"settings.display.theme.systemColor" = "Padrão do Sistema"; -"settings.general.browser" = "Navegador"; -"settings.general.browser.in-app" = "Navegador do App"; -"settings.general.browser.in-app.readerview" = "Leitor de Navegação no App"; -"settings.general.browser.system" = "Navegador do sistema"; -"settings.general.display" = "Exibir configurações"; -"settings.general.instance" = "Informação da Instância"; -"settings.general.push-notifications" = "Notificação Push"; -"settings.general.remote-timelines" = "Timelines locais remotas"; -"settings.push.boosts" = "Boosts"; -"settings.push.favorites" = "Favoritos"; -"settings.push.follows" = "Seguidores"; -"settings.push.main-toggle" = "Notificações Push"; -"settings.push.main-toggle.description" = "Receba notificações push em novas atividades"; -"settings.push.mentions" = "Menções"; -"settings.push.navigation-title" = "Notificações Push"; -"settings.push.new-posts" = "Novas Postagens"; -"settings.push.polls" = "Resultado da Votação"; -"settings.general.content" = "Configurações de Conteúdo"; -"settings.system" = "Ajustes do Sistema"; -"settings.content.navigation-title" = "Configurações de Conteúdo"; -"settings.content.boosts" = "Boosts"; -"settings.content.collapse-long-posts" = "Reduzir postagens longas"; -"settings.content.collapse-long-posts-hint" = "As postagens reduzidas exibem apenas um número limitado de linhas junto com um botão para mostrá-la completa"; -"settings.content.hide-repeated-boosts" = "Ocultar boosts repetidos"; -"settings.content.instance-settings" = "Configurações de conteúdo do servidor"; -"settings.content.use-instance-settings" = "Usar configurações do servidor"; -"settings.content.expand-spoilers" = "Sempre exibir postagens sensíveis"; -"settings.content.expand-media" = "Exibição de mídia"; -"settings.content.default-sensitive" = "Sempre marcar mídias como sensíveis"; -"settings.content.default-visibility" = "Visibilidade da postagem"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Mídia"; -"settings.content.media.show.alt" = "Mostrar textos ALT"; -"settings.content.reading" = "Lendo"; -"settings.content.posting" = "Postagem"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Exibir Todas"; -"enum.expand-media.hide" = "Esconder Todas"; -"enum.expand-media.hide-sensitive" = "Ocultar Sensível"; -"settings.section.accounts" = "Contas"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "Versão do App: %@"; -"settings.section.general" = "Geral"; -"settings.support.alert.error.message" = "Erro processando sua compra dentro do app, por favor, tente novamente."; -"settings.support.alert.message" = "Muito obrigado pela sua dica! Gostamos muito!"; -"settings.support.alert.title" = "Obrigado!"; -"settings.support.message-from-dev" = "Olá! Meu nome é Thomas e eu amo criar aplicativos open source. Ice Cubes é definitivamente um dos meus projetos de maior orgulho até agora - e vamos ser realistas, é um dos que exigem maior manutenção devido ao mundo de constantes mudanças do Mastodon e das redes sociais. Se você está se divertindo usando o Ice Cubes, considere dar uma pequena gorjeta para mim. Isto deixará meu dia muito feliz (e ajudará a manter o aplicativo rodando sem problemas para você). 🚀"; -"settings.support.navigation-title" = "Apoie o Ice Cubes"; -"settings.support.one.subtitle" = "Pequeno mas bonitinho, e está delicioso!"; -"settings.support.one.title" = "🍬 Pequena gorjeta"; -"settings.support.placeholder.loading-subtitle" = "Carregando legenda ..."; -"settings.support.three.subtitle" = "Você é demais, muito obrigado!"; -"settings.support.three.title" = "🤯 Gorgeta generosa"; -"settings.support.two.subtitle" = "Adoro o sabor de um café chique ❤️"; -"settings.support.two.title" = "☕️ Gorjeta legal"; -"settings.support.four.title" = "👽 Gorgeta de outro mundo"; -"settings.support.four.subtitle" = "Será de grande ajuda para manter o Ice Cubes funcionando!"; -"settings.support.supporter.title" = " Seja um apoiador!"; -"settings.support.supporter.subtitle" = "Dando uma gorjeta mensal ao Ice Cubes, você se torna um apoiador, e ainda receberá um selo de 'verificado' no seu perfil (apenas para seus 👀)"; -"settings.support.supporter.subscribed" = " Obrigado por ser um apoiador do Ice Cubes!"; -"settings.support.supporter.subscription-info"= "Assinaturas são automaticamente renovadas, a menos que canceladas até um dia antes da renovação para um novo ciclo."; -"settings.support.restore-purchase.button" = "Restaurar assinatura"; -"settings.support.restore-purchase.explanation" = "Restaure sua assinatura de apoiador se ela não foi sincronizada."; -"settings.support.privacy-policy" = "Política de Privacidade"; -"settings.support.terms-of-use" = "Termos de Uso"; -"settings.timeline.add" = "Adicionar uma timeline local"; -"settings.title" = "Configurações"; -"settings.rate" = "Avalie o Ice Cubes"; -"settings.section.other" = "Outros"; -"settings.other.hide-openai" = "Habilitar 🤖 ajudante"; -"settings.other.social-keyboard" = "Habilitar Teclado Social"; -"settings.other.sound-effect" = "Habilitar Efeitos Sonoros"; -"settings.general.translate" = "Ajustes de Tradução"; -"settings.translation.navigation-title" = "Tradução"; -"settings.translation.always-deepl" = "Sempre traduzir utilizando DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "Chave da API DeepL"; -"settings.translation.api-key-type" = "Tipo da chave"; -"settings.translation.needed-message" = "Esta funcionalidade requer uma chave de API DeepL"; -"settings.push.duplicate.title" = "Corretor de notificações duplicadas"; -"settings.push.duplicate.footer" = "Recebendo notificações duplicadas? Tente este botão mágico para tentar corrigir"; -"settings.push.duplicate.button.fix" = "🪄 Corrigir"; -"settings.other.autoplay-video" = "Reprodução automática de vídeos"; -"settings.display.font" = "Fonte da linha do tempo"; -"settings.display.font.system" = "Sistema"; -"settings.display.font.custom" = "Personalizada"; -"settings.display.font.scaling-%@" = "Escala de fonte: %@"; -"settings.display.font.line-spacing-%@" = "Espaço entre linhas: %@"; -"settings.about.built-with" = "Ice Cubes é construído com os seguintes softwares de código aberto:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Pastagens cacheadas: %@"; -"settings.account.action.delete-cache" = "Limpar cache"; - -"settings.general.haptic" = "Vibração"; -"settings.haptic.navigation-title" = "Ajustes de vibração"; -"settings.haptic.timeline" = "Linha do tempo"; -"settings.haptic.tab-selection" = "Seleção de abas"; -"settings.haptic.buttons" = "Interação com botões"; - -"settings.display.show-tab-label" = "Mostrar nome da aba"; - -"settings.display.show-ipad-column" = "Habilitar coluna secundária"; - -"settings.general.swipeactions" = "Ações de deslizar"; -"settings.swipeactions.navigation-title" = "Ações de deslizar"; -"settings.swipeactions.primary" = "Ação primária"; -"settings.swipeactions.secondary" = "Ação secundária"; -"settings.swipeactions.status.action.bookmark" = "Bookmark"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favorito"; -"settings.swipeactions.status.action.none" = "Nenhum"; -"settings.swipeactions.status.action.quote" = "Citar"; -"settings.swipeactions.status.action.reply" = "Responder"; -"settings.swipeactions.status.explanation" = "As ações de deslizar estão disponíveis ao deslizar para a esquerda ou para a direita em uma postagem. A ação secundária só estará disponível se a ação primária estiver definida."; -"settings.swipeactions.status.leading" = "Deslizar para direita"; -"settings.swipeactions.status.trailing" = "Deslizar para esquerda"; -"settings.swipeactions.status" = "Postar"; -"settings.swipeactions.appearance" = "Aparência"; -"settings.swipeactions.use-theme-colors" = "Usar cores do tema"; -"settings.swipeactions.use-theme-colors-explanation" = "Use as cores do tema em vez das cores padrão"; -"settings.swipeactions.icon-style" = "Estilo do ícone"; - -"settings.display.section.font" = "Fonte"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Limpar Cache de Mídia"; - -// MARK: Tabs -"tab.explore" = "Explorar"; -"tab.federated" = "Linha global"; -"tab.local" = "Linha local"; -"tab.messages" = "Mensagens"; -"tab.notifications" = "Notificações"; -"tab.settings" = "Configurações"; -"tab.timeline" = "Timeline"; -"tab.trending" = "Em alta"; -"tab.profile" = "Perfil"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ é uma instância válida"; -"timeline.add-remote.title" = "Adicionar timeline local remota"; -"timeline.add.action.add" = "Adicionar"; -"timeline.filter.add-local" = "Adicionar uma timeline local"; -"timeline.filter.lists" = "Listas"; -"timeline.filter.local" = "Timelines Locais"; -"timeline.filter.tags" = "Hashtags Seguidas"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Adicionar Conta"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Adicionar/Remover das listas"; -"account.action.edit-info" = "Editar Informação"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Menção"; -"account.action.message" = "Mensagem"; -"account.action.notify-enable" = "Habilitar Notificações"; -"account.action.notify-disable" = "Desabilitar Notificações"; -"account.action.reboosts-show" = "Exibir Boosts"; -"account.action.reboosts-hide" = "Ocultar Boosts"; -"account.action.block" = "Bloquear"; -"account.action.unblock" = "Desbloquear"; -"account.action.mute" = "Mutar"; -"account.action.unmute" = "Reativar"; -"account.action.share" = "Compartilhar essa conta"; -"account.boosted-by" = "Boosted por"; -"account.detail.about" = "Sobre"; -"account.detail.familiar-followers" = "Também seguido por"; -"account.detail.n-fields %lld" = "%lld campos"; -"account.detail.featured-tags-n-posts %lld" = "%lld postagens"; -"account.edit.about" = "Sobre"; -"account.edit.account-settings.bot" = "Conta Robô"; -"account.edit.account-settings.discoverable" = "Aberto"; -"account.edit.account-settings.private" = "Privado"; -"account.edit.account-settings.section-title" = "Configurações de Conta"; -"account.edit.display-name" = "Nome de Exibição"; -"account.edit.error.save.message" = "Erro salvando seu perfil, por favor, tente novamente."; -"account.edit.error.save.title" = "Erro salvando seu perfil"; -"account.edit.navigation-title" = "Editar Perfil"; -"account.edit.post-settings.privacy" = "Privacidade padrão"; -"account.edit.post-settings.section-title" = "Configuração de postagem"; -"account.edit.post-settings.sensitive" = "Conteúdo Sensível"; - -"account.edit.metadata-section-title" = "Metadados do perfil"; -"account.edit.metadata-name-placeholder" = "Nome"; -"account.edit.metadata-value-placeholder" = "Valor"; -"account.edit.add-metadata-button" = "Adicionar novo metadado"; - -"account.favorited-by" = "Favoritado por"; -"account.follow.follow" = "Seguir"; -"account.follow.following" = "Seguindo"; -"account.follow.requested" = "Pedido"; -"account.follow-request.accept" = "Aceito"; -"account.follow-request.reject" = "Rejeitado"; -"account.follow-requests.pending-requests" = "Pedidos pendentes"; -"account.follow-requests.instructions" = "Estes usuários não verão suas postagens até que você os aceite."; -"account.followers" = "Seguidores"; -"account.following" = "Seguindo"; -"account.list.create" = "Criar uma nova lista"; -"account.list.create.confirm" = "Criar lista"; -"account.list.create.description" = "Digite um nome para a sua lista"; -"account.list.delete" = "Excluir lista"; -"account.list.name" = "Nome da lista"; -"account.post.pinned" = "Postagem fixada"; -"account.posts" = "Postagens"; -"account.relation.follows-you" = "Seguiu Você"; -"account.joined" = "Entrou em"; -"account.action.logout" = "Sair da conta"; -"account.action.more" = "Mais Configurações"; - -"account.relation.note.edit" = "Editar nota"; -"account.relation.note.edit.placeholder" = "Digite o texto da nota"; -"account.relation.note.edit.error.save.message" = "Ocorreu um erro ao salvar sua nota, tente novamente."; -"account.relation.note.edit.error.save.title" = "Erro ao salvar sua nota"; -"account.relation.note.label" = "Nota:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Excluir"; -"conversations.action.mark-read" = "Marcar como lida"; -"conversations.action.view-detail" = "View detail"; -"conversations.empty.message" = "Procurando por um pouco de amor nas mídias sociais? Você irá encontrar todas as suas mensagens diretas e menções privadas bem aqui. Divirta-se enviando mensagens! 📱❤️"; -"conversations.empty.title" = "Caixa de entrada vazia"; -"conversations.error.button" = "Tente novamente"; -"conversations.error.message" = "Error ao carregar suas mensagens"; -"conversations.error.title" = "Ocorreu um erro"; -"conversations.navigation-title" = "Mensagens diretas"; -"conversations.new.message.placeholder" = "Nova mensagem"; -"conversations.latest.message" = "Última Mensagem"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld postagens de %lld participantes"; -"design.theme.navigation-title" = "Seletor de tema"; -"design.theme.toots-preview" = "Pré-visualização de Toots"; - -// MARK: Package: Explore -"explore.navigation-title" = "Explorar"; -"explore.search.message-%@" = "Nessa tela, você por procurar por qualquer coisa na %@"; -"explore.search.prompt" = "Procurar por usuários, postagens e hashtags"; -"explore.search.title" = "Procure sua instância"; -"explore.search.empty.message" = "Esse parâmetro não retornou resultado, por favor, tente novamente com outros parâmetros."; -"explore.search.empty.title" = "Sem resultados"; -"explore.section.posts" = "Postagens"; -"explore.section.suggested-users" = "Sugestão de usuários"; -"explore.section.tags" = "Hashtags"; -"explore.section.trending.links" = "Links em Tendência"; -"explore.section.trending.posts" = "Postagens em Tendência"; -"explore.section.trending.tags" = "Hashtags em Tendência"; -"explore.section.users" = "Usuários"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Um Voto"; -"env.poll-vote-frequency.multiple" = "Múltiplos Votos"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Adicionar/Remover %@"; -"lists.create" = "Criar uma nova lista"; -"lists.create.confirm" = "Criar lista"; -"lists.edit.users-in-list" = "Usuários nesta lista"; -"lists.name" = "Nome da lista"; -"lists.name.message" = "Escreva um nome para a sua lista"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Notificações? Que notificações? Sua caixa de entrada de notificações está parecendo tão vazia. Continue sendo incrível! 📱😎"; -"notifications.empty.title" = "Sem notificações"; -"notifications.error.message" = "Ocorreu um erro enquanto suas notificações eram carregadas, por favor, tente novamente."; -"notifications.error.title" = "Ocorreu um erro"; -"notifications.label.favorite %lld" = "favoritou"; -"notifications.label.follow %lld" = "seguiu você"; -"notifications.label.follow-request" = "pediu para te seguir"; -"notifications.label.mention %lld" = "mencionou você"; -"notifications.label.poll" = "votação encerrada"; -"notifications.label.reblog %lld" = "deu boost"; -"notifications.label.status" = "postou um status"; -"notifications.label.update" = "editou uma postagem"; -"notifications.menu-title.favorite" = "Favorito"; -"notifications.menu-title.follow" = "Seguir"; -"notifications.menu-title.follow-request" = "Pedido para seguir"; -"notifications.menu-title.mention" = "Menção"; -"notifications.menu-title.poll" = "Votação"; -"notifications.menu-title.reblog" = "Boost"; -"notifications.menu-title.status" = "Postagem"; -"notifications.menu-title.update" = "Postagem editada"; -"notifications.navigation-title" = "Todas as Notificações"; -"notifications.tab.all" = "Todos"; -"notifications.tab.mentions" = "Menções"; - -"notifications.label.status.push" = "🖊️ Postou: "; -"notifications.label.reblog.push" = "🚀 Boosted: "; -"notifications.label.follow.push" = "👋 Seguiu você: "; -"notifications.label.follow-request.push" = "🔒 Pediu para te seguir: "; -"notifications.label.favorite.push" = "⭐️ Favoritou: "; -"notifications.label.poll.push" = "📈 Enquete encerrada: "; -"notifications.label.update.push" = "Atualizado: "; - -// MARK: Package: Timeline -"timeline.federated" = "Linha global"; -"timeline.latest" = "Ir para o mais recente"; -"timeline.home" = "Início"; -"timeline.local" = "Linha local"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld postagens recentes de %lld participantes"; -"timeline.trending" = "Tendência"; -"timeline.add.url" = "Instance URL"; - -// MARK: Package: Status -"status.action.translate" = "Traduzir"; -"status.action.translated-label-%@" = "Traduzir usando %@"; -"status.action.translated-label-from-%@-%@" = "Traduzido de %@ usando %@"; -"status.action.bookmark" = "Salvar"; -"status.action.boost" = "Boost"; -"status.action.boost-to-followers" = "Boost para seguidores"; -"status.action.copy-text" = "Copiar texto"; -"status.action.copy-link" = "Copiar link"; -"status.action.delete" = "Deletar"; -"status.action.delete.confirm.title" = "Confirmar"; -"status.action.delete.confirm.message" = "tem certeza que deseja excluir esta postagem?"; -"status.action.edit" = "Editar"; -"status.action.favorite" = "Favoritar"; -"status.action.mention" = "Menção"; -"status.action.message" = "Mensagem"; -"status.action.pin" = "Destacar"; -"status.action.post" = "Postar"; -"status.action.quote" = "Cite essa postagem"; -"status.action.reply" = "Responder"; -"status.action.section.your-post" = "Sua postagem"; -"status.action.share" = "Compartilhe esta postagem"; -"status.action.share-link" = "Compartilhar link da postagem"; -"status.action.share-image" = "Compartilhar postagem como imagem"; -"status.action.share-title" = "Compartilhar"; -"status.action.unbookmark" = "Remover dos salvos"; -"status.action.unboost" = "Retirar boost"; -"status.action.unfavorite" = "Desfavoritar"; -"status.action.unpin" = "Retirar destaque"; -"status.action.view-in-browser" = "Abrir no Navegador"; -"status.card.share" = "Compartilhar esse link"; -"status.card.copy" = "Copiar esse link"; -"status.draft.delete" = "Excluir Rascunho"; -"status.draft.save" = "Salvar Rascunho"; -"status.editor.ai-prompt.correct" = "Corrigir texto"; -"status.editor.ai-prompt.add-tags" = "Adicione #Tags no lugar"; -"status.editor.ai-prompt.insert-tags" = "Adicionar #Tags após meu texto"; -"status.editor.ai-prompt.emphasize" = "Enfatizar texto"; -"status.editor.ai-prompt.fit" = "Diminuir texto"; -"status.editor.description.add" = "Adicionar descrição"; -"status.editor.description.edit" = "Editar descrição"; -"status.editor.drafts.navigation-title" = "Rascunhos"; -"status.editor.emojis.navigation-title" = "Emojis personalizados"; -"status.editor.error.upload" = "Erro ao fazer upload"; -"status.editor.language-select.navigation-title" = "Selecionar Idioma"; -"status.editor.language-select.recently-used" = "Usado recentemente"; -"status.editor.language-select.confirmation.detected-%@" = "Postagem em %@ (Idioma detectado)"; -"status.editor.language-select.confirmation.selected-%@" = "Postagem em %@ (Idioma selecionado)"; -"status.editor.media.edit-image" = "Editar imagem"; -"status.editor.media.image-description" = "Descrição da imagem"; -"status.editor.mode.edit" = "Editando sua postagem"; -"status.editor.mode.new" = "Nova Postagem"; -"status.editor.mode.quote-%@" = "Citação de %@"; -"status.editor.mode.reply-%@" = "Respondendo a %@"; -"status.editor.restore-previous" = "Restaurar texto anterior"; -"status.editor.spoiler" = "Texto de Spoiler"; -"status.editor.text.placeholder" = "O que você está pensando?"; -"status.editor.visibility" = "Visibilidade da postagem"; -"status.editor.photo-library" = "Biblioteca de Fotos"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Procurar Arquivos"; -"status.error.loading.message" = "Ocorreu um erro enquanto as postagens eram carregadas, por favor, tente novamente."; -"status.error.message" = "Ocorreu um erro com esta postagem, por favor, tente novamente."; -"status.error.title" = "Ocorreu um erro"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Filtrado por: %@"; -"status.filter.show-anyway" = "Mostrar mesmo assim"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Exibir conteúdo"; -"status.media.contextmenu.copy" = "Copiar imagem"; -"status.media.contextmenu.save" = "Salvar imagem"; -"status.media.contextmenu.share" = "Compartilhar imagem"; -"status.media.contextmenu.view-browser" = "Exibir no Navegador"; -"status.media.sensitive.show" = "Exibir conteúdo sensível"; -"status.poll.n-votes %lld" = "%lld votos"; -"status.poll.n-votes-voters %lld %lld" = "%lld votos de %lld votantes"; -"status.poll.closed" = "Encerrado"; -"status.poll.closes-in %@" = "Encerrado em %@"; -"status.poll.duration" = "Duração da votação"; -"status.poll.frequency" = "Frequência da votação"; -"status.poll.option-n %lld" = "Opção %lld"; -"status.poll.send" = "Enviar voto"; -"status.post-from-%@" = "Postagem de %@"; -"status.row.was-boosted" = "deu boost"; -"status.row.was-reply" = "Respondeu a"; -"status.row.you-boosted" = "Você deu boost"; -"status.show-less" = "Exibir menos"; -"status.show-more" = "Exibir mais"; -"status.show-full-post" = "Mostrar postagem completa"; -"status.summary.at-time" = " as "; -"status.summary.edited-time" = "Última edição: "; -"status.summary.n-replies %lld" = "%lld respostas"; -"status.summary.n-boosts %lld" = "%lld boosts"; -"status.summary.n-favorites %lld" = "%lld favoritos"; -"status.summary.edit-history" = "Editar Histórico"; -"status.visibility.direct" = "Privado"; -"status.visibility.follower" = "Seguidores"; -"status.visibility.public" = "Todos"; -"status.visibility.unlisted" = "Não listado"; - -// MARK: Filters -"filter.new" = "Novo Filtro"; -"filter.filters" = "Filtros"; -"filter.edit.title" = "Título do filtro"; -"filter.edit.keywords" = "Palavras chaves do Filtro"; -"filter.edit.keywords.add" = "Adicionar uma palavra chave"; -"filter.edit.contexts" = "Filtrar Contextos"; -"filter.edit.action" = "Filtrar Ação"; -"filter.edit.expiry" = "Expiração"; -"filter.edit.expiry.date-time" = "Data/Tempo"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Editar Filtros"; -"filter.contexts.home" = "Início e listas"; -"filter.contexts.notifications" = "Notificações"; -"filter.contexts.public" = "Timelines públicas"; -"filter.contexts.conversations" = "Conversas"; -"filter.contexts.profiles" = "Perfis"; -"filter.action.warning" = "Ocultar com um aviso"; -"filter.action.hide" = "Ocultar completamente"; -"filter.expired" = "Expirado"; -"filter.expiry-%@" = "Expiração: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Anexar foto"; -"accessibility.editor.button.poll" = "Enquete"; -"accessibility.editor.button.spoiler" = "Aviso de spoiler"; -"accessibility.editor.button.drafts" = "Rascunhos"; -"accessibility.editor.button.custom-emojis" = "Emojis customizados"; -"accessibility.editor.button.language" = "Idioma"; -"accessibility.editor.button.ai-prompt" = "Prompt de IA"; -"accessibility.editor.button.characters-remaining" = "Caracteres restantes"; -"accessibility.editor.privacy.label" = "Visibilidade"; -"accessibility.editor.privacy.hint" = "Altera o público da postagem."; -"accessibility.tabs.timeline.add-account" = "Adicionar conta"; -"accessibility.tabs.timeline.new-post.label" = "Compor"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "Novo"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Criar"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld novas postagens"; -"accessibility.tabs.timeline.unread-posts.hint" = "Rola a linha do tempo."; -"accessibility.tabs.timeline.content-link-%@" = "Visita %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Contas"; -"accessibility.app-account.selector.accounts.hint" = "Abre a planilha de opções."; -"accessibility.tabs.profile.options.label" = "Opções"; -"accessibility.tabs.profile.options.inputLabel1" = "Configurações"; -"accessibility.tabs.profile.options.inputLabel2" = "Mais"; -"accessibility.tabs.profile.user-avatar.label" = "Foto de perfil"; -"accessibility.tabs.profile.user-avatar.hint" = "Exibe uma versão maior."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Apoiador"; -"accessibility.tabs.profile.user.account-bot.label" = "Conta de bot"; -"accessibility.tabs.profile.user.account-blocked.label" = "Bloqueado"; -"accessibility.tabs.profile.user.account-muted.label" = "Silenciado"; -"accessibility.tabs.profile.user.account-private.label" = "Conta privada"; -"accessibility.tabs.profile.header-image.label" = "Imagem de cabeçalho"; -"accessibility.tabs.profile.header-image.hint" = "Exibe uma versão maior."; -"accessibility.tabs.profile.post-count.hint" = "Rola para a lista."; -"accessibility.tabs.profile.following-count.hint" = "Navega para a lista."; -"accessibility.tabs.profile.follower-count.hint" = "Navega para a lista."; -"accessibility.tabs.profile.picker.statuses" = "Postagens"; -"accessibility.tabs.profile.picker.favorites" = "Favoritos"; -"accessibility.tabs.profile.picker.bookmarks" = "Favoritos"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Postagens e respostas"; -"accessibility.tabs.profile.picker.media" = "Mídia"; -"accessibility.tabs.profile.picker.lists" = "Listas"; -"accessibility.tabs.profile.user-notifications.label" = "Receber notificações"; -"accessibility.tabs.profile.user-reblogs.label" = "Mostrar boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verificado"; -"accessibility.tabs.profile.fields.container.label" = "Campos definidos pelo usuário"; -"accessibility.status.spoiler-full-content" = "Conteúdo Completo"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ deu boost em %@"; -"accessibility.status.a-replied-to-%@" = "%@ respondeu a"; -"accessibility.image.alt-text-%@" = "Texto alternativo da imagem: %@"; -"accessibility.image.alt-text-more.label" = "Mais texto alternativo disponível"; -"accessibility.tabs.messages.unread.label" = "Não lido"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Opção %lld de %lld"; -"accessibility.status.poll.active.label" = "Enquete ativa"; -"accessibility.status.poll.finished.label" = "Resultados da enquete"; -"accessibility.status.poll.selected.label" = "Selecionado"; -"accessibility.media.supported-type.image.label" = "Imagem"; -"accessibility.media.supported-type.gifv.label" = "GIF animado"; -"accessibility.media.supported-type.video.label" = "Vídeo"; -"accessibility.media.supported-type.audio.label" = "Áudio"; -"accessibility.status.contains-media.label-%@" = "Contêm %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Abrir em visualizador"; - -// MARK: Report -"report.comment.placeholder" = "Informação adicional"; -"report.title" = "Denunciar publicação"; -"report.action.send" = "Enviar"; -"status.action.report" = "Denunciar"; - -"tag.suggested.mentions-%lld" = "%lld menções"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/tr.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/tr.lproj/Localizable.strings deleted file mode 100644 index c2285f75..00000000 --- a/IceCubesApp/Resources/Localization/tr.lproj/Localizable.strings +++ /dev/null @@ -1,611 +0,0 @@ -// MARK: Common strings -"action.cancel" = "İptal Et"; -"action.delete" = "Sil"; -"action.save" = "Kaydet"; -"action.done" = "Tamamlandı"; -"action.retry" = "Yeniden Dene"; -"action.view.error" = "View error"; - -"alert.button.ok" = "Tamam"; -"alert.error" = "Hata!"; - -"placeholder.loading.long" = "Yükleniyor, Yükleniyor, Yükleniyor ..."; -"placeholder.loading.short" = "Yükleniyor ..."; - -"see-more" = "Dahasını Gör"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Bu oluşum şu anda desteklenmiyor."; -"account.add.navigation-title" = "Hesap Ekle"; -"account.add.sign-in" = "Giriş Yap"; - -// MARK: Enums -"enum.avatar-position.leading" = "Önde"; -"enum.avatar-position.top" = "Üstte"; -"enum.avatar-shape.circle" = "Çember"; -"enum.avatar-shape.rounded" = "Yuvarlak"; -"enum.durations.infinite" = "infinite"; -"enum.durations.custom" = "custom"; -"enum.durations.fiveMinutes" = "5 minutes"; -"enum.durations.thirtyMinutes" = "30 minutes"; -"enum.durations.oneHour" = "1 hour"; -"enum.durations.sixHours" = "6 hours"; -"enum.durations.twelveHours" = "12 saat"; -"enum.durations.oneDay" = "1 day"; -"enum.durations.threeDays" = "3 days"; -"enum.durations.sevenDays" = "7 days"; -"enum.status-actions-display.all" = "Hepsi"; -"enum.status-actions-display.no-buttons" = "Butonsuz"; -"enum.status-actions-display.only-buttons" = "Sadece Butonlar"; -"enum.status-display-style.compact" = "Kompakt"; -"enum.status-display-style.large" = "Geniş"; -"enum.status-display-style.medium" = "Medium"; -"enum.swipeactions.icon-with-text" = "Icon with text"; -"enum.swipeactions.icon-only" = "Icon only"; - -// MARK: Instances -"instance.info.domains" = "Domainler"; -"instance.info.email" = "Email"; -"instance.info.name" = "İsim"; -"instance.info.navigation-title" = "Oluşum Bilgisi"; -"instance.info.posts" = "Gönderiler"; -"instance.info.section.info" = "Oluşum Bilgisi"; -"instance.info.section.rules" = "Oluşum Kuralları"; -"instance.info.users" = "Kullanıcılar"; -"instance.info.version" = "Versiyon"; -"instance.list.posts-%@" = "%@ gönderiler"; -"instance.list.users-%@" = "%@ kullanıcılar"; -"instance.suggestions" = "Öneriler"; -"instance.url" = "Oluşum URL'si"; - -// MARK: Menu -"menu.new-post" = "New post"; -"menu.font" = "Font"; -"menu.font.bigger" = "Bigger"; -"menu.font.smaller" = "Smaller"; - -// MARK: Settings -"settings.account.add" = "Hesap Ekle"; -"settings.app.icon" = "Uygulama İkonu"; -"settings.app.icon.navigation-title" = "İkonlar"; -"settings.app.icon.official" = "Official icons"; -"settings.app.icon.designed-by" = "Icons by"; -"settings.app.source" = "Kaynak Kodu (GitHub link)"; -"settings.app.support" = "Uygulamayı Destekleyin"; -"settings.app.about" = "About"; -"settings.display.example-toot" = "Example Post"; -"settings.display.avatar.position" = "Avatar Pozisyonu"; -"settings.display.avatar.shape" = "Avatar Şekli"; -"settings.display.full-username" = "Display full username"; -"settings.display.navigation-title" = "Gösterim Ayarları"; -"settings.display.restore" = "Varsayılan Ayarlara Geri Döndür"; -"settings.display.section.display" = "Gösterim"; -"settings.display.section.theme" = "Tema"; -"settings.display.colors.apply" = "Apply custom colors"; -"settings.display.section.theme.footer" = "Custom colors can only be set if match system color scheme is disabled"; -"settings.display.status.action-buttons" = "Durum Aksiyon Butonları"; -"settings.display.status.media-style" = "Durum Medya Stili"; -"settings.display.translate-button" = "Çeviri Butonunu Göster"; -"settings.display.pending-at-bottom" = "Ekranın alt kısmında okunmamış düğmesini görüntüleyin"; -"settings.display.theme.background" = "Arka Plan Rengi"; -"settings.display.theme.secondary-background" = "İkincil Arka Plan Rengi"; -"settings.display.theme.text-color" = "Text Color"; -"settings.display.theme.tint" = "Tonlama Rengi"; -"settings.display.theme.systemColor" = "Eşleştirme Sistemi"; -"settings.general.browser" = "Tarayıcı"; -"settings.general.browser.in-app" = "Uygulama İçi Tarayıcı"; -"settings.general.browser.system" = "Sistem Tarayıcısı"; -"settings.general.browser.in-app.readerview" = "In-App Browser Reader View"; -"settings.general.display" = "Gösterim Ayarları"; -"settings.general.instance" = "Oluşum Bilgisi"; -"settings.general.push-notifications" = "İleti Bildirimleri"; -"settings.general.remote-timelines" = "Uzak Lokal Zaman"; -"settings.push.boosts" = "Yükseltmeler"; -"settings.push.favorites" = "Favoriler"; -"settings.push.follows" = "Takipler"; -"settings.push.main-toggle" = "İleti Bildirimleri"; -"settings.push.main-toggle.description" = "İleti Bildirimlerini Al"; -"settings.push.mentions" = "Bahsetmeler"; -"settings.push.navigation-title" = "İleti Bildirimleri"; -"settings.push.new-posts" = "Yeni Gönderiler"; -"settings.push.polls" = "Anket Sonuçları"; -"settings.general.content" = "Content Settings"; -"settings.system" = "System Settings"; -"settings.content.navigation-title" = "Content Settings"; -"settings.content.collapse-long-posts" = "Collapse long posts"; -"settings.content.collapse-long-posts-hint" = "Collapsed posts only display a limited number of lines together with a button to show the full post"; -"settings.content.boosts" = "Yükseltmeler"; -"settings.content.hide-repeated-boosts" = "Hide repeated boosts"; -"settings.content.instance-settings" = "Server Content Settings"; -"settings.content.use-instance-settings" = "Use server settings"; -"settings.content.expand-spoilers" = "Always show sensitive posts"; -"settings.content.expand-media" = "Media display"; -"settings.content.default-sensitive" = "Always mark media as sensitive"; -"settings.content.default-visibility" = "Posting visibility"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Media"; -"settings.content.media.show.alt" = "Show ALT texts"; -"settings.content.reading" = "Reading"; -"settings.content.posting" = "Posting"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Show All"; -"enum.expand-media.hide" = "Hide All"; -"enum.expand-media.hide-sensitive" = "Hide Sensitive"; -"settings.section.accounts" = "Hesaplar"; -"settings.section.app" = "Uygulama"; -"settings.section.app.footer %@" = "Uygulama Versiyonu: %@"; -"settings.section.general" = "Genel"; -"settings.support.alert.error.message" = "Uygulama içi satın alımınızda hata oluştu, lütfen tekrar deneyin."; -"settings.support.alert.message" = "Bağışınızdan dolayı teşekkür ederiz! Minnettarız!"; -"settings.support.alert.title" = "Teşekkürler!"; -"settings.support.message-from-dev" = "Merhaba! Benim adım Thomas ve açık kaynak kodlu uygulamalar oluşturmayı seviyorum. Ice Cubes benim şu ana kadarki en çok gurur duyduğum projelerden biri - ve doğrusu, Mastodon ve sosyal medyanın durmadan değişen yapısı nedeniyle en çok bakım gerektireni. Eğer Ice Cubes'u kullanmaktan memnunsanız, ufak bir bağış göndermeyi düşünebilirsiniz. Bu gerçekten günümü güzelleştirir (ve uygulamanın senin için daha da düzgün çalışmasına yardımcı olur). 🚀"; -"settings.support.navigation-title" = "Ice Cubes'u destekleyin"; -"settings.support.one.subtitle" = "Küçük, ama şirin, ve güzel bir tadı var!"; -"settings.support.one.title" = "🍬 Küçük Bağış"; -"settings.support.placeholder.loading-subtitle" = "Altyazılar yükleniyor ..."; -"settings.support.three.subtitle" = "Sen harikasın, çok teşekkürler!"; -"settings.support.three.title" = "🤯 Cömert Bağış"; -"settings.support.two.subtitle" = "Alengirli bir kahvenin tadını severim ❤️"; -"settings.support.two.title" = "☕️ Hoş Bağış"; -"settings.support.four.title" = "👽 Sen de kimsin Bağışı"; -"settings.support.four.subtitle" = "Bu, Ice Cubes'u daha uzun süre devam ettirmemize yardımcı olacak!"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Yerel bir zaman dilimi ekleyin"; -"settings.title" = "Ayarlar"; -"settings.rate" = "Ice Cubes'u puanlayın"; -"settings.section.other" = "Diğer"; -"settings.other.hide-openai" = "Yardımcıyı 🤖 Aktive Et"; -"settings.other.social-keyboard" = "Sosyal Klavyeyi Aktive Et"; -"settings.other.sound-effect" = "Enable Sound Effects"; -"settings.general.translate" = "Translation Settings"; -"settings.translation.navigation-title" = "Translation"; -"settings.translation.always-deepl" = "Always Translate using DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Type of the Key"; -"settings.translation.needed-message" = "This feature requires a DeepL API key"; -"settings.push.duplicate.title" = "Duplicate notifications fixer"; -"settings.push.duplicate.footer" = "Receiving duplicate notifications? Try this magic button in order to fix it"; -"settings.push.duplicate.button.fix" = "🪄 Fix it"; -"settings.other.autoplay-video" = "Auto Play Videos"; -"settings.display.font" = "Timeline Font"; -"settings.display.font.system" = "System"; -"settings.display.font.custom" = "Custom"; -"settings.display.font.scaling-%@" = "Font scaling: %@"; -"settings.display.font.line-spacing-%@" = "Line Spacing: %@"; -"settings.about.built-with" = "Ice Cubes is built with the following Open Source software:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "Cached posts: %@"; -"settings.account.action.delete-cache" = "Clear cache"; - -"settings.general.haptic" = "Haptic Feedback"; -"settings.haptic.navigation-title" = "Haptic Settings"; -"settings.haptic.timeline" = "Timeline"; -"settings.haptic.tab-selection" = "Tab Selection"; -"settings.haptic.buttons" = "Button Press"; - -"settings.display.show-tab-label" = "Show tab name"; - -"settings.display.show-ipad-column" = "Enable secondary column"; - -"settings.general.swipeactions" = "Swipe Actions"; -"settings.swipeactions.navigation-title" = "Swipe Actions"; -"settings.swipeactions.primary" = "Primary Action"; -"settings.swipeactions.secondary" = "Secondary Action"; -"settings.swipeactions.status.action.bookmark" = "Bookmark"; -"settings.swipeactions.status.action.boost" = "Boost"; -"settings.swipeactions.status.action.favorite" = "Favorite"; -"settings.swipeactions.status.action.none" = "None"; -"settings.swipeactions.status.action.quote" = "Quote"; -"settings.swipeactions.status.action.reply" = "Reply"; -"settings.swipeactions.status.explanation" = "Swipe actions are available upon swiping left or right on a post. The secondary action is only available if the primary action is set."; -"settings.swipeactions.status.leading" = "Swipe Right"; -"settings.swipeactions.status.trailing" = "Swipe Left"; -"settings.swipeactions.status" = "Post"; -"settings.swipeactions.appearance" = "Appearance"; -"settings.swipeactions.use-theme-colors" = "Use Theme Colors"; -"settings.swipeactions.use-theme-colors-explanation" = "Use theme colors instead of default colors"; -"settings.swipeactions.icon-style" = "Icon Style"; - -"settings.display.section.font" = "Font"; - -"settings.section.cache" = "Cache"; -"settings.cache-media.clear" = "Clear Media Cache"; - -// MARK: Tabs -"tab.explore" = "Keşfet"; -"tab.federated" = "Birleştirilmiş"; -"tab.local" = "Yerel"; -"tab.messages" = "Mesajlar"; -"tab.notifications" = "Bildirimler"; -"tab.settings" = "Ayarlar"; -"tab.timeline" = "Zaman Dilimi"; -"tab.trending" = "Yükselişte"; -"tab.profile" = "Profile"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ geçerli bir oluşum"; -"timeline.add-remote.title" = "Uzak yerel zaman dilimi ekleyin"; -"timeline.add.action.add" = "Ekle"; -"timeline.filter.add-local" = "Zaman Dilimi Ekleyin"; -"timeline.filter.lists" = "Listeler"; -"timeline.filter.local" = "Yerel Zaman Dilimleri"; -"timeline.filter.tags" = "Takip Edilen Etiketler"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Hesap Ekle"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Listeye Ekle/Çıkar"; -"account.action.edit-info" = "Bilgiyi Düzenle"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Bahset"; -"account.action.message" = "Mesaj Gönder"; -"account.action.notify-enable" = "Enable Notifications"; -"account.action.notify-disable" = "Disable Notifications"; -"account.action.reboosts-show" = "Show Boosts"; -"account.action.reboosts-hide" = "Hide Boosts"; -"account.action.block" = "Engelle"; -"account.action.unblock" = "Engeli Kaldır"; -"account.action.mute" = "Sustur"; -"account.action.unmute" = "Susturmayı Kaldır"; -"account.action.share" = "Share this account"; -"account.boosted-by" = "Tarafından Geliştirildi"; -"account.detail.about" = "Hakkında"; -"account.detail.familiar-followers" = "Şunlar tarafından da takip edilir"; -"account.detail.n-fields %lld" = "%lld alanlar"; -"account.detail.featured-tags-n-posts %lld" = "%lld gönderiler"; -"account.edit.about" = "Hakkında"; -"account.edit.account-settings.bot" = "Bot Hesap"; -"account.edit.account-settings.discoverable" = "Keşfedilebilir"; -"account.edit.account-settings.private" = "Gizli"; -"account.edit.account-settings.section-title" = "Hesap Ayarları"; -"account.edit.display-name" = "Gösterim Adı"; -"account.edit.error.save.message" = "Profilinizi kaydederken bir hata oluştu, lütfen tekrar deneyin."; -"account.edit.error.save.title" = "Profilinizi kaydederken bir hata oluştu"; -"account.edit.navigation-title" = "Profilinizi Düzenleyin"; -"account.edit.post-settings.privacy" = "Varsayılan gizlilik"; -"account.edit.post-settings.section-title" = "Gönderi ayarları"; -"account.edit.post-settings.sensitive" = "Hassas içerik"; - -"account.edit.metadata-section-title" = "Profile Metadata"; -"account.edit.metadata-name-placeholder" = "Label"; -"account.edit.metadata-value-placeholder" = "Content"; -"account.edit.add-metadata-button" = "Add a new metadata"; - -"account.favorited-by" = "Şunlar tarafından favorilendi"; -"account.follow.follow" = "Takip Et"; -"account.follow.following" = "Takip Edilen"; -"account.follow.requested" = "Talep Edilen"; -"account.followers" = "Takipçiler"; -"account.following" = "Takip Edilen"; -"account.list.create" = "Yeni bir liste oluştur"; -"account.list.create.confirm" = "Liste oluştur"; -"account.list.create.description" = "Listeniz için bir isim girin"; -"account.list.delete" = "Listeyi silin"; -"account.list.name" = "Liste ismi"; -"account.post.pinned" = "Sabitlenmiş Gösteri"; -"account.posts" = "Gönderiler"; -"account.relation.follows-you" = "Seni takip ediyor"; -"account.joined" = "Katılındı"; -"account.action.logout" = "Log out account"; -"account.action.more" = "More Settings"; - -"account.relation.note.edit" = "Edit Note"; -"account.relation.note.edit.placeholder" = "Enter Note text"; -"account.relation.note.edit.error.save.message" = "Error while saving your note, please try again."; -"account.relation.note.edit.error.save.title" = "Error while saving your note"; -"account.relation.note.label" = "Note:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Sil"; -"conversations.action.mark-read" = "Okundu olarak işaretle"; -"conversations.action.view-detail" = "View detail"; -"conversations.empty.message" = "Sosyal medyada fark edilmek mi istiyorsunuz? Burada tüm direkt mesajlarınızı ve gizli bahsetmelerinizi bulabilirsiniz. Mutlu mesajlaşmalar! 📱❤️"; -"conversations.empty.title" = "Gelen Kutusu Boş"; -"conversations.error.button" = "Tekrar Dene"; -"conversations.error.message" = "Mesajlarınızı yüklerken bir hata oluştu"; -"conversations.error.title" = "Bir hata oluştu"; -"conversations.navigation-title" = "Direkt Mesajlar"; -"conversations.new.message.placeholder" = "Yeni Mesaj"; -"conversations.latest.message" = "Latest Message"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld katılımcılar tarafından %lld gönderi"; -"design.theme.navigation-title" = "Tema Seçici"; -"design.theme.toots-preview" = "Toots önizlemesi"; - -// MARK: Package: Explore -"explore.navigation-title" = "Keşfet"; -"explore.search.message-%@" = "Bu ekrandan her şeyi aratabilirsiniz %@"; -"explore.search.prompt" = "Kullanıcıları, gönderileri ve etiketleri arayın"; -"explore.search.title" = "Oluşumları arayın"; -"explore.search.empty.message" = "Bu arama hiçbir sonuç döndürmedi, lütfen başka bir şey deneyin."; -"explore.search.empty.title" = "Arama sonucu yok"; -"explore.section.posts" = "Gönderiler"; -"explore.section.suggested-users" = "Tavsiye Edilen Kullanıcılar"; -"explore.section.tags" = "Etiketler"; -"explore.section.trending.links" = "Yükselişteki Bağlantılar"; -"explore.section.trending.posts" = "Yükselişteki Gönderiler"; -"explore.section.trending.tags" = "Yükselişteki Etiketler"; -"explore.section.users" = "Kullanıcılar"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Bir oy"; -"env.poll-vote-frequency.multiple" = "Birden fazla oy"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Ekle/Çıkar %@"; -"lists.create" = "Yeni bir liste oluştur"; -"lists.create.confirm" = "Liste oluştur"; -"lists.edit.users-in-list" = "Bu listedeki kullanıcılar"; -"lists.name" = "Liste ismi"; -"lists.name.message" = "Listeniz için bir isim girin"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Bildirimler? Ne bildirimi? Bildirim gelen kutunuz boş gözüküyor. Harika olmaya devam edin! 📱😎"; -"notifications.empty.title" = "Yeni bildirim yok"; -"notifications.error.message" = "Bildirimlerinizi yüklerken bir hata oluştu, lütfen tekrar deneyin."; -"notifications.error.title" = "Bir hata oluştu"; -"notifications.label.favorite %lld" = "favorilendi"; -"notifications.label.follow %lld" = "seni takip etti"; -"notifications.label.follow-request" = "seni takip etmek istiyor"; -"notifications.label.mention %lld" = "senden bahsetti"; -"notifications.label.poll" = "anket sona erdi"; -"notifications.label.reblog %lld" = "yükseltildi"; -"notifications.label.status" = "bir durum paylaştı"; -"notifications.label.update" = "bir gönderiyi düzenledi"; -"notifications.menu-title.favorite" = "Favori"; -"notifications.menu-title.follow" = "Takip Et"; -"notifications.menu-title.follow-request" = "Takip Etme İsteği"; -"notifications.menu-title.mention" = "Bahset"; -"notifications.menu-title.poll" = "Anket"; -"notifications.menu-title.reblog" = "Yükselt"; -"notifications.menu-title.status" = "Gönder"; -"notifications.menu-title.update" = "Gönderi Düzenlendi"; -"notifications.navigation-title" = "Bütün Bildirimler"; -"notifications.tab.all" = "Tamamı"; -"notifications.tab.mentions" = "Bahsetmeler"; - -"notifications.label.status.push" = "🖊️ Posted: "; -"notifications.label.reblog.push" = "🚀 Boosted: "; -"notifications.label.follow.push" = "👋 Followed you: "; -"notifications.label.follow-request.push" = "🔒 Requested to follow you: "; -"notifications.label.favorite.push" = "⭐️ Starred: "; -"notifications.label.poll.push" = "📈 Poll ended: "; -"notifications.label.update.push" = "Updated: "; - -// MARK: Package: Timeline -"timeline.federated" = "Birleştirilmiş"; -"timeline.latest" = "Jump to Latest"; -"timeline.home" = "Ana Ekran"; -"timeline.local" = "Yerel"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld katılımcılar tarafından %lld yeni gönderiler"; -"timeline.trending" = "Trending"; -"timeline.add.url" = "Instance URL"; - -// MARK: Package: Status -"status.action.translate" = "Tercüme et"; -"status.action.translated-label-%@" = "%@ tarafından tercüme edildi"; -"status.action.translated-label-from-%@-%@" = "Translated from %@ using %@"; -"status.action.bookmark" = "Yer İmi Ekle"; -"status.action.boost" = "Yükselt"; -"status.action.boost-to-followers" = "Boost to Followers"; -"status.action.copy-text" = "Yazıyı Kopyala"; -"status.action.copy-link" = "Copy Link"; -"status.action.delete" = "Sil"; -"status.action.delete.confirm.title" = "Confirm"; -"status.action.delete.confirm.message" = "are you sure you want to delete this post?"; -"status.action.edit" = "Düzenle"; -"status.action.favorite" = "Favori"; -"status.action.mention" = "Bahset"; -"status.action.message" = "Mesaj"; -"status.action.pin" = "Sabitle"; -"status.action.post" = "Gönder"; -"status.action.quote" = "Bu gönderiden bahset"; -"status.action.reply" = "Cevapla"; -"status.action.section.your-post" = "Senin gönderin"; -"status.action.share" = "Bu gönderiyi paylaş"; -"status.action.share-link" = "Share post link"; -"status.action.share-image" = "Share post as image"; -"status.action.share-title" = "Share"; -"status.action.unbookmark" = "Yer İmini Kaldır"; -"status.action.unboost" = "Yükseltmeyi Kaldır"; -"status.action.unfavorite" = "Favoriyi Kaldır"; -"status.action.unpin" = "Sabitlemeyi Kaldır"; -"status.action.view-in-browser" = "Tarayıcıda Göster"; -"status.card.share" = "Share this link"; -"status.card.copy" = "Copy this link"; -"status.draft.delete" = "Taslağı Sil"; -"status.draft.save" = "Taslağı Kaydet"; -"status.editor.ai-prompt.correct" = "Yazıyı Düzelt"; -"status.editor.ai-prompt.add-tags" = "Add #Tags in place"; -"status.editor.ai-prompt.insert-tags" = "Add #Tags after my text"; -"status.editor.ai-prompt.emphasize" = "Yazıyı Vurgula"; -"status.editor.ai-prompt.fit" = "Yazıyı Kısalt"; -"status.editor.description.add" = "Açıklama Ekle"; -"status.editor.description.edit" = "Açıklamayı Düzenle"; -"status.editor.drafts.navigation-title" = "Taslaklar"; -"status.editor.emojis.navigation-title" = "Custom Emojis"; -"status.editor.error.upload" = "Yüklerken Hata Oluştu"; -"status.editor.language-select.navigation-title" = "Dil Seç"; -"status.editor.language-select.recently-used" = "Son Kullanılanlar"; -"status.editor.language-select.confirmation.detected-%@" = "Post in %@ (Detected language)"; -"status.editor.language-select.confirmation.selected-%@" = "Post in %@ (Selected language)"; -"status.editor.media.edit-image" = "Görüntüyü Düzenle"; -"status.editor.media.image-description" = "Görüntü Açıklaması"; -"status.editor.mode.edit" = "Gönderin Düzenleniyor"; -"status.editor.mode.new" = "Yeni Gönderi"; -"status.editor.mode.quote-%@" = "%@'dan alıntılandı"; -"status.editor.mode.reply-%@" = "%@'a cevap veriliyor"; -"status.editor.restore-previous" = "Geçmiş yazıyı geri getir"; -"status.editor.spoiler" = "Spoiler Yazısı"; -"status.editor.text.placeholder" = "Aklında ne var?"; -"status.editor.visibility" = "Görüntü görünürlüğü"; -"status.editor.photo-library" = "Photos Library"; -"status.editor.camera-picker" = "Take Photo"; -"status.editor.browse-file" = "Browse Files"; -"status.error.loading.message" = "Gönderi yüklenirken bir hata oluştu, lütfen tekrar deneyin."; -"status.error.message" = "Bu gönderi bağlamında bir hata oluştu, lütfen tekrar deneyin."; -"status.error.title" = "Bir hata oluştu"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Tarafından filtrelendi: %@"; -"status.filter.show-anyway" = "Yine de göster"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Bağlamı göster"; -"status.media.contextmenu.copy" = "Görüntüyü kopyala"; -"status.media.contextmenu.save" = "Görüntüyü kaydet"; -"status.media.contextmenu.share" = "Görüntüyü paylaş"; -"status.media.contextmenu.view-browser" = "Tarayıcıda göster"; -"status.media.sensitive.show" = "Hassas içeriği göster"; -"status.poll.n-votes %lld" = "%lld oy"; -"status.poll.n-votes-voters %lld %lld" = "%lld votes from %lld voters"; -"status.poll.closed" = "Kapandı"; -"status.poll.closes-in %@" = "Kapanacak %@"; -"status.poll.duration" = "Anket Süresi"; -"status.poll.frequency" = "Anket Sıklığı"; -"status.poll.option-n %lld" = "Seçenek %lld"; -"status.poll.send" = "Send Vote"; -"status.post-from-%@" = "Gönderi tarafından %@"; -"status.row.was-boosted" = "yükseltildi"; -"status.row.was-reply" = "Şuna cevap verildi"; -"status.row.you-boosted" = "Yükselttin"; -"status.show-less" = "Daha az göster"; -"status.show-more" = "Daha fazla göster"; -"status.show-full-post" = "Show full post"; -"status.summary.at-time" = " de "; -"status.summary.edited-time" = "Son düzenleme: "; -"status.summary.n-replies %lld" = "%lld replies"; -"status.summary.n-boosts %lld" = "%lld yükseltmeler"; -"status.summary.n-favorites %lld" = "%lld favoriler"; -"status.summary.edit-history" = "Edit History"; -"status.visibility.direct" = "Gizli"; -"status.visibility.follower" = "Takipçiler"; -"status.visibility.public" = "Herkes"; -"status.visibility.unlisted" = "Liste dışı"; - -// MARK: Filters -"filter.new" = "New Filter"; -"filter.filters" = "Filters"; -"filter.edit.title" = "Filter title"; -"filter.edit.keywords" = "Filter Keywords"; -"filter.edit.keywords.add" = "Add a new keyword"; -"filter.edit.contexts" = "Filter Contexts"; -"filter.edit.action" = "Filter Action"; -"filter.edit.expiry" = "Expiry"; -"filter.edit.expiry.date-time" = "Date/Time"; -"filter.edit.expiry.duration" = "Duration"; -"account.action.edit-filters" = "Edit Filters"; -"filter.contexts.home" = "Home and lists"; -"filter.contexts.notifications" = "Notifications"; -"filter.contexts.public" = "Public timelines"; -"filter.contexts.conversations" = "Conversations"; -"filter.contexts.profiles" = "Profiles"; -"filter.action.warning" = "Hide with a warning"; -"filter.action.hide" = "Hide completely"; -"filter.expired" = "Expired"; -"filter.expiry-%@" = "Expiry: %@"; - -"enum.expand-media.show" = "Show All"; -"enum.expand-media.hide" = "Hide All"; -"enum.expand-media.hide-sensitive" = "Hide Sensitive"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Attach photo"; -"accessibility.editor.button.poll" = "Poll"; -"accessibility.editor.button.spoiler" = "Spoiler warning"; -"accessibility.editor.button.drafts" = "Drafts"; -"accessibility.editor.button.custom-emojis" = "Custom emojis"; -"accessibility.editor.button.language" = "Language"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.tabs.timeline.add-account" = "Add account"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Accounts"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - -// MARK: Report -"report.comment.placeholder" = "Additional Info"; -"report.title" = "Report Post"; -"report.action.send" = "Send"; -"status.action.report" = "Report Post"; - -"tag.suggested.mentions-%lld" = "%lld mentions"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/uk.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/uk.lproj/Localizable.strings deleted file mode 100644 index cae02ef3..00000000 --- a/IceCubesApp/Resources/Localization/uk.lproj/Localizable.strings +++ /dev/null @@ -1,613 +0,0 @@ -// MARK: Common strings -"action.cancel" = "Відміна"; -"action.delete" = "Видалено"; -"action.save" = "Збережено"; -"action.done" = "Виконано"; -"action.retry" = "Повторити"; -"action.view.error" = "Переглянути помилки"; - -"alert.button.ok" = "Гаразд"; -"alert.error" = "Халепа!"; - -"placeholder.loading.long" = "Завантаження, завантаження, все ще завантаження ..."; -"placeholder.loading.short" = "Завантаження ..."; - -"see-more" = "Переглянути більше"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "Цей сервер наразі не підтримується."; -"account.add.navigation-title" = "Додати підключення"; -"account.add.sign-in" = "Зареєструватися"; - -// MARK: Enums -"enum.avatar-position.leading" = "Поряд"; -"enum.avatar-position.top" = "Зверху"; -"enum.avatar-shape.circle" = "Круг"; -"enum.avatar-shape.rounded" = "Закруглені"; -"enum.durations.infinite" = "без обмеження"; -"enum.durations.custom" = "власний"; -"enum.durations.fiveMinutes" = "5 хвилин"; -"enum.durations.thirtyMinutes" = "30 хвилин"; -"enum.durations.oneHour" = "1 година"; -"enum.durations.sixHours" = "6 годин"; -"enum.durations.twelveHours" = "12 годин"; -"enum.durations.oneDay" = "1 день"; -"enum.durations.threeDays" = "3 дні"; -"enum.durations.sevenDays" = "7 днів"; -"enum.status-actions-display.all" = "Усе"; -"enum.status-actions-display.no-buttons" = "Без кнопок"; -"enum.status-actions-display.only-buttons" = "Лише кнопки"; -"enum.status-display-style.compact" = "Компактно"; -"enum.status-display-style.medium" = "Середнє"; -"enum.status-display-style.large" = "Велике"; -"enum.swipeactions.icon-with-text" = "Іконки з текстом"; -"enum.swipeactions.icon-only" = "Лише іконки"; - -// MARK: Instances -"instance.info.domains" = "Домени"; -"instance.info.email" = "Електронна пошта"; -"instance.info.name" = "Імʼя"; -"instance.info.navigation-title" = "Статистика сервера"; -"instance.info.posts" = "Дописи"; -"instance.info.section.info" = "Інформація про сервер"; -"instance.info.section.rules" = "Правила сервера"; -"instance.info.users" = "Користувачів"; -"instance.info.version" = "Версія"; -"instance.list.posts-%@" = "%@ дописів"; -"instance.list.users-%@" = "%@ користувачів"; -"instance.suggestions" = "Пропозиції"; -"instance.url" = "URL Сервера"; - -// MARK: Menu -"menu.new-post" = "Новий допис"; -"menu.font" = "Шрифт"; -"menu.font.bigger" = "Більше"; -"menu.font.smaller" = "Менше"; - -// MARK: Settings -"settings.account.add" = "Додати обліковий запис"; -"settings.app.icon" = "Іконка додатку"; -"settings.app.icon.navigation-title" = "Іконки"; -"settings.app.icon.official" = "Офіційні іконки"; -"settings.app.icon.designed-by" = "Розроблено"; -"settings.app.source" = "Посилання (GitHub)"; -"settings.app.support" = "Підтримати додаток"; -"settings.app.about" = "Опис"; -"settings.display.example-toot" = "Приклад допису"; -"settings.display.font" = "Шрифт стрічки"; -"settings.display.font.system" = "Системний"; -"settings.display.font.custom" = "Власний"; -"settings.display.font.scaling-%@" = "Масштабування шкрифта: %@"; -"settings.display.font.line-spacing-%@" = "Міжрядковий інтервал: %@"; -"settings.display.avatar.position" = "Розташування Аватара"; -"settings.display.avatar.shape" = "Форма Аватара"; -"settings.display.full-username" = "Відображати повне імʼя користувача"; -"settings.display.navigation-title" = "Налаштування відображення"; -"settings.display.restore" = "Відновити налаштування"; -"settings.display.section.display" = "Відображення"; -"settings.display.section.theme" = "Тема"; -"settings.display.colors.apply" = "Застосувати власні кольори"; -"settings.display.section.theme.footer" = "Власна кольорова схема може бути встановлена лише якщо відключено Відповідати системній темі"; -"settings.display.status.action-buttons" = "Кнопки дій статуса"; -"settings.display.status.media-style" = "Стиль медія статуса"; -"settings.display.translate-button" = "Відображати кнопку перекладу"; -"settings.display.pending-at-bottom" = "Показати непрочитану кнопку внизу екрана"; -"settings.display.theme.background" = "Колір фону"; -"settings.display.theme.secondary-background" = "Додатковий колір фону"; -"settings.display.theme.text-color" = "Колір тексту"; -"settings.display.theme.tint" = "Відтінок кольору"; -"settings.display.theme.systemColor" = "Відповідати системній темі"; -"settings.general.browser" = "Браузер"; -"settings.general.browser.in-app" = "Вбудований браузер"; -"settings.general.browser.in-app.readerview" = "Режим читання для вбудованого браузера"; -"settings.general.browser.system" = "Системний браузер"; -"settings.general.display" = "Налаштування відображення"; -"settings.general.instance" = "Інформація про сервер"; -"settings.general.push-notifications" = "Push сповіщення"; -"settings.general.remote-timelines" = "Віддалена локальна стрічка"; -"settings.push.boosts" = "Поширення"; -"settings.push.favorites" = "Вподобане"; -"settings.push.follows" = "Підписки"; -"settings.push.main-toggle" = "Push сповіщення"; -"settings.push.main-toggle.description" = "Отримувати push сповіщення на нову активність"; -"settings.push.mentions" = "Згадування"; -"settings.push.navigation-title" = "Push сповіщення"; -"settings.push.new-posts" = "Новий допис"; -"settings.push.polls" = "Результат опитування"; -"settings.general.content" = "Налаштування вмісту"; -"settings.system" = "Системні налаштування"; -"settings.content.navigation-title" = "Налаштування вмісту"; -"settings.content.boosts" = "Поширення"; -"settings.content.collapse-long-posts" = "Згортати довгі дописи"; -"settings.content.collapse-long-posts-hint" = "У згорнутих публікаціях відображається лише обмежена кількість рядків разом із кнопкою, щоб показати повну публікацію"; -"settings.content.hide-repeated-boosts" = "Не відображати повторні поширення"; -"settings.content.instance-settings" = "Налаштування відображення сервера"; -"settings.content.use-instance-settings" = "Використовувати налаштування сервера"; -"settings.content.expand-spoilers" = "Дозволити відображати делікатний вміст"; -"settings.content.expand-media" = "Відображення медіа"; -"settings.content.default-sensitive" = "Завжди позначати медія як делікатні"; -"settings.content.default-visibility" = "Видимість допису"; -"settings.content.default-reply-visibility" = "Reply Visibility"; -"settings.content.media" = "Медіа"; -"settings.content.media.show.alt" = "Показати ALT тексти"; -"settings.content.reading" = "Читання"; -"settings.content.posting" = "Публікація"; -"settings.content.sharing" = "Sharing"; -"settings.content.sharing.share-button-behavior" = "Share Button Behavior"; -"settings.content.sharing.share-behavior.link-only" = "Link Only"; -"settings.content.sharing.share-behavior.link-and-text" = "Link and Text"; -"enum.expand-media.show" = "Відобразити все"; -"enum.expand-media.hide" = "Приховати все"; -"enum.expand-media.hide-sensitive" = "Приховувати вміст, позначений як делікатний"; -"settings.section.accounts" = "Профілі"; -"settings.section.app" = "Додаток"; -"settings.section.app.footer %@" = "Версія додатку: %@"; -"settings.section.general" = "Загальне"; -"settings.support.alert.error.message" = "Error processing your in-app purchase, please try again."; -"settings.support.alert.message" = "Thank you so much for your tip! It's greatly appreciated!"; -"settings.support.alert.title" = "Thanks!"; -"settings.support.message-from-dev" = "Hi there! My name is Thomas and I absolutely love creating open source apps. Ice Cubes is definitely one of my proudest projects to date - and let's be real, it's also the one that requires the most maintenance due to the ever-changing world of Mastodon and social media. If you're having a blast using Ice Cubes, consider tossing a little tip my way. It'll make my day (and help keep the app running smoothly for you). 🚀"; -"settings.support.navigation-title" = "Підтримка Ice Cubes"; -"settings.support.one.subtitle" = "Small, but cute, and it tastes good!"; -"settings.support.one.title" = "🍬 Small Tip"; -"settings.support.placeholder.loading-subtitle" = "Loading subtitle ..."; -"settings.support.three.subtitle" = "You're insane, thank you so much!"; -"settings.support.three.title" = "🤯 Generous Tip"; -"settings.support.two.subtitle" = "I love the taste of a fancy coffee ❤️"; -"settings.support.two.title" = "☕️ Nice Tip"; -"settings.support.four.title" = "👽 Who are you Tip"; -"settings.support.four.subtitle" = "It'll go a long way to keep Ice Cubes running!"; -"settings.support.supporter.title" = " Become a supporter!"; -"settings.support.supporter.subtitle" = "By giving a monthly tip to Ice Cubes, you become a supporter, you'll even get verified badge on your profile. For your 👀 only."; -"settings.support.supporter.subscribed" = " Thanks for being an Ice Cubes supporter!"; -"settings.support.supporter.subscription-info"= "The supporter subscription is a monthly auto renewable subscription giving you a verified badge only visible to you on your profile. Subscription are automatically renewed unless you cancel them a day before the next renewal cycle."; -"settings.support.restore-purchase.button" = "Restore purchase"; -"settings.support.restore-purchase.explanation" = "Restore your supporter subscription if it hasn't been synced automatically."; -"settings.support.privacy-policy" = "Privacy Policy"; -"settings.support.terms-of-use" = "Terms"; -"settings.timeline.add" = "Додати локальну стрічку"; -"settings.title" = "Налаштування"; -"settings.rate" = "Оцінити Ice Cubes"; -"settings.section.other" = "Інше"; -"settings.other.hide-openai" = "Увімкнути 🤖 помічника"; -"settings.other.social-keyboard" = "Увімкнути Social Keyboard"; -"settings.other.sound-effect" = "Увімкнути звукові ефекти"; -"settings.general.translate" = "Налаштування перекладу"; -"settings.translation.navigation-title" = "Переклад"; -"settings.translation.always-deepl" = "Завжди перекладати за допомогою DeepL"; -"settings.translation.auto-detect-post-language" = "Auto detect language"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes will try to automatically detect the language of the post you're about to post and will suggest to update your post language if necessary."; -"settings.translation.user-api-key" = "DeepL API Key"; -"settings.translation.api-key-type" = "Тип ключа"; -"settings.translation.needed-message" = "Ця функція потребує ключа DeepL API key"; -"settings.push.duplicate.title" = "Виправити задвоєння сповіщень"; -"settings.push.duplicate.footer" = "Отримуєте сповіщення двічі? Спробуйте цю чарівну кнопку, щоб виправити це!"; -"settings.push.duplicate.button.fix" = "🪄 Виправити!"; -"settings.other.autoplay-video" = "Автоматичне програвання відео"; -"settings.about.built-with" = "Ice Cubes створено з Open Source продуктами та любовʼю:"; -"settings.about.title" = "Ice Cubes"; - -"settings.account.cached-posts-%@" = "Кешовано дописів: %@"; -"settings.account.action.delete-cache" = "Очистити кеш"; - -"settings.general.haptic" = "Гаптика"; -"settings.haptic.navigation-title" = "Налаштування гаптики"; -"settings.haptic.timeline" = "Стрічка"; -"settings.haptic.tab-selection" = "Вибір вкладки"; -"settings.haptic.buttons" = "Натиснення кнопки"; - -"settings.display.show-tab-label" = "Відображати назву вкладки"; - -"settings.display.show-ipad-column" = "Увімкнути додаткову колонку"; - -"settings.general.swipeactions" = "Дії гортання"; -"settings.swipeactions.appearance" = "Вигляд"; -"settings.swipeactions.navigation-title" = "Дії гортання"; -"settings.swipeactions.primary" = "Основна дія"; -"settings.swipeactions.secondary" = "Додаткова дія"; -"settings.swipeactions.status" = "Публікація"; -"settings.swipeactions.status.action.bookmark" = "У закладки"; -"settings.swipeactions.status.action.boost" = "Поширити"; -"settings.swipeactions.status.action.favorite" = "Вподобати"; -"settings.swipeactions.status.action.none" = "Нічого"; -"settings.swipeactions.status.action.quote" = "Цитувати"; -"settings.swipeactions.status.action.reply" = "Відповісти"; -"settings.swipeactions.status.explanation" = "Дії гортання доступні, якщо провести пальцем ліворуч або праворуч по публікації. Додаткова дія доступна, лише якщо встановлено основну дію."; -"settings.swipeactions.status.leading" = "Рух праворуч"; -"settings.swipeactions.status.trailing" = "Рух ліворуч"; -"settings.swipeactions.use-theme-colors" = "Використовувати колір тему"; -"settings.swipeactions.use-theme-colors-explanation" = "Використовувати колір теми замість стандартних кольорів"; -"settings.swipeactions.icon-style" = "Стиль іконки"; - -"settings.display.section.font" = "Шрифти"; - -"settings.section.cache" = "Кеш"; -"settings.cache-media.clear" = "Очистити кеш файлів"; - -// MARK: Tabs -"tab.explore" = "Огляд"; -"tab.federated" = "Глобальна"; -"tab.local" = "Локальна"; -"tab.messages" = "Повідомлення"; -"tab.notifications" = "Сповіщення"; -"tab.settings" = "Налаштування"; -"tab.timeline" = "Стрічка"; -"tab.trending" = "Популярне"; -"tab.profile" = "Профіль"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ коректний сервер"; -"timeline.add-remote.title" = "Додати віддалену локальну стручку"; -"timeline.add.action.add" = "Додати"; -"timeline.filter.add-local" = "Додати локальну стрічку"; -"timeline.filter.lists" = "Списки"; -"timeline.filter.local" = "Локальна стрічка"; -"timeline.filter.tags" = "Хештеґи"; -"timeline.filter.tag-groups" = "Tag Groups"; -"timeline.filter.add-tag-groups" = "Add tag group"; -"timeline.filter.edit-tag-groups" = "Edit tag group"; - -// MARK: Package: AppAccount -"app-account.button.add" = "Додати обліковий запис"; - -// MARK: Package: Account -"account.action.add-remove-list" = "Додати/Видалити зі списку"; -"account.action.edit-info" = "Редагувати інформацію"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "Згадати"; -"account.action.message" = "Повідомлення"; -"account.action.notify-enable" = "Увімкнути сповіщення"; -"account.action.notify-disable" = "Вимкнути сповіщення"; -"account.action.reboosts-show" = "Відображати поширення"; -"account.action.reboosts-hide" = "Приховувати поширення"; -"account.action.block" = "Заблокувати"; -"account.action.unblock" = "Розблокувати"; -"account.action.mute" = "Приховати"; -"account.action.unmute" = "Відновити"; -"account.action.share" = "Поширити цей профіль"; -"account.boosted-by" = "Поширено"; -"account.detail.about" = "Про"; -"account.detail.familiar-followers" = "Також відслідковується"; -"account.detail.n-fields %lld" = "%lld полів"; -"account.detail.featured-tags-n-posts %lld" = "%lld дописів"; -"account.edit.about" = "Про"; -"account.edit.account-settings.bot" = "Це обліковий запис бота"; -"account.edit.account-settings.discoverable" = "Оприлюднити обліковий запис у каталозі"; -"account.edit.account-settings.private" = "Зробити обліковий запис приватним"; -"account.edit.account-settings.section-title" = "Налаштування облікового запису"; -"account.edit.display-name" = "Імʼя для відображення"; -"account.edit.error.save.message" = "Помилка збереження вашого облікового запису, спробуйте ще раз."; -"account.edit.error.save.title" = "Помилка збереження облікового запису"; -"account.edit.navigation-title" = "Редагувати обліковий запис"; -"account.edit.post-settings.privacy" = "Приватність за замовчуванням"; -"account.edit.post-settings.section-title" = "Налаштування допису"; -"account.edit.post-settings.sensitive" = "Делікатний вміст"; - -"account.edit.metadata-section-title" = "Метадані профілю"; -"account.edit.metadata-name-placeholder" = "Мітка"; -"account.edit.metadata-value-placeholder" = "Вміст"; -"account.edit.add-metadata-button" = "Додати нові метадані"; - -"account.favorited-by" = "Вподобали"; -"account.follow.follow" = "Підписатися"; -"account.follow.following" = "Підписаний"; -"account.follow.requested" = "Запит надіслано"; -"account.follow-request.accept" = "Прийняти"; -"account.follow-request.reject" = "Відхилити"; -"account.follow-requests.pending-requests" = "Черга запитів"; -"account.follow-requests.instructions" = "Користувачі, які не бачитимуть ваші дописи допоки ви їх не затвердите."; -"account.followers" = "Підписники"; -"account.following" = "Підписки"; -"account.list.create" = "Створити новий список"; -"account.list.create.confirm" = "Створити список"; -"account.list.create.description" = "Введіть назву для списку"; -"account.list.delete" = "Видалити список"; -"account.list.name" = "Назва списку"; -"account.post.pinned" = "Закріплений допис"; -"account.posts" = "Дописи"; -"account.relation.follows-you" = "Підписується на вас"; -"account.joined" = "Доєднався"; -"account.action.logout" = "Вийти з облікового запису"; -"account.action.more" = "Більше налаштувань"; - -"account.relation.note.edit" = "Редагувати нотатку"; -"account.relation.note.edit.placeholder" = "Додати нотатку"; -"account.relation.note.edit.error.save.message" = "Помилка збереження вашої нотатки, pспробуйте ще раз."; -"account.relation.note.edit.error.save.title" = "Помилка збереження нотатки"; -"account.relation.note.label" = "Нотатка:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "Видалити"; -"conversations.action.mark-read" = "Позначити прочитаним"; -"conversations.action.view-detail" = "Переглянути деталі"; -"conversations.empty.message" = "Ви знайдете ваші особисті повідомлення та приватні згадки тут. Приємного обміну повідомленнями! 📱❤️"; -"conversations.empty.title" = "Порожня скринька"; -"conversations.error.button" = "Спробувати знову"; -"conversations.error.message" = "Помилка завантаження вашого повідомлення"; -"conversations.error.title" = "Виникла халепа"; -"conversations.navigation-title" = "Особисті повідомлення"; -"conversations.new.message.placeholder" = "Нове повідомлення"; -"conversations.latest.message" = "Останні повідомлення"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld дописів від %lld учасників"; -"design.theme.navigation-title" = "Обрати тему"; -"design.theme.toots-preview" = "Перегляд допису"; - -// MARK: Package: Explore -"explore.navigation-title" = "Огляд"; -"explore.search.message-%@" = "Ви можете шукати все, що вас цікавить на %@"; -"explore.search.prompt" = "Пошук користувачів, дописів та хештеґів"; -"explore.search.title" = "Пошук на сервері"; -"explore.search.empty.message" = "На цей запит нічого не знайдено, спробуйте інший."; -"explore.search.empty.title" = "Нічого не знайдено"; -"explore.section.posts" = "Дописи"; -"explore.section.suggested-users" = "Запропоновані користувачі"; -"explore.section.tags" = "Хештеґи"; -"explore.section.trending.links" = "Популярні посилання"; -"explore.section.trending.posts" = "Популярні дописи"; -"explore.section.trending.tags" = "Популярні хештеґи"; -"explore.section.users" = "Користувачі"; -"explore.scope.all" = "All"; -"explore.scope.people" = "People"; -"explore.scope.hashtags" = "Hashtags"; -"explore.scope.posts" = "Posts"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "Лише один варіант"; -"env.poll-vote-frequency.multiple" = "Вибір декількох варіантів"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "Додати/Видалити %@"; -"lists.create" = "Створити новий список"; -"lists.create.confirm" = "Створити список"; -"lists.edit.users-in-list" = "Користувачі у списку"; -"lists.name" = "Назва списку"; -"lists.name.message" = "Введіть назву для списку"; - -// MARK: Package: Notifications -"notifications.empty.message" = "Сповіщення? Які сповіщення? Я не бачив тут жодних сповіщень... 📱😎"; -"notifications.empty.title" = "Немає сповіщень"; -"notifications.error.message" = "Халепа з завантаженням ваших сповіщень, спробуйте ще раз."; -"notifications.error.title" = "Сталася халепа"; -"notifications.label.favorite %lld" = "уподобано"; -"notifications.label.follow %lld" = "підписка на вас"; -"notifications.label.mention %lld" = "загадано вас"; -"notifications.label.reblog %lld" = "поширено"; -"notifications.label.poll" = "завершення опитування"; -"notifications.label.follow-request" = "запит на підписку"; -"notifications.label.status" = "публікація допису"; -"notifications.label.update" = "зміна допису"; -"notifications.menu-title.favorite" = "Уподобання"; -"notifications.menu-title.follow" = "Підписка"; -"notifications.menu-title.follow-request" = "Запит на підписку"; -"notifications.menu-title.mention" = "Згадування"; -"notifications.menu-title.poll" = "Опитування"; -"notifications.menu-title.reblog" = "Поширення"; -"notifications.menu-title.status" = "Дописи"; -"notifications.menu-title.update" = "Редагування дописів"; -"notifications.navigation-title" = "Усі сповіщення"; -"notifications.tab.all" = "Усі"; -"notifications.tab.mentions" = "Згадування"; - -"notifications.label.status.push" = "🖊️ Опубліковано: "; -"notifications.label.reblog.push" = "🚀 Поширено: "; -"notifications.label.follow.push" = "👋 Підписався: "; -"notifications.label.follow-request.push" = "🔒 Запит на підписку: "; -"notifications.label.favorite.push" = "⭐️ Вподобано: "; -"notifications.label.poll.push" = "📈 Опитування завершено: "; -"notifications.label.update.push" = "Оновлено: "; - -// MARK: Package: Timeline -"timeline.federated" = "Глобальна"; -"timeline.latest" = "Перейти до нових"; -"timeline.home" = "Домівка"; -"timeline.local" = "Локальна"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld нових дописів від %lld учасників"; -"timeline.trending" = "Популярне"; -"timeline.add.url" = "URL сервера"; - -// MARK: Package: Status -"status.action.translate" = "Перекласти"; -"status.action.translated-label-%@" = "Переклад з допомогою %@"; -"status.action.translated-label-from-%@-%@" = "Переклад з %@ з допомогою %@"; -"status.action.bookmark" = "У закладки"; -"status.action.boost" = "Поширити"; -"status.action.boost-to-followers" = "Поширити Підписникам"; -"status.action.copy-text" = "Копіювати текст"; -"status.action.copy-link" = "Копіювати посилання"; -"status.action.delete" = "Видалити"; -"status.action.delete.confirm.title" = "Підтвердження"; -"status.action.delete.confirm.message" = "ви впевнені, що хочете видалити цей допис?"; -"status.action.edit" = "Редагувати"; -"status.action.favorite" = "Вподобане"; -"status.action.mention" = "Згадки"; -"status.action.message" = "Повідомлення"; -"status.action.pin" = "Закріпити"; -"status.action.post" = "Допис"; -"status.action.quote" = "Цитувати цей допис"; -"status.action.reply" = "Відповісти"; -"status.action.section.your-post" = "Ваш допис"; -"status.action.share" = "Поширити цей допис"; -"status.action.share-link" = "Поширити посилання на допис"; -"status.action.share-image" = "Поширити як зображення"; -"status.action.share-title" = "Поширення"; -"status.action.unbookmark" = "Вилучити із закладок"; -"status.action.unboost" = "Відмінити поширення"; -"status.action.unfavorite" = "Вилучити із вподобаного"; -"status.action.unpin" = "Відкріпити"; -"status.action.view-in-browser" = "Переглянути у браузері"; -"status.card.share" = "Поширити це посилання"; -"status.card.copy" = "Скопіювати це посилання"; -"status.draft.delete" = "Видалити чернетку"; -"status.draft.save" = "Зберегти чернетку"; -"status.editor.ai-prompt.correct" = "Виправити текст"; -"status.editor.ai-prompt.add-tags" = "Додати #Tags за текстом"; -"status.editor.ai-prompt.insert-tags" = "Додати #Tags у кінці"; -"status.editor.ai-prompt.emphasize" = "Розставити акценти"; -"status.editor.ai-prompt.fit" = "Скоротити текст"; -"status.editor.description.add" = "Додати опис"; -"status.editor.description.edit" = "Виправити опис"; -"status.editor.drafts.navigation-title" = "Чернетки"; -"status.editor.emojis.navigation-title" = "Власні Emojis"; -"status.editor.error.upload" = "Помилка завантаження"; -"status.editor.language-select.navigation-title" = "Обрати мову"; -"status.editor.language-select.recently-used" = "Остання обрана"; -"status.editor.language-select.confirmation.detected-%@" = "Опубліковано на %@ (Detected language)"; -"status.editor.language-select.confirmation.selected-%@" = "Опубліковано на %@ (Selected language)"; -"status.editor.media.edit-image" = "Змінити медіа"; -"status.editor.media.image-description" = "Опис медіа"; -"status.editor.mode.edit" = "Змінити ваш допис"; -"status.editor.mode.new" = "Новий допис"; -"status.editor.mode.quote-%@" = "Цитування %@"; -"status.editor.mode.reply-%@" = "У відповідь на %@"; -"status.editor.restore-previous" = "Відновити попередній текст"; -"status.editor.spoiler" = "Спойлер"; -"status.editor.text.placeholder" = "Що у вас на думці?"; -"status.editor.visibility" = "Видимість допису"; -"status.editor.photo-library" = "Бібліотека світлин"; -"status.editor.camera-picker" = "Зробити світлину"; -"status.editor.browse-file" = "Переглянути файли"; -"status.error.loading.message" = "An error occurred while loading posts, please try again."; -"status.error.message" = "An error occurred in the context of this post, please try again."; -"status.error.title" = "An error occurred"; -"status.error.posting.title" = "Error while posting"; -"status.filter.filtered-by-%@" = "Відфільровано: %@"; -"status.filter.show-anyway" = "Всерівно показати"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "Показати вміст"; -"status.media.contextmenu.copy" = "Копіювати зображення"; -"status.media.contextmenu.save" = "Зберегти зображення"; -"status.media.contextmenu.share" = "Поділитися цим зображенням"; -"status.media.contextmenu.view-browser" = "Переглянути у браузері"; -"status.media.sensitive.show" = "Показати делікатний вміст"; -"status.poll.n-votes %lld" = "%lld голосів"; -"status.poll.n-votes-voters %lld %lld" = "%lld голосів від %lld опитаних"; -"status.poll.closed" = "Закрито"; -"status.poll.closes-in %@" = "Завершується в %@"; -"status.poll.duration" = "Тривалість опитування"; -"status.poll.frequency" = "Частота опитування"; -"status.poll.option-n %lld" = "Варіант %lld"; -"status.poll.send" = "Проголосувати"; -"status.post-from-%@" = "Допис від %@"; -"status.row.was-boosted" = "поширює"; -"status.row.was-reply" = "Відповідь для"; -"status.row.you-boosted" = "Ви поширили"; -"status.show-less" = "Показати менше"; -"status.show-more" = "Показати більше"; -"status.show-full-post" = "Показати весь допис"; -"status.summary.at-time" = " о "; -"status.summary.edited-time" = "Востаннє змінено: "; -"status.summary.n-replies %lld" = "%lld відповідей"; -"status.summary.n-boosts %lld" = "%lld поширень"; -"status.summary.n-favorites %lld" = "%lld вподобань"; -"status.summary.edit-history" = "Журнал змін"; -"status.visibility.direct" = "Особисте"; -"status.visibility.follower" = "Підписникам"; -"status.visibility.public" = "Усім"; -"status.visibility.unlisted" = "Прихований"; - -// MARK: Filters -"filter.new" = "Новий фільтр"; -"filter.filters" = "Фільтри"; -"filter.edit.title" = "Назва фільтру"; -"filter.edit.keywords" = "Ключові слова"; -"filter.edit.keywords.add" = "Додати нове слово"; -"filter.edit.contexts" = "Фільтрувати вміст"; -"filter.edit.action" = "Виконати"; -"filter.edit.expiry" = "Завершується"; -"filter.edit.expiry.date-time" = "День/Година"; -"filter.edit.expiry.duration" = "Тривалість"; -"account.action.edit-filters" = "Редагувати фільтри"; -"filter.contexts.home" = "Домівка та список"; -"filter.contexts.notifications" = "Сповіщення"; -"filter.contexts.public" = "Публічна стрічка"; -"filter.contexts.conversations" = "Розмови"; -"filter.contexts.profiles" = "Профілі"; -"filter.action.warning" = "Приховати з попередженням"; -"filter.action.hide" = "Повністю приховати"; -"filter.expired" = "Втратив чинність"; -"filter.expiry-%@" = "Втрачає чинність: %@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "On"; -"accessibility.general.toggle.off" = "Off"; -"accessibility.editor.button.attach-photo" = "Додати світлину"; -"accessibility.editor.button.poll" = "Опитування"; -"accessibility.editor.button.spoiler" = "Увага! Спойлер."; -"accessibility.editor.button.drafts" = "Чернетка"; -"accessibility.editor.button.custom-emojis" = "Власні emojis"; -"accessibility.editor.button.language" = "Мова"; -"accessibility.editor.button.ai-prompt" = "AI prompt"; -"accessibility.editor.button.characters-remaining" = "Characters remaining"; -"accessibility.editor.privacy.label" = "Visibility"; -"accessibility.editor.privacy.hint" = "Changes post audience."; -"accessibility.tabs.timeline.add-account" = "Додати профіль"; -"accessibility.tabs.timeline.new-post.label" = "Compose"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "New"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "Create"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld new posts"; -"accessibility.tabs.timeline.unread-posts.hint" = "Scrolls the timeline."; -"accessibility.tabs.timeline.content-link-%@" = "Visit %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "Hashtag %@"; -"accessibility.app-account.selector.accounts" = "Профілі"; -"accessibility.app-account.selector.accounts.hint" = "Opens options sheet."; -"accessibility.tabs.profile.options.label" = "Options"; -"accessibility.tabs.profile.options.inputLabel1" = "Settings"; -"accessibility.tabs.profile.options.inputLabel2" = "More"; -"accessibility.tabs.profile.user-avatar.label" = "Profile photo"; -"accessibility.tabs.profile.user-avatar.hint" = "Displays a larger version."; -"accessibility.tabs.profile.user-avatar.supporter.label" = "Supporter"; -"accessibility.tabs.profile.user.account-bot.label" = "Bot account"; -"accessibility.tabs.profile.user.account-blocked.label" = "Blocked"; -"accessibility.tabs.profile.user.account-muted.label" = "Muted"; -"accessibility.tabs.profile.user.account-private.label" = "Private account"; -"accessibility.tabs.profile.header-image.label" = "Header image"; -"accessibility.tabs.profile.header-image.hint" = "Displays a larger version."; -"accessibility.tabs.profile.post-count.hint" = "Scrolls to list."; -"accessibility.tabs.profile.following-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.follower-count.hint" = "Navigates to list."; -"accessibility.tabs.profile.picker.statuses" = "Posts"; -"accessibility.tabs.profile.picker.favorites" = "Favorites"; -"accessibility.tabs.profile.picker.bookmarks" = "Bookmarks"; -"accessibility.tabs.profile.picker.followed-tags" = "Tags"; -"accessibility.tabs.profile.picker.posts-and-replies" = "Posts and replies"; -"accessibility.tabs.profile.picker.media" = "Media"; -"accessibility.tabs.profile.picker.lists" = "Lists"; -"accessibility.tabs.profile.user-notifications.label" = "Receive notifications"; -"accessibility.tabs.profile.user-reblogs.label" = "Display boosts"; -"accessibility.tabs.profile.fields.verified.label" = "Verified"; -"accessibility.tabs.profile.fields.container.label" = "User-defined fields"; -"accessibility.status.spoiler-full-content" = "Full Content"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ boosted %@"; -"accessibility.status.a-replied-to-%@" = "%@ replied to"; -"accessibility.image.alt-text-%@" = "Image alt text: %@"; -"accessibility.image.alt-text-more.label" = "More alt text available"; -"accessibility.tabs.messages.unread.label" = "Unread"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "Option %lld of %lld"; -"accessibility.status.poll.active.label" = "Active poll"; -"accessibility.status.poll.finished.label" = "Poll results"; -"accessibility.status.poll.selected.label" = "Selected"; -"accessibility.media.supported-type.image.label" = "Image"; -"accessibility.media.supported-type.gifv.label" = "Animated Gif"; -"accessibility.media.supported-type.video.label" = "Video"; -"accessibility.media.supported-type.audio.label" = "Audio"; -"accessibility.status.contains-media.label-%@" = "Contains %@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "Open media viewer"; - -// MARK: Report -"report.comment.placeholder" = "Додаткова інформація"; -"report.title" = "Скарга на допис"; -"report.action.send" = "Надіслати"; -"status.action.report" = "Поскаржитися на допис"; - -"tag.suggested.mentions-%lld" = "%lld згадок"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "Tag Group Title"; -"add-tag-groups.edit.icon.field" = "Tag Group Icon (SFSymbol name)"; -"add-tag-groups.edit.tags" = "Add tags to the group"; -"add-tag-groups.edit.tags.add" = "Tag"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; - diff --git a/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings deleted file mode 100644 index 25ccafbb..00000000 --- a/IceCubesApp/Resources/Localization/zh-Hans.lproj/Localizable.strings +++ /dev/null @@ -1,613 +0,0 @@ -// MARK: Common strings -"action.cancel" = "取消"; -"action.delete" = "删除"; -"action.save" = "保存"; -"action.done" = "完成"; -"action.retry" = "重试"; -"action.view.error" = "查看错误"; - -"alert.button.ok" = "OK"; -"alert.error" = "错误!"; - -"placeholder.loading.long" = "加载,加载,再加载……"; -"placeholder.loading.short" = "加载中……"; - -"see-more" = "查看更多"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "目前没有对该服务器的支持"; -"account.add.navigation-title" = "添加账户"; -"account.add.sign-in" = "登录"; - -// MARK: Enums -"enum.avatar-position.leading" = "居首"; -"enum.avatar-position.top" = "顶部"; -"enum.avatar-shape.circle" = "圆形"; -"enum.avatar-shape.rounded" = "圆角"; -"enum.durations.infinite" = "永久"; -"enum.durations.custom" = "自定义"; -"enum.durations.fiveMinutes" = "5 分钟"; -"enum.durations.thirtyMinutes" = "30 分钟"; -"enum.durations.oneHour" = "1 小时"; -"enum.durations.sixHours" = "6 小时"; -"enum.durations.twelveHours" = "12 小时"; -"enum.durations.oneDay" = "1 天"; -"enum.durations.threeDays" = "3 天"; -"enum.durations.sevenDays" = "7 天"; -"enum.status-actions-display.all" = "图标和文本"; -"enum.status-actions-display.no-buttons" = "仅文本"; -"enum.status-actions-display.only-buttons" = "仅图标"; -"enum.status-display-style.compact" = "紧凑"; -"enum.status-display-style.large" = "宽松"; -"enum.status-display-style.medium" = "中等"; -"enum.swipeactions.icon-with-text" = "图标和文本"; -"enum.swipeactions.icon-only" = "仅图标"; - -// MARK: Instances -"instance.info.domains" = "域名"; -"instance.info.email" = "邮件"; -"instance.info.name" = "名称"; -"instance.info.navigation-title" = "服务器信息"; -"instance.info.posts" = "嘟文"; -"instance.info.section.info" = "服务器信息"; -"instance.info.section.rules" = "服务器规则"; -"instance.info.users" = "用户"; -"instance.info.version" = "版本"; -"instance.list.posts-%@" = "%@ 嘟文"; -"instance.list.users-%@" = "%@ 用户"; -"instance.suggestions" = "推荐"; -"instance.url" = "服务器 URL"; - -// MARK: Menu -"menu.new-post" = "新嘟文"; -"menu.font" = "字体"; -"menu.font.bigger" = "增大"; -"menu.font.smaller" = "减小"; - -// MARK: Settings -"settings.account.add" = "添加账户"; -"settings.app.icon" = "应用图标"; -"settings.app.icon.navigation-title" = "应用图标"; -"settings.app.icon.official" = "官方图标"; -"settings.app.icon.designed-by" = "图标作者"; -"settings.app.source" = "源代码(GitHub 链接)"; -"settings.app.support" = "支持本应用"; -"settings.app.about" = "关于"; -"settings.display.example-toot" = "样例嘟文"; -"settings.display.avatar.position" = "头像位置"; -"settings.display.avatar.shape" = "头像边框"; -"settings.display.full-username" = "显示完整用户名"; -"settings.display.navigation-title" = "显示设置"; -"settings.display.restore" = "恢复默认设置"; -"settings.display.section.display" = "显示"; -"settings.display.section.theme" = "主题"; -"settings.display.colors.apply" = "应用自定义颜色"; -"settings.display.section.theme.footer" = "只有在“匹配系统”关闭时才能设置自定义颜色"; -"settings.display.status.action-buttons" = "操作栏样式"; -"settings.display.status.media-style" = "媒体内容排列"; -"settings.display.translate-button" = "显示翻译按钮"; -"settings.display.pending-at-bottom" = "在屏幕底部显示未读按钮"; -"settings.display.theme.background" = "背景颜色"; -"settings.display.theme.secondary-background" = "二级背景颜色"; -"settings.display.theme.text-color" = "文本颜色"; -"settings.display.theme.tint" = "色调"; -"settings.display.theme.systemColor" = "匹配系统"; -"settings.general.browser" = "默认浏览器"; -"settings.general.browser.in-app" = "应用内浏览器"; -"settings.general.browser.in-app.readerview" = "启用应用内浏览器阅读器"; -"settings.general.browser.system" = "系统浏览器"; -"settings.general.display" = "显示设置"; -"settings.general.instance" = "服务器设置"; -"settings.general.push-notifications" = "通知设置"; -"settings.general.remote-timelines" = "远程时间线"; -"settings.push.boosts" = "转发"; -"settings.push.favorites" = "喜欢"; -"settings.push.follows" = "关注"; -"settings.push.main-toggle" = "启用通知"; -"settings.push.main-toggle.description" = "在有新活动时通知"; -"settings.push.mentions" = "提及"; -"settings.push.navigation-title" = "通知设置"; -"settings.push.new-posts" = "新嘟文"; -"settings.push.polls" = "投票结果"; -"settings.section.accounts" = "账户"; -"settings.section.app" = "应用"; -"settings.section.app.footer %@" = "版本:%@"; -"settings.section.general" = "通用"; -"settings.support.alert.error.message" = "应用内购买失败,请重试。"; -"settings.support.alert.message" = "非常感谢你的捐赠!"; -"settings.support.alert.title" = "谢谢!"; -"settings.support.message-from-dev" = "你好呀!我叫 Thomas,我非常喜欢写开源应用。Ice Cubes 绝对是目前为止我最骄傲的项目之一。而且说实话,由于 Mastodon 和社交媒体世界的不断变化,它也是最需要维护的项目。如果你喜欢使用 Ice Cubes,请考虑给我一些捐赠。这真的会让我很开心 (且能鼓励我持续为你完善它)。🚀"; -"settings.support.navigation-title" = "支持 Ice Cubes"; -"settings.support.one.subtitle" = "小而可爱,而且它味道不错!"; -"settings.support.one.title" = "🍬 迷你捐赠"; -"settings.support.placeholder.loading-subtitle" = "加载中……"; -"settings.support.three.subtitle" = "你真棒,非常感谢!"; -"settings.support.three.title" = "🤯 很慷慨的捐赠"; -"settings.support.two.subtitle" = "我很喜欢这杯美味的咖啡 ❤️"; -"settings.support.two.title" = "☕️ 很不错的捐赠"; -"settings.support.four.title" = "👽 神秘人的捐赠"; -"settings.support.four.subtitle" = "这将大大有助于 Ice Cubes 的持续运行!"; -"settings.support.supporter.title" = "成为支持者!"; -"settings.support.supporter.subtitle" = "你可以通过每月给 Ice Cubes 捐赠成为支持者,你还能在个人资料上得到一个认证徽章,仅你可见 👀"; -"settings.support.supporter.subscribed" = "感谢你成为 Ice Cubes 的支持者!"; -"settings.support.supporter.subscription-info"= "此订阅将自动续订,除非在当前订阅期至少提前一天取消自动续订。"; -"settings.support.restore-purchase.button" = "恢复购买"; -"settings.support.restore-purchase.explanation" = "恢复你的支持者订阅,如果其尚未自动续订。"; -"settings.support.privacy-policy" = "隐私政策"; -"settings.support.terms-of-use" = "使用条款"; -"settings.timeline.add" = "添加远程时间线"; -"settings.title" = "设置"; -"settings.rate" = "给 Ice Cubes 评分"; -"settings.section.other" = "其他"; -"settings.other.hide-openai" = "启用写作助手 🤖"; -"settings.other.social-keyboard" = "启用社交键盘"; -"settings.other.sound-effect" = "启用声音效果"; -"settings.general.translate" = "翻译设置"; -"settings.translation.navigation-title" = "翻译设置"; -"settings.translation.always-deepl" = "总是使用 DeepL 翻译"; -"settings.translation.auto-detect-post-language" = "自动检测语言"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes 会自动检测你将要发布的嘟文的语言,并在必要时建议你更新嘟文语言。"; -"settings.translation.user-api-key" = "DeepL API 密钥"; -"settings.translation.api-key-type" = "密钥类型"; -"settings.translation.needed-message" = "该功能需要 DeepL API 密钥"; - -"settings.general.content" = "内容设置"; -"settings.system" = "系统设置"; -"settings.content.navigation-title" = "内容设置"; -"settings.content.boosts" = "转发"; -"settings.content.collapse-long-posts" = "折叠长嘟文"; -"settings.content.collapse-long-posts-hint" = "被折叠嘟文只会显示前几行但会提供查看全文的按钮"; -"settings.content.hide-repeated-boosts" = "隐藏重复的转发"; -"settings.content.instance-settings" = "服务器内容设置"; -"settings.content.use-instance-settings" = "使用服务器设置"; -"settings.content.expand-spoilers" = "始终显示敏感内容"; -"settings.content.expand-media" = "媒体显示"; -"settings.content.default-sensitive" = "始终将媒体标为敏感内容"; -"settings.content.default-visibility" = "默认发布内容可见性"; -"settings.content.default-reply-visibility" = "默认回复可见性"; -"settings.content.media" = "媒体"; -"settings.content.media.show.alt" = "显示图片描述"; -"settings.content.reading" = "阅读设置"; -"settings.content.posting" = "发布设置"; -"settings.content.sharing" = "分享"; -"settings.content.sharing.share-button-behavior" = "分享内容"; -"settings.content.sharing.share-behavior.link-only" = "仅链接"; -"settings.content.sharing.share-behavior.link-and-text" = "链接和文本"; - -"settings.push.duplicate.title" = "重复推送通知修复器"; -"settings.push.duplicate.footer" = "有收到重复的推送通知?试试用这个魔法按钮去修复吧"; -"settings.push.duplicate.button.fix" = "🪄 修复"; -"settings.other.autoplay-video" = "自动播放视频"; -"settings.about.built-with" = "Ice Cubes 的构建使用了以下开源项目:"; -"settings.about.title" = "Ice Cubes"; -"settings.account.cached-posts-%@" = "已缓存嘟文:%@"; -"settings.account.action.delete-cache" = "清除缓存"; - -"settings.general.haptic" = "触感触控"; -"settings.haptic.navigation-title" = "触感触控设置"; -"settings.haptic.timeline" = "时间线"; -"settings.haptic.tab-selection" = "导航栏"; -"settings.haptic.buttons" = "按钮"; - -"settings.display.font" = "应用字体"; -"settings.display.font.system" = "系统"; -"settings.display.font.custom" = "自定义"; -"settings.display.font.scaling-%@" = "字体缩放:%@"; -"settings.display.font.line-spacing-%@" = "行间距:%@"; -"settings.display.show-tab-label" = "在导航栏中显示文本"; -"settings.display.show-ipad-column" = "启用边栏"; - -"settings.general.swipeactions" = "轻扫操作"; -"settings.swipeactions.appearance" = "外观"; -"settings.swipeactions.navigation-title" = "轻扫操作设置"; -"settings.swipeactions.primary" = "主要操作"; -"settings.swipeactions.secondary" = "次要操作"; -"settings.swipeactions.status.action.bookmark" = "书签"; -"settings.swipeactions.status.action.boost" = "转发"; -"settings.swipeactions.status.action.favorite" = "喜欢"; -"settings.swipeactions.status.action.none" = "无"; -"settings.swipeactions.status.action.quote" = "引用"; -"settings.swipeactions.status.action.reply" = "回复"; -"settings.swipeactions.status.explanation" = "可在嘟文上进行向左轻扫或向右轻扫操作。仅当设置了主要操作时,次要操作才可用。"; -"settings.swipeactions.status.leading" = "向右轻扫"; -"settings.swipeactions.status.trailing" = "向左轻扫"; -"settings.swipeactions.status" = "嘟文"; -"settings.swipeactions.use-theme-colors" = "使用主题色"; -"settings.swipeactions.use-theme-colors-explanation" = "使用主题色而不是默认色"; -"settings.swipeactions.icon-style" = "图标样式"; - -"settings.display.section.font" = "字体"; - -"settings.section.cache" = "缓存"; -"settings.cache-media.clear" = "清除媒体缓存"; - -// MARK: Tabs -"tab.explore" = "探索"; -"tab.federated" = "跨站"; -"tab.local" = "本地"; -"tab.messages" = "私信"; -"tab.notifications" = "通知"; -"tab.settings" = "设置"; -"tab.timeline" = "时间线"; -"tab.trending" = "当下流行"; -"tab.profile" = "个人主页"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ 是一个可用的服务器"; -"timeline.add-remote.title" = "添加远程时间线"; -"timeline.add.action.add" = "添加"; -"timeline.filter.add-local" = "添加远程时间线"; -"timeline.filter.lists" = "列表"; -"timeline.filter.local" = "远程时间线"; -"timeline.filter.tags" = "关注的标签"; -"timeline.filter.tag-groups" = "标签组"; -"timeline.filter.add-tag-groups" = "新建标签组"; -"timeline.filter.edit-tag-groups" = "编辑标签组"; - -// MARK: Package: AppAccount -"app-account.button.add" = "添加账户"; - -// MARK: Package: Account -"account.action.add-remove-list" = "从列表中添加/移除"; -"account.action.edit-info" = "编辑个人资料"; -"account.action.privacy-settings" = "隐私设置"; -"account.action.mention" = "提及"; -"account.action.message" = "私信"; -"account.action.notify-enable" = "启用通知"; -"account.action.notify-disable" = "关闭通知"; -"account.action.reboosts-show" = "显示转发"; -"account.action.reboosts-hide" = "隐藏转发"; -"account.action.block" = "屏蔽"; -"account.action.unblock" = "取消屏蔽"; -"account.action.mute" = "免打扰"; -"account.action.unmute" = "取消免打扰"; -"account.action.share" = "分享此账户"; -"account.boosted-by" = "转发"; -"account.detail.about" = "附加信息"; -"account.detail.familiar-followers" = "同样关注此账号的有"; -"account.detail.n-fields %lld" = "%lld 个"; -"account.detail.featured-tags-n-posts %lld" = "%lld 条嘟文"; -"account.edit.about" = "关于"; -"account.edit.account-settings.bot" = "机器人账号"; -"account.edit.account-settings.discoverable" = "公开"; -"account.edit.account-settings.private" = "私密"; -"account.edit.account-settings.section-title" = "账户设置"; -"account.edit.display-name" = "显示名称"; -"account.edit.error.save.message" = "保存个人资料时出错, 请重试。"; -"account.edit.error.save.title" = "保存个人资料时出错"; -"account.edit.navigation-title" = "编辑个人资料"; -"account.edit.post-settings.privacy" = "默认隐私设置"; -"account.edit.post-settings.section-title" = "嘟文设置"; -"account.edit.post-settings.sensitive" = "敏感内容"; - -"account.edit.metadata-section-title" = "附加信息"; -"account.edit.metadata-name-placeholder" = "标签"; -"account.edit.metadata-value-placeholder" = "内容"; -"account.edit.add-metadata-button" = "添加新附加信息"; - -"account.favorited-by" = "喜欢"; -"account.follow.follow" = "关注"; -"account.follow.following" = "正在关注"; -"account.follow.requested" = "已申请"; -"account.follow-request.accept" = "接受"; -"account.follow-request.reject" = "拒绝"; -"account.follow-requests.pending-requests" = "待处理的申请"; -"account.follow-requests.instructions" = "在你接受之前这些用户都无法看到你的嘟文"; -"account.followers" = "粉丝"; -"account.following" = "关注"; -"account.list.create" = "新建列表"; -"account.list.create.confirm" = "创建列表"; -"account.list.create.description" = "为你的列表命名"; -"account.list.delete" = "删除列表"; -"account.list.name" = "列表名称"; -"account.post.pinned" = "固定的嘟文"; -"account.posts" = "嘟文"; -"account.relation.follows-you" = "关注你的人"; -"account.joined" = "加入于"; -"account.action.logout" = "退出登录"; -"account.action.edit-filters" = "编辑过滤器"; -"account.action.more" = "更多设置"; - -"account.relation.note.edit" = "编辑备注"; -"account.relation.note.edit.placeholder" = "输入备注文本"; -"account.relation.note.edit.error.save.message" = "保存备注时报错,请重试。"; -"account.relation.note.edit.error.save.title" = "保存报错"; -"account.relation.note.label" = "备注:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "删除"; -"conversations.action.mark-read" = "标记为已读"; -"conversations.action.view-detail" = "查看详情"; -"conversations.empty.message" = "正在社交媒体上寻找乐趣?你所有的私信和单独提及都在这里。聊得开心!📱❤️"; -"conversations.empty.title" = "收件箱为空"; -"conversations.error.button" = "重试"; -"conversations.error.message" = "加载私信时出错"; -"conversations.error.title" = "出错啦"; -"conversations.navigation-title" = "私信"; -"conversations.new.message.placeholder" = "新消息"; -"conversations.latest.message" = "最新消息"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld 条嘟文来自 %lld 个参与者"; -"design.theme.navigation-title" = "主题选择"; -"design.theme.toots-preview" = "预览文本"; - -// MARK: Package: Explore -"explore.navigation-title" = "探索"; -"explore.search.message-%@" = "在此界面上,你可以搜索 %@ 上的任何信息"; -"explore.search.prompt" = "搜索用户、嘟文或标签"; -"explore.search.title" = "搜索你的服务器"; -"explore.search.empty.message" = "搜索无结果,请尝试其他查询"; -"explore.search.empty.title" = "无结果"; -"explore.section.posts" = "嘟文"; -"explore.section.suggested-users" = "推荐的用户"; -"explore.section.tags" = "标签"; -"explore.section.trending.links" = "当下流行的网页"; -"explore.section.trending.posts" = "当下流行的嘟文"; -"explore.section.trending.tags" = "当下流行的标签"; -"explore.section.users" = "用户"; -"explore.scope.all" = "全部"; -"explore.scope.people" = "用户"; -"explore.scope.hashtags" = "标签"; -"explore.scope.posts" = "嘟文"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "单个投票"; -"env.poll-vote-frequency.multiple" = "多个投票"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "添加/移除 %@"; -"lists.create" = "新建列表"; -"lists.create.confirm" = "创建列表"; -"lists.edit.users-in-list" = "列表中的用户"; -"lists.name" = "列表名称"; -"lists.name.message" = "为你的列表命名"; - -// MARK: Package: Notifications -"notifications.empty.message" = "通知?什么通知?你的收件箱是空的。继续保持!📱😎"; -"notifications.empty.title" = "没有更早的通知"; -"notifications.error.message" = "加载通知时出错,请重试。"; -"notifications.error.title" = "出现了一个错误"; -"notifications.label.favorite %lld" = "星标"; -"notifications.label.follow %lld" = "关注了你"; -"notifications.label.follow-request" = "关注申请"; -"notifications.label.mention %lld" = "提及了你"; -"notifications.label.poll" = "投票结束"; -"notifications.label.reblog %lld" = "已转发"; -"notifications.label.status" = "发表了一条嘟文"; -"notifications.label.update" = "编辑了一条嘟文"; -"notifications.menu-title.favorite" = "喜欢"; -"notifications.menu-title.follow" = "关注"; -"notifications.menu-title.follow-request" = "关注申请"; -"notifications.menu-title.mention" = "提及"; -"notifications.menu-title.poll" = "投票"; -"notifications.menu-title.reblog" = "转发"; -"notifications.menu-title.status" = "嘟嘟"; -"notifications.menu-title.update" = "已编辑嘟文"; -"notifications.navigation-title" = "全部通知"; -"notifications.tab.all" = "全部"; -"notifications.tab.mentions" = "提及"; - -"notifications.label.status.push" = "🖊️ 发表了:"; -"notifications.label.reblog.push" = "🚀 转发了:"; -"notifications.label.follow.push" = "👋 新增关注:"; -"notifications.label.follow-request.push" = "🔒 请求关注你:"; -"notifications.label.favorite.push" = "⭐️ 喜欢了:"; -"notifications.label.poll.push" = "📈 投票结束:"; -"notifications.label.update.push" = "更新了:"; - -// MARK: Package: Timeline -"timeline.federated" = "跨站"; -"timeline.latest" = "跳转到最新"; -"timeline.home" = "主页"; -"timeline.local" = "本地"; -"timeline.n-recent-from-n-participants %lld %lld" = "最近 %lld 条嘟文来自 %lld 个参与者"; -"timeline.trending" = "当下流行"; -"timeline.add.url" = "服务器 URL"; - -// MARK: Package: Status -"status.action.translate" = "翻译"; -"status.action.translated-label-%@" = "由 %@ 翻译"; -"status.action.translated-label-from-%@-%@" = "翻译自 %@,使用 %@"; -"status.action.bookmark" = "书签"; -"status.action.boost" = "转发"; -"status.action.boost-to-followers" = "转发给粉丝"; -"status.action.copy-text" = "拷贝文本"; -"status.action.copy-link" = "拷贝链接"; -"status.action.delete" = "删除"; -"status.action.delete.confirm.title" = "确认删除"; -"status.action.delete.confirm.message" = "你确认要删除此嘟文吗?"; -"status.action.edit" = "编辑"; -"status.action.favorite" = "喜欢"; -"status.action.mention" = "提及"; -"status.action.message" = "私信"; -"status.action.pin" = "固定"; -"status.action.post" = "嘟嘟"; -"status.action.quote" = "引用"; -"status.action.reply" = "回复"; -"status.action.section.your-post" = "你的嘟文"; -"status.action.share" = "分享嘟文"; -"status.action.share-link" = "分享嘟文链接"; -"status.action.share-image" = "分享嘟文为图片"; -"status.action.share-title" = "分享"; -"status.action.unbookmark" = "取消书签"; -"status.action.unboost" = "取消转发"; -"status.action.unfavorite" = "取消喜欢"; -"status.action.unpin" = "取消固定"; -"status.action.view-in-browser" = "在浏览器中打开"; -"status.card.share" = "分享此链接"; -"status.card.copy" = "拷贝此链接"; -"status.draft.delete" = "删除草稿"; -"status.draft.save" = "保存草稿"; -"status.editor.ai-prompt.correct" = "检查拼写和语法"; -"status.editor.ai-prompt.add-tags" = "自动添加#标签"; -"status.editor.ai-prompt.insert-tags" = "在末尾添加#标签"; -"status.editor.ai-prompt.emphasize" = "使用强调语气"; -"status.editor.ai-prompt.fit" = "精简文字"; -"status.editor.description.add" = "添加描述"; -"status.editor.description.edit" = "编辑描述"; -"status.editor.drafts.navigation-title" = "草稿"; -"status.editor.emojis.navigation-title" = "自定义表情"; -"status.editor.error.upload" = "上传错误"; -"status.editor.language-select.navigation-title" = "选择语言"; -"status.editor.language-select.recently-used" = "最近使用"; -"status.editor.language-select.confirmation.detected-%@" = "直接使用 %@ 发送 "; -"status.editor.language-select.confirmation.selected-%@" = "选择使用 %@ 发送"; -"status.editor.media.edit-image" = "编辑图片"; -"status.editor.media.image-description" = "图片描述"; -"status.editor.mode.edit" = "正在编辑你的嘟文"; -"status.editor.mode.new" = "新嘟文"; -"status.editor.mode.quote-%@" = "%@ 的引用"; -"status.editor.mode.reply-%@" = "回复 %@"; -"status.editor.restore-previous" = "撤销更改"; -"status.editor.spoiler" = "剧透警告"; -"status.editor.text.placeholder" = "在想些什么呢?"; -"status.editor.visibility" = "嘟文可见性"; -"status.editor.photo-library" = "照片图库"; -"status.editor.camera-picker" = "拍照"; -"status.editor.browse-file" = "选取文件"; -"status.error.loading.message" = "加载嘟文时发生错误,请重试。"; -"status.error.message" = "嘟文的上下文出现了错误,请重试。"; -"status.error.title" = "发生了一个错误"; -"status.error.posting.title" = "无法发送嘟文"; -"status.filter.filtered-by-%@" = "被 %@ 过滤"; -"status.filter.show-anyway" = "仍然显示"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "显示内容"; -"status.media.contextmenu.copy" = "拷贝图片"; -"status.media.contextmenu.save" = "保存图片"; -"status.media.contextmenu.share" = "分享图片"; -"status.media.contextmenu.view-browser" = "在浏览器中打开"; -"status.media.sensitive.show" = "显示敏感内容"; -"status.poll.n-votes %lld" = "%lld 票"; -"status.poll.n-votes-voters %lld %lld" = "%lld 票来自 %lld 个投票者"; -"status.poll.closed" = "已关闭"; -"status.poll.closes-in %@" = "关闭于 %@"; -"status.poll.duration" = "投票持续时间"; -"status.poll.frequency" = "投票频率"; -"status.poll.option-n %lld" = "%lld 选项"; -"status.poll.send" = "投票"; -"status.post-from-%@" = "%@ 的嘟文"; -"status.row.was-boosted" = "转发"; -"status.row.was-reply" = "回复给"; -"status.row.you-boosted" = "你转发了"; -"status.show-less" = "显示更少"; -"status.show-more" = "显示更多"; -"status.show-full-post" = "显示全文"; -"status.summary.at-time" = " 在 "; -"status.summary.edited-time" = "上次编辑:"; -"status.summary.n-replies %lld" = "%lld 个回复"; -"status.summary.n-boosts %lld" = "%lld 转发"; -"status.summary.n-favorites %lld" = "%lld 喜欢"; -"status.summary.edit-history" = "编辑历史"; -"status.visibility.direct" = "私密"; -"status.visibility.follower" = "粉丝"; -"status.visibility.public" = "所有人"; -"status.visibility.unlisted" = "不公开"; - -// MARK: Filters -"filter.new" = "新建过滤器"; -"filter.filters" = "过滤器"; -"filter.edit.title" = "过滤器名称"; -"filter.edit.keywords" = "关键词"; -"filter.edit.keywords.add" = "添加关键词"; -"filter.edit.contexts" = "过滤范围"; -"filter.edit.action" = "过滤器行为"; -"filter.edit.expiry" = "结束时间"; -"filter.edit.expiry.date-time" = "日期/时间"; -"filter.edit.expiry.duration" = "持续时间"; -"filter.contexts.home" = "主页和列表"; -"filter.contexts.notifications" = "通知"; -"filter.contexts.public" = "公共时间线"; -"filter.contexts.conversations" = "对话"; -"filter.contexts.profiles" = "个人主页"; -"filter.action.warning" = "隐藏并提醒"; -"filter.action.hide" = "完全隐藏"; -"filter.expired" = "已失效"; -"filter.expiry-%@" = "失效时间:%@"; - -"enum.expand-media.show" = "显示所有"; -"enum.expand-media.hide" = "隐藏所有"; -"enum.expand-media.hide-sensitive" = "隐藏敏感内容"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "启用"; -"accessibility.general.toggle.off" = "关闭"; -"accessibility.editor.button.attach-photo" = "添加图片"; -"accessibility.editor.button.poll" = "投票"; -"accessibility.editor.button.spoiler" = "剧透警告"; -"accessibility.editor.button.drafts" = "草稿"; -"accessibility.editor.button.custom-emojis" = "自定义表情"; -"accessibility.editor.button.language" = "选择语言"; -"accessibility.editor.button.ai-prompt" = "AI 提示"; -"accessibility.editor.button.characters-remaining" = "剩余字符"; -"accessibility.editor.privacy.label" = "可见度"; -"accessibility.editor.privacy.hint" = "更改嘟文可见度。"; -"accessibility.tabs.timeline.add-account" = "添加账户"; -"accessibility.tabs.timeline.new-post.label" = "发嘟"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "新嘟文"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "创建嘟文"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld 个新嘟文"; -"accessibility.tabs.timeline.unread-posts.hint" = "滚动时间线。"; -"accessibility.tabs.timeline.content-link-%@" = "访问 %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "给 %@ 添加标签"; -"accessibility.app-account.selector.accounts" = "账户"; -"accessibility.app-account.selector.accounts.hint" = "打开选项表"; -"accessibility.tabs.profile.options.label" = "选项"; -"accessibility.tabs.profile.options.inputLabel1" = "设置"; -"accessibility.tabs.profile.options.inputLabel2" = "更多"; -"accessibility.tabs.profile.user-avatar.label" = "账户头像"; -"accessibility.tabs.profile.user-avatar.hint" = "显示更大尺寸。"; -"accessibility.tabs.profile.user-avatar.supporter.label" = "支持者"; -"accessibility.tabs.profile.user.account-bot.label" = "机器人账户"; -"accessibility.tabs.profile.user.account-blocked.label" = "已屏蔽"; -"accessibility.tabs.profile.user.account-muted.label" = "已静音"; -"accessibility.tabs.profile.user.account-private.label" = "私有账户"; -"accessibility.tabs.profile.header-image.label" = "横幅图片"; -"accessibility.tabs.profile.header-image.hint" = "显示更大尺寸。"; -"accessibility.tabs.profile.post-count.hint" = "滚动到列表。"; -"accessibility.tabs.profile.following-count.hint" = "前往列表。"; -"accessibility.tabs.profile.follower-count.hint" = "前往列表。"; -"accessibility.tabs.profile.picker.statuses" = "嘟文"; -"accessibility.tabs.profile.picker.favorites" = "喜欢"; -"accessibility.tabs.profile.picker.bookmarks" = "书签"; -"accessibility.tabs.profile.picker.followed-tags" = "标签"; -"accessibility.tabs.profile.picker.posts-and-replies" = "嘟文和回复"; -"accessibility.tabs.profile.picker.media" = "媒体"; -"accessibility.tabs.profile.picker.lists" = "列表"; -"accessibility.tabs.profile.user-notifications.label" = "接收通知"; -"accessibility.tabs.profile.user-reblogs.label" = "显示转发"; -"accessibility.tabs.profile.fields.verified.label" = "已认证"; -"accessibility.tabs.profile.fields.container.label" = "用户自定义字段"; -"accessibility.status.spoiler-full-content" = "完整内容"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ 转发了 %@"; -"accessibility.status.a-replied-to-%@" = "%@ 回复给"; -"accessibility.image.alt-text-%@" = "图片描述文本:%@"; -"accessibility.image.alt-text-more.label" = "更多描述文本可用"; -"accessibility.tabs.messages.unread.label" = "未读"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "第 %lld 个选项,共 %lld 个"; -"accessibility.status.poll.active.label" = "活跃投票"; -"accessibility.status.poll.finished.label" = "投票结果"; -"accessibility.status.poll.selected.label" = "选中的"; -"accessibility.media.supported-type.image.label" = "图像"; -"accessibility.media.supported-type.gifv.label" = "包含动画的 GIF"; -"accessibility.media.supported-type.video.label" = "视频"; -"accessibility.media.supported-type.audio.label" = "音频"; -"accessibility.status.contains-media.label-%@" = "包含 %@"; -"accessibility.status.application.label" = "应用"; -"accessibility.status.media-viewer-action.label" = "打开媒体查看器"; - -// MARK: Report -"report.comment.placeholder" = "附加信息"; -"report.title" = "举报嘟文"; -"report.action.send" = "发送"; -"status.action.report" = "举报嘟文"; - -"tag.suggested.mentions-%lld" = "%lld 个提及"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "标签组名称"; -"add-tag-groups.edit.icon.field" = "标签组图标(SFSymbol)"; -"add-tag-groups.edit.tags" = "将标签添加到组"; -"add-tag-groups.edit.tags.add" = "标签"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups"; diff --git a/IceCubesApp/Resources/Localization/zh-Hant.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/zh-Hant.lproj/Localizable.strings deleted file mode 100644 index 35531a75..00000000 --- a/IceCubesApp/Resources/Localization/zh-Hant.lproj/Localizable.strings +++ /dev/null @@ -1,613 +0,0 @@ -// MARK: Common strings -"action.cancel" = "取消"; -"action.delete" = "刪除"; -"action.save" = "儲存"; -"action.done" = "結束"; -"action.retry" = "重試"; -"action.view.error" = "檢視錯誤"; - -"alert.button.ok" = "OK"; -"alert.error" = "錯誤!"; - -"placeholder.loading.long" = "下載,下載,再下載⋯"; -"placeholder.loading.short" = "下載中⋯"; - -"see-more" = "更多"; - -// MARK: Add Account -"account.add.error.instance-not-supported" = "此伺服器現不支援。"; -"account.add.navigation-title" = "新增帳戶"; -"account.add.sign-in" = "登入"; - -// MARK: Enums -"enum.avatar-position.leading" = "前導"; -"enum.avatar-position.top" = "居頂"; -"enum.avatar-shape.circle" = "圓形"; -"enum.avatar-shape.rounded" = "圓角"; -"enum.durations.infinite" = "永久"; -"enum.durations.custom" = "自定"; -"enum.durations.fiveMinutes" = "五分鐘"; -"enum.durations.thirtyMinutes" = "半小時"; -"enum.durations.oneHour" = "一小時"; -"enum.durations.sixHours" = "六小時"; -"enum.durations.twelveHours" = "半天"; -"enum.durations.oneDay" = "一天"; -"enum.durations.threeDays" = "三天"; -"enum.durations.sevenDays" = "一星期"; -"enum.status-actions-display.all" = "圖示和數量"; -"enum.status-actions-display.no-buttons" = "無"; -"enum.status-actions-display.only-buttons" = "圖示"; -"enum.status-display-style.compact" = "小"; -"enum.status-display-style.medium" = "中"; -"enum.status-display-style.large" = "大"; -"enum.swipeactions.icon-with-text" = "圖文"; -"enum.swipeactions.icon-only" = "圖示"; - -// MARK: Instances -"instance.info.domains" = "網域"; -"instance.info.email" = "電郵"; -"instance.info.name" = "名稱"; -"instance.info.navigation-title" = "伺服器資訊"; -"instance.info.posts" = "嘟文"; -"instance.info.section.info" = "伺服器資訊"; -"instance.info.section.rules" = "伺服器規章"; -"instance.info.users" = "用戶"; -"instance.info.version" = "版本"; -"instance.list.posts-%@" = "%@ 嘟文"; -"instance.list.users-%@" = "%@ 用戶"; -"instance.suggestions" = "推薦"; -"instance.url" = "伺服器 URL"; - -// MARK: Menu -"menu.new-post" = "新嘟文"; -"menu.font" = "字體"; -"menu.font.bigger" = "放大"; -"menu.font.smaller" = "縮小"; - -// MARK: Settings -"settings.account.add" = "新增帳戶"; -"settings.app.icon" = "App 圖像"; -"settings.app.icon.navigation-title" = "圖像"; -"settings.app.icon.official" = "官方圖像"; -"settings.app.icon.designed-by" = "圖像作者"; -"settings.app.source" = "程式原始碼(GitHub)"; -"settings.app.support" = "贊助本程式"; -"settings.app.about" = "關於"; -"settings.display.example-toot" = "嘟文範例"; -"settings.display.font" = "時間軸字體"; -"settings.display.font.system" = "系統"; -"settings.display.font.custom" = "自定"; -"settings.display.font.scaling-%@" = "字體縮放:%@"; -"settings.display.font.line-spacing-%@" = "行距:%@"; -"settings.display.avatar.position" = "頭像位置"; -"settings.display.avatar.shape" = "頭像形狀"; -"settings.display.full-username" = "顯示用戶全名"; -"settings.display.navigation-title" = "顯示設定"; -"settings.display.restore" = "還原預設值"; -"settings.display.section.display" = "顯示"; -"settings.display.section.theme" = "風格"; -"settings.display.colors.apply" = "採用自定顏色"; -"settings.display.section.theme.footer" = "自定顏色需先關閉「符合系統」選項"; -"settings.display.status.action-buttons" = "狀態列按鈕"; -"settings.display.status.media-style" = "狀態媒體式樣"; -"settings.display.translate-button" = "顯示翻譯按紐"; -"settings.display.pending-at-bottom" = "在螢幕底部顯示未讀按鈕"; -"settings.display.theme.background" = "背景顏色"; -"settings.display.theme.secondary-background" = "第二背景顏色"; -"settings.display.theme.text-color" = "本文顏色"; -"settings.display.theme.tint" = "色調"; -"settings.display.theme.systemColor" = "符合系統"; -"settings.general.browser" = "瀏覽器"; -"settings.general.browser.in-app" = "內建瀏覽器"; -"settings.general.browser.in-app.readerview" = "內建閱讀器"; -"settings.general.browser.system" = "系統瀏覽器"; -"settings.general.display" = "顯示設定"; -"settings.general.instance" = "伺服器資訊"; -"settings.general.push-notifications" = "通知"; -"settings.general.remote-timelines" = "他站時間軸"; -"settings.push.boosts" = "轉嘟"; -"settings.push.favorites" = "最愛"; -"settings.push.follows" = "跟隨"; -"settings.push.main-toggle" = "通知"; -"settings.push.main-toggle.description" = "有新活動時通知"; -"settings.push.mentions" = "提及"; -"settings.push.navigation-title" = "通知"; -"settings.push.new-posts" = "新嘟文"; -"settings.push.polls" = "票選結果"; -"settings.general.content" = "內容設定"; -"settings.system" = "系統設定"; -"settings.content.navigation-title" = "內容設定"; -"settings.content.boosts" = "轉嘟"; -"settings.content.collapse-long-posts" = "縮限長文"; -"settings.content.collapse-long-posts-hint" = "「縮限長文」將只顯示數行文字,另可按紐閱讀全文"; -"settings.content.hide-repeated-boosts" = "隱藏多重轉嘟"; -"settings.content.instance-settings" = "伺服器內容設定"; -"settings.content.use-instance-settings" = "沿用伺服器設定"; -"settings.content.expand-spoilers" = "顯示所有敏感嘟文"; -"settings.content.expand-media" = "媒體顯示"; -"settings.content.default-sensitive" = "媒體一律標示為敏感題材"; -"settings.content.default-visibility" = "嘟文能見度"; -"settings.content.default-reply-visibility" = "回文能見度"; -"settings.content.media" = "媒體"; -"settings.content.media.show.alt" = "顯示圖片描述"; -"settings.content.reading" = "閱讀"; -"settings.content.posting" = "發表"; -"settings.content.sharing" = "分享"; -"settings.content.sharing.share-button-behavior" = "分享紐功能"; -"settings.content.sharing.share-behavior.link-only" = "只連結"; -"settings.content.sharing.share-behavior.link-and-text" = "連結與本文"; -"enum.expand-media.show" = "全部顯示"; -"enum.expand-media.hide" = "全部隱藏"; -"enum.expand-media.hide-sensitive" = "隱藏敏感題材"; -"settings.section.accounts" = "帳號"; -"settings.section.app" = "App"; -"settings.section.app.footer %@" = "App 版本:%@"; -"settings.section.general" = "一般"; -"settings.support.alert.error.message" = "選購時發生錯誤,請再試一次。"; -"settings.support.alert.message" = "非常感謝您的捐贈!"; -"settings.support.alert.title" = "感謝!"; -"settings.support.message-from-dev" = "您好!我是 Thomas,我愛寫開源碼程式。Ice Cubes 是我最引以為傲的作品之一,但是老實說因為 Mastodon 和社交媒體的日新月異,也是最需要維護的。您如果愛用 Ice Cubes,請考慮贊助我。這將讓我很開心,也幫助我繼續維護這個軟體。 🚀"; -"settings.support.navigation-title" = "支援 Ice Cubes"; -"settings.support.one.subtitle" = "小而可愛,也好吃!"; -"settings.support.one.title" = "🍬 小額捐贈"; -"settings.support.placeholder.loading-subtitle" = "下載中⋯"; -"settings.support.three.subtitle" = "您太狂了,感激不盡!"; -"settings.support.three.title" = "🤯 慷慨捐贈"; -"settings.support.two.subtitle" = "一杯好咖啡是我的最愛 ❤️"; -"settings.support.two.title" = "☕️ 爽口捐贈"; -"settings.support.four.title" = "👽 超級捐贈"; -"settings.support.four.subtitle" = "這將大大有助於 Ice Cubes 持續運行!"; -"settings.support.supporter.title" = " 成為支持者!"; -"settings.support.supporter.subtitle" = "您若每月捐贈給 Ice Cubes 就能成為支持者,更能在個人檔案裡看到驗證徽章。限您 👀 見。"; -"settings.support.supporter.subscribed" = " 感謝您成為 Ice Cubes 支持者!"; -"settings.support.supporter.subscription-info"= "除非在訂閱期滿前一天取消,訂閱將自動繼續。"; -"settings.support.restore-purchase.button" = "還原已購項目"; -"settings.support.restore-purchase.explanation" = "若未自動同步,可以手動還原您的支持者訂閱。"; -"settings.support.privacy-policy" = "隱私政策"; -"settings.support.terms-of-use" = "使用條款"; -"settings.timeline.add" = "新增時間軸"; -"settings.title" = "設定"; -"settings.rate" = "給 Ice Cubes 評分"; -"settings.section.other" = "其他"; -"settings.other.hide-openai" = "啟用 🤖 寫作助手"; -"settings.other.social-keyboard" = "啟用社交鍵盤"; -"settings.other.sound-effect" = "啟用音效"; -"settings.push.duplicate.title" = "修理重複通知"; -"settings.push.duplicate.footer" = "收到重複通知嗎?用這個魔術按鈕修復"; -"settings.push.duplicate.button.fix" = "🪄 修復"; -"settings.other.autoplay-video" = "自動播放視訊"; -"settings.about.built-with" = "Ice Cubes 運用下列開源碼:"; -"settings.about.title" = "Ice Cubes"; - -"settings.account.cached-posts-%@" = "快取嘟文:%@"; -"settings.account.action.delete-cache" = "清除快取"; - -"settings.general.haptic" = "觸覺回饋"; -"settings.haptic.navigation-title" = "觸覺設定"; -"settings.haptic.timeline" = "時間軸"; -"settings.haptic.tab-selection" = "頁籤選擇"; -"settings.haptic.buttons" = "按紐"; - -"settings.display.show-tab-label" = "顯示頁籤名稱"; - -"settings.display.show-ipad-column" = "啟用邊欄"; - -"settings.general.swipeactions" = "滑動功能"; -"settings.swipeactions.appearance" = "外觀"; -"settings.swipeactions.navigation-title" = "滑動功能"; -"settings.swipeactions.primary" = "主功能"; -"settings.swipeactions.secondary" = "副功能"; -"settings.swipeactions.status" = "發表"; -"settings.swipeactions.status.action.bookmark" = "書籤"; -"settings.swipeactions.status.action.boost" = "轉嘟"; -"settings.swipeactions.status.action.favorite" = "最愛"; -"settings.swipeactions.status.action.none" = "無"; -"settings.swipeactions.status.action.quote" = "引述"; -"settings.swipeactions.status.action.reply" = "回覆"; -"settings.swipeactions.status.explanation" = "滑動功能在嘟文上左右滑動使用。副功能需啟動主功能時才能使用。"; -"settings.swipeactions.status.leading" = "右滑"; -"settings.swipeactions.status.trailing" = "左滑"; -"settings.swipeactions.use-theme-colors" = "使用風格顏色"; -"settings.swipeactions.use-theme-colors-explanation" = "用風格顏色代替預設顏色"; -"settings.swipeactions.icon-style" = "圖示式樣"; - -"settings.display.section.font" = "字體"; - -"settings.section.cache" = "快取"; -"settings.cache-media.clear" = "清除媒體快取"; - -"settings.general.translate" = "翻譯設定"; -"settings.translation.navigation-title" = "翻譯設定"; -"settings.translation.always-deepl" = "一概用 DeepL 翻譯"; -"settings.translation.auto-detect-post-language" = "自動偵測語言"; -"settings.translation.auto-detect-post-language-footer" = "Ice Cubes 將自動偵測您用的語言,必要時會提醒您設定嘟文的語言。"; -"settings.translation.user-api-key" = "DeepL API 密鑰"; -"settings.translation.api-key-type" = "密鑰類型"; -"settings.translation.needed-message" = "本功能需有 DeepL API 密鑰"; - -// MARK: Tabs -"tab.explore" = "探索"; -"tab.federated" = "聯邦"; -"tab.local" = "本站"; -"tab.messages" = "私訊"; -"tab.notifications" = "通知"; -"tab.settings" = "設定"; -"tab.timeline" = "時間軸"; -"tab.trending" = "流行"; -"tab.profile" = "個人檔案"; - -// MARK: Timeline -"timeline.%@-is-valid" = "%@ 有效"; -"timeline.add-remote.title" = "新增他站時間軸"; -"timeline.add.action.add" = "新增"; -"timeline.filter.add-local" = "新增本站時間軸"; -"timeline.filter.lists" = "列表"; -"timeline.filter.local" = "本站時間軸"; -"timeline.filter.tags" = "跟隨標籤"; -"timeline.filter.tag-groups" = "標籤組"; -"timeline.filter.add-tag-groups" = "新增標籤組"; -"timeline.filter.edit-tag-groups" = "編輯標籤組"; - -// MARK: Package: AppAccount -"app-account.button.add" = "新增帳號"; - -// MARK: Package: Account -"account.action.add-remove-list" = "從列表中新增或刪除"; -"account.action.edit-info" = "編輯個人檔案"; -"account.action.privacy-settings" = "Privacy Settings"; -"account.action.mention" = "提及"; -"account.action.message" = "私訊"; -"account.action.notify-enable" = "啟用通知"; -"account.action.notify-disable" = "停用通知"; -"account.action.reboosts-show" = "顯示轉嘟"; -"account.action.reboosts-hide" = "隱藏轉嘟"; -"account.action.block" = "封鎖"; -"account.action.unblock" = "解封"; -"account.action.mute" = "靜音"; -"account.action.unmute" = "取消靜音"; -"account.action.share" = "分享此帳號"; -"account.boosted-by" = "轉嘟者"; -"account.detail.about" = "關於"; -"account.detail.familiar-followers" = "其他跟隨者"; -"account.detail.n-fields %lld" = "%lld 欄"; -"account.detail.featured-tags-n-posts %lld" = "%lld 嘟文"; -"account.edit.about" = "關於"; -"account.edit.account-settings.bot" = "機器人帳號"; -"account.edit.account-settings.discoverable" = "公開"; -"account.edit.account-settings.private" = "私密"; -"account.edit.account-settings.section-title" = "帳號設定"; -"account.edit.display-name" = "顯示名稱"; -"account.edit.error.save.message" = "儲存個人檔案時發生錯誤,請再試一次。"; -"account.edit.error.save.title" = "儲存個人檔案時發生錯誤"; -"account.edit.navigation-title" = "編輯個人檔案"; -"account.edit.post-settings.privacy" = "預設隱私"; -"account.edit.post-settings.section-title" = "嘟文設定"; -"account.edit.post-settings.sensitive" = "敏感內容"; - -"account.edit.metadata-section-title" = "個人檔案元資料"; -"account.edit.metadata-name-placeholder" = "標示"; -"account.edit.metadata-value-placeholder" = "內容"; -"account.edit.add-metadata-button" = "新增元資料"; - -"account.favorited-by" = "加入最愛"; -"account.follow.follow" = "跟隨"; -"account.follow.following" = "已跟隨"; -"account.follow.requested" = "已申請"; -"account.follow-request.accept" = "接受"; -"account.follow-request.reject" = "拒絕"; -"account.follow-requests.pending-requests" = "待辦申請"; -"account.follow-requests.instructions" = "未接受前申請者無法見到您的嘟文。"; -"account.followers" = "跟隨者"; -"account.following" = "正跟隨"; -"account.list.create" = "新增列表"; -"account.list.create.confirm" = "新增列表"; -"account.list.create.description" = "輸入列表名稱"; -"account.list.delete" = "刪除列表"; -"account.list.name" = "列表名稱"; -"account.post.pinned" = "釘選嘟文"; -"account.posts" = "嘟文"; -"account.relation.follows-you" = "跟隨了您"; -"account.joined" = "加入日期"; -"account.action.logout" = "登出帳號"; -"account.action.more" = "更多設定"; - -"account.relation.note.edit" = "編輯備註"; -"account.relation.note.edit.placeholder" = "輸入備註"; -"account.relation.note.edit.error.save.message" = "儲存備註時發生錯誤,請再試一次。"; -"account.relation.note.edit.error.save.title" = "儲存備註時發生錯誤"; -"account.relation.note.label" = "備註:"; - -// MARK: Package: Conversations -"conversations.action.delete" = "刪除"; -"conversations.action.mark-read" = "標示為已讀"; -"conversations.action.view-detail" = "顯示詳情"; -"conversations.empty.message" = "在社交媒體上找尋滿足嗎?您的私訊和私人提及都在這裡。聊個開心! 📱❤️"; -"conversations.empty.title" = "零收件匣"; -"conversations.error.button" = "重試"; -"conversations.error.message" = "下載私訊時發生錯誤"; -"conversations.error.title" = "發生錯誤"; -"conversations.navigation-title" = "私訊"; -"conversations.new.message.placeholder" = "新私訊"; -"conversations.latest.message" = "最新私訊"; - -// MARK: Package: DesignSystem -"design.tag.n-posts-from-n-participants %lld %lld" = "%lld 篇嘟文,%lld 位參與者"; -"design.theme.navigation-title" = "選擇風格"; -"design.theme.toots-preview" = "嘟文預覽"; - -// MARK: Package: Explore -"explore.navigation-title" = "探索"; -"explore.search.message-%@" = "從這裡可以搜尋 %@ 裡的任何訊息"; -"explore.search.prompt" = "搜尋用戶、嘟文、或標籤"; -"explore.search.title" = "搜尋本站"; -"explore.search.empty.message" = "搜尋無結果,請試其他查詢"; -"explore.search.empty.title" = "搜尋無結果"; -"explore.section.posts" = "嘟文"; -"explore.section.suggested-users" = "推薦用戶"; -"explore.section.tags" = "標籤"; -"explore.section.trending.links" = "流行連結"; -"explore.section.trending.posts" = "流行嘟文"; -"explore.section.trending.tags" = "流行標籤"; -"explore.section.users" = "用戶"; -"explore.scope.all" = "全部"; -"explore.scope.people" = "用戶"; -"explore.scope.hashtags" = "主題標籤"; -"explore.scope.posts" = "嘟文"; - -// MARK: Package: Env -"env.poll-vote-frequency.one" = "單一選擇"; -"env.poll-vote-frequency.multiple" = "多重選擇"; - -// MARK: Package: Lists -"lists.add-remove-%@" = "新增或刪除 %@"; -"lists.create" = "新增列表"; -"lists.create.confirm" = "新增列表"; -"lists.edit.users-in-list" = "列表中用戶"; -"lists.name" = "列表名稱"; -"lists.name.message" = "輸入列表名稱"; - -// MARK: Package: Notifications -"notifications.empty.message" = "通知?什麼通知?您的通知收件匣空空如也,太棒了! 📱😎"; -"notifications.empty.title" = "無通知"; -"notifications.error.message" = "下載通知時發生錯誤,請再試一次。"; -"notifications.error.title" = "下載通知時發生錯誤"; -"notifications.label.favorite %lld" = "把您的嘟文加入了最愛"; -"notifications.label.follow %lld" = "跟隨了您"; -"notifications.label.mention %lld" = "提及了您"; -"notifications.label.reblog %lld" = "轉嘟了您的嘟文"; -"notifications.label.poll" = "投票結束"; -"notifications.label.follow-request" = "申請跟隨您"; -"notifications.label.status" = "發表了嘟文"; -"notifications.label.update" = "編輯了嘟文"; -"notifications.menu-title.favorite" = "最愛"; -"notifications.menu-title.follow" = "跟隨"; -"notifications.menu-title.follow-request" = "跟隨申請"; -"notifications.menu-title.mention" = "提及"; -"notifications.menu-title.poll" = "投票"; -"notifications.menu-title.reblog" = "轉嘟"; -"notifications.menu-title.status" = "嘟文"; -"notifications.menu-title.update" = "嘟文更新"; -"notifications.navigation-title" = "所有通知"; -"notifications.tab.all" = "所有"; -"notifications.tab.mentions" = "提及"; - -"notifications.label.status.push" = "🖊️ 發表了:"; -"notifications.label.reblog.push" = "🚀 轉嘟了:"; -"notifications.label.follow.push" = "👋 跟隨了您:"; -"notifications.label.follow-request.push" = "🔒 申請跟隨您:"; -"notifications.label.favorite.push" = "⭐️ 加入了最愛:"; -"notifications.label.poll.push" = "📈 投票結束:"; -"notifications.label.update.push" = "更新了:"; - -// MARK: Package: Timeline -"timeline.federated" = "聯邦"; -"timeline.latest" = "跳至最新"; -"timeline.home" = "首頁"; -"timeline.local" = "本站"; -"timeline.n-recent-from-n-participants %lld %lld" = "%lld 篇新嘟文,%lld 位參與者"; -"timeline.trending" = "流行"; -"timeline.add.url" = "伺服器 URL"; - -// MARK: Package: Status -"status.action.translate" = "翻譯"; -"status.action.translated-label-%@" = "翻譯服務 %@"; -"status.action.translated-label-from-%@-%@" = "從 %@ 以 %@ 翻譯"; -"status.action.bookmark" = "書籤"; -"status.action.boost" = "轉嘟"; -"status.action.boost-to-followers" = "轉嘟給跟隨者"; -"status.action.copy-text" = "拷貝本文"; -"status.action.copy-link" = "拷貝連結"; -"status.action.delete" = "刪除"; -"status.action.delete.confirm.title" = "確認"; -"status.action.delete.confirm.message" = "您確定要刪除本嘟文?"; -"status.action.edit" = "編輯"; -"status.action.favorite" = "最愛"; -"status.action.mention" = "提及"; -"status.action.message" = "私訊"; -"status.action.pin" = "釘選"; -"status.action.post" = "嘟文"; -"status.action.quote" = "引述本嘟文"; -"status.action.reply" = "回覆"; -"status.action.section.your-post" = "您的嘟文"; -"status.action.share" = "分享本嘟文"; -"status.action.share-link" = "分享嘟文連結"; -"status.action.share-image" = "用影像分享本嘟文"; -"status.action.share-title" = "分享"; -"status.action.unbookmark" = "取消書籤"; -"status.action.unboost" = "取消轉嘟"; -"status.action.unfavorite" = "取消最愛"; -"status.action.unpin" = "取消釘選"; -"status.action.view-in-browser" = "在瀏覽器裡開啟"; -"status.card.share" = "分享本連結"; -"status.card.copy" = "拷貝本連結"; -"status.draft.delete" = "刪除草稿"; -"status.draft.save" = "儲存草稿"; -"status.editor.ai-prompt.correct" = "更正"; -"status.editor.ai-prompt.add-tags" = "原地加入#標籤"; -"status.editor.ai-prompt.insert-tags" = "文末加入#標籤"; -"status.editor.ai-prompt.emphasize" = "強調"; -"status.editor.ai-prompt.fit" = "精簡"; -"status.editor.description.add" = "新增描述"; -"status.editor.description.edit" = "編輯描述"; -"status.editor.drafts.navigation-title" = "草稿"; -"status.editor.emojis.navigation-title" = "自訂表情符號"; -"status.editor.error.upload" = "上傳錯誤"; -"status.editor.language-select.navigation-title" = "選擇語言"; -"status.editor.language-select.recently-used" = "最近用過"; -"status.editor.language-select.confirmation.detected-%@" = "嘟文用 %@(偵測語言)發表"; -"status.editor.language-select.confirmation.selected-%@" = "嘟文用 %@(選擇語言)發表"; -"status.editor.media.edit-image" = "編輯媒體"; -"status.editor.media.image-description" = "媒體描述"; -"status.editor.mode.edit" = "編輯您的嘟文"; -"status.editor.mode.new" = "新增嘟文"; -"status.editor.mode.quote-%@" = "引述 %@"; -"status.editor.mode.reply-%@" = "回覆 %@"; -"status.editor.restore-previous" = "還原本文"; -"status.editor.spoiler" = "劇透警告"; -"status.editor.text.placeholder" = "您在想些什麼呢?"; -"status.editor.visibility" = "嘟文能見度"; -"status.editor.photo-library" = "相片圖庫"; -"status.editor.camera-picker" = "拍攝相片"; -"status.editor.browse-file" = "瀏覽檔案"; -"status.error.loading.message" = "下載嘟文時發生錯誤,請再試一次。"; -"status.error.message" = "嘟文上下文發生錯誤,請再試一次。"; -"status.error.title" = "發生錯誤"; -"status.error.posting.title" = "無法發表嘟文"; -"status.filter.filtered-by-%@" = "依 %@ 過濾"; -"status.filter.show-anyway" = "仍然顯示"; -"status.image.alt-text.abbreviation" = "ALT"; -"status.media.content.show" = "顯示內容"; -"status.media.contextmenu.copy" = "拷貝影像"; -"status.media.contextmenu.save" = "儲存影像"; -"status.media.contextmenu.share" = "分享影像"; -"status.media.contextmenu.view-browser" = "在瀏覽器裡顯示"; -"status.media.sensitive.show" = "顯示敏感內容"; -"status.poll.n-votes %lld" = "%lld 票"; -"status.poll.n-votes-voters %lld %lld" = "%lld 票,%lld 位投票者"; -"status.poll.closed" = "已關閉"; -"status.poll.closes-in %@" = "關閉於 %@"; -"status.poll.duration" = "投票時限"; -"status.poll.frequency" = "投票頻率"; -"status.poll.option-n %lld" = "選項 %lld"; -"status.poll.send" = "投票"; -"status.post-from-%@" = "%@ 的嘟文"; -"status.row.was-boosted" = "轉嘟"; -"status.row.was-reply" = "回覆給"; -"status.row.you-boosted" = "您轉嘟了"; -"status.show-less" = "少顯示一點"; -"status.show-more" = "多顯示一點"; -"status.show-full-post" = "顯示全文"; -"status.summary.at-time" = " 於 "; -"status.summary.edited-time" = "上次編輯:"; -"status.summary.n-replies %lld" = "%lld 回覆"; -"status.summary.n-boosts %lld" = "%lld 轉嘟"; -"status.summary.n-favorites %lld" = "%lld 最愛"; -"status.summary.edit-history" = "編輯歷史"; -"status.visibility.direct" = "私訊"; -"status.visibility.follower" = "跟隨者"; -"status.visibility.public" = "所有人"; -"status.visibility.unlisted" = "不公開"; - -// MARK: Filters -"filter.new" = "新增過濾器"; -"filter.filters" = "過濾器"; -"filter.edit.title" = "過濾器名稱"; -"filter.edit.keywords" = "過濾器關鍵詞"; -"filter.edit.keywords.add" = "新增關鍵詞"; -"filter.edit.contexts" = "過濾器情境"; -"filter.edit.action" = "過濾器動作"; -"filter.edit.expiry" = "期限"; -"filter.edit.expiry.date-time" = "日期時間"; -"filter.edit.expiry.duration" = "期間"; -"account.action.edit-filters" = "編輯過濾器"; -"filter.contexts.home" = "首頁和列表"; -"filter.contexts.notifications" = "通知"; -"filter.contexts.public" = "公開時間軸"; -"filter.contexts.conversations" = "對話"; -"filter.contexts.profiles" = "個人檔案"; -"filter.action.warning" = "警告之後隱藏"; -"filter.action.hide" = "完全隱藏"; -"filter.expired" = "過期"; -"filter.expiry-%@" = "期限:%@"; - -// MARK: Accessibility -"accessibility.general.toggle.on" = "啟用"; -"accessibility.general.toggle.off" = "停用"; -"accessibility.editor.button.attach-photo" = "附上相片"; -"accessibility.editor.button.poll" = "投票"; -"accessibility.editor.button.spoiler" = "劇透警告"; -"accessibility.editor.button.drafts" = "草稿"; -"accessibility.editor.button.custom-emojis" = "自定表情符號"; -"accessibility.editor.button.language" = "語言"; -"accessibility.editor.button.ai-prompt" = "AI 提示"; -"accessibility.editor.button.characters-remaining" = "剩餘字元"; -"accessibility.editor.privacy.label" = "能見度"; -"accessibility.editor.privacy.hint" = "更改嘟文的讀者群。"; -"accessibility.tabs.timeline.add-account" = "新增帳號"; -"accessibility.tabs.timeline.new-post.label" = "發表嘟文"; -"accessibility.tabs.timeline.new-post.inputLabel1" = "新增嘟文"; -"accessibility.tabs.timeline.new-post.inputLabel2" = "創作嘟文"; -"accessibility.tabs.timeline.unread-posts.label-%lld" = "%lld 新嘟文"; -"accessibility.tabs.timeline.unread-posts.hint" = "滾動時間軸。"; -"accessibility.tabs.timeline.content-link-%@" = "探訪連結 %@"; -"accessibility.tabs.timeline.content-hashtag-%@" = "#標籤 %@"; -"accessibility.app-account.selector.accounts" = "帳號"; -"accessibility.app-account.selector.accounts.hint" = "開啟選項單。"; -"accessibility.tabs.profile.options.label" = "選項"; -"accessibility.tabs.profile.options.inputLabel1" = "設定"; -"accessibility.tabs.profile.options.inputLabel2" = "更多"; -"accessibility.tabs.profile.user-avatar.label" = "個人檔案相片"; -"accessibility.tabs.profile.user-avatar.hint" = "顯示較大版本。"; -"accessibility.tabs.profile.user-avatar.supporter.label" = "支持者"; -"accessibility.tabs.profile.user.account-bot.label" = "機器人帳戶"; -"accessibility.tabs.profile.user.account-blocked.label" = "封鎖"; -"accessibility.tabs.profile.user.account-muted.label" = "靜音"; -"accessibility.tabs.profile.user.account-private.label" = "私密帳號"; -"accessibility.tabs.profile.header-image.label" = "橫幅圖片"; -"accessibility.tabs.profile.header-image.hint" = "顯示較大版本。"; -"accessibility.tabs.profile.post-count.hint" = "滾動至列表。"; -"accessibility.tabs.profile.following-count.hint" = "前往列表。"; -"accessibility.tabs.profile.follower-count.hint" = "前往列表。"; -"accessibility.tabs.profile.picker.statuses" = "嘟文"; -"accessibility.tabs.profile.picker.favorites" = "最愛"; -"accessibility.tabs.profile.picker.bookmarks" = "書籤"; -"accessibility.tabs.profile.picker.followed-tags" = "標籤"; -"accessibility.tabs.profile.picker.posts-and-replies" = "嘟文及回覆"; -"accessibility.tabs.profile.picker.media" = "媒體"; -"accessibility.tabs.profile.picker.lists" = "列表"; -"accessibility.tabs.profile.user-notifications.label" = "收取通知"; -"accessibility.tabs.profile.user-reblogs.label" = "顯示轉嘟"; -"accessibility.tabs.profile.fields.verified.label" = "驗明"; -"accessibility.tabs.profile.fields.container.label" = "用戶自定欄"; -"accessibility.status.spoiler-full-content" = "完整內容"; -"accessibility.status.a-boosted-b-%@-%@" = "%@ 轉嘟了 %@"; -"accessibility.status.a-replied-to-%@" = "%@ 回覆給"; -"accessibility.image.alt-text-%@" = "圖片描述文字:%@"; -"accessibility.image.alt-text-more.label" = "更多圖片描述文字"; -"accessibility.tabs.messages.unread.label" = "未讀"; -"accessibility.status.poll.option-prefix-%lld-of-%lld" = "%2$lld 選項之 %1$lld"; -"accessibility.status.poll.active.label" = "開放投票"; -"accessibility.status.poll.finished.label" = "票選結果"; -"accessibility.status.poll.selected.label" = "已投給"; -"accessibility.media.supported-type.image.label" = "影像"; -"accessibility.media.supported-type.gifv.label" = "Gif 動畫"; -"accessibility.media.supported-type.video.label" = "視訊"; -"accessibility.media.supported-type.audio.label" = "音訊"; -"accessibility.status.contains-media.label-%@" = "含%@"; -"accessibility.status.application.label" = "App"; -"accessibility.status.media-viewer-action.label" = "開啟媒體播放器"; - -// MARK: Report -"report.comment.placeholder" = "附加資訊"; -"report.title" = "檢舉嘟文"; -"report.action.send" = "送出"; -"status.action.report" = "檢舉嘟文"; - -"tag.suggested.mentions-%lld" = "%lld 提及"; - -// MARK: Tag Groups -"add-tag-groups.edit.title.field" = "標籤組名稱"; -"add-tag-groups.edit.icon.field" = "標籤組圖示(SFSymbol 名稱)"; -"add-tag-groups.edit.tags" = "把標籤加入標籤組"; -"add-tag-groups.edit.tags.add" = "標籤"; -"tag-groups.edit.section.title" = "Add or remove tag from tag groups";