diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 198adeff5..09ac4550c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,8 +21,8 @@ android { applicationId = "com.sameerasw.essentials" minSdk = 26 targetSdk = 36 - versionCode = 42 - versionName = "13.3" + versionCode = 43 + versionName = "14.0" val whatsNewCounter = 1 buildConfigField("int", "WHATS_NEW_COUNTER", whatsNewCounter.toString()) diff --git a/app/src/main/java/com/sameerasw/essentials/ui/components/sheets/WatchInstallHelpBottomSheet.kt b/app/src/main/java/com/sameerasw/essentials/ui/components/sheets/WatchInstallHelpBottomSheet.kt index 6769f62e3..944260735 100644 --- a/app/src/main/java/com/sameerasw/essentials/ui/components/sheets/WatchInstallHelpBottomSheet.kt +++ b/app/src/main/java/com/sameerasw/essentials/ui/components/sheets/WatchInstallHelpBottomSheet.kt @@ -9,12 +9,13 @@ import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.platform.LocalContext import androidx.compose.ui.platform.LocalUriHandler +import androidx.compose.ui.platform.LocalView import androidx.compose.ui.res.painterResource import androidx.compose.ui.res.stringResource import androidx.compose.ui.unit.dp import com.sameerasw.essentials.R import com.sameerasw.essentials.ui.components.containers.RoundedCardContainer - +import com.sameerasw.essentials.utils.HapticUtil import androidx.lifecycle.viewmodel.compose.viewModel import com.sameerasw.essentials.viewmodels.WatchViewModel @@ -26,6 +27,7 @@ fun WatchInstallHelpBottomSheet( ) { val context = LocalContext.current val uriHandler = LocalUriHandler.current + val view = LocalView.current ModalBottomSheet( onDismissRequest = onDismissRequest, @@ -83,6 +85,7 @@ fun WatchInstallHelpBottomSheet( } } + /* // Action Button Button( onClick = { @@ -108,6 +111,34 @@ fun WatchInstallHelpBottomSheet( style = MaterialTheme.typography.labelLarge ) } + */ + + // GitHub Download Button + Button( + onClick = { + HapticUtil.performUIHaptic(view) + uriHandler.openUri("http://github.com/sameerasw/essentials-wear/releases/latest") + }, + modifier = Modifier + .fillMaxWidth() + .height(56.dp), + shape = MaterialTheme.shapes.extraLarge, + colors = ButtonDefaults.buttonColors( + containerColor = MaterialTheme.colorScheme.primary, + contentColor = MaterialTheme.colorScheme.onPrimary + ) + ) { + Icon( + painter = painterResource(id = R.drawable.rounded_download_24), + contentDescription = null, + modifier = Modifier.size(20.dp) + ) + Spacer(modifier = Modifier.width(8.dp)) + Text( + text = stringResource(R.string.action_download_from_github), + style = MaterialTheme.typography.labelLarge + ) + } } } } diff --git a/app/src/main/java/com/sameerasw/essentials/ui/composables/configs/WatchSettingsUI.kt b/app/src/main/java/com/sameerasw/essentials/ui/composables/configs/WatchSettingsUI.kt index 779c17caa..65dcbd686 100644 --- a/app/src/main/java/com/sameerasw/essentials/ui/composables/configs/WatchSettingsUI.kt +++ b/app/src/main/java/com/sameerasw/essentials/ui/composables/configs/WatchSettingsUI.kt @@ -10,11 +10,13 @@ import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.platform.LocalContext import androidx.compose.ui.platform.LocalUriHandler +import androidx.compose.ui.platform.LocalView import androidx.compose.ui.res.painterResource import androidx.compose.ui.res.stringResource import androidx.compose.ui.unit.dp import com.sameerasw.essentials.R import com.sameerasw.essentials.ui.components.containers.RoundedCardContainer +import com.sameerasw.essentials.utils.HapticUtil import com.sameerasw.essentials.viewmodels.WatchViewModel @Composable @@ -23,6 +25,7 @@ fun WatchSettingsUI( modifier: Modifier = Modifier ) { val uriHandler = LocalUriHandler.current + val view = LocalView.current val isWatchDetected = viewModel.isWatchDetected.value val connectedWatchName = viewModel.connectedWatchName.value @@ -101,6 +104,7 @@ fun WatchSettingsUI( modifier = Modifier.padding(top = 4.dp, bottom = 12.dp) ) val context = LocalContext.current + /* Button( onClick = { viewModel.openPlayStoreOnWatch(context) }, modifier = Modifier.fillMaxWidth(), @@ -111,6 +115,27 @@ fun WatchSettingsUI( ) { Text(stringResource(R.string.watch_install_companion_action)) } + */ + + Button( + onClick = { + HapticUtil.performUIHaptic(view) + uriHandler.openUri("http://github.com/sameerasw/essentials-wear/releases/latest") + }, + modifier = Modifier.fillMaxWidth(), + colors = ButtonDefaults.buttonColors( + containerColor = MaterialTheme.colorScheme.onPrimary, + contentColor = MaterialTheme.colorScheme.primary + ) + ) { + Icon( + painter = painterResource(id = R.drawable.rounded_download_24), + contentDescription = null, + modifier = Modifier.size(20.dp) + ) + Spacer(modifier = Modifier.width(8.dp)) + Text(stringResource(R.string.action_download_from_github)) + } } } } diff --git a/app/src/main/res/values-ach/strings.xml b/app/src/main/res/values-ach/strings.xml index a6a5eadef..aad8fcc84 100644 --- a/app/src/main/res/values-ach/strings.xml +++ b/app/src/main/res/values-ach/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. App Freezing Gengo jami ma pe kitiyo kwede kare ki kare @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Pe ki nongo cawa mo Nen calo in pe itye ki gin ma ki lwongo ni Essentials Wear companion app ma ki keto i cawa ni. Ket Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Lok Kit me tic kwede Nyutu @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml index 9071fe95e..9e98f8aa3 100644 --- a/app/src/main/res/values-af/strings.xml +++ b/app/src/main/res/values-af/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. App vries Deaktiveer programme wat selde gebruik word @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Geen horlosie bespeur nie Dit lyk of jy nie die Essentials Wear-metgeselprogram op jou horlosie geïnstalleer het nie. Installeer Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaksie Koppelvlak Vertoon @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 10d0498a1..78d4f2c2d 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -1,6 +1,9 @@ بيتا + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well إمكانية الوصول لـ Essentials\n\nتعد هذه الخدمة ضرورية للميزات المتقدمة التالية:\n\n• إعادة تعيين أزرار الجهاز:\nإكتشاف ضغطات أزرار الصوت حتى عندما تكون الشاشة مطفأة لتفعيل إجرائات مثل الكشاف\n\n• إعدادات لكل تطبيق:\nيراقب التطبيق النشط حالياً لتطبيق ملفات تعريف محددة للإضاءة الليلية الديناميكية وإضاءة الإشعارات الملونة وخاصية قفل التطبيقات\n\n• التحكم في الشاشة:\nيسمح للتطبيق بقفل الشاشة (مثلا عبر النقر المزدوج أو الويدجيت) واكتشاف تغيرات حالة االشاشة.\n\n• الأمان:\nيمنع التغييرات غير المصرح بها عن طريق اكتشاف محتوى النافذة عندما يكون الجهاز مقفلا.\n\nلا يتم جمع أو إرسال أي نص مدخل أو بيانات حساسة الخاصّة بالمستخدم. تجميد التطبيق قم بتعطيل التطبيقات التي نادراً ما تستخدمها @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ لم يتم اكتشاف أي ساعة يبدو أنه ليس لديك التطبيق المرافق لـ Essentials Wear مثبتًا على ساعتك. تثبيت رفيق + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch تفاعل واجهة العرض @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 7a83e89f1..9be29e5a3 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Congelació d\'aplicacions Desactiva les aplicacions que s\'utilitzen poques vegades @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ No s\'ha detectat cap rellotge Sembla que no tens l\'aplicació complementària Essentials Wear instal·lada al rellotge. Instal·leu Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interacció Interfície Mostra @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 5a65e334e..f76149b8d 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Zmrazení aplikace Zakažte aplikace, které se používají zřídka @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Nebyly zjištěny žádné hodinky Zdá se, že v hodinkách nemáte nainstalovanou doprovodnou aplikaci Essentials Wear. Nainstalujte Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interakce Rozhraní Zobrazit @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 17d3dd852..95881700a 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. App fryser Deaktiver apps, der sjældent bruges @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Intet ur fundet Det ser ud til, at du ikke har den ledsagende Essentials Wear-app installeret på dit ur. Installer Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Vekselvirkning Interface Vise @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 6978f5ae3..6af08690f 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Barrierefreiheitsdienst\n\nDieser Dienst ist für die folgenden erweiterten Funktionen erforderlich:\n\n• Neuzuordnung physischer Tasten:\nErkennt das Drücken der Lautstärketasten auch bei ausgeschaltetem Display, um Aktionen wie die Taschenlampe auszulösen.\n\n• Einstellungen pro App:\nÜberwacht die aktuell aktive App, um bestimmte Profile für dynamisches Nachtlicht, Benachrichtigungsfarben und App-Sperre anzuwenden.\n\n• Displaysteuerung:\nErmöglicht es der App, das Display zu sperren (z. B. durch Doppeltippen oder Widgets) und Änderungen des Bildschirmstatus zu erkennen.\n\n• Sicherheit:\nVerhindert unbefugte Änderungen, indem der Fensterinhalt erkennt wird, wenn das Gerät gesperrt ist.\n\nEs werden keine eingegebenen Texte oder sensiblen Benutzerdaten erfasst oder übertragen. Apps einfrieren Deaktiviere Apps, welche selten verwendet werden @@ -732,6 +735,8 @@ Neustart Teile Koordinaten (gesetzter Marker) aus Google Maps zu Essentials, um sie als Ziel zu speichern.\n\nDie angezeigte Entfernung ist die Luftlinienentfernung zum Ziel, nicht die Entfernung entlang der Straße.\n\nBetrachte alle Zeit- und Entfernungsangaben mit Vorsicht, da sie nicht immer genau sind. Sind wir schon da? + Pause + Resume Radius: %1$d m Distanz zum Ziel: %1$s Zuletzt: %1$s @@ -1221,6 +1226,10 @@ Keine Smartwatch erkannt Es scheint, als hättest du die Essentials Wear Begleit-App nicht auf deiner Smartwatch installiert. Begleit-App installieren + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaktion Benutzeroberfläche Display @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 45c087c3d..0fe641130 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -1,6 +1,9 @@ ΒΗΤΑ + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Πάγωμα εφαρμογής Απενεργοποιήστε εφαρμογές που χρησιμοποιούνται σπάνια @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Δεν εντοπίστηκε ρολόι Φαίνεται ότι δεν έχετε εγκατεστημένη τη συνοδευτική εφαρμογή Essentials Wear στο ρολόι σας. Εγκαταστήστε το Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Αλληλεπίδραση Διασύνδεση Επίδειξη @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 09d7e1582..53883be4d 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -735,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1224,6 +1226,7 @@ No Watch detected It looks like you do not have the Essentials Wear companion app installed on your watch. Install Companion + Download from GitHub Install on Watch To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. Open on Watch @@ -1416,4 +1419,23 @@ Apply Clock style applied WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 2d118884d..5c47d14c2 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Servicio de accesibilidad Essentials\n\nEste servicio es necesario para las siguientes funciones avanzadas:\n\n• Reasignación de botones físicos:\nDetecta las pulsaciones de los botones de volumen incluso cuando la pantalla está apagada para activar acciones como la linterna.\ n\n• Ajustes por aplicación:\nSupervisa la aplicación activa en ese momento para aplicar perfiles específicos para la luz nocturna dinámica, los colores de iluminación de las notificaciones y el bloqueo de aplicaciones.\n\n• Control de pantalla:\nPermite a la aplicación bloquear la pantalla (por ejemplo, mediante doble toque o widgets) y detectar cambios en el estado de la pantalla.\ n\n• Seguridad:\nEvita cambios no autorizados al detectar el contenido de la ventana cuando el dispositivo está bloqueado.\n\nNo se recopila ni transmite ningún texto introducido ni datos confidenciales del usuario. Congelación de aplicaciones Desactivar aplicaciones que rara vez se usan @@ -733,6 +736,8 @@ Sin embargo, sí te permite reanudarla desde la lista de aplicaciones del lanzad Reiniciar Comparte las coordenadas (Pin colocado) desde Google Maps con Essentials para guardarlas como destino.\n\nLa distancia mostrada es la distancia directa al destino, no la distancia por carretera.\n\nToma todos los cálculos de tiempo y distancia con cautela, ya que no siempre son precisos. ¿Ya hemos llegado? + Pause + Resume Radio: %1$d m Distancia al objetivo: %1$s Último: %1$s @@ -803,7 +808,7 @@ Cuando llegue un mensaje o alerta de una aplicación seleccionada, la Pantalla s Editar Eliminar Activar - Desactivar + Deshabilitar Servicio de automatización Automatizaciones activas Supervisando eventos del sistema para tus automatizaciones @@ -1223,6 +1228,10 @@ Cuando llegue un mensaje o alerta de una aplicación seleccionada, la Pantalla s No se detectó ningún reloj Parece que no tienes instalada la aplicación complementaria Essentials Wear en tu reloj. Instalar la aplicación complementaria + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interacción Interfaz Pantalla @@ -1386,10 +1395,49 @@ Cuando llegue un mensaje o alerta de una aplicación seleccionada, la Pantalla s Desactivar la depuración inalámbrica Desactivar los servicios de accesibilidad Acceso directo creado para %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off La aplicación fue silenciada Las funciones de Cállate han regresado Congelación automática %1$s se archivará en %2$d segundos Congelar ahora Cancelar + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 2f47f305e..e885d37b2 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -1,6 +1,9 @@ BEETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Sovelluksen jäätyminen Poista käytöstä harvoin käytetyt sovellukset @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Kelloa ei havaittu Näyttää siltä, ​​että kelloosi ei ole asennettu Essentials Wear -kumppanisovellusta. Asenna Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Vuorovaikutus Käyttöliittymä Näyttö @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index eaa4a8433..ff4e3dfc1 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1,6 +1,9 @@ BÊTA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Service d\'accessibilité Essentials\n\nCe service est requis pour les fonctionnalités suivantes :\n\n• Réattribution d\'un bouton physique :\nDétecte les appuis sur le bouton volume même si l\'écran est éteint pour déclencher des actions comme allumer la lampe-torche.\n\n• Réglage par appli :\nSurveille les applications actives pour appliquer des profils spécifiques pour le mode éclairage nocturne dynamique, le réglage de couleurs des notifications lumineuses et le verrouillage d\'applis.\n\n• Contrôler l\'écran :\nAutorise l\'application à verrouiller l\'écran (par exemple en utilisant le Double Tap ou les Widgets) et détecter le changement d\'état de l\'écran.\n\n• Sécurité :\nPrévenir les changements non autorisé en détectant le contenu des fenêtres lorsque l\'appareil est verrouillé.\n\nAucun texte saisi ou de données utilisateur sensibles sont collectées ou transmises. Gel d\'applis Désactiver les applis rarement utilisées @@ -732,6 +735,8 @@ Redémarrer Partagez les coordonnées (Repère placé) depuis Google Maps vers Essentials pour enregistrer une destination.\n\nLa distance affichée est la distance à vol d\'oiseau vers la destination, pas la distance de trajet par les routes.\n\nPrenez tous les calculs de temps et de distance avec des pincettes car ils ne sont pas toujours corrects. On est arrivés ? + Pause + Resume Rayon : %1$dm Distance de la destination : %1$s Dernier : %1$s @@ -1221,6 +1226,10 @@ Aucune montre détectée Il semble que vous n\'ayez pas l\'application compagnon Essentials Wear installée sur votre montre. Installer l\'appli compagnon + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaction Interface Affichage @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index f934e695b..cdc681834 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -1,6 +1,9 @@ בטא + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. הקפאת יישומונים עצירת יישומונים אשר לא בשימוש @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ No Watch detected It looks like you do not have the Essentials Wear companion app installed on your watch. Install Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaction Interface Display @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 674b3d35a..6c29f360d 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -1,6 +1,9 @@ BÉTA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Az alkalmazás lefagyása Tiltsa le a ritkán használt alkalmazásokat @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Nem észlelhető óra Úgy tűnik, nincs telepítve az Essentials Wear kiegészítő alkalmazás az órájára. Telepítse a Companiont + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Kölcsönhatás Felület Kijelző @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index e5bc606c8..a30c90332 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Servizio di Accessibilità Essentials\n\nQuesto servizio è richiesto per le seguenti funzioni avanzate:\n\n• Rimappatura dei tasti fisici:\nRileva la pressione dei tasti del volume anche quando lo schermo è spento per attivare azioni come la Torcia.\n\n• Impostazioni per singola app:\nMonitora l\'app attualmente attiva per applicare profili specifici per la Luce notturna dinamica, i colori dell\'illuminazione delle notifiche e il Blocco app.\n\n• Controllo dello schermo:\nConsente all\'app di bloccare lo schermo (ad es. tramite Doppio tocco o Widget) e di rilevare i cambiamenti di stato dello schermo.\n\n• Sicurezza:\nImpedisce modifiche non autorizzate rilevando il contenuto delle finestre quando il dispositivo è bloccato.\n\nNessun testo inserito o dato sensibile dell\'utente viene raccolto o trasmesso. Blocco App Disattiva le app utilizzate raramente @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Nessun orologio rilevato Sembra che tu non abbia l\'app complementare Essentials Wear installata sul tuo orologio. Installa Compagno + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interazione Interfaccia Display @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 9ddf1d9d3..409e7c2eb 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1,6 +1,9 @@ ベータ + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials アクセシビリティサービス\n\nこのサービスは、以下の高度な機能に必要です。\n\n・物理ボタンの再マッピング:\n画面がオフの場合でも音量ボタンの押下を検出し、懐中電灯などのアクションを実行します。\n\n・アプリごとの設定:\n現在アクティブなアプリを監視し、ダイナミックナイトモード、通知ライトの色、アプリロックの特定のプロファイルを適用します。\n\n・画面制御:\nアプリが画面をロック(ダブルタップやウィジェット経由など)し、画面の状態の変化を検出できるようにします。\n\n・セキュリティ:\nデバイスがロックされているときにウィンドウの内容を検出することで、不正な変更を防ぎます。\n\n入力テキストや機密性の高いユーザーデータは収集または送信されません。 アプリフリーズ しばらく使用していないアプリを無効にします @@ -732,6 +735,8 @@ リスタート Google マップの座標(指定した地点)を Essentials に共有し、目的地として保存します。\n\n表示される距離は、目的地までの直線距離であり、道のりではありません。\n\n所要時間や距離の計算結果は必ずしも正確ではないため、あくまで目安としてご利用ください。 まだ着かないの? + Pause + Resume 半径:%1$dm Distance to target: %1$s 最後:%1$s @@ -1221,6 +1226,10 @@ スマートウォッチが検出されませんでした お使いのスマートウォッチにEssentials Wearコンパニオンアプリがインストールされていないようです。 コンパニオンをインストール + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaction Interface ディスプレイ @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 87d320763..81ff3ab3c 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -1,6 +1,9 @@ 베타 + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials 접근성 서비스\n\n이 서비스는 다음 고급기능을 사용하기 위해 필요합니다:\n\n• 물리 버튼 매핑:\n화면이 꺼져있을 때도 음량 버튼 입력을 감지하여 손전등 실행 등의 동작을 실행합니다.\n\n• 앱별 개별 설정:\n현재 실행중인 앱을 감지하여 다이나믹 야간모드, 알림 조명 색상, 앱 잠금 등의 전용 프로필을 적용합니다.\n\n• 화면 제어:\n화면을 두 번 두드리거나 위젯을 통한 화면 잠금을 지원하고, 화면 상태의 변화를 감지합니다.\n\n• 보안:\n기기가 잠겨 있을 때 화면 컨텐츠를 감지하여 승인되지 않은 변경을 방지합니다.\n\n입력 텍스트나 민감한 사용자 데이터는 수집하거나 전송하지 않습니다. 앱 정지하기 사용하지 않는 앱 비활성화 @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ 시계가 감지되지 않음 시계에 Essentials Wear 컴패니언 앱이 설치되어 있지 않은 것 같습니다. 컴패니언 설치 + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch 상호 작용 인터페이스 표시하다 @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index b1f12bed2..74d09dbdd 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Toegankelijkheidsservice van Essentials\n\nDeze service is vereist voor de volgende geavanceerde functies:\n\n• Opnieuw toewijzen van fysieke knoppen:\nDetecteert het klikken van de volumeknoppen, zelfs wanneer het scherm uit is, om acties te starten zoals de zaklamp.\n\n• Instellingen per app:\nBekijkt de momenteel actieve app om specifieke profielen toe te passen voor Dynamisch nachtlicht, Meldingsbelichtingskleuren en Appvergrendeling.\n\n• Schermbesturing:\nLaat de app het scherm vergrendelen (bijv. met dubbelklikken of met widgets) en veranderingen van schermstaat detecteren.\n\n• Beveiliging:\nVoorkomt ongeautoriseerde wijzigingen door vensterinhoud te detecteren wanneer het apparaat vergrendeld is.\n\nGeen invoertekst of gevoelige gebruikersdata wordt verzameld of overgezet. Apps bevriezen Schakel apps uit die weinig worden gebruikt @@ -732,6 +735,8 @@ Herstarten Deel de coördinaten (Geplaatste speld) van Google Maps naar Essentials om het als een bestemming op te slaan.\n\nDe afstand die wordt weergeven is de directe afstand naar de bestemming, niet langs de wegen.\n\nNeem alle berekeningen met een korreltje zout omdat ze niet altijd kloppen. Zijn we er al? + Pause + Resume Radius: %1$d m Afstand tot bestemming: %1$s Laatste: %1$s @@ -1221,6 +1226,10 @@ Geen horloge gedetecteerd Het lijkt erop dat je niet de bijbehorende Essentials Wear-app hebt geïnstalleerd op je horloge. Bijbehorende app installeren + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interacties Interface Scherm @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 0828b4111..7dfc4254a 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. App fryser Deaktiver apper som sjelden brukes @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Ingen klokke oppdaget Det ser ut til at du ikke har Essentials Wear-følgeappen installert på klokken. Installer Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Samspill Grensesnitt Utstilling @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index f290460d2..8818ae625 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Zamrożenie aplikacji Wyłącz aplikacje, które są rzadko używane @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Nie wykryto zegarka Wygląda na to, że na zegarku nie masz zainstalowanej aplikacji towarzyszącej Essentials Wear. Zainstaluj pomocnika + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Wzajemne oddziaływanie Interfejs Wyświetlacz @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index fc3f43066..75f99a135 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. App Freezing Disable apps that are rarely used @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ No Watch detected It looks like you do not have the Essentials Wear companion app installed on your watch. Install Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaction Interface Display @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 58b3b81a3..862f156f2 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Înghețarea aplicației Dezactivați aplicațiile care sunt utilizate rar @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Nu a fost detectat niciun ceas Se pare că nu aveți aplicația însoțitoare Essentials Wear instalată pe ceas. Instalați Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interacţiune Interfață Afişa @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index fbcdeabb1..430af61a9 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,6 +1,9 @@ БЕТА + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Служба специальных возможностей Essentials\n\nЭта служба необходима для следующих функций:\n\n• Переназначение физических кнопок:\nОбнаруживает нажатие кнопок громкости, даже если экран выключен, чтобы вызывать такие действия, как фонарик.\n\n• Индивидуальные настройки приложений:\nОтслеживает текущее активное приложение для применения конкретных профилей для Динамической ночной подсветки, Цвета подсветки уведомлений и блокировку приложений.\n\n• Контроль экрана:\nПозволяет приложению блокировать экран (например, через двойное нажатие или виджет) и обнаруживать изменения состояния экрана.\n\n• Безопасность:\nПредотвращает несанкционированные изменения, обнаруживая содержимое окна, когда устройство заблокировано.\n\nНикакой вводимый текст или конфиденциальные данные не собираются и не передаются. Заморозка приложений Отключить редко используемые приложения @@ -732,6 +735,8 @@ Перезапустить Поделитесь координатами (точка на карте) из Google Maps в Essentials, чтобы сохранить их в качестве пункта назначения.\n\nУказанное расстояние - это прямое расстояние до пункта назначения, а не расстояние по дорогам.\n\nОтноситесь ко всем расчетам времени и расстояния со всей серьезностью, поскольку они не всегда точны. Мы уже на месте? + Pause + Resume Радиус: %1$d м Расстояние до цели: %1$s Последнее: %1$s @@ -1221,6 +1226,10 @@ Часы не обнаружены Похоже, на ваших часах не установлено сопутствующее приложение Essentials Wear. Установить дополнение + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Взаимодействие Интерфейс Отображать @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml index ce72041fb..44508d30a 100644 --- a/app/src/main/res/values-si/strings.xml +++ b/app/src/main/res/values-si/strings.xml @@ -735,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1224,6 +1226,10 @@ ඔරලෝසුවක් අනාවරණය නොවීය ඔබේ ඔරලෝසුවේ Essentials Wear companion යෙදුම ස්ථාපනය කර නොමැති බව පෙනේ. Companion ස්ථාපනය කරන්න + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch අන්තර්ක්රියා අතුරු මුහුණත ප්රදර්ශනය කරන්න @@ -1387,12 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + භ්‍රමණ යෝජනා අබල කරන්න + ස්වයංක්‍රීය භ්‍රමණය අක්‍රිය වූ විට භ්‍රමණ බොත්තම පෙන්වන්න එපා App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort - භ්‍රමණ යෝජනා අබල කරන්න - ස්වයංක්‍රීය භ්‍රමණය අක්‍රිය වූ විට භ්‍රමණ බොත්තම පෙන්වන්න එපා + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index b3ac02ce5..fea4ff46b 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -1,6 +1,9 @@ БЕТА + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Апп Фреезинг Онемогућите апликације које се ретко користе @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Није откривен сат Изгледа да на сату немате инсталирану пратећу апликацију Ессентиалс Веар. Инсталирајте Цомпанион + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Интеракција Интерфејс Дисплаи @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index b9866376b..87b1d49d3 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. App fryser Inaktivera appar som sällan används @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Ingen klocka upptäckt Det verkar som att du inte har Essentials Wear-kompanjonsappen installerad på din klocka. Installera Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Interaktion Gränssnitt Visa @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 33769d568..87f622fe9 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1,6 +1,9 @@ BETA + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Erişilebilirlik Servisi\n\nBu servis bazı gelişmiş özellikler için gereklidir:\n\nFiziksel Tuş Atama:\nEkran kapalıyken bile ses tuşlarını algılayıp Fener gibi özellikleri aktif etmeyi sağlar.\n\nUygulama Başına Ayarlar:\nDinamik Gece Işığı, Bildirim Aydınlatma Renkleri ve Uygulama Kilitleme gibi özelliklere spesifik profiller ayarlamak için şu anda kullanılan uygulamayı gözetler.\n\nEkran Kontrolu:\nUygulamaların ekranı kapatmasına ve ekran durumunu değiştirmesine olanak sağlar (Ekrana Çift Tıklama veya bir Widget gibi)\n\nGüvenlik:\nEkran kapalıyken açık olan uygulamayı tespit ederek izin verilmeyen değişiklikleri engeller.\n\nYazılı olan bilgiler veya kullanıcı bilgileri toplanmaz veya aktarılmaz. Uygulama Dondurma Nadiren kullanılan uygulamaları devre dışı bırakın @@ -732,6 +735,8 @@ Yeniden başlat Google Haritalar\'dan koordinatları (İşaretlenmiş nokta) Essentials\'a paylaşarak hedef olarak kaydedin.\n\nGösterilen mesafe, varış noktasına olan doğrudan mesafedir, karayolları üzerinden kat edilen mesafe değildir.\n\nZaman ve mesafe hesaplamalarının her zaman doğru olmayabileceği için, bu hesaplamaları ihtiyatla değerlendirin. Henüz orada mıyız? + Pause + Resume Yarıçap: %1$d m Hedefe olan mesafe: %1$s Son: %1$s @@ -1222,6 +1227,10 @@ İzleme algılanmadı Saatinizde Essentials Wear yardımcı uygulamasının yüklü olmadığı anlaşılıyor. Tamamlayıcıyı Yükle + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Etkileşim Arayüz Görüntülemek @@ -1385,10 +1394,49 @@ Kablosuz Hata Ayıklamayı Devre Dışı Bırak Erişilebilirlik Hizmetlerini Devre Dışı Bırak %s için kısayol oluşturuldu + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off Uygulama susturuldu Susturma özellikleri geri döndü Otomatik Dondurma %1$s %2$d saniye içinde arşivlenecek - Şimdi Dondur + Şimdi dondur İptal et + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 67b28be58..26dcb1aac 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -1,6 +1,9 @@ БЕТА + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Заморожування програми Вимкніть програми, які рідко використовуються @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Годинник не виявлено Схоже, на вашому годиннику не встановлено супутню програму Essentials Wear. Встановити Companion + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Взаємодія Інтерфейс Дисплей @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 84c7f8ccd..5ab1cc619 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -1,6 +1,9 @@ THỬ NGHIỆM + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials Accessibility Service\n\nThis service is required for the following advanced features:\n\n• Physical Button Remapping:\nDetects volume button presses even when the screen is off to trigger actions like the Flashlight.\n\n• Per-App Settings:\nMonitors the currently active app to apply specific profiles for Dynamic Night Light, Notification Lighting Colors, and App Lock.\n\n• Screen Control:\nAllows the app to lock the screen (e.g. via Double Tap or Widgets) and detect screen state changes.\n\n• Security:\nPrevents unauthorized changes by detecting window content when the device is locked.\n\nNo input text or sensitive user data is collected or transmitted. Đóng băng ứng dụng Tắt các ứng dụng ít sử dụng @@ -732,6 +735,8 @@ Re-Start Share coordinates (Dropped pin) from Google Maps to Essentials to save as a destination.\n\nThe distance shown is the direct distance to the destination, not the distance along the roads.\n\nTake all calculations of time and distance with a grain of salt as they are not always accurate. Are we there yet? + Pause + Resume Radius: %1$d m Distance to target: %1$s Last: %1$s @@ -1221,6 +1226,10 @@ Không phát hiện Đồng hồ Có vẻ như bạn chưa cài đặt ứng dụng đồng hành Essentials Wear trên đồng hồ của mình. Cài đặt đồng hành + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch Sự tương tác Giao diện Trưng bày @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index b8d3b0f2f..c705d5dcd 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -1,6 +1,9 @@ 测试版 + Attempt Shizuku restart + Shizuku Restart Warning + Since wireless debugging was toggled, Shizuku services might not have started automatically causing freezing to not function. Consider turning on attempt shizuku restart as well Essentials 无障碍服务\n\n此服务被应用于以下增强型功能:\n\n• 物理按键映射:\n在屏幕熄灭状态下检测音量键状态以触发如手电筒等功能.\n\n• 独立应用设置:\n检测当前活动的应用以应用动态夜间光效, 通知闪光和应用锁等功能\n\n• 屏幕控制:\n允许应用通过双击或点击小部件以锁定屏幕或检测屏幕状态变化.\n\n• 安全:\n通过在设备锁定时检测窗口内容来避免未经授权的更改.\n\n输入内容和敏感用户数据不会被收集和上传. 应用冻结 禁用不常用的应用 @@ -732,6 +735,8 @@ 重新开始 从Google Maps分享坐标(已落下的图钉)到Essentials以保存为目的地。\n\n显示的距离是到目的地的直线距离,而非道路距离。\n\n请对时间和距离的所有计算持保留态度,因为它们并不总是准确的。 我们到了吗? + Pause + Resume 半径:%1$d 米 到目标距离:%1$s 上次:%1$s @@ -1221,6 +1226,10 @@ 未检测到手表 看起来您的手表上未安装Essentials Wear配套应用。 安装配套应用 + Download from GitHub + Install on Watch + To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. + Open on Watch 交互 界面 显示 @@ -1384,10 +1393,49 @@ Disable Wireless Debugging Disable Accessibility Services Shortcut created for %s + Disable rotation suggestion + Do not show the rotation button when auto-rotate is off App got shut up Shut up features returned Auto Freeze %1$s will be archived in %2$d seconds Freeze now Abort + + Lock screen clock + Customize lock screen clock on Pixels + Change the lock screen clock style on Pixels. Select from the available clock faces provided by the System UI. Some old styles might not be available. + Big Number + Calligraphy + Flex + Growth + Handwritten + Inflate + Metro + Number Overlap + Weather + Select Clock Style + Current + Apply + Clock style applied + WRITE_SECURE_SETTINGS permission required + Default + Weight + Width + Grade + Roundness + Lightness + Variation + Color + Style & Font + About + Default + Red + Green + Blue + Yellow + Orange + Purple + Pink + Teal diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 20c4c5789..007274b20 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1307,6 +1307,7 @@ No Watch detected It looks like you do not have the Essentials Wear companion app installed on your watch. Install Companion + Download from GitHub Install on Watch To use Watch features, you need to install the Essentials companion app on your Wear OS watch. Click the button below to open the Play Store directly on your watch. Open on Watch