From e3ea93fd4c54eab4dc941ca080d2e82213fad968 Mon Sep 17 00:00:00 2001 From: Alex Lemus Date: Sat, 13 Sep 2025 13:55:03 -0600 Subject: [PATCH 01/10] =?UTF-8?q?=F0=9F=94=94=F0=9F=94=8B=20Battery=20Stat?= =?UTF-8?q?us=20&=20Level=20Alert=20Enhancements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 🔋 Added settings for low/high battery notifications (user can choose the % threshold). - 🎵 Introduced the ability to select system sounds for power status, low battery, and high battery notifications. - 🖥️ Updated SettingsView to allow users to pick sounds for each notification type. - 🛠️ Updated SettingsView with new pickers for configuring thresholds. - ⚡ Improved BatteryStatusViewModel to handle customizable battery level thresholds. - ⚡ Extended BatteryStatusViewModel and Constants to support and trigger these sound alerts. --- boringNotch.xcodeproj/project.pbxproj | 4 + boringNotch/Localizable.xcstrings | 68 +++- .../components/Settings/SettingsView.swift | 338 ++++++++++-------- boringNotch/helpers/SystemSoundHelper.swift | 11 + .../managers/BatteryActivityManager.swift | 8 +- .../models/BatteryStatusViewModel.swift | 87 +++-- boringNotch/models/Constants.swift | 7 +- 7 files changed, 342 insertions(+), 181 deletions(-) create mode 100644 boringNotch/helpers/SystemSoundHelper.swift diff --git a/boringNotch.xcodeproj/project.pbxproj b/boringNotch.xcodeproj/project.pbxproj index dfee6850..a06a3b02 100644 --- a/boringNotch.xcodeproj/project.pbxproj +++ b/boringNotch.xcodeproj/project.pbxproj @@ -112,6 +112,7 @@ B1D365D02C6A9A6C0047BDBC /* SystemEventIndicatorModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1D365CF2C6A9A6C0047BDBC /* SystemEventIndicatorModifier.swift */; }; B1D6FD432C6603730015F173 /* SoftwareUpdater.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1D6FD422C6603730015F173 /* SoftwareUpdater.swift */; }; B1FEB4992C7686630066EBBC /* PanGesture.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FEB4982C7686630066EBBC /* PanGesture.swift */; }; + F35EA7AF2E75FFCE002EB37E /* SystemSoundHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35EA7AE2E75FFCD002EB37E /* SystemSoundHelper.swift */; }; F38DE6482D8243E7008B5C6D /* BatteryActivityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38DE6472D8243E2008B5C6D /* BatteryActivityManager.swift */; }; /* End PBXBuildFile section */ @@ -239,6 +240,7 @@ B1D6FD422C6603730015F173 /* SoftwareUpdater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftwareUpdater.swift; sourceTree = ""; }; B1ECFA032C6FE58A002ACD87 /* CoreDisplay.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreDisplay.framework; path = ../../../../../System/Library/Frameworks/CoreDisplay.framework; sourceTree = ""; }; B1FEB4982C7686630066EBBC /* PanGesture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PanGesture.swift; sourceTree = ""; }; + F35EA7AE2E75FFCD002EB37E /* SystemSoundHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemSoundHelper.swift; sourceTree = ""; }; F38DE6472D8243E2008B5C6D /* BatteryActivityManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BatteryActivityManager.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -300,6 +302,7 @@ 14288DD92C6E015000B9F80C /* helpers */ = { isa = PBXGroup; children = ( + F35EA7AE2E75FFCD002EB37E /* SystemSoundHelper.swift */, 11A45C782E34E63100CEB175 /* MediaChecker.swift */, 1153BD972D9881F900979FB0 /* AppleScriptHelper.swift */, 14288DD62C6E015000B9F80C /* AudioPlayer.swift */, @@ -779,6 +782,7 @@ 147CB9572C8CCC980094C254 /* BoringExtensionManager.swift in Sources */, 14CEF4182C5CAED300855D72 /* ContentView.swift in Sources */, 9A987A0D2C73CA66005CA465 /* NotchShelfView.swift in Sources */, + F35EA7AF2E75FFCE002EB37E /* SystemSoundHelper.swift in Sources */, 9A987A0A2C73CA66005CA465 /* TrayDrop.swift in Sources */, 11CFC65F2E097F2F00748C80 /* OnboardingView.swift in Sources */, 14CEF4162C5CAED300855D72 /* boringNotchApp.swift in Sources */, diff --git a/boringNotch/Localizable.xcstrings b/boringNotch/Localizable.xcstrings index c9124027..43690a02 100644 --- a/boringNotch/Localizable.xcstrings +++ b/boringNotch/Localizable.xcstrings @@ -808,7 +808,6 @@ "shouldTranslate" : false }, "%lld" : { - "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -3012,6 +3011,7 @@ } }, "Automatically switch displays" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -3212,6 +3212,7 @@ } }, "Battery Information" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -3810,6 +3811,9 @@ } } } + }, + "Both" : { + }, "Calendar" : { "localizations" : { @@ -4812,6 +4816,7 @@ } }, "Close gesture" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -5112,6 +5117,7 @@ } }, "Corner radius scaling" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -6210,6 +6216,15 @@ } } } + }, + "Download icon style" : { + + }, + "Download indicator style" : { + + }, + "Download indicators" : { + }, "Downloads" : { "localizations" : { @@ -6612,6 +6627,7 @@ } }, "Enable blur effect behind album art" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -6712,6 +6728,7 @@ } }, "Enable boring mirror" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -6812,6 +6829,7 @@ } }, "Enable colored spectrograms" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -6912,6 +6930,7 @@ } }, "Enable gestures" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -7012,6 +7031,7 @@ } }, "Enable glowing effect" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -7112,6 +7132,7 @@ } }, "Enable haptics" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -7412,6 +7433,7 @@ } }, "Enable shelf" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -7612,6 +7634,7 @@ } }, "Enable window shadow" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -8010,6 +8033,9 @@ } } } + }, + "Exclude apps" : { + }, "Exit" : { "localizations" : { @@ -8112,6 +8138,7 @@ } }, "Extend hover area" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -9213,6 +9240,7 @@ } }, "Hide completed reminders" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -10012,6 +10040,9 @@ } } } + }, + "Information" : { + }, "Inline" : { "localizations" : { @@ -11914,6 +11945,7 @@ } }, "Menubar icon" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -13312,6 +13344,9 @@ } } } + }, + "No excluded apps" : { + }, "No extension installed" : { "localizations" : { @@ -13912,6 +13947,9 @@ } } } + }, + "Notifications" : { + }, "OK" : { "localizations" : { @@ -14112,6 +14150,12 @@ } } } + }, + "Only app icon" : { + + }, + "Only download icon" : { + }, "Open Calendar Settings" : { "localizations" : { @@ -14214,6 +14258,7 @@ } }, "Open notch on hover" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -14414,6 +14459,7 @@ } }, "Open shelf by default if items are present" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -14512,6 +14558,9 @@ } } } + }, + "Percentage" : { + }, "Plugged In" : { "localizations" : { @@ -14612,6 +14661,9 @@ } } } + }, + "Progress bar" : { + }, "Progressbar style" : { "localizations" : { @@ -16014,6 +16066,7 @@ } }, "Settings icon in notch" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -16314,6 +16367,7 @@ } }, "Show battery indicator" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -16414,6 +16468,7 @@ } }, "Show battery percentage" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -16514,6 +16569,7 @@ } }, "Show calendar" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -16614,6 +16670,7 @@ } }, "Show cool face animation while inactivity" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -16914,6 +16971,7 @@ } }, "Show power status icons" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -17014,6 +17072,7 @@ } }, "Show power status notifications" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -17612,6 +17671,9 @@ } } } + }, + "Sound" : { + }, "Speed" : { "localizations" : { @@ -18914,6 +18976,7 @@ } }, "Use accent color" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -19114,6 +19177,7 @@ } }, "Use simpler close animation" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -20015,4 +20079,4 @@ } }, "version" : "1.0" -} +} \ No newline at end of file diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index 2546d943..fce29e52 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -88,6 +88,8 @@ struct SettingsView: View { HUD() case "Battery": Charge() + case "Downloads": + Downloads() case "Shelf": Shelf() case "Shortcuts": @@ -146,9 +148,7 @@ struct GeneralSettings: View { var body: some View { Form { Section { - Defaults.Toggle(key: .menubarIcon) { - Text("Menubar icon") - } + Defaults.Toggle("Menubar icon", key: .menubarIcon) LaunchAtLogin.Toggle("Launch at login") Defaults.Toggle(key: .showOnAllDisplays) { Text("Show on all displays") @@ -166,9 +166,7 @@ struct GeneralSettings: View { screens = NSScreen.screens.compactMap({ $0.localizedName }) } .disabled(showOnAllDisplays) - Defaults.Toggle(key: .automaticallySwitchDisplay) { - Text("Automatically switch displays") - } + Defaults.Toggle("Automatically switch displays", key: .automaticallySwitchDisplay) .onChange(of: automaticallySwitchDisplay) { NotificationCenter.default.post( name: Notification.Name.automaticallySwitchDisplayChanged, object: nil) @@ -266,16 +264,12 @@ struct GeneralSettings: View { @ViewBuilder func gestureControls() -> some View { Section { - Defaults.Toggle(key: .enableGestures) { - Text("Enable gestures") - } + Defaults.Toggle("Enable gestures", key: .enableGestures) .disabled(!openNotchOnHover) if enableGestures { Toggle("Media change with horizontal gestures", isOn: .constant(false)) .disabled(true) - Defaults.Toggle(key: .closeGestureEnabled) { - Text("Close gesture") - } + Defaults.Toggle("Close gesture", key: .closeGestureEnabled) Slider(value: $gestureSensitivity, in: 100...300, step: 100) { HStack { Text("Gesture sensitivity") @@ -306,15 +300,9 @@ struct GeneralSettings: View { @ViewBuilder func NotchBehaviour() -> some View { Section { - Defaults.Toggle(key: .extendHoverArea) { - Text("Extend hover area") - } - Defaults.Toggle(key: .enableHaptics) { - Text("Enable haptics") - } - Defaults.Toggle(key: .openNotchOnHover) { - Text("Open notch on hover") - } + Defaults.Toggle("Extend hover area", key: .extendHoverArea) + Defaults.Toggle("Enable haptics", key: .enableHaptics) + Defaults.Toggle("Open notch on hover", key: .openNotchOnHover) Toggle("Remember last tab", isOn: $coordinator.openLastTabByDefault) if openNotchOnHover { Slider(value: $minimumHoverDuration, in: 0...1, step: 0.1) { @@ -337,113 +325,182 @@ struct GeneralSettings: View { } struct Charge: View { + + @Default(.powerStatusNotificationSound) var powerStatusNotificationSound + @Default(.lowBatteryNotificationLevel) var lowBatteryNotificationLevel + @Default(.lowBatteryNotificationSound) var lowBatteryNotificationSound + @Default(.highBatteryNotificationLevel) var highBatteryNotificationLevel + @Default(.highBatteryNotificationSound) var highBatteryNotificationSound + + let batteryLevels: [Int] = [3, 5] + Array(stride(from: 10, through: 90, by: 1)) + [95, 97, 100] + let sounds: [String] = ["Disabled"] + SystemSoundHelper.availableSystemSounds() + var body: some View { Form { Section { - Defaults.Toggle(key: .showBatteryIndicator) { - Text("Show battery indicator") + Defaults.Toggle("Show battery indicator", key: .showBatteryIndicator) + } header: { + Text("General") + } + Section { + Defaults.Toggle("Show percentage", key: .showBatteryPercentage) + Defaults.Toggle("Show power status icons", key: .showPowerStatusIcons) + } header: { + Text("Information") + } + Section { + HStack { + Defaults.Toggle( + "Power status", + key: .showPowerStatusNotifications + ) + Divider() + PickerSoundAlert(sounds: sounds, sound: $powerStatusNotificationSound) + } + BatteryNotificationConf( + title: "Low level", + batteryLevels: batteryLevels, + sounds: sounds, + level: $lowBatteryNotificationLevel, + sound: $lowBatteryNotificationSound + ) + BatteryNotificationConf( + title: "High level", + batteryLevels: batteryLevels, + sounds: sounds, + level: $highBatteryNotificationLevel, + sound: $highBatteryNotificationSound + ) + + } header: { + Text("Notifications") + } + } + .navigationTitle("Battery") + } + + /// A view for configuring battery notifications. + /// - title: Picker label for battery level. + /// - batteryLevels: List of selectable battery levels. + /// - sounds: List of available sounds. + /// - level: Selected battery level (binding). + /// - sound: Selected sound (binding). + struct BatteryNotificationConf: View { + + let title: String + let batteryLevels: [Int] + let sounds: [String] + @Binding var level: Int + @Binding var sound: String + + var body: some View { + HStack { + Picker(title, selection: $level) { + Text("Disabled").tag(0) + ForEach(batteryLevels, id: \.self) { level in + Text("\(level)%").tag(level) + } } - Defaults.Toggle(key: .showPowerStatusNotifications) { - Text("Show power status notifications") + Divider() + PickerSoundAlert(sounds: sounds, sound: $sound) + } + } + } + + /// A picker for selecting a sound alert. + /// - sounds: List of available sounds. + /// - sound: Currently selected sound (binding). + struct PickerSoundAlert: View { + + let sounds: [String] + @Binding var sound: String + var body: some View { + Picker("Sound", selection: $sound) { + ForEach(sounds, id: \.self) { sound in + Text(sound).tag(sound) } + } + } + } + +} + +struct Downloads: View { + @Default(.selectedDownloadIndicatorStyle) var selectedDownloadIndicatorStyle + @Default(.selectedDownloadIconStyle) var selectedDownloadIconStyle + var body: some View { + Form { + warningBadge("We don't support downloads yet", "It will be supported later on.") + Section { + Defaults.Toggle("Show download progress", key: .enableDownloadListener) + .disabled(true) + Defaults.Toggle("Enable Safari Downloads", key: .enableSafariDownloads) + .disabled(!Defaults[.enableDownloadListener]) + Picker("Download indicator style", selection: $selectedDownloadIndicatorStyle) { + Text("Progress bar") + .tag(DownloadIndicatorStyle.progress) + Text("Percentage") + .tag(DownloadIndicatorStyle.percentage) + } + Picker("Download icon style", selection: $selectedDownloadIconStyle) { + Text("Only app icon") + .tag(DownloadIconStyle.onlyAppIcon) + Text("Only download icon") + .tag(DownloadIconStyle.onlyIcon) + Text("Both") + .tag(DownloadIconStyle.iconAndAppIcon) + } + } header: { - Text("General") + HStack { + Text("Download indicators") + comingSoonTag() + } } Section { - Defaults.Toggle(key: .showBatteryPercentage) { - Text("Show battery percentage") + List { + ForEach([].indices, id: \.self) { index in + Text("\(index)") + } } - Defaults.Toggle(key: .showPowerStatusIcons) { - Text("Show power status icons") + .frame(minHeight: 96) + .overlay { + if true { + Text("No excluded apps") + .foregroundStyle(Color(.secondaryLabelColor)) + } + } + .actionBar(padding: 0) { + Group { + Button { + } label: { + Image(systemName: "plus") + .frame(width: 25, height: 16, alignment: .center) + .contentShape(Rectangle()) + .foregroundStyle(.secondary) + } + + Divider() + Button { + } label: { + Image(systemName: "minus") + .frame(width: 20, height: 16, alignment: .center) + .contentShape(Rectangle()) + .foregroundStyle(.secondary) + } + } } } header: { - Text("Battery Information") + HStack(spacing: 4) { + Text("Exclude apps") + comingSoonTag() + } } } - .navigationTitle("Battery") + .navigationTitle("Downloads") } } -//struct Downloads: View { -// @Default(.selectedDownloadIndicatorStyle) var selectedDownloadIndicatorStyle -// @Default(.selectedDownloadIconStyle) var selectedDownloadIconStyle -// var body: some View { -// Form { -// warningBadge("We don't support downloads yet", "It will be supported later on.") -// Section { -// Defaults.Toggle(key: .enableDownloadListener) { -// Text("Show download progress") -// } -// .disabled(true) -// Defaults.Toggle(key: .enableSafariDownloads) { -// Text("Enable Safari Downloads") -// } -// .disabled(!Defaults[.enableDownloadListener]) -// Picker("Download indicator style", selection: $selectedDownloadIndicatorStyle) { -// Text("Progress bar") -// .tag(DownloadIndicatorStyle.progress) -// Text("Percentage") -// .tag(DownloadIndicatorStyle.percentage) -// } -// Picker("Download icon style", selection: $selectedDownloadIconStyle) { -// Text("Only app icon") -// .tag(DownloadIconStyle.onlyAppIcon) -// Text("Only download icon") -// .tag(DownloadIconStyle.onlyIcon) -// Text("Both") -// .tag(DownloadIconStyle.iconAndAppIcon) -// } -// -// } header: { -// HStack { -// Text("Download indicators") -// comingSoonTag() -// } -// } -// Section { -// List { -// ForEach([].indices, id: \.self) { index in -// Text("\(index)") -// } -// } -// .frame(minHeight: 96) -// .overlay { -// if true { -// Text("No excluded apps") -// .foregroundStyle(Color(.secondaryLabelColor)) -// } -// } -// .actionBar(padding: 0) { -// Group { -// Button { -// } label: { -// Image(systemName: "plus") -// .frame(width: 25, height: 16, alignment: .center) -// .contentShape(Rectangle()) -// .foregroundStyle(.secondary) -// } -// -// Divider() -// Button { -// } label: { -// Image(systemName: "minus") -// .frame(width: 20, height: 16, alignment: .center) -// .contentShape(Rectangle()) -// .foregroundStyle(.secondary) -// } -// } -// } -// } header: { -// HStack(spacing: 4) { -// Text("Exclude apps") -// comingSoonTag() -// } -// } -// } -// .navigationTitle("Downloads") -// } -//} - struct HUD: View { @EnvironmentObject var vm: BoringViewModel @Default(.inlineHUD) var inlineHUD @@ -477,12 +534,8 @@ struct HUD: View { Text("Gradient") .tag(true) } - Defaults.Toggle(key: .systemEventIndicatorShadow) { - Text("Enable glowing effect") - } - Defaults.Toggle(key: .systemEventIndicatorUseAccent) { - Text("Use accent color") - } + Defaults.Toggle("Enable glowing effect", key: .systemEventIndicatorShadow) + Defaults.Toggle("Use accent color", key: .systemEventIndicatorUseAccent) } header: { HStack { Text("Appearance") @@ -610,12 +663,8 @@ struct CalendarSettings: View { var body: some View { Form { - Defaults.Toggle(key: .showCalendar) { - Text("Show calendar") - } - Defaults.Toggle(key: .hideCompletedReminders) { - Text("Hide completed reminders") - } + Defaults.Toggle("Show calendar", key: .showCalendar) + Defaults.Toggle("Hide completed reminders", key: .hideCompletedReminders) Section(header: Text("Calendars")) { if calendarManager.calendarAuthorizationStatus != .fullAccess { Text("Calendar access is denied. Please enable it in System Settings.") @@ -788,12 +837,9 @@ struct Shelf: View { var body: some View { Form { Section { - Defaults.Toggle(key: .boringShelf) { - Text("Enable shelf") - } - Defaults.Toggle(key: .openShelfByDefault) { - Text("Open shelf by default if items are present") - } + Defaults.Toggle("Enable shelf", key: .boringShelf) + Defaults.Toggle( + "Open shelf tab by default if items added", key: .openShelfByDefault) } header: { HStack { Text("General") @@ -963,31 +1009,19 @@ struct Appearance: View { Form { Section { Toggle("Always show tabs", isOn: $coordinator.alwaysShowTabs) - Defaults.Toggle(key: .settingsIconInNotch) { - Text("Settings icon in notch") - } - Defaults.Toggle(key: .enableShadow) { - Text("Enable window shadow") - } - Defaults.Toggle(key: .cornerRadiusScaling) { - Text("Corner radius scaling") - } - Defaults.Toggle(key: .useModernCloseAnimation) { - Text("Use simpler close animation") - } + Defaults.Toggle("Settings icon in notch", key: .settingsIconInNotch) + Defaults.Toggle("Enable window shadow", key: .enableShadow) + Defaults.Toggle("Corner radius scaling", key: .cornerRadiusScaling) + Defaults.Toggle("Use simpler close animation", key: .useModernCloseAnimation) } header: { Text("General") } Section { - Defaults.Toggle(key: .coloredSpectrogram) { - Text("Enable colored spectrograms") - } + Defaults.Toggle("Enable colored spectrograms", key: .coloredSpectrogram) Defaults .Toggle("Player tinting", key: .playerColorTinting) - Defaults.Toggle(key: .lightingEffect) { - Text("Enable blur effect behind album art") - } + Defaults.Toggle("Enable blur effect behind album art", key: .lightingEffect) Picker("Slider color", selection: $sliderColor) { ForEach(SliderColorEnum.allCases, id: \.self) { option in Text(option.rawValue) @@ -1173,9 +1207,7 @@ struct Appearance: View { } Section { - Defaults.Toggle(key: .showMirror) { - Text("Enable boring mirror") - } + Defaults.Toggle("Enable boring mirror", key: .showMirror) .disabled(!checkVideoInput()) Picker("Mirror shape", selection: $mirrorShape) { Text("Circle") @@ -1183,9 +1215,7 @@ struct Appearance: View { Text("Square") .tag(MirrorShapeEnum.rectangle) } - Defaults.Toggle(key: .showNotHumanFace) { - Text("Show cool face animation while inactivity") - } + Defaults.Toggle("Show cool face animation while inactivity", key: .showNotHumanFace) } header: { HStack { Text("Additional features") diff --git a/boringNotch/helpers/SystemSoundHelper.swift b/boringNotch/helpers/SystemSoundHelper.swift new file mode 100644 index 00000000..02da1ccb --- /dev/null +++ b/boringNotch/helpers/SystemSoundHelper.swift @@ -0,0 +1,11 @@ +import Foundation + +final class SystemSoundHelper { + static func availableSystemSounds() -> [String] { + let soundDirectory = "/System/Library/Sounds" + guard let soundFiles = try? FileManager.default.contentsOfDirectory(atPath: soundDirectory) else { + return [] + } + return soundFiles.map { $0.replacingOccurrences(of: ".aiff", with: "") } + } +} diff --git a/boringNotch/managers/BatteryActivityManager.swift b/boringNotch/managers/BatteryActivityManager.swift index 61b1c665..b031f23f 100644 --- a/boringNotch/managers/BatteryActivityManager.swift +++ b/boringNotch/managers/BatteryActivityManager.swift @@ -88,8 +88,8 @@ class BatteryActivityManager { /// Checks for changes in a property and notifies observers private func checkAndNotify( - previous: T, - current: T, + previous: T, + current: T, eventGenerator: (T) -> BatteryEvent ) { if previous != current { @@ -104,7 +104,9 @@ class BatteryActivityManager { // Check for changes if let previousInfo = previousBatteryInfo { - // Usar la función auxiliar para cada propiedad + + // Compare each property and notify if changed + checkAndNotify( previous: previousInfo.isPluggedIn, current: batteryInfo.isPluggedIn, diff --git a/boringNotch/models/BatteryStatusViewModel.swift b/boringNotch/models/BatteryStatusViewModel.swift index d9ae46a6..5dae796e 100644 --- a/boringNotch/models/BatteryStatusViewModel.swift +++ b/boringNotch/models/BatteryStatusViewModel.swift @@ -4,44 +4,57 @@ import Foundation import IOKit.ps import SwiftUI -/// A view model that manages and monitors the battery status of the device +/// A view model that manages and monitors the battery status of the device. class BatteryStatusViewModel: ObservableObject { - private var wasCharging: Bool = false + /// Callback for power source changes. private var powerSourceChangedCallback: IOPowerSourceCallbackType? + /// Run loop source for battery monitoring. private var runLoopSource: Unmanaged? + /// Animations handler for UI updates. var animations: BoringAnimations = BoringAnimations() + /// Shared coordinator for view updates. @ObservedObject var coordinator = BoringViewCoordinator.shared + /// Current battery level (0.0 - 100.0). @Published private(set) var levelBattery: Float = 0.0 + /// Maximum battery capacity. @Published private(set) var maxCapacity: Float = 0.0 + /// Indicates if the device is plugged in. @Published private(set) var isPluggedIn: Bool = false + /// Indicates if the device is charging. @Published private(set) var isCharging: Bool = false + /// Indicates if low power mode is enabled. @Published private(set) var isInLowPowerMode: Bool = false + /// Indicates if the initial battery info has been loaded. @Published private(set) var isInitial: Bool = false + /// Estimated time to full charge (in minutes). @Published private(set) var timeToFullCharge: Int = 0 + /// Textual status of the battery, often with emojis. @Published private(set) var statusText: String = "" + /// Shared battery manager instance. private let managerBattery = BatteryActivityManager.shared + /// Observer ID for battery manager events. private var managerBatteryId: Int? + /// Singleton instance of the view model. static let shared = BatteryStatusViewModel() - /// Initializes the view model with a given BoringViewModel instance - /// - Parameter vm: The BoringViewModel instance + /// Initializes the view model and sets up battery monitoring. private init() { setupPowerStatus() setupMonitor() } - /// Sets up the initial power status by fetching battery information + /// Fetches initial battery information and updates properties. private func setupPowerStatus() { let batteryInfo = managerBattery.initializeBatteryInfo() updateBatteryInfo(batteryInfo) } - /// Sets up the monitor to observe battery events + /// Registers observer for battery events. private func setupMonitor() { managerBatteryId = managerBattery.addObserver { [weak self] event in guard let self = self else { return } @@ -49,16 +62,16 @@ class BatteryStatusViewModel: ObservableObject { } } - /// Handles battery events and updates the corresponding properties - /// - Parameter event: The battery event to handle + /// Handles battery events and updates published properties. + /// - Parameter event: The battery event to process. private func handleBatteryEvent(_ event: BatteryActivityManager.BatteryEvent) { switch event { case .powerSourceChanged(let isPluggedIn): print("🔌 Power source: \(isPluggedIn ? "Connected" : "Disconnected")") + self.notifyImportanChangeStatus(sound: Defaults[.powerStatusNotificationSound]) withAnimation { self.isPluggedIn = isPluggedIn self.statusText = isPluggedIn ? "Plugged In" : "Unplugged" - self.notifyImportanChangeStatus() } case .batteryLevelChanged(let level): @@ -66,10 +79,11 @@ class BatteryStatusViewModel: ObservableObject { withAnimation { self.levelBattery = level } + self.batteryLevelNotification(level: Int(level)) case .lowPowerModeChanged(let isEnabled): print("⚡ Low power mode: \(isEnabled ? "Enabled" : "Disabled")") - self.notifyImportanChangeStatus() + self.notifyImportanChangeStatus(sound: Defaults[.powerStatusNotificationSound]) withAnimation { self.isInLowPowerMode = isEnabled self.statusText = "Low Power: \(self.isInLowPowerMode ? "On" : "Off")" @@ -79,13 +93,13 @@ class BatteryStatusViewModel: ObservableObject { print("🔌 Charging: \(isCharging ? "Yes" : "No")") print("maxCapacity: \(self.maxCapacity)") print("levelBattery: \(self.levelBattery)") - self.notifyImportanChangeStatus() + self.notifyImportanChangeStatus(sound: Defaults[.powerStatusNotificationSound]) withAnimation { self.isCharging = isCharging self.statusText = isCharging - ? "Charging battery" - : (self.levelBattery < self.maxCapacity ? "Not charging" : "Full charge") + ? "Charging" + : (self.levelBattery < self.maxCapacity ? "Not Charging" : "Full Charge") } case .timeToFullChargeChanged(let time): @@ -105,9 +119,10 @@ class BatteryStatusViewModel: ObservableObject { } } - /// Updates the battery information with the given BatteryInfo instance - /// - Parameter batteryInfo: The BatteryInfo instance containing the battery data + /// Updates all battery properties from a BatteryInfo instance. + /// - Parameter batteryInfo: The battery information to apply. private func updateBatteryInfo(_ batteryInfo: BatteryInfo) { + self.notifyImportanChangeStatus(sound: Defaults[.powerStatusNotificationSound]) withAnimation { self.levelBattery = batteryInfo.currentCapacity self.isPluggedIn = batteryInfo.isPluggedIn @@ -117,17 +132,47 @@ class BatteryStatusViewModel: ObservableObject { self.maxCapacity = batteryInfo.maxCapacity self.statusText = batteryInfo.isPluggedIn ? "Plugged In" : "Unplugged" } + Task { + try? await Task.sleep(for: .seconds(2.0)) + self.batteryLevelNotification(level: Int(self.levelBattery), initial: true) + } } - /// Notifies important changes in the battery status with an optional delay - /// - Parameter delay: The delay before notifying the change, default is 0.0 - private func notifyImportanChangeStatus(delay: Double = 0.0) { - Task { - try? await Task.sleep(for: .seconds(delay)) - self.coordinator.toggleExpandingView(status: true, type: .battery) + private func batteryLevelNotification(level: Int, initial: Bool = false) { + guard let text = notificationText(for: level, initial: initial) else { return } + + let sound = text == "Low Battery" + ? Defaults[.lowBatteryNotificationSound] + : Defaults[.highBatteryNotificationSound] + + self.notifyImportanChangeStatus(sound: sound) + withAnimation { + self.statusText = text + } + } + + private func notificationText(for level: Int, initial: Bool) -> String? { + let lowThreshold = Defaults[.lowBatteryNotificationLevel] + let highThreshold = Defaults[.highBatteryNotificationLevel] + + if !self.isCharging && (level == lowThreshold || (initial && level <= lowThreshold)) { + return "Low Battery" + } + if self.isCharging && (level == highThreshold || (initial && level >= highThreshold)) { + return "High Battery" + } + return nil + } + + /// Notifies the coordinator about important battery status changes. + private func notifyImportanChangeStatus(sound: String) { + self.coordinator.toggleExpandingView(status: true, type: .battery) + if sound != "Disabled" { + NSSound(named: NSSound.Name(sound))?.play() } } + /// Cleans up battery monitoring observers on deinitialization. deinit { print("🔌 Cleaning up battery monitoring...") if let managerBatteryId: Int = managerBatteryId { diff --git a/boringNotch/models/Constants.swift b/boringNotch/models/Constants.swift index 9e060349..44e8d2f1 100644 --- a/boringNotch/models/Constants.swift +++ b/boringNotch/models/Constants.swift @@ -120,10 +120,15 @@ extension Defaults.Keys { static let showShuffleAndRepeat = Key("showShuffleAndRepeat", default: false) // MARK: Battery - static let showPowerStatusNotifications = Key("showPowerStatusNotifications", default: true) static let showBatteryIndicator = Key("showBatteryIndicator", default: true) static let showBatteryPercentage = Key("showBatteryPercentage", default: true) static let showPowerStatusIcons = Key("showPowerStatusIcons", default: true) + static let showPowerStatusNotifications = Key("showPowerStatusNotifications", default: true) + static let powerStatusNotificationSound = Key("powerStatusNotificationSound", default: "Disabled") + static let lowBatteryNotificationLevel = Key("lowBatteryNotificationLevel", default: 0) + static let lowBatteryNotificationSound = Key("lowBatteryNotificationSound", default: "Disabled") + static let highBatteryNotificationLevel = Key("highBatteryNotificationLevel", default: 0) + static let highBatteryNotificationSound = Key("highBatteryNotificationSound", default: "Disabled") // MARK: Downloads static let enableDownloadListener = Key("enableDownloadListener", default: true) From 59d7ef726caceb81b6ac6412972798ac4b12fdb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:22:02 -0600 Subject: [PATCH 02/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index 49c54507..6aa913f2 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -277,7 +277,9 @@ struct GeneralSettings: View { @ViewBuilder func gestureControls() -> some View { Section { - Defaults.Toggle("Enable gestures", key: .enableGestures) + Defaults.Toggle(key: .enableGestures) { + Text("Enable gestures") + } .disabled(!openNotchOnHover) if enableGestures { Toggle("Media change with horizontal gestures", isOn: .constant(false)) From ace991dfcb5b2df0aa7d7c5b9c902b7ffda9acd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:22:20 -0600 Subject: [PATCH 03/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index 6aa913f2..d4d41adc 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -284,7 +284,9 @@ struct GeneralSettings: View { if enableGestures { Toggle("Media change with horizontal gestures", isOn: .constant(false)) .disabled(true) - Defaults.Toggle("Close gesture", key: .closeGestureEnabled) + Defaults.Toggle(key: .closeGestureEnabled) { + Text("Close gesture") + } Slider(value: $gestureSensitivity, in: 100...300, step: 100) { HStack { Text("Gesture sensitivity") From 0f24988dc40baf8a66c95c6495bbfd67e2e797c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:23:04 -0600 Subject: [PATCH 04/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index d4d41adc..e056bffc 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -1394,7 +1394,9 @@ struct Appearance: View { } Section { - Defaults.Toggle("Enable boring mirror", key: .showMirror) + Defaults.Toggle(key: .showMirror) { + Text("Enable boring mirror") + } .disabled(!checkVideoInput()) Picker("Mirror shape", selection: $mirrorShape) { Text("Circle") From 93955ce981222287e40ecd2d253cb7cbfc0db5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:23:14 -0600 Subject: [PATCH 05/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index e056bffc..0b85eea4 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -1209,7 +1209,9 @@ struct Appearance: View { Defaults.Toggle("Enable colored spectrograms", key: .coloredSpectrogram) Defaults .Toggle("Player tinting", key: .playerColorTinting) - Defaults.Toggle("Enable blur effect behind album art", key: .lightingEffect) + Defaults.Toggle(key: .lightingEffect) { + Text("Enable blur effect behind album art") + } Picker("Slider color", selection: $sliderColor) { ForEach(SliderColorEnum.allCases, id: \.self) { option in Text(option.rawValue) From c1d14166cd9f7c61e4603af1178055ac8dfaa0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:23:20 -0600 Subject: [PATCH 06/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index 0b85eea4..d65f24fb 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -1206,7 +1206,9 @@ struct Appearance: View { } Section { - Defaults.Toggle("Enable colored spectrograms", key: .coloredSpectrogram) + Defaults.Toggle(key: .coloredSpectrogram) { + Text("Enable colored spectrograms") + } Defaults .Toggle("Player tinting", key: .playerColorTinting) Defaults.Toggle(key: .lightingEffect) { From 003162824d77968bfb2bf2d8e8910460f8ae6418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:23:27 -0600 Subject: [PATCH 07/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index d65f24fb..c9964353 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -593,7 +593,9 @@ struct HUD: View { Text("Gradient") .tag(true) } - Defaults.Toggle("Enable glowing effect", key: .systemEventIndicatorShadow) + Defaults.Toggle(key: .systemEventIndicatorShadow) { + Text("Enable glowing effect") + } Defaults.Toggle("Use accent color", key: .systemEventIndicatorUseAccent) } header: { HStack { From 108f250d1a8f28742c2848d167427b137ed9640b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Lemus=20Rodr=C3=ADguez?= Date: Tue, 18 Nov 2025 13:23:35 -0600 Subject: [PATCH 08/10] Update boringNotch/components/Settings/SettingsView.swift Co-authored-by: Alexander <33609792+Alexander5015@users.noreply.github.com> --- boringNotch/components/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index c9964353..d6eb2fe5 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -596,7 +596,9 @@ struct HUD: View { Defaults.Toggle(key: .systemEventIndicatorShadow) { Text("Enable glowing effect") } - Defaults.Toggle("Use accent color", key: .systemEventIndicatorUseAccent) + Defaults.Toggle(key: .systemEventIndicatorUseAccent) { + Text("Use accent color") + } } header: { HStack { Text("Appearance") From 16c7b9fb86b67b7efb6a567c4d41938a396e84ef Mon Sep 17 00:00:00 2001 From: Alex Lemus Date: Tue, 18 Nov 2025 13:43:54 -0600 Subject: [PATCH 09/10] fix(Localizable): Fixed new change localizables --- boringNotch/Localizable.xcstrings | 8871 +++++++++++------ .../components/Settings/SettingsView.swift | 162 +- 2 files changed, 6082 insertions(+), 2951 deletions(-) diff --git a/boringNotch/Localizable.xcstrings b/boringNotch/Localizable.xcstrings index e72a3a12..92f3f39a 100644 --- a/boringNotch/Localizable.xcstrings +++ b/boringNotch/Localizable.xcstrings @@ -99,8 +99,7 @@ "value" : "" } } - }, - "shouldTranslate" : false + } }, " – %lld" : { "localizations" : { @@ -200,8 +199,7 @@ "value" : " – %lld" } } - }, - "shouldTranslate" : false + } }, "'Now Playing' was the only option on previous versions and works with all media apps." : { "localizations" : { @@ -238,7 +236,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "'En reproducción' era la única opción en versiones anteriores y funciona con todas las aplicaciones multimedia." + "value" : "\"Ahora suena\" era la única opción disponible en versiones anteriores y funciona con todas las aplicaciones multimedia." } }, "fr" : { @@ -256,7 +254,7 @@ "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "'Now Playing' era l'unica opzione sulle versioni precedenti e funziona con tutte le app multimediali." + "value" : "'In riproduzione' era l’unica opzione nelle versioni precedenti e funziona con tutte le app multimediali." } }, "ko" : { @@ -286,7 +284,7 @@ "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "'Now Playing' was the only option on previous versions and works with all media apps." + "value" : "'Şimdi Çalınan' önceki sürümlerdeki tek seçenekti ve tüm medya uygulamalarıyla çalışır." } }, "uk" : { @@ -298,7 +296,7 @@ "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "“当前播放”是以前版本中唯一的选项,并适用于所有媒体应用。" + "value" : "“当前播放”是历史版本中的唯一选项。该选项可兼容所有媒体应用。" } } } @@ -401,8 +399,7 @@ "value" : "(%@)" } } - }, - "shouldTranslate" : false + } }, "%.0f seconds" : { "localizations" : { @@ -487,7 +484,7 @@ "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "%.0f seconds" + "value" : "%.0f saniye" } }, "uk" : { @@ -602,8 +599,7 @@ "value" : "%.1fs" } } - }, - "shouldTranslate" : false + } }, "%@" : { "localizations" : { @@ -703,8 +699,7 @@ "value" : "%@" } } - }, - "shouldTranslate" : false + } }, "%d%%" : { "localizations" : { @@ -804,8 +799,108 @@ "value" : "%d%%" } } - }, - "shouldTranslate" : false + } + }, + "%lld" : { + "extractionState" : "stale", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "%lld" + } + } + } }, "%lld%%" : { "localizations" : { @@ -905,8 +1000,7 @@ "value" : "%lld%%" } } - }, - "shouldTranslate" : false + } }, "• Bug fixes" : { "localizations" : { @@ -991,7 +1085,7 @@ "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "• Bug fixes" + "value" : "• Hata düzeltmeleri" } }, "uk" : { @@ -1091,7 +1185,7 @@ "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "• Improved performance" + "value" : "Geliştirilmiş performans" } }, "uk" : { @@ -1191,7 +1285,7 @@ "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "• New feature 1" + "value" : "Yeni özellik 1" } }, "uk" : { @@ -1285,7 +1379,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "About" + "value" : "О программе" } }, "tr" : { @@ -1344,7 +1438,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Color de énfasis" + "value" : "Color de resaltado" } }, "fr" : { @@ -1386,13 +1480,13 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Accent color" + "value" : "Основной цвет" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Accent color" + "value" : "Vurgu rengi" } }, "uk" : { @@ -1489,7 +1583,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Access Denied" + "value" : "Доступ запрещен" } }, "tr" : { @@ -1507,13 +1601,110 @@ "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "被拒绝访问" + "value" : "访问被拒绝" } } } }, "Accessibility access is required to replace the system HUD." : { - + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Accessibility access is required to replace the system HUD." + } + } + } }, "Add" : { "localizations" : { @@ -1592,7 +1783,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Add" + "value" : "Добавить" } }, "tr" : { @@ -1693,13 +1884,13 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Add manually" + "value" : "Добавить вручную" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Manuel ekle" + "value" : "Elle ekle" } }, "uk" : { @@ -1793,7 +1984,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Add new visualizer" + "value" : "Добавить визуализатор" } }, "tr" : { @@ -1851,7 +2042,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Funcionalidades adicionales" + "value" : "Características adicionales" } }, "fr" : { @@ -1893,7 +2084,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Additional features" + "value" : "Дополнительные возможности" } }, "tr" : { @@ -1917,244 +2108,341 @@ } }, "Advanced" : { - - }, - "All-day" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "All-day" + "value" : "Advanced" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Celý den" + "value" : "Advanced" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ganztägig" + "value" : "Advanced" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "All-day" + "value" : "Advanced" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "All-day" + "state" : "needs_review", + "value" : "Advanced" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Todo el día" + "value" : "Advanced" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toute la journée" + "value" : "Advanced" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "All-day" + "value" : "Advanced" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tutto Il Giorno" + "value" : "Advanced" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "하루 종일" + "value" : "Advanced" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Całodniowy" + "value" : "Advanced" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dia inteiro" + "value" : "Advanced" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "All-day" + "value" : "Advanced" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gün boyu" + "value" : "Advanced" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Увесь день" + "value" : "Advanced" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "全天" + "value" : "Advanced" } } } }, - "Allow Access" : { + "All-day" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Allow Access" + "value" : "All-day" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Povolit přístup" + "value" : "Celý den" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zugriff erlauben" + "value" : "Ganztägig" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Allow Access" + "value" : "All-day" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Allow Access" + "value" : "All-day" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Permitir acceso" + "value" : "Todo el día" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Autoriser l'accès" + "value" : "Toute la journée" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Allow Access" + "value" : "All-day" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Consenti Accesso" + "value" : "Tutto Il Giorno" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "권한 허용" + "value" : "하루 종일" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zezwól na dostęp" + "value" : "Całodniowy" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Permitir acesso" + "value" : "Dia inteiro" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Allow Access" + "value" : "All-day" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erişime izin ver" + "value" : "Gün boyu" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Надати доступ" + "value" : "Увесь день" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "允许访问" + "value" : "全天" } } } }, - "Always hide in fullscreen" : { + "Allow Access" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Always hide in fullscreen" + "value" : "Allow Access" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vždy skrýt v režimu celé obrazovky" + "value" : "Povolit přístup" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Immer verstecken im Vollbildmodus" + "value" : "Zugriff erlauben" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Always hide in fullscreen" + "value" : "Allow Access" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Always hide in full-screen" + "value" : "Allow Access" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ocultar siempre en pantalla completa" + "value" : "Permitir acceso" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Autoriser l'accès" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Allow Access" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Consenti Accesso" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "권한 허용" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Zezwól na dostęp" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Permitir acesso" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Разрешить доступ" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Erişime izin ver" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Надати доступ" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "允许访问" + } + } + } + }, + "Always hide in fullscreen" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Always hide in fullscreen" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Vždy skrýt v režimu celé obrazovky" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Immer verstecken im Vollbildmodus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always hide in fullscreen" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Always hide in full-screen" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ocultar siempre en pantalla completa" } }, "fr" : { @@ -2196,7 +2484,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Always hide in fullscreen" + "value" : "Всегда скрывать в полноэкранном режиме" } }, "tr" : { @@ -2214,7 +2502,7 @@ "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "总是隐藏在全屏" + "value" : "总是在全屏时隐藏" } } } @@ -2296,7 +2584,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Always show tabs" + "value" : "Всегда показывать вкладки" } }, "tr" : { @@ -2396,7 +2684,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "App icon" + "value" : "Значок приложения" } }, "tr" : { @@ -2496,7 +2784,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Appearance" + "value" : "Внешний вид" } }, "tr" : { @@ -2596,7 +2884,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically check for updates" + "value" : "Автоматически проверять наличие обновлений" } }, "tr" : { @@ -2696,7 +2984,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically download updates" + "value" : "Автоматически скачивать обновления" } }, "tr" : { @@ -2720,7 +3008,6 @@ } }, "Automatically switch displays" : { - "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { @@ -2731,13 +3018,13 @@ "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically switch displays" + "value" : "Automaticky přepnout obrazovky" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatisch Bildschirm wechseln" + "value" : "Anzeige automatisch wechseln" } }, "en" : { @@ -2785,25 +3072,25 @@ "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically switch displays" + "value" : "Automatycznie przełączaj wyświetlacze" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically switch displays" + "value" : "Trocar telas automaticamente" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically switch displays" + "value" : "Автоматически переключать экраны" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Automatically switch displays" + "value" : "Ekranları otomatik olarak değiştir" } }, "uk" : { @@ -2897,7 +3184,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Battery" + "value" : "Батарея" } }, "tr" : { @@ -2956,7 +3243,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Información de batería" + "value" : "Información de la batería" } }, "fr" : { @@ -2998,7 +3285,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Battery Information" + "value" : "Информация о батарее" } }, "tr" : { @@ -3056,7 +3343,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Configuración de batería" + "value" : "Configuración de la batería" } }, "fr" : { @@ -3098,7 +3385,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Battery Settings" + "value" : "Параметры батареи" } }, "tr" : { @@ -3156,7 +3443,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Estado de batería" + "value" : "Estado de la batería" } }, "fr" : { @@ -3198,7 +3485,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Battery Status" + "value" : "Состояние батареи" } }, "tr" : { @@ -3238,7 +3525,7 @@ "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Steigere deine Produktivität mit Zwischenablage Manager" + "value" : "Steigere deine Produktivität mit dem Zwischenablage-Manager" } }, "en" : { @@ -3520,9 +3807,6 @@ } } } - }, - "Both" : { - }, "Calendar" : { "localizations" : { @@ -3601,7 +3885,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Calendar" + "value" : "Календарь" } }, "tr" : { @@ -3701,13 +3985,13 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Calendar access is denied. Please enable it in System Settings." + "value" : "Доступ к календарю запрещен. Пожалуйста, включите его в Системных настройках." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Takvim erişimi reddedildi. Lütfen Sistem Ayarlarından aktifleştiriniz." + "value" : "Takvim erişimi reddedildi. Lütfen Sistem Ayarlarından izin verin." } }, "uk" : { @@ -3801,7 +4085,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Calendars" + "value" : "Календари" } }, "tr" : { @@ -3901,7 +4185,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cancel" + "value" : "Отмена" } }, "tr" : { @@ -3924,6 +4208,107 @@ } } }, + "Change media with horizontal gestures" : { + "extractionState" : "stale", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Change media with horizontal gestures" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Change media with horizontal gestures" + } + } + } + }, "Charging" : { "localizations" : { "ar" : { @@ -4065,7 +4450,7 @@ "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Charge en pause : mode bureau" + "value" : "Charge en pause : mode bureau" } }, "hu" : { @@ -4201,7 +4586,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Check for Updates…" + "value" : "Проверить обновления…" } }, "tr" : { @@ -4301,7 +4686,7 @@ "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Choose a Music Source" + "value" : "Выбрать источник музыки" } }, "tr" : { @@ -4325,4063 +4710,5028 @@ } }, "Choose any color" : { - - }, - "Choose between your system accent color or customize it with your own selection." : { - - }, - "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." : { - - }, - "Circle" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Circle" + "value" : "Choose any color" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kruh" + "value" : "Choose any color" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kreis" + "value" : "Choose any color" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Circle" + "value" : "Choose any color" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Circle" + "state" : "needs_review", + "value" : "Choose any colour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Círculo" + "value" : "Choose any color" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cercle" + "value" : "Choose any color" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Circle" + "value" : "Choose any color" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cerchio" + "value" : "Choose any color" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "원형의" + "value" : "Choose any color" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Okręg" + "value" : "Choose any color" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Círculo" + "value" : "Choose any color" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Circle" + "value" : "Choose any color" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Circle" + "value" : "Choose any color" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Коло" + "value" : "Choose any color" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "圆形" + "value" : "Choose any color" } } } }, - "Close" : { + "Choose between your system accent color or customize it with your own selection." : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "قُفْل\n" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zavřít" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Schließen" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Close" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Close" + "state" : "needs_review", + "value" : "Choose between your system accent colour or customize it with your own selection." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cerrar" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fermer" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Chiudi" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "닫기" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zamknij" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fechar" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Закрити" + "value" : "Choose between your system accent color or customize it with your own selection." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "关闭" + "value" : "Choose between your system accent color or customize it with your own selection." } } } }, - "Close gesture" : { - "extractionState" : "stale", + "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Schließgeste" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Close gesture" + "state" : "needs_review", + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesto de cerrar" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Geste de fermeture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "닫기 제스처" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Close gesture" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Жест вимкнення" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "关闭手势" + "value" : "Choose which service to use when sharing files from the shelf. Click the shelf button to select files, or drag files onto it to share immediately." } } } }, - "Color Presets" : { - - }, - "Coming soon" : { + "Circle" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "" + "value" : "Circle" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Již brzy" + "value" : "Kruh" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Demnächst" + "value" : "Kreis" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Coming soon" + "value" : "Circle" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Coming soon" + "value" : "Circle" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Próximamente" + "value" : "Círculo" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bientôt disponible" + "value" : "Cercle" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Coming soon" + "value" : "Circle" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "In arrivo" + "value" : "Cerchio" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "곧 출시" + "value" : "원형의" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Już wkrótce" + "value" : "Okręg" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Em breve" + "value" : "Círculo" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Coming soon" + "value" : "Circle" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Çok yakında geliyor" + "value" : "Çember" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Незабаром" + "value" : "Коло" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "即将上线" + "value" : "圆形" } } } }, - "Continue" : { + "Clear slot" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continue" + "value" : "Clear slot" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pokračovat" + "value" : "Clear slot" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fortfahren" + "value" : "Clear slot" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Continue" + "value" : "Clear slot" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Continue" + "state" : "needs_review", + "value" : "Clear slot" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continuar" + "value" : "Clear slot" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continuer" + "value" : "Clear slot" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continue" + "value" : "Clear slot" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continua" + "value" : "Clear slot" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "계속" + "value" : "Clear slot" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kontynuuj" + "value" : "Clear slot" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continue" + "value" : "Clear slot" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continue" + "value" : "Clear slot" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Continue" + "value" : "Clear slot" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Далі" + "value" : "Clear slot" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "继续" + "value" : "Clear slot" } } } }, - "Copy items on drag" : { - - }, - "Corner radius scaling" : { - "extractionState" : "stale", + "Close" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "قُفْل" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Zavřít" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Schließen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Corner radius scaling" + "value" : "Close" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Corner radius scaling" + "value" : "Close" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Cerrar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Redimensionnement du rayon des angles" + "value" : "Fermer" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Close" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Chiudi" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "닫기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Zamknij" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Fechar" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Close" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "Kapat" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Масштабування радіусу кутів" + "value" : "Закрити" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Corner radius scaling" + "value" : "关闭" } } } }, - "Currently selected: %@" : { - - }, - "Custom" : { - - }, - "Custom height" : { + "Close gesture" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom height" + "value" : "Close gesture" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vlastní výška" + "value" : "Gesto zavření" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Benutzerdefinierte Höhe" + "value" : "Schließgeste" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Custom height" + "value" : "Close gesture" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Custom height" + "value" : "Close gesture" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Altura personalizada" + "value" : "Gesto de cerrar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Personnaliser la hauteur" + "value" : "Geste de fermeture" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom height" + "value" : "Close gesture" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Altezza personalizzata" + "value" : "Gesto di chiusura" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사용자 정의 높이" + "value" : "닫기 제스처" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niestandardowa wysokość" + "value" : "Gest zamknięcia" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customizar altura" + "value" : "Close gesture" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom height" + "value" : "Close gesture" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom height" + "value" : "El hareketlerini kapat" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Користувацька висота" + "value" : "Жест вимкнення" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "自定义高度" + "value" : "关闭手势" } } } }, - "Custom music live activity animation" : { + "Color Presets" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom music live activity animation" + "value" : "Color Presets" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vlastní animace živé aktivity hudby" + "value" : "Color Presets" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Benutzerdefinierte Animation für Musik-Live-Aktivitäten" + "value" : "Color Presets" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Custom music live activity animation" + "value" : "Color Presets" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Custom music live activity animation" + "state" : "needs_review", + "value" : "Colour Presets" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Animación de actividad de música en vivo personalizada" + "value" : "Color Presets" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Personnaliser l'animation d'activité musicale" + "value" : "Color Presets" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom music live activity animation" + "value" : "Color Presets" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Animazione attività musicale personalizzata" + "value" : "Color Presets" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사용자 정의 음악 재생 애니메이션" + "value" : "Color Presets" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niestandardowa animacja aktywności muzyki" + "value" : "Color Presets" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customizar animação da música" + "value" : "Color Presets" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom music live activity animation" + "value" : "Color Presets" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom music live activity animation" + "value" : "Color Presets" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Власна анімація музики в реальному часі" + "value" : "Color Presets" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "自定义音乐实时动画" + "value" : "Color Presets" } } } }, - "Custom notch size - %.0f" : { + "Colored spectrogram" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom notch size - %.0f" + "value" : "Colored spectrogram" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vlastní velikost notche - %.0f" + "value" : "Colored spectrogram" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Benutzerdefinierte Notchgröße - %.0f" + "value" : "Colored spectrogram" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Custom notch size - %.0f" + "value" : "Colored spectrogram" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Custom notch size - %.0f" + "state" : "needs_review", + "value" : "Coloured spectrogram" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tamaño de notch personalizado - %.0f" + "value" : "Colored spectrogram" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Personnaliser la taille de l'encoche - %.0f" + "value" : "Colored spectrogram" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom notch size - %.0f" + "value" : "Colored spectrogram" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dimensione notch personalizzata - %.0f" + "value" : "Colored spectrogram" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사용자 정의 노치 사이즈 - %.0f" + "value" : "Colored spectrogram" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niestandardowy rozmiar notcha - %.0f" + "value" : "Colored spectrogram" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Descrição" + "value" : "Colored spectrogram" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom notch size - %.0f" + "value" : "Colored spectrogram" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom notch size - %.0f" + "value" : "Colored spectrogram" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Користувацький розмір брові - %.0f" + "value" : "Colored spectrogram" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "自定义Notch大小 - %.0f" + "value" : "Colored spectrogram" } } } }, - "Custom vizualizers (Lottie)" : { + "Coming soon" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom vizualizers (Lottie)" + "value" : "Coming soon" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vlastní vizualizátory (Lottie)" + "value" : "Již brzy" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Eigene Audiovisualisierung (via Lottie)" + "value" : "Demnächst" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Custom vizualizers (Lottie)" + "value" : "Coming soon" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Custom visualisers (Lottie)" + "value" : "Coming soon" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Visualizadores personalizados (Lottie)" + "value" : "Próximamente" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Visualiseurs personnalisés (Lottie)" + "value" : "Bientôt disponible" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom vizualizers (Lottie)" + "value" : "Coming soon" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vizualizers personalizzati (Lottie)" + "value" : "In arrivo" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사용자 지정 시각화 도구(Lottie)" + "value" : "곧 출시" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niestandardowe wizualizatory (Lottie)" + "value" : "Już wkrótce" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customizar visualizadores (Lottie)" + "value" : "Em breve" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom vizualizers (Lottie)" + "value" : "Coming soon" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Custom vizualizers (Lottie)" + "value" : "Çok yakında geliyor" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Користувацькі візуалізатори (Лотті)" + "value" : "Незабаром" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "自定义可视化器(Lottie)" + "value" : "即将上线" } } } }, - "Customize in Settings" : { + "Continue" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customize in Settings" + "value" : "Continue" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Přizpůsobit v nastavení" + "value" : "Pokračovat" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "In den Einstellungen anpassen" + "value" : "Fortfahren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Customize in Settings" + "value" : "Continue" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Customise in Settings" + "value" : "Continue" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Personalizar en ajustes" + "value" : "Continuar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Personnaliser dans les paramètres" + "value" : "Continuer" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customize in Settings" + "value" : "Continue" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Personalizza nelle impostazioni" + "value" : "Continua" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "설정에서 커스텀하기" + "value" : "계속" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dostosuj w ustawieniach" + "value" : "Kontynuuj" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customizar em Configurações" + "value" : "Continue" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customize in Settings" + "value" : "Продолжить" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Customize in Settings" + "value" : "Devam Et" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Змінити в Налаштуваннях" + "value" : "Далі" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "在设置中自定义" + "value" : "继续" } } } }, - "Default" : { + "Copy items on drag" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Default" + "value" : "Copy items on drag" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Výchozí" + "value" : "Copy items on drag" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Standard" + "value" : "Copy items on drag" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Default" + "value" : "Copy items on drag" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Default" + "state" : "needs_review", + "value" : "Copy items on drag" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Por defecto" + "value" : "Copy items on drag" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Par défaut" + "value" : "Copy items on drag" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Default" + "value" : "Copy items on drag" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Predefinito" + "value" : "Copy items on drag" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "기본" + "value" : "Copy items on drag" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Domyślny" + "value" : "Copy items on drag" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Padrão" + "value" : "Copy items on drag" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Default" + "value" : "Copy items on drag" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Default" + "value" : "Copy items on drag" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Типово" + "value" : "Copy items on drag" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "默认" + "value" : "Copy items on drag" } } } }, - "Description" : { - "extractionState" : "stale", + "Corner radius scaling" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Description" + "value" : "Corner radius scaling" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Popis" + "value" : "Corner radius scaling" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Beschreibung" + "value" : "Eckenradius Skalierung" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Description" + "value" : "Corner radius scaling" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Description" + "value" : "Corner radius scaling" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Descripción" + "value" : "Escalado del radio de las esquinas" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Description" + "value" : "Redimensionnement du rayon des angles" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Description" + "value" : "Corner radius scaling" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Descrizione" + "value" : "Scala raggio angoli" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "설명" + "value" : "Corner radius scaling" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Opis" + "value" : "Skalowanie zaokrąglenia narożników" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Descrição" + "value" : "Corner radius scaling" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Description" + "value" : "Corner radius scaling" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Description" + "value" : "Köşe yarıçap ölçeği" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Опис" + "value" : "Масштабування радіусу кутів" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "描述" + "value" : "圆角半径" } } } }, - "Disable" : { - "extractionState" : "stale", + "Currently selected: %@" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disable" + "value" : "Currently selected: %@" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vypnout" + "value" : "Currently selected: %@" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Deaktivieren" + "value" : "Currently selected: %@" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Disable" + "value" : "Currently selected: %@" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Disable" + "state" : "needs_review", + "value" : "Currently selected: %@" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Deshabilitar" + "value" : "Currently selected: %@" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Désactiver" + "value" : "Currently selected: %@" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disable" + "value" : "Currently selected: %@" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabilita" + "value" : "Currently selected: %@" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "비활성화" + "value" : "Currently selected: %@" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyłącz" + "value" : "Currently selected: %@" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disable" + "value" : "Currently selected: %@" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disable" + "value" : "Currently selected: %@" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disable" + "value" : "Currently selected: %@" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Вимкнути" + "value" : "Currently selected: %@" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "禁用" + "value" : "Currently selected: %@" } } } }, - "Disabled" : { - "extractionState" : "stale", + "Custom" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabled" + "value" : "Custom" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vypnuto" + "value" : "Custom" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Deaktiviert" + "value" : "Custom" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Disabled" + "value" : "Custom" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Disabled" + "state" : "needs_review", + "value" : "Custom" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Deshabilitado" + "value" : "Custom" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Désactivé" + "value" : "Custom" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabled" + "value" : "Custom" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabilitato" + "value" : "Custom" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "비활성화됨" + "value" : "Custom" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyłączone" + "value" : "Custom" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabled" + "value" : "Custom" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabled" + "value" : "Custom" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disabled" + "value" : "Custom" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Вимкнено" + "value" : "Custom" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已禁用" + "value" : "Custom" } } } }, - "Download" : { + "Custom height" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Download" + "value" : "Custom height" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stáhnout" + "value" : "Vlastní výška" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Herunterladen" + "value" : "Benutzerdefinierte Höhe" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Download" + "value" : "Custom height" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Download" + "value" : "Custom height" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Descargar" + "value" : "Altura personalizada" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Télécharger" + "value" : "Personnaliser la hauteur" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Download" + "value" : "Custom height" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Scarica" + "value" : "Altezza personalizzata" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "다운로드" + "value" : "사용자 정의 높이" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pobierz" + "value" : "Niestandardowa wysokość" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Download" + "value" : "Customizar altura" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Download" + "value" : "Custom height" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "İndir" + "value" : "Özel yükseklik" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Завантажити" + "value" : "Користувацька висота" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "下载" + "value" : "自定义高度" } } } }, - "Download icon style" : { - - }, - "Download indicator style" : { - - }, - "Download indicators" : { - - }, - "Downloads" : { - "extractionState" : "stale", + "Custom music live activity animation" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Downloads" + "value" : "Custom music live activity animation" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stahování" + "value" : "Vlastní animace živé aktivity hudby" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Downloads" + "value" : "Benutzerdefinierte Animation für Musik-Live-Aktivitäten" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Downloads" + "value" : "Custom music live activity animation" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Downloads" + "value" : "Custom music live activity animation" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Descargas" + "value" : "Animación de actividad de música en vivo personalizada" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Téléchargements" + "value" : "Personnaliser l'animation d'activité musicale" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Downloads" + "value" : "Custom music live activity animation" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Scaricati" + "value" : "Animazione attività musicale personalizzata" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "다운로드" + "value" : "사용자 정의 음악 재생 애니메이션" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pobrane" + "value" : "Niestandardowa animacja aktywności muzyki" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Downloads" + "value" : "Customizar animação da música" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Downloads" + "value" : "Custom music live activity animation" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "İndirilenler" + "value" : "Özel canlı müzik animasyonu" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Завантаження" + "value" : "Власна анімація музики в реальному часі" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "下载" + "value" : "自定义音乐实时动画" } } } }, - "Drop files here" : { + "Custom notch size - %.0f" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Drop files here" + "value" : "Custom notch size - %.0f" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Přetáhněte soubory sem" + "value" : "Vlastní velikost výřezu - %.0f" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dateien hier ablegen" + "value" : "Benutzerdefinierte Notchgröße - %.0f" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Drop files here" + "value" : "Custom notch size - %.0f" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Drop files here" + "value" : "Custom notch size - %.0f" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Soltar archivos aquí" + "value" : "Tamaño personalizado del notch - %.0f" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Déposer les fichiers ici" + "value" : "Personnaliser la taille de l'encoche - %.0f" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Drop files here" + "value" : "Custom notch size - %.0f" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Trascina i file qui" + "value" : "Dimensione notch personalizzata - %.0f" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "여기로 파일을 드래그하세요" + "value" : "사용자 정의 노치 사이즈 - %.0f" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upuść pliki tutaj" + "value" : "Niestandardowy rozmiar notcha - %.0f" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Drop files here" + "value" : "Descrição" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Drop files here" + "value" : "Custom notch size - %.0f" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Doslayarı buraya bırak" + "value" : "Özel çentik boyutu - %.0f" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Перетягніть файл сюди" + "value" : "Користувацький розмір брові - %.0f" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "拖放文件到这里" + "value" : "自定义Notch大小 - %.0f" } } } }, - "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" : { + "Custom vizualizers (Lottie)" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Custom vizualizers (Lottie)" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Snadno kopírujte, ukládejte a spravujte svůj nejpoužívanejší obsah. Upgradujte nyní pro pokročilé funkce, jako je vícenásobné ulužiště a rychlý přístup!" + "value" : "Vlastní vizualizátory (Lottie)" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kopieren, speichern und verwalten Sie ganz einfach Ihre am häufigsten verwendeten Inhalte. Aktualisieren Sie jetzt, um erweiterte Funktionen wie die Speicherung mehrerer Elemente und schnellen Zugriff zu erhalten!" + "value" : "Eigene Audiovisualisierung (via Lottie)" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Custom vizualizers (Lottie)" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Custom visualisers (Lottie)" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Copia, almacena y gestiona fácilmente tu contenido más usado. ¡Actualiza ahora para funciones avanzadas como almacenamiento de múltiples elementos y acceso rápido!" + "value" : "Visualizadores personalizados (Lottie)" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Copiez, stockez et gérez facilement votre contenu le plus utilisé. Mettez à niveau maintenant pour des fonctionnalités avancées telles que le stockage de multiples items et un accès rapide !" + "value" : "Visualiseurs personnalisés (Lottie)" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Custom vizualizers (Lottie)" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Copia facilmente, memorizza e gestisci i tuoi contenuti più usati. Aggiorna ora per funzioni avanzate come storage multi-item e accesso rapido!" + "value" : "Visualizzatori personalizzati (Lottie)" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "자주 사용하는 파일들을 쉽게 복사, 저장, 관리하세요. 업그레이드 해서 다중 저장 기능과 빠른 접근 기능을 활성화하세요!" + "value" : "사용자 지정 시각화 도구(Lottie)" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Łatwo kopiuj, przechowuj i zarządzaj najczęściej używaną treścią. Uaktualnij teraz, aby uzyskać zaawansowane funkcje, takie jak przechowywanie wielu produktów i szybki dostęp!" + "value" : "Niestandardowe wizualizatory (Lottie)" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Customizar visualizadores (Lottie)" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Custom vizualizers (Lottie)" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Özel görselleştirmeler (Lottie)" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" + "value" : "Користувацькі візуалізатори (Лотті)" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "轻松复制、存储和管理您最常用的内容。升级后可解锁高级功能,如多项目存储和快速访问!" + "value" : "自定义可视化器(Lottie)" } } } }, - "Edit layout" : { + "Customize in Settings" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Edit layout" + "value" : "Customize in Settings" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upravit rozložení" + "value" : "Přizpůsobit v nastavení" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Layout bearbeiten" + "value" : "In den Einstellungen anpassen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Edit layout" + "value" : "Customize in Settings" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Edit layout" + "value" : "Customise in Settings" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Editar diseño" + "value" : "Personalizar en Ajustes" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Modifier la mise en page" + "value" : "Personnaliser dans les paramètres" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Edit layout" + "value" : "Customize in Settings" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Modifica layout" + "value" : "Personalizza nelle impostazioni" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "레이아웃 수정" + "value" : "설정에서 커스텀하기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Edytuj układ" + "value" : "Dostosuj w ustawieniach" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Edit layout" + "value" : "Customizar em Configurações" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Edit layout" + "value" : "Customize in Settings" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Yerleşimi düzenle" + "value" : "Ayarlarda özelleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Редагувати розташування" + "value" : "Змінити в Налаштуваннях" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "编辑布局" + "value" : "在设置中自定义" } } } }, - "Enable Accessibility in System Settings → Privacy & Security → Accessibility" : { - - }, - "Enable automatic sneak peek (show on media changes)" : { - - }, - "Enable blur effect behind album art" : { + "Customize which controls appear in the music player. Volume expands when active." : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Blur-Effekt hinter dem Albumcover aktivieren" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Enable blur effect behind album art" + "state" : "needs_review", + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer l'effet de flou derrière la pochette d'album" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "앨범 커버 뒤 블러효과 켜기" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable blur effect behind album art" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Увімкнути ефект розмиття позаду обкладинки альбому" + "value" : "Customize which controls appear in the music player. Volume expands when active." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用专辑封面的模糊效果" + "value" : "Customize which controls appear in the music player. Volume expands when active." } } } }, - "Enable boring mirror" : { - "extractionState" : "stale", + "Default" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Default" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Výchozí" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Spiegelfunktion aktivieren" + "value" : "Standard" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable boring mirror" + "value" : "Default" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable boring mirror" + "value" : "Default" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Por defecto" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer le miroir ennuyeux" + "value" : "Par défaut" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Default" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Predefinito" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Boring 거울 켜기" + "value" : "기본" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Domyślny" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Padrão" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Default" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Varsayılan" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable boring mirror" + "value" : "Типово" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用虚拟镜像" + "value" : "默认" } } } }, - "Enable colored spectrograms" : { + "Description" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Description" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Popis" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Farbe für Audiovisualisierung aktivieren" + "value" : "Beschreibung" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable colored spectrograms" + "value" : "Description" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable coloured spectrograms" + "value" : "Description" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Descripción" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer les spectrogrammes de couleurs" + "value" : "Description" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Description" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Descrizione" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "설명" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Opis" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Descrição" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Description" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Açıklama" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable colored spectrograms" + "value" : "Опис" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用彩色谱图" + "value" : "描述" } } } }, - "Enable gestures" : { + "Disable" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Disable" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Vypnout" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gestensteuerung aktivieren" + "value" : "Deaktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable gestures" + "value" : "Disable" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable gestures" + "value" : "Disable" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Habilitar gestos" + "value" : "Deshabilitar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer les gestes" + "value" : "Désactiver" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Disable" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Disabilita" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "제스처 켜기" + "value" : "비활성화" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Wyłącz" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Disable" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Disable" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable gestures" + "value" : "Devre dışı bırak" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Увімкнути жести" + "value" : "Вимкнути" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用手势" + "value" : "禁用" } } } }, - "Enable glowing effect" : { - "extractionState" : "stale", + "Disabled" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Disabled" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Vypnuto" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Leutchteffekt aktivieren" + "value" : "Deaktiviert" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable glowing effect" + "value" : "Disabled" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable glowing effect" + "value" : "Disabled" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Habilitar efecto de resplandor" + "value" : "Deshabilitado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer l'effet lumineux" + "value" : "Désactivé" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Disabled" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Disabilitato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "발광 효과 켜기" + "value" : "비활성화됨" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Wyłączone" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Disabled" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Disabled" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Devre dışı bırakıldı" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable glowing effect" + "value" : "Вимкнено" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用发光效果" + "value" : "已禁用" } } } }, - "Enable haptics" : { - "extractionState" : "stale", + "Download" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Download" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Stáhnout" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Haptisches Feedback aktivieren" + "value" : "Herunterladen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable haptics" + "value" : "Download" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable haptics" + "value" : "Download" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Descargar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer les retours haptiques" + "value" : "Télécharger" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Download" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Scarica" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "햅틱 켜기" + "value" : "다운로드" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Pobierz" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Download" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "Download" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable haptics" + "value" : "İndir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Увімкнути тактильний відгук" + "value" : "Завантажити" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用触觉" + "value" : "下载" } } } }, - "Enable HUD replacement" : { + "Downloads" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable HUD replacement" + "value" : "Downloads" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Povolit nahrazení HUD" + "value" : "Stahování" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD Ersatz aktivieren" + "value" : "Downloads" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable HUD replacement" + "value" : "Downloads" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable HUD replacement" + "value" : "Downloads" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Habilitar reemplazo HUD" + "value" : "Descargas" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer le mode de remplacement HUD" + "value" : "Téléchargements" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable HUD replacement" + "value" : "Downloads" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Abilita sostituzione HUD" + "value" : "Scaricati" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD 대체 활성화" + "value" : "다운로드" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Włącz zastępowanie HUD" + "value" : "Pobrane" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable HUD replacement" + "value" : "Downloads" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable HUD replacement" + "value" : "Downloads" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable HUD replacement" + "value" : "İndirilenler" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable HUD replacement" + "value" : "Завантаження" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用 HUD 替换" + "value" : "下载" } } } }, - "Enable music live activity" : { + "Drag a control onto a slot" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Povolist živou aktivitu hudby" + "value" : "Drag a control onto a slot" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Musik-Live-Aktivität aktivieren" + "value" : "Drag a control onto a slot" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Enable music live activity" + "state" : "needs_review", + "value" : "Drag a control onto a slot" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Habilitar actividad de música en vivo" + "value" : "Drag a control onto a slot" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer l'activité musicale en direct" + "value" : "Drag a control onto a slot" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Abilita attività musicale live" + "value" : "Drag a control onto a slot" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "음악 실시간 현황 켜기" + "value" : "Drag a control onto a slot" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Włącz aktywność muzyki na żywo" + "value" : "Drag a control onto a slot" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable music live activity" + "value" : "Drag a control onto a slot" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用音乐实时动态" + "value" : "Drag a control onto a slot" } } } }, - "Enable shelf" : { + "Drag items in the preview to reorder or drop from the palette" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ablage aktivieren" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Enable shelf" + "state" : "needs_review", + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer la bibliothèque" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "서랍 켜기" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable shelf" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Активувати полицю" + "value" : "Drag items in the preview to reorder or drop from the palette" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用暂存区" + "value" : "Drag items in the preview to reorder or drop from the palette" } } } }, - "Enable window shadow" : { - "extractionState" : "stale", + "Drop files here" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Drop files here" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Přetáhněte soubory sem" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Dateien hier ablegen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enable window shadow" + "value" : "Drop files here" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enable window shadow" + "value" : "Drop files here" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Suelte los archivos aquí" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer l'ombre de la fenêtre" + "value" : "Déposer les fichiers ici" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Drop files here" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Trascina i file qui" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "윈도우 그림자 켜기" + "value" : "여기로 파일을 드래그하세요" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Upuść pliki tutaj" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Drop files here" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Drop files here" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Dosyaları buraya bırak" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enable window shadow" + "value" : "Перетягніть файл сюди" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "启用窗口阴影" + "value" : "拖放文件到这里" } } } }, - "Enable wobble animation" : { - - }, - "Enhance your experience with HUDs" : { + "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vylepšete své zkušenosti s HUDy" + "value" : "Snadno kopírujte, ukládejte a spravujte svůj nejpoužívanejší obsah. Upgradujte nyní pro pokročilé funkce, jako je vícenásobné úložiště a rychlý přístup!" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Verbessere deine Erfahrung mit HUDs" + "value" : "Kopieren, speichern und verwalten Sie ganz einfach Ihre am häufigsten verwendeten Inhalte. Aktualisieren Sie jetzt, um erweiterte Funktionen wie die Speicherung mehrerer Elemente und schnellen Zugriff zu erhalten!" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mejora tu experiencia con HUDs" + "value" : "Copie, almacene y gestione fácilmente su contenido más usado. ¡Actualice ahora para obtener características avanzadas como almacenamiento de múltiples elementos y acceso rápido!" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Améliorez votre expérience avec les HUD" + "value" : "Copiez, stockez et gérez facilement votre contenu le plus utilisé. Mettez à niveau maintenant pour des fonctionnalités avancées telles que le stockage de multiples items et un accès rapide !" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Migliora la tua esperienza con gli HUD" + "value" : "Copia facilmente, memorizza e gestisci i tuoi contenuti più usati. Aggiorna ora per funzioni avanzate come storage multi-item e accesso rapido!" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD로 경험을 향상 하세요" + "value" : "자주 사용하는 파일들을 쉽게 복사, 저장, 관리하세요. 업그레이드 해서 다중 저장 기능과 빠른 접근 기능을 활성화하세요!" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ulepsz swoje doświadczenia z HUD" + "value" : "Łatwo kopiuj, przechowuj i zarządzaj najczęściej używaną treścią. Uaktualnij teraz, aby uzyskać zaawansowane funkcje, takie jak przechowywanie wielu produktów i szybki dostęp!" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enhance your experience with HUDs" + "value" : "En sık kullandığınız içerikleri kolayca kopyalayın, saklayın ve yönetin. Çoklu öğe depolama ve hızlı erişim gibi gelişmiş özellikler için şimdi yükseltin!" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enhance your experience with HUDs" + "value" : "Easily copy, store, and manage your most-used content. Upgrade now for advanced features like multi-item storage and quick access!" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "用 HUD 提升您的体验" + "value" : "轻松复制、存储和管理您最常用的内容。升级后可解锁高级功能,如多项目存储和快速访问!" } } } }, - "Enjoy your free time!" : { + "Edit layout" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enjoy your free time!" + "value" : "Edit layout" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Užijte si svůj volný čas!" + "value" : "Upravit rozložení" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Genieße deine Freizeit!" + "value" : "Layout bearbeiten" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Enjoy your free time!" + "value" : "Edit layout" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Enjoy your free time!" + "value" : "Edit layout" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "¡Disfruta de tu tiempo libre!" + "value" : "Editar diseño" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Profitez de votre temps libre !" + "value" : "Modifier la mise en page" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enjoy your free time!" + "value" : "Edit layout" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Goditi il tuo tempo libero!" + "value" : "Modifica layout" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "즐거운 시간 되세요!" + "value" : "레이아웃 수정" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ciesz się swoim wolnym czasem!" + "value" : "Edytuj układ" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enjoy your free time!" + "value" : "Edit layout" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Enjoy your free time!" + "value" : "Edit layout" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kıymetli vaktinizin keyfini çıkarın!" + "value" : "Yerleşimi düzenle" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Насолоджуйтесь своїм вільним часом!" + "value" : "Редагувати розташування" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "享受您的闲暇时光!" + "value" : "编辑布局" } } } }, - "Error" : { + "Enable Accessibility in System Settings → Privacy & Security → Accessibility" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Error" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Chyba" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fehler" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Error" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Error" + "state" : "needs_review", + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Error" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erreur" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Error" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Errore" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "에러" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Błąd" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Error" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Error" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hata" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Помилка" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "错误" + "value" : "Enable Accessibility in System Settings → Privacy & Security → Accessibility" } } } }, - "Exclude apps" : { + "Enable automatic sneak peek (show on media changes)" : { }, - "Exit" : { + "Enable blur effect behind album art" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Exit" + "value" : "Enable blur effect behind album art" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ukončit" + "value" : "Povolit efekt rozostření za obalem alba" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Verlassen" + "value" : "Unschärfe-Effekt hinter Albumcover aktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Exit" + "value" : "Enable blur effect behind album art" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Exit" + "value" : "Enable blur effect behind album art" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Salir" + "value" : "Habilitar el efecto de difuminado detrás de la portada del álbum" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quitter" + "value" : "Activer l'effet de flou derrière la pochette d'album" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Exit" + "value" : "Enable blur effect behind album art" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Esci" + "value" : "Abilita sfocatura dietro alla copertina dell'album" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "종료" + "value" : "앨범 커버 뒤 블러효과 켜기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyjdź" + "value" : "Włącz efekt rozmycia za okładką albumu" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Exit" + "value" : "Enable blur effect behind album art" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Exit" + "value" : "Enable blur effect behind album art" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Çıkış yap" + "value" : "Albüm kapağının arkasındaki bulanıklık efektini aktifleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Вихід" + "value" : "Увімкнути ефект розмиття позаду обкладинки альбому" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "退出" + "value" : "启用专辑封面的模糊效果" } } } - "Experimental Features" : { - }, - "Extend hover area" : { - "extractionState" : "stale", + "Enable boring mirror" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Povolit boring zrcadlo" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bereich für Mausberührung erweitern" + "value" : "Spiegelfunktion aktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Habilitar espejo boring" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Étendre la zone de survol" + "value" : "Activer le miroir ennuyeux" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Abilita specchio" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "갖다대기 범위 늘이기" + "value" : "Boring 거울 켜기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Włącz boring mirror" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Sıkıcı aynayı aktifleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extend hover area" + "value" : "Enable boring mirror" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "扩展悬停区域" + "value" : "启用虚拟镜像" } } } }, - "Extensions" : { + "Enable colored spectrograms" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensions" + "value" : "Enable colored spectrograms" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Rozšíření" + "value" : "Povolit barevné spektrogramy" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erweiterungen" + "value" : "Farbe für Audiovisualisierung aktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Extensions" + "value" : "Enable colored spectrograms" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Extensions" + "value" : "Enable coloured spectrograms" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensiones" + "value" : "Habilitar espectrogramas de colores" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensions" + "value" : "Activer les spectrogrammes de couleurs" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensions" + "value" : "Enable colored spectrograms" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Estensioni" + "value" : "Abilita spettrogramma colorato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "확장기능들" + "value" : "Enable colored spectrograms" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Rozszerzenia" + "value" : "Włącz kolorowe spektrogramy" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensions" + "value" : "Enable colored spectrograms" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensions" + "value" : "Enable colored spectrograms" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Genişletmeler" + "value" : "Renkli spektrogramları aktifleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Розширення" + "value" : "Enable colored spectrograms" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "扩展" + "value" : "启用彩色谱图" } } } }, - "Files dropped on the shelf will be shared via this service" : { - - }, - "Finish" : { + "Enable gestures" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Finish" + "value" : "Enable gestures" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dokončit" + "value" : "Povolit gesta" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Beenden" + "value" : "Gestensteuerung aktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Finish" + "value" : "Enable gestures" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Finish" + "value" : "Enable gestures" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Finalizar" + "value" : "Habilitar gestos" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Terminer" + "value" : "Activer les gestes" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Finish" + "value" : "Enable gestures" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fine" + "value" : "Abilita gesti" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "완료" + "value" : "제스처 켜기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zakończ" + "value" : "Włącz obsługę gestów" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Finish" + "value" : "Enable gestures" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Finish" + "value" : "Enable gestures" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Finish" + "value" : "El hareketlerini aktifleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Завершити" + "value" : "Увімкнути жести" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "完成" + "value" : "启用手势" } } } }, - "General" : { + "Enable glowing effect" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Enable glowing effect" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Obecné" + "value" : "Enable glowing effect" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Allgemein" + "value" : "Leuchteffekt aktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "General" + "value" : "Enable glowing effect" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "General" + "value" : "Enable glowing effect" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Habilitar efecto de resplandor" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Général" + "value" : "Activer l'effet lumineux" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Enable glowing effect" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Generali" + "value" : "Abilita effetto luminoso" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "일반" + "value" : "발광 효과 켜기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ogólne" + "value" : "Włącz efekt poświaty" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Enable glowing effect" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Enable glowing effect" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Parlama efektini aktifleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "General" + "value" : "Enable glowing effect" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "通用" + "value" : "启用发光效果" } } } }, - "Gesture control" : { + "Enable haptic feedback" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture control" + "value" : "Enable haptic feedback" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kontrola gest" + "value" : "Enable haptic feedback" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gestensteuerung" + "value" : "Enable haptic feedback" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Gesture control" + "value" : "Enable haptic feedback" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Gesture control" + "state" : "needs_review", + "value" : "Enable haptic feedback" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Control de gestos" + "value" : "Enable haptic feedback" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Contrôle gestuel" + "value" : "Enable haptic feedback" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture control" + "value" : "Enable haptic feedback" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Controllo gesti" + "value" : "Enable haptic feedback" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "제스처 컨트롤" + "value" : "Enable haptic feedback" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ustawienia gestów" + "value" : "Enable haptic feedback" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture control" + "value" : "Enable haptic feedback" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture control" + "value" : "Enable haptic feedback" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture control" + "value" : "Enable haptic feedback" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Керування жестами" + "value" : "Enable haptic feedback" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "手势控制" + "value" : "Enable haptic feedback" } } } }, - "Gesture sensitivity" : { + "Enable haptics" : { + + }, + "Enable HUD replacement" : { + + }, + "Enable music live activity" : { + + }, + "Enable shelf" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture sensitivity" + "value" : "Enable shelf" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Citlivost gesta" + "value" : "Povolit polici" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesten Empfindlichkeit" + "value" : "Ablage aktivieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Gesture sensitivity" + "value" : "Enable shelf" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Gesture sensitivity" + "value" : "Enable shelf" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sensibilidad del gesto" + "value" : "Habilitar bandeja" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sensibilité de la gestuelle" + "value" : "Activer la bibliothèque" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture sensitivity" + "value" : "Enable shelf" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sensibilità gesti" + "value" : "Abilita scaffale" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "제스처 민감도" + "value" : "서랍 켜기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Czułość gestów" + "value" : "Włącz półkę" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture sensitivity" + "value" : "Enable shelf" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture sensitivity" + "value" : "Enable shelf" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gesture sensitivity" + "value" : "Rafı aktifleştir" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Чутливість жестів" + "value" : "Активувати полицю" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "手势灵敏度" + "value" : "启用暂存区" + } + } + } + }, + "Enable window shadow" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enable window shadow" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enable window shadow" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Fensterschatten aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable window shadow" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable window shadow" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Habilitar sombra de la ventana" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Activer l'ombre de la fenêtre" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enable window shadow" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Abilita ombra della finestra" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "윈도우 그림자 켜기" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Włącz cień okna" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enable window shadow" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enable window shadow" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Pencere gölgesini aktifleştir" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enable window shadow" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "启用窗口阴影" + } + } + } + }, + "Enable wobble animation" : { + + }, + "Enhance your experience with HUDs" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enhance your experience with HUDs" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Vylepšete své zkušenosti s HUDy" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Verbessere deine Erfahrung mit HUDs" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enhance your experience with HUDs" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enhance your experience with HUDs" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Mejora tu experiencia con estilos de información en pantalla" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Améliorez votre expérience avec les HUD" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enhance your experience with HUDs" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Migliora la tua esperienza con gli HUD" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD로 경험을 향상 하세요" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ulepsz swoje doświadczenia z HUD" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enhance your experience with HUDs" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enhance your experience with HUDs" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "BÜG ile deneyiminizi artırın" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enhance your experience with HUDs" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "用 HUD 提升您的体验" + } + } + } + }, + "Enjoy your free time!" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enjoy your free time!" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Užijte si svůj volný čas!" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Genieße deine Freizeit!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy your free time!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enjoy your free time!" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "¡Disfruta de tu tiempo libre!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Profitez de votre temps libre !" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enjoy your free time!" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Goditi il tuo tempo libero!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "즐거운 시간 되세요!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ciesz się swoim wolnym czasem!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enjoy your free time!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Enjoy your free time!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Kıymetli vaktinizin keyfini çıkarın!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Насолоджуйтесь своїм вільним часом!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "享受您的闲暇时光!" + } + } + } + }, + "Experimental Features" : { + + }, + "Extend hover area" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extend hover area" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extend hover area" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Bereich für Mausberührung erweitern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extend hover area" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extend hover area" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extender la zona de activación del cursor" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Étendre la zone de survol" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extend hover area" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Estendi area di attivazione col mouse" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "갖다대기 범위 늘이기" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Rozszerz obszar najechania kursorem" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extend hover area" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extend hover area" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Sürükleme alanını genişlet" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extend hover area" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "扩展悬停区域" + } + } + } + }, + "Extensions" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extensions" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Rozšíření" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Erweiterungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extensions" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extensions" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extensiones" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extensions" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extensions" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Estensioni" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "확장기능들" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Rozszerzenia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extensions" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Extensions" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Genişletmeler" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Розширення" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "扩展" + } + } + } + }, + "Files dropped on the shelf will be shared via this service" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Files dropped on the shelf will be shared via this service" + } + } + } + }, + "Finish" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Finish" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Dokončit" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Beenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finish" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finish" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Finalizar" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Terminer" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Finish" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Fine" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "완료" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Zakończ" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Finish" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Finish" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Bitir" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Завершити" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "完成" + } + } + } + }, + "General" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "General" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Obecné" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Allgemein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "General" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Général" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "General" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Generali" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "일반" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ogólne" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "General" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "General" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Genel" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "General" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "通用" + } + } + } + }, + "Gesture control" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture control" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Kontrola gest" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gestensteuerung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesture control" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesture control" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Control de gestos" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Contrôle gestuel" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture control" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Controllo gesti" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "제스처 컨트롤" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ustawienia gestów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture control" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture control" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hareketle Kontrol" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Керування жестами" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "手势控制" + } + } + } + }, + "Gesture sensitivity" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture sensitivity" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Citlivost gesta" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesten Empfindlichkeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesture sensitivity" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesture sensitivity" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Sensibilidad del gesto" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Sensibilité de la gestuelle" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture sensitivity" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Sensibilità gesti" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "제스처 민감도" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Czułość gestów" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture sensitivity" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gesture sensitivity" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hareket hassasiyeti" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Чутливість жестів" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "手势灵敏度" } } } @@ -8391,11197 +9741,12982 @@ "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Get started" + "value" : "Get started" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Začněte" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Erste Schritte" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get started" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get started" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Comenzar" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Commencez" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Get started" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inizia" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "시작하기" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Rozpocznij" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Get started" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Get started" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Başlayın" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Get started" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "开始使用" + } + } + } + }, + "GitHub" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "GitHub" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "GitHub" + } + } + } + }, + "Got it!" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Got it!" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Mám to!" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Verstanden!" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Got it!" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Got it!" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "¡Entendido!" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Compris !" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Got it!" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Capito!" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "알겠습니다!" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Rozumiem!" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Got it!" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Got it!" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Anlaşıldı!" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Got it!" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "明白了!" + } + } + } + }, + "Gradient" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradient" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Přechod" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Farbverlauf" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gradient" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gradient" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradiente" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Dégradé" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradient" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Sfumatura" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "그라디언트" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradient" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradiente" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradient" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gradyan" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Градієнт" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "渐变" + } + } + } + }, + "Hide all-day events" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide all-day events" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide all-day events" + } + } + } + }, + "Hide BoringNotch Options" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide BoringNotch Options" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Skrýt možnosti BoringNotch" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "BoringNotch Optionen ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide BoringNotch Options" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide BoringNotch Options" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ocultar las Opciones de BoringNotch" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Masquer les options BoringNotch" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide BoringNotch Options" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Nascondi Opzioni BoringNotch" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "BoringNotch 옵션 숨기기" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ukryj opcje BoringNotch" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide BoringNotch Options" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide BoringNotch Options" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "BoringNotch Seçeneklerini Gizle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Приховати параметри BoringNotch" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "隐藏 Boring Notch 选项" + } + } + } + }, + "Hide completed reminders" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide completed reminders" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Schovat vyřízené připomínky" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Erledigte Erinnerungen verbergen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide completed reminders" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide completed reminders" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ocultar recordatorios completados" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Cacher les rappels terminés" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide completed reminders" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide completed reminders" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ukryj zakończone przypomnienia" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide completed reminders" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide completed reminders" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Tamamlanan Hatırlatıcıları gizle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Приховати завершені нагадування" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "隐藏已完成提醒" + } + } + } + }, + "Hide from screen recording" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide from screen recording" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide from screen recording" + } + } + } + }, + "Hide only when NowPlaying app is in fullscreen" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide only when NowPlaying app is in fullscreen" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Skrýt pouze když je Právě hrající aplikace v režimu celé obrazovky" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Nur ausblenden, wenn die Läuft gerade App im Vollbildmodus ist" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide only when NowPlaying app is in fullscreen" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide only when NowPlaying app is in full-screen" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ocultar solo cuando Ahora suena se esté reproduciendo en pantalla completa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Masquer seulement quand lorsque l'app en train de jouer est en plein écran" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide only when NowPlaying app is in fullscreen" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Nascondi solo quando l'app NowPlaying è a schermo intero" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "현재 재생 중인 앱이 전체 화면일 때만 숨기기" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Ukryj tylko wtedy, gdy aplikacja NowPlaying jest w trybie pełnoekranowym" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide only when NowPlaying app is in fullscreen" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide only when NowPlaying app is in fullscreen" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Şimdi Çalınan uygulaması tam ekran modunda gizle" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hide only when NowPlaying app is in fullscreen" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "仅在“当前播放”全屏时隐藏" + } + } + } + }, + "Hierarchical" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchical" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchické" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchisch" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierarchical" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierarchical" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Jerárquico" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hiérarchique" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchical" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Gerarchico" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "계층적" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchiczny" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchical" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchical" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hiyerarşik" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hierarchical" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "分级" + } + } + } + }, + "High" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "High" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Vysoká" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hoch" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "High" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "High" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Alto" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Haut" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "High" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Alta" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "높음" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Wysoki" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "High" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "High" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Yüksek" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Високий" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "高" + } + } + } + }, + "Hover delay" : { + "extractionState" : "stale", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hover delay" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hover delay" + } + } + } + }, + "https://github.com/pear-devs/pear-desktop" : { + "extractionState" : "stale", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "https://github.com/pear-devs/pear-desktop" + } + } + } + }, + "https://github.com/th-ch/youtube-music" : { + + }, + "HUD style" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD style" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Styl HUD" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD Stil" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "HUD style" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "HUD style" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Estilo de la información en pantalla" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Style de l'HUD" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD style" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Stile HUD" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD 스타일" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Styl HUD" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD style" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD style" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "BÜG stili" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD style" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD 样式" + } + } + } + }, + "HUDs" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDy" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "HUDs" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "HUDs" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Estilos de información en pantalla" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD들" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Interfejsy HUD" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "BÜG (Baş Üstü Göstergesi)" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUDs" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "HUD" + } + } + } + }, + "In progress" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "In progress" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Probíhá" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "In Bearbeitung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In progress" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "In progress" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "En progreso" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "En cours" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "In progress" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "In corso" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "진행 중" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "W toku" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "In progress" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "İşleniyor" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "В процесі" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "进行中" + } + } + } + }, + "Information" : { + + }, + "Inline" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inline" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "V řadě" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inline" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inline" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inline" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "En Línea" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inline" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inline" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "In linea" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "인라인" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Wbudowany" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Em linha" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inline" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Hiza" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Inline" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "内嵌" + } + } + } + }, + "Installed extensions" : { + "extractionState" : "stale", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Installed extensions" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Začněte" + "value" : "Nainstalovaná rozšíření" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erste Schritte" + "value" : "Installierte Erweiterungen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Get started" + "value" : "Installed extensions" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Get started" + "value" : "Installed extensions" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Comenzar" + "value" : "Extensiones instaladas" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Commencez" + "value" : "Extensions installées" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Get started" + "value" : "Installed extensions" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inizia" + "value" : "Estensioni installate" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "시작하기" + "value" : "설치된 확장기능들" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Rozpocznij" + "value" : "Zainstalowane rozszerzenia" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Get started" + "value" : "Installed extensions" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Get started" + "value" : "Installed extensions" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Get started" + "value" : "Yüklenmiş eklentiler" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Get started" + "value" : "Встановлені розширення" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "开始使用" + "value" : "已安装扩展" } } } }, - "GitHub" : { + "Layout Preview" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "GitHub" + "value" : "Layout Preview" } }, "en-GB" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub" + "value" : "Layout Preview" } } - }, - "shouldTranslate" : false + } }, - "Got it!" : { + "Lottie JSON URL" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mám to!" + "value" : "Lottie JSON URL" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Verstanden!" + "value" : "Lottie JSON URL" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "¡Entendido!" + "value" : "Lottie JSON URL" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Compris !" + "value" : "Lien URL Lottie JSON" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Capito!" + "value" : "URL Lottie JSON" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "알겠습니다!" + "value" : "Lottie JSON URL" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Rozumiem!" + "value" : "Lottie JSON URL" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Got it!" + "value" : "Lottie JSON URL" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "明白了!" + "value" : "Lottie JSON 链接" } } } }, - "Gradient" : { + "Low" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradient" + "value" : "Low" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Přechod" + "value" : "Nízká" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Farbverlauf" + "value" : "Niedrig" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Gradient" + "value" : "Low" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Gradient" + "value" : "Low" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradiente" + "value" : "Bajo" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dégradé" + "value" : "Bas" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradient" + "value" : "Low" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sfumatura" + "value" : "Bassa" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "그라디언트" + "value" : "낮음" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradient" + "value" : "Niski" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradient" + "value" : "Low" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradient" + "value" : "Low" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gradient" + "value" : "Düşük" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Градієнт" + "value" : "Low" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "渐变" + "value" : "低" } } } }, - "Hide all-day events" : { - + "Low Power Mode" : { + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Low Power Mode" + } + }, + "cs" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Režim nízké spotřeby" + } + }, + "de" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Energiesparmodus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Low Power Mode" + } + }, + "en-GB" : { + "stringUnit" : { + "state" : "translated", + "value" : "Low Power Mode" + } + }, + "es" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Modo de bajo consumo" + } + }, + "fr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Mode économie d'énergie" + } + }, + "hu" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Low Power Mode" + } + }, + "it" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Modalità Bassa Potenza" + } + }, + "ko" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "저전력 모드" + } + }, + "pl" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Tryb niskiego zużycia energii" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Low Power Mode" + } + }, + "ru" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Low Power Mode" + } + }, + "tr" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Düşük Güç Modu" + } + }, + "uk" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "Режим економії енергії" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "低电量模式" + } + } + } }, - "Hide BoringNotch Options" : { + "Made with 🫶🏻 by not so boring not.people" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide BoringNotch Options" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Skrýt možnosti BoringNotch" + "value" : "Vyrobeno s 🫶🏻 ne tak nudnými ne lidmi" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "BoringNotch Optionen ausblenden" + "value" : "Gemacht mit 🫶🏻 durch nicht so boring not.people" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Hide BoringNotch Options" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Hide BoringNotch Options" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ocultar opciones de BoringNotch" + "value" : "Hecho con 🫶🏻 por gente no tan aburrida" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Masquer les options BoringNotch" + "value" : "Fait avec 🫶🏻 par des personnes pas si ennuyeuses - boring not.people" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide BoringNotch Options" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nascondi Opzioni BoringNotch" + "value" : "Realizzato col 🫶🏻 da not so boring not.people" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "BoringNotch 옵션 숨기기" + "value" : "지루하지 않은 비사람들이 🫶🏻 마음을 담아 만들었습니다" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ukryj opcje BoringNotch" + "value" : "Zrobione z 🫶🏻 przez niezbyt nudnych ludzi" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide BoringNotch Options" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide BoringNotch Options" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide BoringNotch Options" + "value" : "O kadar da sıkıcı olmayan insanlar tarafından 🫶🏻 ile yapılmıştır" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Приховати параметри BoringNotch" + "value" : "Made with 🫶🏻 by not so boring not.people" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "隐藏 Boring Notch 选项" + "value" : "不那么无趣的 not.people 团队 用🫶🏻出品" } } } }, - "Hide completed reminders" : { - "extractionState" : "stale", + "Mark as complete" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Mark as complete" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Označit jako dokončené" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erledigte Erinnerungen verbergen" + "value" : "Als erledigt markieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Hide completed reminders" + "value" : "Mark as complete" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Hide completed reminders" + "value" : "Mark as complete" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Marcar como completado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cacher les rappels terminés" + "value" : "Marquer comme terminé" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Mark as complete" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "" + "value" : "Segna come completato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "완료로 표시" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Oznacz jako ukończone" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Mark as complete" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Mark as complete" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide completed reminders" + "value" : "Tamamlanmış olarak işaretle" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Приховати завершені нагадування" + "value" : "Позначити як виконане" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "隐藏已完成提醒" + "value" : "标记为已完成" } } } }, - "Hide from screen recording" : { - - }, - "Hide only when NowPlaying app is in fullscreen" : { + "Mark as incomplete" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Mark as incomplete" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Skrýt pouze když je Právě hrající aplikace v režimu celé obrazovky" + "value" : "Označit jako nedokončené" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nur ausblenden, wenn die Läuft gerade App im Vollbildmodus ist" + "value" : "Als unvollständig markieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Mark as incomplete" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Hide only when NowPlaying app is in full-screen" + "value" : "Mark as incomplete" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Marcar como incompleto" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Masquer seulement quand lorsque l'app en train de jouer est en plein écran" + "value" : "Marquer comme incomplet" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Mark as incomplete" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nascondi solo quando l'app NowPlaying è a schermo intero" + "value" : "Segna come incompleto" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "현재 재생 중인 앱이 전체 화면일 때만 숨기기" + "value" : "미완료로 표시" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ukryj tylko wtedy, gdy aplikacja NowPlaying jest w trybie pełnoekranowym" + "value" : "Oznacz jako nieukończone" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Mark as incomplete" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Mark as incomplete" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Tamamlanmamış olarak işaretle" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hide only when NowPlaying app is in fullscreen" + "value" : "Позначити як незавершене" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "仅在“当前播放”全屏时隐藏" + "value" : "标记为未完成" } } } }, - "Hierarchical" : { + "Match menu bar height" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchické" + "value" : "Match menu bar height" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchisch" + "value" : "Match menu bar height" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Hierarchical" + "state" : "needs_review", + "value" : "Match menu bar height" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hiérarchique" + "value" : "Match menu bar height" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gerarchico" + "value" : "Match menu bar height" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "계층적" + "value" : "Match menu bar height" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchiczny" + "value" : "Match menu bar height" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hierarchical" + "value" : "Match menu bar height" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "分级" + "value" : "Match menu bar height" } } } }, - "High" : { + "Match menubar height" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "High" + "value" : "Match menubar height" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vysoká" + "value" : "Odpovídat výšce menubaru" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hoch" + "value" : "Höhe der Menüleiste" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "High" + "value" : "Match menubar height" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "High" + "value" : "Match menubar height" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Alto" + "value" : "Igualar la altura de la Barra de menús" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Haut" + "value" : "Atteindre la hauteur de la barre de menu" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "High" + "value" : "Match menubar height" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Alta" + "value" : "Adatta altezza menubar" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "높음" + "value" : "메뉴바 높이에 맞추기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wysoki" + "value" : "Dopasuj do wysokości paska menu" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "High" + "value" : "Match menubar height" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "High" + "value" : "Match menubar height" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "High" + "value" : "Menubar yüksekliğini eşle" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Високий" + "value" : "Match menubar height" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "高" + "value" : "匹配菜单栏高度" } } } }, - "https://github.com/th-ch/youtube-music" : { + "Match real notch height" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "en-GB" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "https://github.com/th-ch/youtube-music" + "value" : "Match real notch height" } } - }, - "shouldTranslate" : false + } }, - "HUD style" : { + "Match real notch size" : { + + }, + "Max Capacity: %lld%%" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Styl HUD" + "value" : "Maximální kapacita: %lld%%" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD Stil" + "value" : "Max. Kapazität: %lld%%" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Capacidad máxima: %lld%%" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Style de l'HUD" + "value" : "Capacité maximale : %lld%%" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stile HUD" + "value" : "Capacità Massima: %lld%%" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD 스타일" + "value" : "최대 용량: %lld%%" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Styl HUD" + "value" : "Maksymalna pojemność: %lld%%" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Maksimum Kapasite: %lld%%" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD style" + "value" : "Max Capacity: %lld%%" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD 样式" + "value" : "最大容量:%lld%%" } } } }, - "HUDs" : { + "Media" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Media" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDy" + "value" : "Média" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Medium" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "HUDs" + "value" : "Media" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "HUDs" + "value" : "Media" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Multimedia" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Média" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Media" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Media" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD들" + "value" : "미디어" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Interfejsy HUD" + "value" : "Multimedia" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Media" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Media" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Medya" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUDs" + "value" : "Media" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "HUD" + "value" : "媒体" } } } }, - "In progress" : { + "Media change with horizontal gestures" : { + + }, + "Media controls" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "In progress" + "value" : "Media controls" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Probíhá" + "value" : "Ovládání médií" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "In Bearbeitung" + "value" : "Mediensteuerelemente" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "In progress" + "value" : "Media controls" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "In progress" + "value" : "Media controls" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "En curso" + "value" : "Controles multimedia" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "En cours" + "value" : "Contrôles des médias" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "In progress" + "value" : "Media controls" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "In corso" + "value" : "Controlli multimediali" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "진행 중" + "value" : "미디어 컨트롤" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "W toku" + "value" : "Ustawienia multimediów" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "In progress" + "value" : "Media controls" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "In progress" + "value" : "Media controls" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "In progress" + "value" : "Medya kontrolleri" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "В процесі" + "value" : "Media controls" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "进行中" + "value" : "媒体控制" } } } }, - "Information" : { - - }, - "Inline" : { + "Media inactivity timeout" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Časový limit nečinnosti médií" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Timeout für Medieninaktivität" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Tiempo de espera para inactividad multimedia" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Délai d'inactivité du média" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "In linea" + "value" : "Timeout inattività media" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "인라인" + "value" : "미디어 비활성화 시간 초과" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wbudowany" + "value" : "Limit czasu braku aktywności multimediów" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Medya etkin olmayan zaman aşımı" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Inline" + "value" : "Media inactivity timeout" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "内嵌" + "value" : "媒体非活动超时" } } } }, - "Installed extensions" : { - "extractionState" : "stale", + "Media playback live activity" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installed extensions" + "value" : "Media playback live activity" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nainstalovaná rozšíření" + "value" : "Živá aktivita přehrávání médií" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installierte Erweiterungen" + "value" : "Live-Aktivität für Medien" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Installed extensions" + "value" : "Media playback live activity" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Installed extensions" + "value" : "Media playback live activity" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installed extensions" + "value" : "Actividad de reproducción multimedia" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Extensions installées" + "value" : "Activité de lecture de média en direct" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installed extensions" + "value" : "Media playback live activity" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Estensioni installate" + "value" : "Riproduzione media attività live" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "설치된 확장기능들" + "value" : "미디어 재생 실시간 활동" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zainstalowane rozszerzenia" + "value" : "Odtwarzanie multimediów na żywo" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installed extensions" + "value" : "Atividade ao vivo da reprodução de mídia" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installed extensions" + "value" : "Media playback live activity" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Installed extensions" + "value" : "Medya oynatma canlı etkinliği" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Встановлені розширення" + "value" : "Media playback live activity" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已安装扩展" + "value" : "媒体播放实时动态" } } } }, - "Lottie JSON URL" : { + "Media Source" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Zdroj médií" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Medienquelle" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Fuente de la multimedia" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lien URL Lottie JSON" + "value" : "Source du Média" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "URL Lottie JSON" + "value" : "Sorgente multimediale" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "미디어 소스" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Źródło multimediów" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Medya kaynağı" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON URL" + "value" : "Media Source" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lottie JSON 链接" + "value" : "媒体来源" } } } }, - "Low" : { + "Medium" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low" + "value" : "Medium" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nízká" + "value" : "Střední" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niedrig" + "value" : "Mittel" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Low" + "value" : "Medium" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Low" + "value" : "Medium" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bajo" + "value" : "Mediano" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bas" + "value" : "Moyen" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low" + "value" : "Medium" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bassa" + "value" : "Media" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "낮음" + "value" : "중간" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niski" + "value" : "Średni" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low" + "value" : "Medium" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low" + "value" : "Medium" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low" + "value" : "Orta" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low" + "value" : "Medium" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "低" + "value" : "中" } } } }, - "Low Power Mode" : { + "Menubar icon" : { + + }, + "Mic %@" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low Power Mode" + "value" : "Mic %@" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Režim nízké spotřeby" + "value" : "Mikrofon %@" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Energiesparmodus" + "value" : "Mikrofon %@" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Low Power Mode" + "value" : "Mic %@" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Low Power Mode" + "value" : "Mic %@" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Modo de bajo consumo" + "value" : "Micrófono %@" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mode économie d'énergie" + "value" : "Mic %@" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low Power Mode" + "value" : "Mic %@" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Modalità Bassa Potenza" + "value" : "Mic %@" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "저전력 모드" + "value" : "마이크 %@" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tryb niskiego zużycia energii" + "value" : "Mikrofon %@" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low Power Mode" + "value" : "Mic %@" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Low Power Mode" + "value" : "Mic %@" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Düşük Güç Modu" + "value" : "Mikrofon %@" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Режим економії енергії" + "value" : "Mic %@" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "低电量模式" + "value" : "麦克风 %@" } } } }, - "Made with 🫶🏻 by not so boring not.people" : { + "Minimum hover duration" : { + + }, + "Mirror" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vyrobeno s 🫶🏻 ne tak nudnými ne lidmi." + "value" : "Zrcátko" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gemacht mit 🫶🏻 durch nicht so boring not.people" + "value" : "Spiegel" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hecho con 🫶🏻 no tan aburrido no.people" + "value" : "Espejo" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fait avec 🫶🏻 par des personnes pas si ennuyeuses - boring not.people" + "value" : "Miroir" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Realizzato col 🫶🏻 da not so boring not.people" + "value" : "Specchio" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "지루하지 않은 비사람들이 🫶🏻 마음을 담아 만들었습니다" + "value" : "거울" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zrobione z 🫶🏻 przez niezbyt nudnych ludzi" + "value" : "Lustro" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Ayna" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Made with 🫶🏻 by not so boring not.people" + "value" : "Mirror" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "由 not.people 团队用心制作 🫶🏻" + "value" : "镜子" } } } }, - "Mark as complete" : { + "Mirror shape" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as complete" + "value" : "Mirror shape" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Označit jako dokončené" + "value" : "Tvar zrcadla" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Als erledigt markieren" + "value" : "Spiegelform" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Mark as complete" + "value" : "Mirror shape" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Mark as complete" + "value" : "Mirror shape" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Marcar como completado" + "value" : "Forma del espejo" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Marquer comme terminé" + "value" : "Forme du miroir" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as complete" + "value" : "Mirror shape" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Segna come completato" + "value" : "Forma dello specchio" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "완료로 표시" + "value" : "거울 모양" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Oznacz jako ukończone" + "value" : "Kształt lustra" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as complete" + "value" : "Mirror shape" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as complete" + "value" : "Mirror shape" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tamamlanmış olarak işaretle" + "value" : "Ayna şekli" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Позначити як виконане" + "value" : "Mirror shape" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "标记为已完成" + "value" : "镜子大小" } } } }, - "Mark as incomplete" : { + "More" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as incomplete" + "value" : "More" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as incomplete" + "value" : "Více" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Als unvollendet markieren" + "value" : "Mehr" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Mark as incomplete" + "value" : "More" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Mark as incomplete" + "value" : "More" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Marcar como incompleto" + "value" : "Más" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Marquer comme incomplet" + "value" : "Plus" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as incomplete" + "value" : "More" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Segna come incompleto" + "value" : "Altro" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미완료로 표시" + "value" : "더" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Oznacz jako nieukończone" + "value" : "Więcej" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as incomplete" + "value" : "More" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mark as incomplete" + "value" : "More" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tamamlanmamış olarak işaretle" + "value" : "Daha fazla" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Позначити як незавершене" + "value" : "More" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "标记为未完成" + "value" : "更多" } } } }, - "Match menubar height" : { + "Music Source" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Music Source" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Zdroj hudby" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Höhe der Menüleiste" + "value" : "Musikquelle" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Match menubar height" + "value" : "Music Source" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Match menubar height" + "value" : "Music Source" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Fuente de la música" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Atteindre la hauteur de la barre de menu" + "value" : "Source de la musique" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Music Source" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Adatta altezza menubar" + "value" : "Sorgente Musica" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "메뉴바 높이에 맞추기" + "value" : "음악 소스" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dopasuj do wysokości paska menu" + "value" : "Źródło muzyki" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Music Source" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Music Source" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar yüksekliğini eşle" + "value" : "Müzik kaynağı" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match menubar height" + "value" : "Music Source" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "匹配菜单栏高度" + "value" : "音乐源" } } } }, - "Match real notch size" : { + "muted" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "muted" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "ztlumeno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Größe der echten Notch" + "value" : "Stumm" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Match real notch size" + "value" : "muted" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Match real notch size" + "value" : "muted" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "audio desactivado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Correspondre à la vraie hauteur de l'encoche" + "value" : "en sourdine" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "muted" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Adatta altezza reale menubar" + "value" : "mutato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "실제 노치 크기에 맞추기" + "value" : "음소거됨" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Dopasuj do rzeczywistego rozmiaru notcha" + "value" : "Wyciszony" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "muted" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "muted" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gerçek çentik boyutunu eşle" + "value" : "susturuldu" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Match real notch size" + "value" : "muted" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "匹配Notch真实大小" + "value" : "已静音" } } } }, - "Max Capacity: %lld%%" : { + "Name" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Jméno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max. Kapazität: %lld%%" + "value" : "Name" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Nombre" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Capacité maximale : %lld%%" + "value" : "Nom" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Capacità Massima: %lld%%" + "value" : "Nome" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "최대 용량: %lld%%" + "value" : "이름" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Maksymalna pojemność: %lld%%" + "value" : "Nazwa" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "İsim" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Max Capacity: %lld%%" + "value" : "Name" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "最大容量:%lld%%" + "value" : "名称" } } } }, - "Media" : { + "Never hide" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Never hide" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Nikdy neskrývat" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Niemals ausblenden" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Media" + "value" : "Never hide" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Media" + "value" : "Never hide" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Nunca ocultar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Média" + "value" : "Ne jamais masquer" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Never hide" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Non nascondere mai" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미디어" + "value" : "숨기지 않기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Multimedia" + "value" : "Nigdy nie ukrywaj" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Never hide" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Never hide" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medya" + "value" : "Asla gizleme" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Never hide" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "媒体" + "value" : "永不隐藏" } } } }, - "Media change with horizontal gestures" : { + "No custom animation available" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "Žádná vlastní animace není k dispozici" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium Änderung mit Horizontalen Gesten" + "value" : "Keine benutzerdefinierte Animation verfügbar" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "Sin animación personalizada" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Changement de média avec les gestuelles horizontales" + "value" : "Aucune animation personnalisée disponible" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cambia media con gesti orizzontali" + "value" : "Nessuna animazione personalizzata disponibile" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "가로 방향 제스처로 미디어 변경" + "value" : "사용자 정의 애니메이션 없음" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zmiana multimediów z poziomymi gestami" + "value" : "Brak dostępnych niestandardowych animacji" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "Özel animasyon mevcut değil" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media change with horizontal gestures" + "value" : "No custom animation available" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "横向手势改变媒体" + "value" : "没有可用的自定义动画" } } } }, - "Media controls" : { + "No custom visualizer" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "No custom visualizer" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "Žádný vlastní vizualizér není k dispozici" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium Steuerung" + "value" : "Keine benutzerdefinierte Audiovisualisierung" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Media controls" + "value" : "No custom visualizer" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Media controls" + "value" : "No custom visualiser" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "Sin visualizador personalizado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Contrôles des médias" + "value" : "Aucun visualiseur personnalisé" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "No custom visualizer" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Controlli multimediali" + "value" : "Nessun visualizzatore personalizzato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미디어 컨트롤" + "value" : "사용자 지정 시각화 도구 없음" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ustawienia multimediów" + "value" : "Brak niestandardowych wizualizerów" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "No custom visualizer" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "No custom visualizer" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "Özel görselleştirici bulunmuyor" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media controls" + "value" : "No custom visualizer" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "媒体控制" + "value" : "没有自定义可视化器" } } } }, - "Media inactivity timeout" : { + "No events" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Časový limit nečinnosti médií" + "value" : "No events" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium Inaktivität Zeitüberschreitung" + "value" : "No events" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Media inactivity timeout" + "state" : "needs_review", + "value" : "No events" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Délai d'inactivité du média" + "value" : "No events" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Timeout inattività media" + "value" : "No events" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미디어 비활성화 시간 초과" + "value" : "No events" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Limit czasu braku aktywności multimediów" + "value" : "No events" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media inactivity timeout" + "value" : "No events" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "媒体非活动超时" + "value" : "No events" } } } }, - "Media playback live activity" : { + "No events today" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media playback live activity" + "value" : "No events today" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Živá aktivita přehrávání médií" + "value" : "Žádné události" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium Wiedergabe live Aktivität" + "value" : "Keine Ereignisse heute" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Media playback live activity" + "value" : "No events today" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Media playback live activity" + "value" : "No events today" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media playback live activity" + "value" : "Sin eventos hoy" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activité de lecture de média en direct" + "value" : "Aucun événement aujourd'hui" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media playback live activity" + "value" : "No events today" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Riproduzione media attività live" + "value" : "Non ci sono eventi" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미디어 재생 실시간 활동" + "value" : "오늘 일정 없음" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Odtwarzanie multimediów na żywo" + "value" : "Brak wydarzeń na dzisiaj" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Atividade ao vivo da reprodução de mídia" + "value" : "No events today" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media playback live activity" + "value" : "No events today" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media playback live activity" + "value" : "Bugün başka etkinlik yok" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media playback live activity" + "value" : "No events today" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "媒体播放实时动态" + "value" : "今天无日程" } } } }, - "Media Source" : { + "No extension installed" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media Source" + "value" : "No extension installed" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zdroj médií" + "value" : "Žádné rozšíření není nainstalováno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium Quelle" + "value" : "Keine Erweiterungen installiert" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Media Source" + "value" : "No extension installed" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Media Source" + "value" : "No extension installed" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media Source" + "value" : "Ninguna extensión instalada" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Source du Média" + "value" : "Aucune extension installée" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media Source" + "value" : "No extension installed" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sorgente multimediale" + "value" : "Nessuna estensione installata" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미디어 소스" + "value" : "설치된 확장기능 없음" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Źródło multimediów" + "value" : "Brak zainstalowanych rozszerzeń" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media Source" + "value" : "No extension installed" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media Source" + "value" : "No extension installed" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medya kaynağı" + "value" : "Hiçbir uzantı yüklenmemiş" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media Source" + "value" : "No extension installed" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "媒体来源" + "value" : "未安装扩展" } } } }, - "Medium" : { + "Non-notch display height" : { + + }, + "Not Now" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Not Now" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Střední" + "value" : "Teď ne" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mittel" + "value" : "Nicht jetzt" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Medium" + "value" : "Not Now" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Medium" + "value" : "Not Now" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mediano" + "value" : "Ahora no" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Moyen" + "value" : "Pas pour l'instant" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Not Now" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Media" + "value" : "Non Ora" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "중간" + "value" : "나중에" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Średni" + "value" : "Nie teraz" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Not Now" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Not Now" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Şimdi Değil" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Medium" + "value" : "Not Now" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "中" + "value" : "不是现在" } } } }, - "Menubar icon" : { - "extractionState" : "stale", + "Notch behavior" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Chování výřezu" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Icon in Menüleiste anzeigen" + "value" : "Verhalten der Notch" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Comportamiento del notch" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Icône dans la barre des menus" + "value" : "Comportement du Notch" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Comportamento notch" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "메뉴바 아이콘" + "value" : "노치 동작" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Zachowanie notcha" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Çentik davranışı" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Menubar icon" + "value" : "Notch behavior" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "菜单栏图标" + "value" : "Notch行为" } } } }, - "Mic %@" : { + "Notch display height" : { + + }, + "Notch Height" : { + + }, + "Notch height on non-notch displays" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mikrofon %@" + "value" : "Notch height on non-notch displays" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Mic %@" + "state" : "needs_review", + "value" : "Notch height on non-notch displays" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "마이크 %@" + "value" : "Notch height on non-notch displays" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mikrofon %@" + "value" : "Notch height on non-notch displays" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mic %@" + "value" : "Notch height on non-notch displays" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "麦克风 %@" + "value" : "Notch height on non-notch displays" } } } }, - "Minimum hover duration" : { + "Notch height on notch displays" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimale Schwebedauer" + "value" : "Notch height on notch displays" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Minimum hover duration" + "state" : "needs_review", + "value" : "Notch height on notch displays" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Durée minimale du survol" + "value" : "Notch height on notch displays" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Durata minima di hover" + "value" : "Notch height on notch displays" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "가져다 대기 최소 시간" + "value" : "Notch height on notch displays" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimalny czas najechania kursorem" + "value" : "Notch height on notch displays" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum asılı kalma süresi" + "value" : "Notch height on notch displays" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Minimum hover duration" + "value" : "Notch height on notch displays" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "悬停最短时长" + "value" : "Notch height on notch displays" } } } }, - "Mirror" : { + "Notch sizing" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Spiegel" + "value" : "Notch sizing" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Mirror" + "value" : "Notch sizing" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Mirror" + "state" : "needs_review", + "value" : "Notch sizing" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Miroir" + "value" : "Notch sizing" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Specchio" + "value" : "Notch sizing" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "거울" + "value" : "Notch sizing" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Lustro" + "value" : "Notch sizing" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ayna" + "value" : "Notch sizing" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror" + "value" : "Notch sizing" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "镜子" + "value" : "Notch sizing" } } } }, - "Mirror shape" : { + "Notifications" : { + + }, + "Open Calendar Settings" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Otevřít nastavení Kalendáře" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Spiegelform" + "value" : "Kalendereinstellungen öffnen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Abrir ajustes de Calendario" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Forme du miroir" + "value" : "Ouvrir les paramètres du calendrier" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Forma dello specchio" + "value" : "Apri Impostazioni Calendario" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "거울 모양" + "value" : "캘린더 설정 열기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kształt lustra" + "value" : "Otwórz ustawienia kalendarza" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ayna şekli" + "value" : "Takvim Ayarlarını Aç" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mirror shape" + "value" : "Open Calendar Settings" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "镜子大小" + "value" : "打开日历设置" } } } }, - "More" : { + "Open notch on hover" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Open notch on hover" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Open notch on hover" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mehr" + "value" : "Notch bei Mausberührung öffnen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "More" + "value" : "Open notch on hover" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "More" + "value" : "Open notch on hover" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Más" + "value" : "Abrir el notch al pasar el cursor" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plus" + "value" : "Ouvrir l'encoche au survol" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Open notch on hover" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Altro" + "value" : "Apri notch portando il mouse sopra di esso" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "더" + "value" : "갖다대서 노치 열기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Więcej" + "value" : "Otwórz notch po najechaniu kursorem" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Open notch on hover" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Open notch on hover" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Fare sürüklendiğinde çentiği aç" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "More" + "value" : "Open notch on hover" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "更多" + "value" : "悬停时打开Notch" } } } }, - "Music Source" : { + "Open Reminder Settings" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Music Source" + "value" : "Otevřít nastavení Připomínek" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Musik Quelle" + "value" : "Erinnerungseinstellungen öffnen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fuente de música" + "value" : "Abrir ajustes de Recordatorios" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Source de la musique" + "value" : "Ouvrir les paramètres de rappel" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sorgente Musica" + "value" : "Apri Impostazioni Promemoria" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "음악 소스" + "value" : "미리알림 설정 열기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Źródło muzyki" + "value" : "Otwórz ustawienia przypomnień" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Müzik kaynağı" + "value" : "Anımsatıcı Ayarlarını Aç" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Music Source" + "value" : "Open Reminder Settings" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "音乐源" + "value" : "打开提醒事项设置" } } } }, - "muted" : { + "Open shelf by default if items are present" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stumm" + "value" : "Standardmäßig Ablage öffnen, wenn Dateien abgelegt sind" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "silenciado" + "value" : "Abrir siempre la bandeja si hay elementos dentro" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "en sourdine" + "value" : "Ouvrir la bibliothèque par défaut si des éléments sont présents" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "mutato" + "value" : "Apri automaticamente lo scaffale se contiene elementi" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "음소거됨" + "value" : "Open shelf by default if items are present" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyciszony" + "value" : "Otwórz półkę domyślnie, jeśli pliki są obecne" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "susturuldu" + "value" : "Öğeler varsa varsayılan olarak rafı aç" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "muted" + "value" : "Open shelf by default if items are present" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已静音" + "value" : "当项目存在时默认打开暂存器" } } } }, - "Name" : { + "Option key behaviour" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Name" + "value" : "Option key behaviour" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Name" + "state" : "needs_review", + "value" : "Option key behaviour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nombre" + "value" : "Option key behaviour" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nom" + "value" : "Option key behaviour" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nome" + "value" : "Option key behaviour" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "이름" + "value" : "Option key behaviour" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nazwa" + "value" : "Option key behaviour" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "İsim" + "value" : "Option key behaviour" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Name" + "value" : "Option key behaviour" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "名称" + "value" : "Option key behaviour" } } } }, - "Never hide" : { + "Pick a Color" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Niemals verstecken" + "value" : "Pick a Color" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Never hide" + "value" : "Pick a Color" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Never hide" + "state" : "needs_review", + "value" : "Pick a Colour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ne jamais masquer" + "value" : "Pick a Color" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non nascondere mai" + "value" : "Pick a Color" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "숨기지 않기" + "value" : "Pick a Color" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nigdy nie ukrywaj" + "value" : "Pick a Color" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Asla gizleme" + "value" : "Pick a Color" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Never hide" + "value" : "Pick a Color" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "永不隐藏" + "value" : "Pick a Color" } } } }, - "No custom animation available" : { + "Plugged In" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Připojeno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Keine Benutzerdefinierten Animationen verfügbar" + "value" : "Angeschlossen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Conectado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aucune animation personnalisée disponible" + "value" : "Branché" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nessuna animazione personalizzata disponibile" + "value" : "Collegato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사용자 정의 애니메이션 없음" + "value" : "충전 중" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Brak dostępnych niestandardowych animacji" + "value" : "Podłączony" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Prize takılı" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom animation available" + "value" : "Plugged In" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "没有可用的自定义动画" + "value" : "已插入" } } } }, - "No custom visualizer" : { + "Preferred display" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Keine benutzerdefinierte Audiovisualisierung" + "value" : "Preferred display" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "No custom visualiser" + "state" : "needs_review", + "value" : "Preferred display" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aucun visualiseur personnalisé" + "value" : "Preferred display" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nessun visualizzatore personalizzato" + "value" : "Preferred display" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사용자 지정 시각화 도구 없음" + "value" : "Preferred display" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Brak niestandardowych wizualizerów" + "value" : "Preferred display" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "No custom visualizer" + "value" : "Preferred display" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "没有自定义可视化器" + "value" : "Preferred display" } } } }, - "No events" : { + "Progressbar style" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events" + "value" : "Progressbar style" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events" + "value" : "Styl ukazatele průběhu" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Keine Ereignisse" + "value" : "Fortschrittsleistenstil" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "No events" + "value" : "Progressbar style" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "No events" + "value" : "Progress bar style" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sin eventos" + "value" : "Estilo de la barra de progreso" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aucun événement" + "value" : "Style de la barre de progression" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nincs esemény" + "value" : "Progressbar style" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nessun evento" + "value" : "Stile barra di avanzamento" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "일정 없음" + "value" : "진행 바 스타일" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Brak wydarzeń" + "value" : "Styl paska postępu" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sem eventos" + "value" : "Progressbar style" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Нет событий" + "value" : "Progressbar style" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Etkinlik yok" + "value" : "İlerleme çubuğu stili" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Немає подій" + "value" : "Progressbar style" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "无日程" + "value" : "进度条样式" } } } }, - "No events today" : { + "Quick Share" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Keine Ereignisse heute" + "value" : "Quick Share" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "No events today" + "value" : "Quick Share" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "No events today" + "state" : "needs_review", + "value" : "Quick Share" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aucun événement aujourd'hui" + "value" : "Quick Share" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non ci sono eventi" + "value" : "Quick Share" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "오늘 일정 없음" + "value" : "Quick Share" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Brak wydarzeń na dzisiaj" + "value" : "Quick Share" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "No events today" + "value" : "Quick Share" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "今天无日程" + "value" : "Quick Share" } } } }, - "No excluded apps" : { - - }, - "No extension installed" : { - "extractionState" : "stale", + "Quick Share Service" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Keine Erweiterungen installiert" + "value" : "Quick Share Service" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "No extension installed" + "state" : "needs_review", + "value" : "Quick Share Service" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aucune extension installée" + "value" : "Quick Share Service" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nessuna estensione installata" + "value" : "Quick Share Service" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "설치된 확장기능 없음" + "value" : "Quick Share Service" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Brak zainstalowanych rozszerzeń" + "value" : "Quick Share Service" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "No extension installed" + "value" : "Quick Share Service" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "未安装扩展" + "value" : "Quick Share Service" } } } }, - "Non-notch display height" : { + "Quit" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Quit" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Ukončit" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Displayhöhe ohne Noch" + "value" : "Verlassen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Non-notch display height" + "value" : "Quit" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Non-notch display height" + "value" : "Quit" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Cerrar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hauteur de l'affichage hors-Notch" + "value" : "Quitter" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Quit" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Altezza display senza-notch" + "value" : "Chiudi" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치 확장 전 표시 높이" + "value" : "종료" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wysokość wyświetlacza bez notcha" + "value" : "Wyjdź" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Quit" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Quit" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Çık" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non-notch display height" + "value" : "Quit" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "非Notch显示高度" + "value" : "退出" } } } }, - "Not Now" : { + "Quit app" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Not Now" + "value" : "Quit app" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Not Now" + "value" : "Ukončit aplikaci" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nicht jetzt" + "value" : "App verlassen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Not Now" + "value" : "Quit app" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Not Now" + "value" : "Quit app" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ahora no" + "value" : "Cerrar aplicación" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pas pour l'instant" + "value" : "Quitter l'application" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Not Now" + "value" : "Quit app" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Non Ora" + "value" : "Chiudi app" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "나중에" + "value" : "앱 종료" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nie teraz" + "value" : "Wyjdź z aplikacji" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Not Now" + "value" : "Quit app" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Not Now" + "value" : "Quit app" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Şimdi Değil" + "value" : "Uygulamadan Çık" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Not Now" + "value" : "Quit app" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "不是现在" + "value" : "退出应用" } } } }, - "Notch behavior" : { + "Release name" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Release name" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Název vydání" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Verhalten der Notch" + "value" : "Veröffentlichungsname" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Notch behavior" + "value" : "Release name" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Notch behavior" + "value" : "Release name" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Comportamiento de Notch" + "value" : "Nombre de la versión" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Comportement du Notch" + "value" : "Nom de la version" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Release name" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Comportamento notch" + "value" : "Nome del rilascio" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치 동작" + "value" : "릴리즈 이름" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zachowanie notcha" + "value" : "Nazwa wydania" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Release name" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Release name" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Yayın İsmi" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch behavior" + "value" : "Release name" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch行为" + "value" : "版本名称" } } } }, - "Notch display height" : { + "Remember last tab" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Zapamatovat poslední kartu" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Anzeigehöhe der Notch" + "value" : "Merke den letzten Tab" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Recordar la última pestaña" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hauteur d'affichage du Notch" + "value" : "Se souvenir du dernier onglet" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Altezza display con notch" + "value" : "Ricorda l'ultima scheda" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치 확장 후 표시 높이" + "value" : "마지막 탭 기억하기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wysokość wyświetlania notcha" + "value" : "Zapamiętaj ostatnią kartę" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Son sekmeyi hatırla" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch display height" + "value" : "Remember last tab" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch显示高度" + "value" : "记住上一个标签页" } } } }, - "Notch Height" : { + "Reminder access is denied. Please enable it in System Settings." : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Přístup do kalendáře byl odepřen. Prosím povolte jej v nastavení systému." } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Größe der Notch" + "value" : "Erinnerungen Zugriff verweigert. Bitte aktiviere es in den Systemeinstellungen." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Acceso a Recordatorios denegado. Conceda acceso en Configuración del Sistema" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hauteur du Notch" + "value" : "L'accès au rappel est refusé. Veuillez l'activer dans les paramètres." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Altezza Notch" + "value" : "L'accesso al promemoria è negato. Si prega di abilitarlo nelle impostazioni di sistema." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치 높이" + "value" : "미리알림 엑세스 거부됨. 시스템설정에서 허용해주세요." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wysokość notcha" + "value" : "Odmowa dostępu do przypomnień. Proszę włączyć dostęp w ustawieniach systemowych." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Çentik yüksekliği" + "value" : "Hatırlatıcılar erişimi reddedildi. Lütfen Sistem Ayarlarından izin verin." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch Height" + "value" : "Reminder access is denied. Please enable it in System Settings." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch高度" + "value" : "提醒事项访问被拒绝。请在系统设置中启用它。" } } } }, - "Notifications" : { - - }, - "OK" : { + "Reminders" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Reminders" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Připomínky" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Erinnerungen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "OK" + "value" : "Reminders" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "OK" + "value" : "Reminders" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ok" + "value" : "Recordatorios" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Rappels" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Reminders" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Promemoria" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "네" + "value" : "미리알림들" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Przypomnienia" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Reminders" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Reminders" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Hatırlatıcılar" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "OK" + "value" : "Reminders" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "好的" + "value" : "提醒事项" } } } }, - "One or more files failed to load" : { + "Remove from shelf after dragging" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Eine oder mehrere Dateien konnten nicht geladen werden" + "value" : "Remove from shelf after dragging" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "One or more files failed to load" + "state" : "needs_review", + "value" : "Remove from shelf after dragging" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Impossible de charger un ou plusieurs fichiers" + "value" : "Remove from shelf after dragging" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Impossibile caricare uno o più file" + "value" : "Remove from shelf after dragging" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "한 개 이상의 파일 로드 실패" + "value" : "Remove from shelf after dragging" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nie udało się załadować jednego lub więcej plików" + "value" : "Remove from shelf after dragging" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "One or more files failed to load" + "value" : "Remove from shelf after dragging" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "一个或多个文件加载失败" + "value" : "Remove from shelf after dragging" } } } }, - "Only app icon" : { - - }, - "Only download icon" : { - - }, - "Open Calendar Settings" : { + "Replace system HUD" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kalendereinstellungen öffnen" + "value" : "Replace system HUD" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Open Calendar Settings" + "state" : "needs_review", + "value" : "Replace system HUD" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ouvrir les paramètres du calendrier" + "value" : "Replace system HUD" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Apri Impostazioni Calendario" + "value" : "Replace system HUD" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "캘린더 설정 열기" + "value" : "Replace system HUD" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Otwórz ustawienia kalendarza" + "value" : "Replace system HUD" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Takvim Ayarlarını Aç" + "value" : "Replace system HUD" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Calendar Settings" + "value" : "Replace system HUD" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "打开日历设置" + "value" : "Replace system HUD" } } } }, - "Open notch on hover" : { - "extractionState" : "stale", + "Request Accessibility" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch bei Mausberührung öffnen" + "value" : "Request Accessibility" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Open notch on hover" + "state" : "needs_review", + "value" : "Request Accessibility" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ouvrir l'encoche au survol" + "value" : "Request Accessibility" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "갖다대서 노치 열기" + "value" : "Request Accessibility" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open notch on hover" + "value" : "Request Accessibility" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "悬停时打开Notch" + "value" : "Request Accessibility" } } } }, - "Open Reminder Settings" : { + "Reset to Defaults" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erinnerungseinstellungen öffnen" + "value" : "Reset to Defaults" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Open Reminder Settings" + "state" : "needs_review", + "value" : "Reset to Defaults" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ouvrir les paramètres de rappel" + "value" : "Reset to Defaults" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Apri Impostazioni Promemoria" + "value" : "Reset to Defaults" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미리알림 설정 열기" + "value" : "Reset to Defaults" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Otwórz ustawienia przypomnień" + "value" : "Reset to Defaults" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Anımsatıcı Ayarlarını Aç" + "value" : "Reset to Defaults" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open Reminder Settings" + "value" : "Reset to Defaults" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "打开提醒事项设置" + "value" : "Reset to Defaults" } } } }, - "Open shelf by default if items are present" : { + "Restart" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Restartovat" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Standardmäßig Ablage öffnen, wenn Dateien abgelegt sind" + "value" : "Neustarten" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Reiniciar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ouvrir la bibliothèque par défaut si des éléments sont présents" + "value" : "Redémarrer" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Riavvia" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "재시작" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Uruchom ponownie" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Yeniden başlat" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Open shelf by default if items are present" + "value" : "Restart" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "当项目存在时默认打开暂存器" + "value" : "重启" } } } }, - "Percentage" : { - "Option key behaviour" : { - - }, - "Pick a Color" : { - - }, - "Plugged In" : { + "Restart Boring Notch" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Restartovat Boring Notch" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Angeschlossen" + "value" : "Boring Notch neu starten" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Reiniciar Boring Notch" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Branché" + "value" : "Redémarrer Boring Notch" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Collegato" + "value" : "Riavvia Boring Notch" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "충전 중" + "value" : "Boring Notch 재시작" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Podłączony" + "value" : "Uruchom ponownie Boring Notch" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Boring Notch'u yeniden başlat" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Plugged In" + "value" : "Restart Boring Notch" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已插入" + "value" : "重启 Boring Notch" } } } }, - "Progress bar" : { - - }, - "Progressbar style" : { + "Running" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Running" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Běží" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ladebalken Stil" + "value" : "Läuft" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Progressbar style" + "value" : "Running" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Progress bar style" + "value" : "Running" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Ejecutándose" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Style de la barre de progression" + "value" : "En cours d'exécution" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Running" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stile barra di avanzamento" + "value" : "In esecuzione" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "진행 바 스타일" + "value" : "실행 중" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Styl paska postępu" + "value" : "Uruchomiony" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Running" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Running" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Çalışıyor" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Progressbar style" + "value" : "Running" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "进度条样式" + "value" : "运行中" } } } }, - "Quick Share" : { - - }, - "Quick Share Service" : { - - }, - "Quit" : { + "Select the music source you want to use. You can change this later in the app settings." : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Vyberte zdroj hudby který chcete používat. Můžete jej později změnit v nastavení aplikace." } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Verlassen" + "value" : "Wähle die Musik Quelle aus, die du benutzen willst. Du kannst dies später in den Einstellungen ändern." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Seleccione la fuente de la música que desea utilizar. Puede cambiar esto más tarde en los ajustes de la aplicación." } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quitter" + "value" : "Sélectionnez la source de musique que vous souhaitez utiliser. Vous pourrez la modifier plus tard dans les paramètres de l'application." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Chiudi" + "value" : "Selezionare la sorgente musicale che si desidera utilizzare. È possibile modificare questa impostazione in seguito nelle impostazioni dell'app." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "종료" + "value" : "음악 소스 선택하세요. 나중에 앱 설정에서 변경 가능합니다." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyjdź" + "value" : "Wybierz źródło muzyki, którego chcesz użyć. Możesz to później zmienić w ustawieniach aplikacji." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Çık" + "value" : "Kullanmak istediğiniz müzik kaynağını seçin. Bunu daha sonra uygulama ayarlarından değiştirebilirsiniz." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit" + "value" : "Select the music source you want to use. You can change this later in the app settings." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "退出" + "value" : "选择您想要使用的音乐源。您可以稍后在应用设置中更改此项。" } } } }, - "Quit app" : { + "selected" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit app" + "value" : "selected" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit app" + "value" : "vybráno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "App verlassen" + "value" : "ausgewählt" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Quit app" + "value" : "selected" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Quit app" + "value" : "selected" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Cerrar app" + "value" : "seleccionado(s)" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quitter l'application" + "value" : "sélectionné(s)" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit app" + "value" : "selected" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Chiudi app" + "value" : "selezionato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "앱 종료" + "value" : "선택된" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyjdź z aplikacji" + "value" : "zaznaczone" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit app" + "value" : "selected" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit app" + "value" : "selected" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uygulamadan Çık" + "value" : "seçildi" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quit app" + "value" : "selected" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "退出应用" + "value" : "已选择" } } } }, - "Release name" : { + "Selected animation" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Selected animation" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Vybraná animace" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Veröffentlichungsname" + "value" : "Ausgewählte Animation" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Release name" + "value" : "Selected animation" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Release name" + "value" : "Selected animation" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Animación seleccionada" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nom de la version" + "value" : "Animations sélectionné(es)" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Selected animation" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nome del rilascio" + "value" : "Animazione selezionata" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "릴리즈 이름" + "value" : "선택된 애니메이션" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nazwa wydania" + "value" : "Wybrana animacja" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Selected animation" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Selected animation" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Seçili animasyon" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Release name" + "value" : "Selected animation" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "版本名称" + "value" : "所选动画" } } } }, - "Remember last tab" : { + "Settings" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Settings" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Nastavení" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Merke den letzten Tab" + "value" : "Einstellungen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Remember last tab" + "value" : "Settings" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Remember last tab" + "value" : "Settings" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Ajustes" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Se souvenir du dernier onglet" + "value" : "Paramètres" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Settings" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ricorda l'ultima scheda" + "value" : "Impostazioni" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "마지막 탭 기억하기" + "value" : "설정" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zapamiętaj ostatnią kartę" + "value" : "Ustawienia" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Settings" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Settings" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Ayarlar" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Remember last tab" + "value" : "Settings" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "记住上一个标签页" + "value" : "设置" } } } }, - "Reminder access is denied. Please enable it in System Settings." : { + "Settings icon in notch" : { + + }, + "Shelf" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Police" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erinnerungen Zugriff verweigert. Bitte aktiviere es in den Systemeinstellungen." + "value" : "Ablage" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Bandeja" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "L'accès au rappel est refusé. Veuillez l'activer dans les paramètres." + "value" : "Étagère" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "L'accesso al promemoria è negato. Si prega di abilitarlo nelle impostazioni di sistema." + "value" : "Scaffale" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미리알림 엑세스 거부됨. 시스템설정에서 허용해주세요." + "value" : "서랍" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Odmowa dostępu do przypomnień. Proszę włączyć dostęp w ustawieniach systemowych." + "value" : "Półka" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Raf" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminder access is denied. Please enable it in System Settings." + "value" : "Shelf" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "提醒事项访问被拒绝。请在系统设置中启用它。" + "value" : "暂存器" } } } }, - "Reminders" : { + "Shortcuts" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Shortcuts" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Zkratky" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Erinnerungen" + "value" : "Tastaturkürzel" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Reminders" + "value" : "Shortcuts" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Reminders" + "value" : "Shortcuts" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Atajos" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Rappels" + "value" : "Raccourcis" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Shortcuts" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Promemoria" + "value" : "Scorciatoie" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "미리알림들" + "value" : "바로가기들" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Przypomnienia" + "value" : "Skróty klawiszowe" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Shortcuts" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Shortcuts" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Anımsatıcılar" + "value" : "Kestirmeler" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Reminders" + "value" : "Shortcuts" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "提醒事项" + "value" : "快捷方式" } } } }, - "Remove from shelf after dragging" : { - - }, - "Request Accessibility" : { - - }, - "Restart" : { + "Show battery indicator" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Show battery indicator" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Zobrazit stav baterie" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Neustarten" + "value" : "Batterie-Symbol anzeigen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Restart" + "value" : "Show battery indicator" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Restart" + "value" : "Show battery indicator" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Mostrar indicador de la batería" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Redémarrer" + "value" : "Afficher l'indicateur de la batterie" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Show battery indicator" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Riavvia" + "value" : "Mostra indicatore della batteria" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "재시작" + "value" : "배터리 상태 표시하기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uruchom ponownie" + "value" : "Pokaż wskaźnik baterii" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Show battery indicator" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Show battery indicator" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Yeniden başlat" + "value" : "Pil göstergesini göster" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart" + "value" : "Show battery indicator" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "重启" + "value" : "显示电量" } } } }, - "Restart Boring Notch" : { + "Show battery percentage" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Zobrazit % baterie" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Boring Notch neu starten" + "value" : "Batterieanzeige in Prozent" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Mostrar porcentaje de la batería" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Redémarrer Boring Notch" + "value" : "Afficher le pourcentage de la batterie" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Riavvia Boring Notch" + "value" : "Mostra percentuale batteria" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Boring Notch 재시작" + "value" : "배터리 퍼센트 표시하기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uruchom ponownie Boring Notch" + "value" : "Pokaż procent baterii" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Boring Notch'u yeniden başlat" + "value" : "Pil yüzdesini göster" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Restart Boring Notch" + "value" : "Show battery percentage" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "重启 Boring Notch" + "value" : "显示电量百分比" } } } }, - "Running" : { - "extractionState" : "stale", + "Show calendar" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Show calendar" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Zobrazit kalendář" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Läuft" + "value" : "Kalender anzeigen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Running" + "value" : "Show calendar" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Running" + "value" : "Show calendar" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Mostrar Calendario" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "En cours d'exécution" + "value" : "Afficher le calendrier" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Show calendar" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "In esecuzione" + "value" : "Mostra calendario" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "실행 중" + "value" : "캘린더 보이기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uruchomiony" + "value" : "Pokaż kalendarz" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Show calendar" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Show calendar" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Takvimi göster" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Running" + "value" : "Show calendar" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "运行中" + "value" : "显示日历" } } } }, - "Select the music source you want to use. You can change this later in the app settings." : { + "Show cool face animation while inactive" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wähle die Musik Quelle aus, die du benutzen willst. Du kannst dies später in den Einstellungen ändern." + "value" : "Show cool face animation while inactive" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "state" : "needs_review", + "value" : "Show cool face animation while inactive" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sélectionnez la source de musique que vous souhaitez utiliser. Vous pourrez la modifier plus tard dans les paramètres de l'application." + "value" : "Show cool face animation while inactive" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selezionare la sorgente musicale che si desidera utilizzare. È possibile modificare questa impostazione in seguito nelle impostazioni dell'app." + "value" : "Show cool face animation while inactive" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "음악 소스 선택하세요. 나중에 앱 설정에서 변경 가능합니다." + "value" : "Show cool face animation while inactive" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wybierz źródło muzyki, którego chcesz użyć. Możesz to później zmienić w ustawieniach aplikacji." + "value" : "Show cool face animation while inactive" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Select the music source you want to use. You can change this later in the app settings." + "value" : "Show cool face animation while inactive" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "选择您想要使用的音乐源。您可以稍后在应用设置中更改此项。" + "value" : "Show cool face animation while inactive" } } } }, - "selected" : { + "Show lyrics below artist name" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "ausgewählt" + "value" : "Show lyrics below artist name" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "selected" + "state" : "needs_review", + "value" : "Show lyrics below artist name" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "sélectionné(s)" + "value" : "Show lyrics below artist name" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "selezionato" + "value" : "Show lyrics below artist name" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "선택된" + "value" : "Show lyrics below artist name" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "zaznaczone" + "value" : "Show lyrics below artist name" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "selected" + "value" : "Show lyrics below artist name" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已选择" + "value" : "Show lyrics below artist name" } } } }, - "Selected animation" : { + "Show lyrics under player" : { + + }, + "Show menu bar icon" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ausgewählte Animation" + "value" : "Show menu bar icon" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Selected animation" + "state" : "needs_review", + "value" : "Show menu bar icon" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Animations sélectionné(es)" + "value" : "Show menu bar icon" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Animazione selezionata" + "value" : "Show menu bar icon" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "선택된 애니메이션" + "value" : "Show menu bar icon" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wybrana animacja" + "value" : "Show menu bar icon" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Selected animation" + "value" : "Show menu bar icon" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "所选动画" + "value" : "Show menu bar icon" } } } }, - "Settings" : { + "Show music live activity" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Einstellungen" + "value" : "Show music live activity" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Settings" + "value" : "Show music live activity" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Settings" + "state" : "needs_review", + "value" : "Show music live activity" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Paramètres" + "value" : "Show music live activity" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Impostazioni" + "value" : "Show music live activity" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "설정" + "value" : "Show music live activity" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ustawienia" + "value" : "Show music live activity" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ayarlar" + "value" : "Show music live activity" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings" + "value" : "Show music live activity" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "设置" + "value" : "Show music live activity" } } } }, - "Settings icon in notch" : { - "extractionState" : "stale", + "Show notch on lock screen" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Einstellungs-Symbol in der Notch" + "value" : "Show notch on lock screen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Settings icon in notch" + "state" : "needs_review", + "value" : "Show notch on lock screen" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Paramètres de l'icône dans l'encoche" + "value" : "Show notch on lock screen" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치에 설정 아이콘" + "value" : "Show notch on lock screen" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Settings icon in notch" + "value" : "Show notch on lock screen" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch中的设置图标" + "value" : "Show notch on lock screen" } } } }, - "Shelf" : { + "Show on a specific display" : { + + }, + "Show on all displays" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Show on all displays" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Zobrazit na všech obrazovkách" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ablage" + "value" : "Auf allen Displays anzeigen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Shelf" + "value" : "Show on all displays" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Shelf" + "value" : "Show on all displays" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Mostrar en todas las pantallas" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Étagère" + "value" : "Afficher sur tous les écrans" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Show on all displays" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Scaffale" + "value" : "Mostra su tutti gli schermi" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "서랍" + "value" : "모든 디스플레이에 표시" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Półka" + "value" : "Pokaż na wszystkich wyświetlaczach" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Show on all displays" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Show on all displays" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Tüm ekranlarda göster" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shelf" + "value" : "Show on all displays" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "暂存器" + "value" : "在所有显示器上显示" } } } }, - "Shortcuts" : { + "Show power status icons" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Zobrazit ikonu stavu napájení" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tastenkombinationen" + "value" : "Symbole zum Ladestatus anzeigen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Mostrar iconos del adaptador de corriente" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Raccourcis" + "value" : "Afficher les icônes d'états de chargement" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Scorciatoie" + "value" : "Mostra icona stato alimentazione" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "바로가기들" + "value" : "전원 상태 아이콘 보이기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Skróty klawiszowe" + "value" : "Pokaż ikony stanu zasilania" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kestirmeler" + "value" : "Güç durumu simgelerini göster" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Shortcuts" + "value" : "Show power status icons" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "快捷方式" + "value" : "显示电源状态图标" } } } }, - "Show battery indicator" : { + "Show power status notifications" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Zobrazovat oznámení o stavu napájení" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Batterie-Symbol anzeigen" + "value" : "Benachrichtigungen zum Ladestatus anzeigen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Mostrar notificaciones del adaptador de corriente" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher l'indicateur de la batterie" + "value" : "Afficher les notifications d'état de chargement" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Mostra notifiche alimentazione" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "배터리 상태 표시하기" + "value" : "전원 상태 알림 켜기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Pokaż powiadomienia o stanie zasilania" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Güç durumu bildirimlerini göster" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery indicator" + "value" : "Show power status notifications" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "显示电量" + "value" : "显示电源状态通知" } } } }, - "Show battery percentage" : { + "Show settings icon in notch" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Batterieanzeige in Prozent" + "value" : "Show settings icon in notch" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Show battery percentage" + "state" : "needs_review", + "value" : "Show settings icon in notch" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher le pourcentage de la batterie" + "value" : "Show settings icon in notch" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "배터리 퍼센트 표시하기" + "value" : "Show settings icon in notch" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show battery percentage" + "value" : "Show settings icon in notch" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "显示电量百分比" + "value" : "Show settings icon in notch" } } } }, - "Show calendar" : { + "Show shuffle and repeat buttons" : { + + }, + "Show sneak peek on playback changes" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kalender anzeigen" + "value" : "Show sneak peek on playback changes" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Show calendar" + "state" : "needs_review", + "value" : "Show sneak peek on playback changes" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher le calendrier" + "value" : "Show sneak peek on playback changes" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "캘린더 보이기" + "value" : "Show sneak peek on playback changes" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show calendar" + "value" : "Show sneak peek on playback changes" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "显示日历" + "value" : "Show sneak peek on playback changes" } } } }, - "Show cool face animation while inactive" : { - - }, - "Show cool face animation while inactivity" : { - "extractionState" : "stale", + "Slider color" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Slider color" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Barva posuvníku" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Schieberegler-Farbe" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show cool face animation while inactivity" + "value" : "Slider color" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show cool face animation while inactivity" + "value" : "Slider colour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Color de la barra de progreso" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Montrer une animation cool de visage pendant l'inactivité" + "value" : "Couleur de la barre de défilement" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Slider color" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Colore cursore" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "슬라이더 컬러" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Kolor suwaka" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Slider color" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Slider color" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Kaydırıcı rengi" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show cool face animation while inactivity" + "value" : "Slider color" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "不活动时显示动画" + "value" : "滑块颜色" } } } }, - "Show lyrics under player" : { - - }, - "Show notch on lock screen" : { - - }, - "Show on a specific display" : { + "Sneak Peek shows the media title and artist under the notch for a few seconds." : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Náhled zobrazuje název skladby a autora pod výřezem na několik vteřin." } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Auf einem bestimmten Display anzeigen" + "value" : "Sneak Peek zeigt für ein paar Sekunden den Medientitel und den Künstler unter der Notch an." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Vistazo Rápido muestra el título y nombre del artista debajo del notch por unos segundos." } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher sur un écran spécifique" + "value" : "Sneak Peek montre le titre du média et l'artiste sous l'encoche pendant quelques secondes." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mostra su un display specifico" + "value" : "Sneak Peek mostra per alcuni secondi il titolo dei media e l'artista sotto la notch." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "특정 디스플레이에 표시" + "value" : "훔쳐보기가 몇 초 동안 미디어 제목과 아티스트명을 노치 아래에 보여줍니다." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pokaż na określonym wyświetlaczu" + "value" : "Podgląd pokazuje tytuł multimediów i artystę pod notchem przez kilka sekund." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Ön izleme, birkaç saniye boyunca çentik altında medya başlığını ve sanatçıyı gösterir." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on a specific display" + "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "在指定显示器上显示" + "value" : "Sneak Peek 在 Notch 下显示媒体标题和艺术家几秒钟。" } } } }, - "Show on all displays" : { + "Sneak Peek Style" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Styl náhledu" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Auf allen Displays anzeigen" + "value" : "Sneak Peek Stil" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Estilo del Vistazo Rápido" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher sur tous les écrans" + "value" : "Style du Sneak Peek" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mostra su tutti gli schermi" + "value" : "Stile Sneak Peek" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "모든 디스플레이에 표시" + "value" : "훔쳐보기 스타일" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pokaż na wszystkich wyświetlaczach" + "value" : "Styl podglądu" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Ön izleme stili" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show on all displays" + "value" : "Sneak Peek Style" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "在所有显示器上显示" + "value" : "Sneak Peek 样式" } } } }, - "Show power status icons" : { - "extractionState" : "stale", + "Software updates" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Software updates" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Aktualizace" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Symbole zum Ladestatus anzeigen" + "value" : "Softwareupdates" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show power status icons" + "value" : "Software updates" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show power status icons" + "value" : "Software updates" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Actualizaciones de software" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher les icônes d'états de chargement" + "value" : "Mises à jour du logiciel" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Software updates" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Aggiornamenti software" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "전원 상태 아이콘 보이기" + "value" : "소프트웨어 업데이트" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Aktualizacje oprogramowania" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Software updates" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Software updates" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Yazılım güncellemeleri" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status icons" + "value" : "Software updates" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "显示电源状态图标" + "value" : "软件更新" } } } }, - "Show power status notifications" : { - "extractionState" : "stale", + "Sound" : { + + }, + "Speed" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Speed" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Rychlost" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Benachrichtigungen zum Ladestatus anzeigen" + "value" : "Geschwindigkeit" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show power status notifications" + "value" : "Speed" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show power status notifications" + "value" : "Speed" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Velocidad" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher les notifications d'état de chargement" + "value" : "Vitesse" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Speed" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Velocità" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "전원 상태 알림 켜기" + "value" : "속도" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Szybkość" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Speed" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Speed" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Hız" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show power status notifications" + "value" : "Speed" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "显示电源状态通知" + "value" : "速度" } } } }, - "Show shuffle and repeat buttons" : { + "Square" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Čtverec" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zeige Zufallswiedergabe und Wiederholung Tasten" + "value" : "Quadratisch" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Cuadrado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Afficher les boutons \"aléatoire\" et \"répéter\"" + "value" : "Carré" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mostra pulsanti casuale e ripeti" + "value" : "Quadrato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "랜덤과 반복 버튼 표시" + "value" : "사각형" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pokaż przyciski \"pomieszaj\" i \"powtórz\"" + "value" : "Kwadrat" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Kare" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Show shuffle and repeat buttons" + "value" : "Square" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "显示随机播放和重复按钮" + "value" : "方形" } } } }, - "Slider color" : { + "Stopped" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Stopped" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Zastaveno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider Farbe" + "value" : "Gestoppt" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Slider color" + "value" : "Stopped" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Slider colour" + "value" : "Stopped" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Detenido" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Couleur de la barre de défilement" + "value" : "Arrêt" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Stopped" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Colore cursore" + "value" : "Interrotto" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "슬라이더 컬러" + "value" : "중지 됨" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kolor suwaka" + "value" : "Zatrzymano" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Stopped" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Stopped" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Durduruldu" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Slider color" + "value" : "Stopped" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "滑块颜色" + "value" : "已停止" } } } }, - "Sneak Peek shows the media title and artist under the notch for a few seconds." : { + "Support Us" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Podpořte nás" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek zeigt den Medium-Titel und den Künstler unter der Notch für ein paar Sekunden." + "value" : "Unterstütze uns" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Apóyenos" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek montre le titre du média et l'artiste sous l'encoche pendant quelques secondes." + "value" : "Soutenez-nous" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek mostra per alcuni secondi il titolo dei media e l'artista sotto la notch." + "value" : "Supportaci" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "훔쳐보기가 몇 초 동안 미디어 제목과 아티스트명을 노치 아래에 보여줍니다." + "value" : "후원하기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Podgląd pokazuje tytuł multimediów i artystę pod notchem przez kilka sekund." + "value" : "Wesprzyj nas" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Bizi Destekle" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek shows the media title and artist under the notch for a few seconds." + "value" : "Support Us" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek 在Notch下显示媒体标题和艺术家几秒钟。" + "value" : "支持我们" } } } }, - "Sneak Peek Style" : { + "System" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Stil" + "value" : "System" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Sneak Peek Style" + "value" : "System" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Sneak Peek Style" + "state" : "needs_review", + "value" : "System" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Style du Sneak Peek" + "value" : "System" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stile Sneak Peek" + "value" : "System" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "훔쳐보기 스타일" + "value" : "System" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Styl podglądu" + "value" : "System" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek Style" + "value" : "System" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek 样式" + "value" : "System" } } } }, - "Software updates" : { + "System features" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "System features" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "Systémové funkce" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Softwareupdates" + "value" : "Systemfunktionen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Software updates" + "value" : "System features" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Software updates" + "value" : "System features" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "Características del Sistema" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Mises à jour du logiciel" + "value" : "Fonctionnalités système" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "System features" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aggiornamenti software" + "value" : "Funzionalità di sistema" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "소프트웨어 업데이트" + "value" : "시스템 기능" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Aktualizacje oprogramowania" + "value" : "Funkcje systemowe" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "System features" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "System features" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Yazılım güncellemeleri" + "value" : "Sistem özellikleri" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Software updates" + "value" : "System features" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "软件更新" + "value" : "系统功能" } } } }, - "Sound" : { + "These features are experimental and may not work as expected." : { }, - "Speed" : { + "Time to Full Charge: %lld min" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Čas do plného nabití: %lld min" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Geschwindigkeit" + "value" : "Zeit bis zur vollen Ladung: %lld min" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Tiempo para recarga completa: %lld min" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vitesse" + "value" : "Temps avant la charge complète : %lld min" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Velocità" + "value" : "Tempo alla carica completa: %lld min" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "속도" + "value" : "완충 까지 남은 시간: %lld 분" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Szybkość" + "value" : "Czas do pełnego naładowania: %lld min" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Tam Şarj Süresi: %lld dakika" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Speed" + "value" : "Time to Full Charge: %lld min" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "速度" + "value" : "充电时间:%lld 分钟" } } } }, - "Square" : { + "Tint progress bar with accent color" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Čtvercový" + "value" : "Tint progress bar with accent color" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quadratisch" + "value" : "Tint progress bar with accent color" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Square" + "state" : "needs_review", + "value" : "Tint progress bar with accent colour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Carré" + "value" : "Tint progress bar with accent color" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Quadrato" + "value" : "Tint progress bar with accent color" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "사각형" + "value" : "Tint progress bar with accent color" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Kwadrat" + "value" : "Tint progress bar with accent color" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Square" + "value" : "Tint progress bar with accent color" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "方形" + "value" : "Tint progress bar with accent color" } } } }, - "Stopped" : { - "extractionState" : "stale", + "Toggle Notch Open:" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Zapnout otevření výřezu:" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Gestoppt" + "value" : "Notch öffnen umschalten:" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Habilitar apertura del notch:" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Arrêt" + "value" : "Activer/désactiver le Notch Ouvert:" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Interrotto" + "value" : "Apri Notch:" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "중지 됨" + "value" : "노치 열기 토글:" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zatrzymano" + "value" : "Włącz/wyłącz Notch:" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Çentik Aç/Kapat:" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Stopped" + "value" : "Toggle Notch Open:" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已停止" + "value" : "切换Notch:" } } } }, - "Support Us" : { + "Toggle Sneak Peek:" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Zapnout náhled:" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unterstütze uns" + "value" : "Sneak Peek umschalten:" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Habilitar Vistazo Rápido:" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Soutenez-nous" + "value" : "Activer/désactiver Sneak Peek:" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Supportaci" + "value" : "Apri Sneak Peek:" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "후원하기" + "value" : "훔쳐보기 토글:" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wesprzyj nas" + "value" : "Włącz/wyłącz podgląd:" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bizi Destekle" + "value" : "Ön izlemeyi Aç/Kapat:" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Support Us" + "value" : "Toggle Sneak Peek:" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "支持我们" + "value" : "触发 Sneak Peek:" } } } }, - "System" : { - - }, - "System features" : { + "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Posunutím dvěma prsty nahoru zavřete, dvojitým posunem dolů otevřete, když je zakázána možnost **Otevření výřezu při nápovědě**" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "System Funktionen" + "value" : "Zwei-Finger Wischen nach oben zum Schließen der Notch, zwei-Finger wischen nach unten um die Notch zu öffnen, wenn die Option **Notch bei Mausberührung öffnen** deaktiviert ist" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Deslice con dos dedos hacia arriba para cerrar, deslice con dos dedos hacia abajo para abrir cuando la opción de **Abrir el notch al pasar el cursor** esté deshabilitada" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Fonctionnalités système" + "value" : "Glisser deux doigts vers le haut sur l'encoche pour fermer, glisser deux doigts vers le bas sur l'encoche pour l'ouvrir lorsque l'option **Ouvrir l'encoche au survolant** est désactivée" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Funzionalità di sistema" + "value" : "Scorri due dita verso l'alto sulla notch per chiudere, scorri due dita verso il basso sulla tacca per aprirla quando l'opzione **Apri notch all'hover ** è disabilitata" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "시스템 기능" + "value" : "노치에 가져다 대서 열기 옵션이 꺼져있을 때, 노치를 두 손가락을 위로 밀어서 닫고, 두 손가락을 아래로 내려서 열기" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Funkcje systemowe" + "value" : "Przesuń dwoma palcami w górę na notchu, aby zamknąć, przesuń dwoma palcami w dół na notchu, aby otworzyć, gdy opcja **Otwórz notch przy najechaniu palcem ** jest wyłączona" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sistem özellikleri" + "value" : "**Fareyi üzerine getirdiğinde aç** seçeneği devre dışı bırakıldığında, kapatmak için çentiği iki parmağınızla yukarı kaydırın, açmak için çentiği iki parmağınızla aşağı kaydırın." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "System features" + "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "系统功能" + "value" : "在Notch里双指向上滑动以关闭。当**悬停在Notch时打开**选项禁用时,双指向下滑动即可打开" } } } }, - "These features are experimental and may not work as expected." : { - - }, - "Time to Full Charge: %lld min" : { + "Uninstall" : { + "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Odinstalovat" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zeit bis zur vollen Ladung: %lld min" + "value" : "Deinstallieren" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Desinstalar" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Temps avant la charge complète : %lld min" + "value" : "Désinstaller" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tempo alla carica completa: %lld min" + "value" : "Disinstalla" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "완충 까지 남은 시간: %lld 분" + "value" : "설치제거" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Czas do pełnego naładowania: %lld min" + "value" : "Odinstaluj" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Yüklemeyi Kaldır" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Time to Full Charge: %lld min" + "value" : "Uninstall" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "充电时间:%lld 分钟" + "value" : "卸载" } } } }, - "Toggle Notch Open:" : { + "Unlock advanced features and improve your experience. Upgrade now for more customizations!" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Odemkněte pokročilé funkce a vylepšete si svůj zážitek. Upgradujte nyní pro více přizpůsobení!" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Notch öffnen umschalten:" + "value" : "Schalte erweiterte Funktionen frei und verbessere deine Erfahrung. Upgrade jetzt für weitere Anpassungsmöglichkeiten!" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Desbloquee funciones avanzadas y mejore su experiencia. ¡Actualice ahora para más personalizaciones!" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer/désactiver le Notch Ouvert:" + "value" : "Déverrouillez des fonctionnalités avancées et améliorez votre expérience. Mettez à niveau maintenant pour plus de personnalisations !" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Apri Notch:" + "value" : "Sblocca le funzionalità avanzate e migliora la tua esperienza. Aggiorna ora per ulteriori personalizzazioni!" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치 열기 토글:" + "value" : "고급 설정을 해제해 경험을 향상하세요. 더 많은 맞춤화 설정을 지금 바로 업그레이드해서 즐기세요!" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Włącz/wyłącz Notch:" + "value" : "Odblokuj dodatkowe funkcje i ciesz się lepszymi możliwościami. Ulepsz teraz, aby móc bardziej dostosować ustawienia!" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Gelişmiş özelliklerin kilidini açın ve deneyiminizi iyileştirin. Daha fazla özelleştirme için şimdi yükseltin!" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Notch Open:" + "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "切换Notch:" + "value" : "解锁高级功能并提升您的体验。现在升级以获取更多自定义功能!" } } } }, - "Toggle Sneak Peek:" : { + "unmuted" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "neztlumeno" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sneak Peek umschalten:" + "value" : "Nicht stummgeschaltet" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "audio reactivado" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Activer/désactiver Sneak Peek:" + "value" : "sans sourdine" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Apri Sneak Peek:" + "value" : "smutato" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "훔쳐보기 토글:" + "value" : "음소거 해제됨" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Włącz/wyłącz podgląd:" + "value" : "Wyciszenie wyłączone" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "sesi açılmış" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Toggle Sneak Peek:" + "value" : "unmuted" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "切换 Sneak Peek:" + "value" : "已取消静音" } } } }, - "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" : { + "Upgrade to Pro" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgradovat na verzi Pro" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zwei-Finger Wischen nach oben zum Schließen der Notch, zwei-Finger wischen nach unten um die Notch zu öffnen, wenn die Option **Notch bei Mausberührung öffnen** deaktiviert ist" + "value" : "Auf Pro upgraden" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Actualice a Pro" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Glisser deux doigts vers le haut sur l'encoche pour fermer, glisser deux doigts vers le bas sur l'encoche pour l'ouvrir lorsque l'option **Ouvrir l'encoche au survolant** est désactivée" + "value" : "Passer à la version Pro" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Scorri due dita verso l'alto sulla notch per chiudere, scorri due dita verso il basso sulla tacca per aprirla quando l'opzione **Apri notch all'hover ** è disabilitata" + "value" : "Passa a Pro" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "노치에 가져다 대서 열기 옵션이 꺼져있을 때, 노치를 두 손가락을 위로 밀어서 닫고, 두 손가락을 아래로 내려서 열기" + "value" : "프로로 업그레이드" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Przesuń dwoma palcami w górę na notchu, aby zamknąć, przesuń dwoma palcami w dół na notchu, aby otworzyć, gdy opcja **Otwórz notch przy najechaniu palcem ** jest wyłączona" + "value" : "Ulepsz do wersji Pro" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Pro sürümüne Yükselt" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Two-finger swipe up on notch to close, two-finger swipe down on notch to open when **Open notch on hover** option is disabled" + "value" : "Upgrade to Pro" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "在Notch里双指向上滑动以关闭。当**悬停在Notch时打开**选项禁用时,双指向下滑动即可打开" + "value" : "升级至 Pro" } } } }, - "Uninstall" : { - "extractionState" : "stale", + "Use accent color" : { + + }, + "Use music visualizer spectrogram" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Use music visualizer spectrogram" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Použít hudební vizualizér" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Deinstallieren" + "value" : "Musik-Visualizer Spektrogramm verwenden" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Uninstall" + "value" : "Use music visualizer spectrogram" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Uninstall" + "value" : "Use music visualiser spectrogram" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Usar espectrograma del visualizador musical" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Désinstaller" + "value" : "Utiliser le spectrogramme du visualiseur de musique" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Use music visualizer spectrogram" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Disinstalla" + "value" : "Usa spettrogramma per la visualizzatore musicale" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "설치제거" + "value" : "음악 시각화 스펙트로그램 사용" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Odinstaluj" + "value" : "Użyj spektrogramu wizualizera muzyki" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Use music visualizer spectrogram" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Use music visualizer spectrogram" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Müzik görselleştirici spektrogram kullanın" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Uninstall" + "value" : "Use music visualizer spectrogram" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "卸载" + "value" : "使用音乐可视化器谱图" } } } }, - "Unlock advanced features and improve your experience. Upgrade now for more customizations!" : { + "Use simpler close animation" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Použít jednodušší animaci zavření" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Schalte erweiterte Funktionen frei und verbessere deine Erfahrung. Upgrade jetzt für weitere Anpassungsmöglichkeiten!" + "value" : "Nutze vereinfachte Schließanimation" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Usar animación de cierre simple" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Déverrouillez des fonctionnalités avancées et améliorez votre expérience. Mettez à niveau maintenant pour plus de personnalisations !" + "value" : "Utiliser une animation de fermeture simplifiée" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Sblocca le funzionalità avanzate e migliora la tua esperienza. Aggiorna ora per ulteriori personalizzazioni!" + "value" : "Usa animazione di chiusura semplice" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "고급 설정을 해제해 경험을 향상하세요. 더 많은 맞춤화 설정을 지금 바로 업그레이드해서 즐기세요!" + "value" : "닫기 효과 간단하게" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Odblokuj dodatkowe funkcje i ciesz się lepszymi możliwościami. Ulepsz teraz, aby móc bardziej dostosować ustawienia!" + "value" : "Użyj prostszej animacji zamknięcia" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Daha basit kapatma animasyonu kullanın" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Unlock advanced features and improve your experience. Upgrade now for more customizations!" + "value" : "Use simpler close animation" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "解锁高级功能并提升您的体验。现在升级以获取更多自定义功能!" + "value" : "使用更简单的关闭动画" } } } }, - "unmuted" : { + "Use your macOS system accent color" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nicht stummgeschaltet" + "value" : "Use your macOS system accent color" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "unmuted" + "state" : "needs_review", + "value" : "Use your macOS system accent colour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "sans sourdine" + "value" : "Use your macOS system accent color" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "smutato" + "value" : "Use your macOS system accent color" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "음소거 해제됨" + "value" : "Use your macOS system accent color" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wyciszenie wyłączone" + "value" : "Use your macOS system accent color" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "unmuted" + "value" : "Use your macOS system accent color" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "已取消静音" + "value" : "Use your macOS system accent color" } } } }, - "Upgrade to Pro" : { + "Using System Accent" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Auf Pro upgraden" + "value" : "Using System Accent" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Upgrade to Pro" + "state" : "needs_review", + "value" : "Using System Accent" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Passer à la version Pro" + "value" : "Using System Accent" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Passa a Pro" + "value" : "Using System Accent" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "프로로 업그레이드" + "value" : "Using System Accent" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ulepsz do wersji Pro" + "value" : "Using System Accent" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Pro sürümüne Yükselt" + "value" : "Using System Accent" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Upgrade to Pro" + "value" : "Using System Accent" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "升级至 Pro" + "value" : "Using System Accent" } } } }, - "Use accent color" : { - "extractionState" : "stale", + "Version" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Version" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Verze" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Version" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Use accent color" + "value" : "Version" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Use accent colour" + "value" : "Version" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Versión" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Utiliser la couleur d'accentuation" + "value" : "Version" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Version" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Versione" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "강조 색상 사용하기" + "value" : "버전" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Wersja" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Version" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Version" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Versiyon" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use accent color" + "value" : "Version" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "使用强调色" + "value" : "版本" } } } }, - "Use music visualizer spectrogram" : { + "Version info" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Version info" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Informace o verzi" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Musik-Visualizer Spektrogramm verwenden" + "value" : "Versionsinfo" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Use music visualizer spectrogram" + "value" : "Version info" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Use music visualiser spectrogram" + "value" : "Version info" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Información de la versión" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Utiliser le spectrogramme du visualiseur de musique" + "value" : "Infos de la version" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Version info" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Usa spettrogramma per la visualizzatore musicale" + "value" : "Info versione" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "음악 시각화 스펙트로그램 사용" + "value" : "버전 설명" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Użyj spektrogramu wizualizera muzyki" + "value" : "Informacje o wersji" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Version info" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Version info" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Versiyon bilgisi" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use music visualizer spectrogram" + "value" : "Version info" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "使用音乐可视化器谱图" + "value" : "版本信息" } } } }, - "Use simpler close animation" : { + "View on GitHub: pear-devs/pear-desktop" : { "extractionState" : "stale", "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vereinfachte Animation beim Schließen verwenden" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Use simpler close animation" + "state" : "needs_review", + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Utiliser une animation de fermeture simplifiée" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "닫기 효과 간단하게" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Use simpler close animation" + "value" : "View on GitHub: pear-devs/pear-desktop" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "使用更简单的关闭动画" + "value" : "View on GitHub: pear-devs/pear-desktop" } } } }, - "Use your macOS system accent color" : { - - }, - "Using System Accent" : { + "View on GitHub: th-ch/youtube-music" : { }, - "Version" : { + "Welcome" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Welcome" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Vítejte" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Willkommen" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Version" + "value" : "Welcome" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Version" + "value" : "Welcome" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Bienvenido" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Bienvenue" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Welcome" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Versione" + "value" : "Benvenuto" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "버전" + "value" : "환영합니다" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wersja" + "value" : "Witamy" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Welcome" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Welcome" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Versiyon" + "value" : "Hoş geldiniz" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version" + "value" : "Welcome" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "版本" + "value" : "欢迎" } } } }, - "Version info" : { + "What's New" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "What's New" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "Co je nového" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Versionsinfo" + "value" : "Was ist neu" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Version info" + "value" : "What's New" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "Version info" + "value" : "What's New" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "Novedades" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Infos de la version" + "value" : "Nouveautés" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "What's New" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Info versione" + "value" : "Novità" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "버전 설명" + "value" : "새로운 기능" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Informacje o wersji" + "value" : "Co nowego" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "What's New" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "What's New" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Versiyon bilgisi" + "value" : "Neler Yeni" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Version info" + "value" : "What's New" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "版本信息" + "value" : "更新内容" } } } }, - "View on GitHub: th-ch/youtube-music" : { + "Window Appearance" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Auf GitHub anschauen: th-ch/youtube-music" + "value" : "Window Appearance" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "View on GitHub: th-ch/youtube-music" + "state" : "needs_review", + "value" : "Window Appearance" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Voir sur GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Visualizza su GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "GitHub에서 보기: th-ch/youtube-music" + "value" : "Window Appearance" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Zobacz na GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "View on GitHub: th-ch/youtube-music" + "value" : "Window Appearance" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "在 GitHub 上查看:th-ch/youtube-music" + "value" : "Window Appearance" } } } }, - "Welcome" : { + "Window Behavior" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Willkommen" + "value" : "Window Behavior" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Welcome" + "value" : "Window Behavior" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "Welcome" + "state" : "needs_review", + "value" : "Window Behaviour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Bienvenue" + "value" : "Window Behavior" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Benvenuto" + "value" : "Window Behavior" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "환영합니다" + "value" : "Window Behavior" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Witamy" + "value" : "Window Behavior" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Hoş geldiniz" + "value" : "Window Behavior" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "Welcome" + "value" : "Window Behavior" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "欢迎" + "value" : "Window Behavior" } } } }, - "What's New" : { + "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Was ist neu" + "value" : "Du kannst die App nun genießen. Wenn du Dinge weiter anpassen möchtest, kannst du dies jederzeit in den Einstellungen tun." } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "Ahora puede disfrutar de la aplicación. Si desea modificar otros detalles, siempre puede visitar los ajustes." } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Nouveautés" + "value" : "Vous pouvez maintenant profiter de l'application. Si vous voulez modifier davantage les choses, vous pouvez toujours consulter les paramètres." } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Novità" + "value" : "Ora puoi goderti l'app. Se vuoi modificare ulteriormente le cose, puoi sempre visitare le impostazioni." } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "새로운 기능" + "value" : "이제 앱을 즐기실 수 있습니다. 추가로 설정을 조정하고 싶으시면 언제든지 설정 메뉴를 방문하시면 됩니다." } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Co nowego" + "value" : "Możesz już cieszyć się aplikacją. Jeśli chcesz wprowadzić dodatkowe zmiany, zajrzyj do ustawień." } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Neler Yeni" + "value" : "Artık uygulamanın keyfini çıkarabilirsiniz. Daha fazla ayar yapmak isterseniz, her zaman ayarlar bölümünü ziyaret edebilirsiniz." } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "What's New" + "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "更新内容" + "value" : "如果您想进一步调整内容,您可以随时访问设置。" } } } }, - "Window Appearance" : { - - }, - "Window Behavior" : { - - }, - "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." : { + "You're All Set!" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "" + "value" : "Vše je nastaveno!" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Du kannst die App nun genießen. Wenn du Dinge weiter anpassen möchtest, kannst du dies jederzeit in den Einstellungen tun." + "value" : "Du bist bereit!" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "en-GB" : { "stringUnit" : { "state" : "translated", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "¡Todo listo!" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Vous pouvez maintenant profiter de l'application. Si vous voulez modifier davantage les choses, vous pouvez toujours consulter les paramètres." + "value" : "Tout est prêt!" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "Ora puoi goderti l'app. Se vuoi modificare ulteriormente le cose, puoi sempre visitare le impostazioni." + "value" : "È Tutto ok!" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "이제 앱을 즐기실 수 있습니다. 추가로 설정을 조정하고 싶으시면 언제든지 설정 메뉴를 방문하시면 됩니다." + "value" : "준비되었습니다!" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Możesz już cieszyć się aplikacją. Jeśli chcesz wprowadzić dodatkowe zmiany, zajrzyj do ustawień." + "value" : "Wszystko gotowe!" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "Tamamen Hazırsın!" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "You can now enjoy the app. If you want to tweak things further, you can always visit the settings." + "value" : "You're All Set!" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "如果您想进一步调整内容,您可以随时访问设置。" + "value" : "一切都准备好了!" } } } }, - "You're All Set!" : { + "Your macOS system accent color" : { "localizations" : { "ar" : { "stringUnit" : { "state" : "needs_review", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "Du bist fertig!" + "value" : "Your macOS system accent color" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "en-GB" : { "stringUnit" : { - "state" : "translated", - "value" : "You're All Set!" + "state" : "needs_review", + "value" : "Your macOS system accent colour" } }, "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "¡Todo listo!" + "value" : "Your macOS system accent color" } }, "fr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tout est prêt!" + "value" : "Your macOS system accent color" } }, "hu" : { "stringUnit" : { "state" : "needs_review", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "it" : { "stringUnit" : { "state" : "needs_review", - "value" : "È Tutto ok!" + "value" : "Your macOS system accent color" } }, "ko" : { "stringUnit" : { "state" : "needs_review", - "value" : "준비되었습니다!" + "value" : "Your macOS system accent color" } }, "pl" : { "stringUnit" : { "state" : "needs_review", - "value" : "Wszystko gotowe!" + "value" : "Your macOS system accent color" } }, "pt-BR" : { "stringUnit" : { "state" : "needs_review", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "ru" : { "stringUnit" : { "state" : "needs_review", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "Tamamen Hazırsın!" + "value" : "Your macOS system accent color" } }, "uk" : { "stringUnit" : { "state" : "needs_review", - "value" : "You're All Set!" + "value" : "Your macOS system accent color" } }, "zh-Hans" : { "stringUnit" : { "state" : "needs_review", - "value" : "一切都准备好了!" + "value" : "Your macOS system accent color" } } } - }, - "Your macOS system accent color" : { - }, "YouTube Music requires this third-party app to be installed: " : { "localizations" : { @@ -19594,13 +22729,13 @@ "cs" : { "stringUnit" : { "state" : "needs_review", - "value" : "YouTube Music requires this third-party app to be installed: " + "value" : "YouTube Music vyžaduje instalaci aplikace třetí strany: " } }, "de" : { "stringUnit" : { "state" : "needs_review", - "value" : "YouTube Musik braucht diese Drittanbieter-App installiert: " + "value" : "YouTube Musik benötigt diese Drittanbieter-App: " } }, "en" : { @@ -19618,7 +22753,7 @@ "es" : { "stringUnit" : { "state" : "needs_review", - "value" : "YouTube Music requires this third-party app to be installed: " + "value" : "YouTube Music requiere la instalación de esta aplicación independiente: " } }, "fr" : { @@ -19666,7 +22801,7 @@ "tr" : { "stringUnit" : { "state" : "needs_review", - "value" : "YouTube Music requires this third-party app to be installed: " + "value" : "YouTube Music, bu üçüncü taraf uygulamanın yüklenmesini gerektirir: " } }, "uk" : { diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index d6eb2fe5..fc390722 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -83,8 +83,6 @@ struct SettingsView: View { HUD() case "Battery": Charge() - case "Downloads": - Downloads() case "Shelf": Shelf() case "Shortcuts": @@ -445,87 +443,85 @@ struct Charge: View { } -struct Downloads: View { - @Default(.selectedDownloadIndicatorStyle) var selectedDownloadIndicatorStyle - @Default(.selectedDownloadIconStyle) var selectedDownloadIconStyle - var body: some View { - Form { - warningBadge("We don't support downloads yet", "It will be supported later on.") - Section { - Defaults.Toggle("Show download progress", key: .enableDownloadListener) - .disabled(true) - Defaults.Toggle("Enable Safari Downloads", key: .enableSafariDownloads) - .disabled(!Defaults[.enableDownloadListener]) - Picker("Download indicator style", selection: $selectedDownloadIndicatorStyle) { - Text("Progress bar") - .tag(DownloadIndicatorStyle.progress) - Text("Percentage") - .tag(DownloadIndicatorStyle.percentage) - } - Picker("Download icon style", selection: $selectedDownloadIconStyle) { - Text("Only app icon") - .tag(DownloadIconStyle.onlyAppIcon) - Text("Only download icon") - .tag(DownloadIconStyle.onlyIcon) - Text("Both") - .tag(DownloadIconStyle.iconAndAppIcon) - } - - } header: { - HStack { - Text("Download indicators") - comingSoonTag() - } - } - Section { - List { - ForEach([].indices, id: \.self) { index in - Text("\(index)") - } - } - .frame(minHeight: 96) - .overlay { - if true { - Text("No excluded apps") - .foregroundStyle(Color(.secondaryLabelColor)) - } - } - .actionBar(padding: 0) { - Group { - Button { - } label: { - Image(systemName: "plus") - .frame(width: 25, height: 16, alignment: .center) - .contentShape(Rectangle()) - .foregroundStyle(.secondary) - } - - Divider() - Button { - } label: { - Image(systemName: "minus") - .frame(width: 20, height: 16, alignment: .center) - .contentShape(Rectangle()) - .foregroundStyle(.secondary) - } - } - } - } header: { - HStack(spacing: 4) { - Text("Exclude apps") - comingSoonTag() - } - } - } - .onAppear { - Task { @MainActor in - let helper = await XPCHelperClient.shared.isAccessibilityAuthorized() - } - } - .accentColor(.effectiveAccent) - .navigationTitle("Battery") - } -} +//struct Downloads: View { +// @Default(.selectedDownloadIndicatorStyle) var selectedDownloadIndicatorStyle +// @Default(.selectedDownloadIconStyle) var selectedDownloadIconStyle +// var body: some View { +// Form { +// warningBadge("We don't support downloads yet", "It will be supported later on.") +// Section { +// Defaults.Toggle(key: .enableDownloadListener) { +// Text("Show download progress") +// } +// .disabled(true) +// Defaults.Toggle(key: .enableSafariDownloads) { +// Text("Enable Safari Downloads") +// } +// .disabled(!Defaults[.enableDownloadListener]) +// Picker("Download indicator style", selection: $selectedDownloadIndicatorStyle) { +// Text("Progress bar") +// .tag(DownloadIndicatorStyle.progress) +// Text("Percentage") +// .tag(DownloadIndicatorStyle.percentage) +// } +// Picker("Download icon style", selection: $selectedDownloadIconStyle) { +// Text("Only app icon") +// .tag(DownloadIconStyle.onlyAppIcon) +// Text("Only download icon") +// .tag(DownloadIconStyle.onlyIcon) +// Text("Both") +// .tag(DownloadIconStyle.iconAndAppIcon) +// } +// +// } header: { +// HStack { +// Text("Download indicators") +// comingSoonTag() +// } +// } +// Section { +// List { +// ForEach([].indices, id: \.self) { index in +// Text("\(index)") +// } +// } +// .frame(minHeight: 96) +// .overlay { +// if true { +// Text("No excluded apps") +// .foregroundStyle(Color(.secondaryLabelColor)) +// } +// } +// .actionBar(padding: 0) { +// Group { +// Button { +// } label: { +// Image(systemName: "plus") +// .frame(width: 25, height: 16, alignment: .center) +// .contentShape(Rectangle()) +// .foregroundStyle(.secondary) +// } +// +// Divider() +// Button { +// } label: { +// Image(systemName: "minus") +// .frame(width: 20, height: 16, alignment: .center) +// .contentShape(Rectangle()) +// .foregroundStyle(.secondary) +// } +// } +// } +// } header: { +// HStack(spacing: 4) { +// Text("Exclude apps") +// comingSoonTag() +// } +// } +// } +// .navigationTitle("Downloads") +// } +//} struct HUD: View { @EnvironmentObject var vm: BoringViewModel From 756e525c9c88928e4ca7b48fa5095904d390d8fa Mon Sep 17 00:00:00 2001 From: Alex Lemus Date: Wed, 19 Nov 2025 06:36:39 -0600 Subject: [PATCH 10/10] fix(SettingsView): misplaced closing brace in Charge view Moved the closing brace for the header section in the Charge view to ensure proper SwiftUI section structure. --- boringNotch/components/Settings/SettingsView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/boringNotch/components/Settings/SettingsView.swift b/boringNotch/components/Settings/SettingsView.swift index 548fd907..d1c148ac 100644 --- a/boringNotch/components/Settings/SettingsView.swift +++ b/boringNotch/components/Settings/SettingsView.swift @@ -392,6 +392,7 @@ struct Charge: View { } header: { Text("Notifications") + } } .onAppear { Task { @MainActor in